2025-04-25T04:40:19.7798588Z Current runner version: '2.323.0' 2025-04-25T04:40:19.7805225Z Runner name: 'i-097c425ec88d960a1' 2025-04-25T04:40:19.7806201Z Machine name: 'EC2AMAZ-DD9BHOF' 2025-04-25T04:40:19.7810443Z ##[group]GITHUB_TOKEN Permissions 2025-04-25T04:40:19.7813145Z Actions: read 2025-04-25T04:40:19.7813641Z Attestations: read 2025-04-25T04:40:19.7814173Z Checks: read 2025-04-25T04:40:19.7814649Z Contents: read 2025-04-25T04:40:19.7815121Z Deployments: read 2025-04-25T04:40:19.7815612Z Discussions: read 2025-04-25T04:40:19.7816078Z Issues: read 2025-04-25T04:40:19.7816498Z Metadata: read 2025-04-25T04:40:19.7816951Z Models: read 2025-04-25T04:40:19.7817356Z Packages: read 2025-04-25T04:40:19.7817814Z Pages: read 2025-04-25T04:40:19.7818262Z PullRequests: read 2025-04-25T04:40:19.7818717Z RepositoryProjects: read 2025-04-25T04:40:19.7819247Z SecurityEvents: read 2025-04-25T04:40:19.7819698Z Statuses: read 2025-04-25T04:40:19.7820163Z ##[endgroup] 2025-04-25T04:40:19.7822694Z Secret source: Actions 2025-04-25T04:40:19.7823474Z Prepare workflow directory 2025-04-25T04:40:19.8344271Z Prepare all required actions 2025-04-25T04:40:19.8384856Z Getting action download info 2025-04-25T04:40:20.0440457Z Download action repository 'pytorch/test-infra@main' (SHA:dba7ae1b796e6ea5268ffdec5594ba272b42a67a) 2025-04-25T04:40:22.6044147Z Download action repository 'pytorch/pytorch@main' (SHA:dda0c952e71a540f7ad8d040e35da727b4d91405) 2025-04-25T04:40:47.4737123Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-04-25T04:40:47.6747958Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:1da556a7aa0a088e3153970611f6c432d58e80e6) 2025-04-25T04:40:48.4975797Z Getting action download info 2025-04-25T04:40:48.6060775Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-04-25T04:40:48.9386816Z Complete job name: win-vs2022-cpu-py3 / test (default, 1, 3, ephemeral.windows.4xlarge.nonephemeral) 2025-04-25T04:40:49.0045227Z ##[group]Run git config --global core.longpaths true 2025-04-25T04:40:49.0045838Z git config --global core.longpaths true 2025-04-25T04:40:49.0046230Z git config --global core.symlinks true 2025-04-25T04:40:49.0046514Z  2025-04-25T04:40:49.0046874Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2025-04-25T04:40:49.0047433Z # the directory on Windows and prevent GHA from checking out as reported 2025-04-25T04:40:49.0047917Z # in https://github.com/actions/checkout/issues/1018 2025-04-25T04:40:49.0048295Z git config --global core.fsmonitor false 2025-04-25T04:40:49.0072059Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-04-25T04:40:49.0072759Z env: 2025-04-25T04:40:49.0072953Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:40:49.0073183Z ##[endgroup] 2025-04-25T04:40:49.6001403Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2025-04-25T04:40:49.6001888Z env: 2025-04-25T04:40:49.6002076Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:40:49.6002312Z ##[endgroup] 2025-04-25T04:40:49.6154225Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-04-25T04:40:49.6154976Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-04-25T04:40:49.6155644Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2025-04-25T04:40:49.6156107Z # handle tool 2025-04-25T04:40:49.6156456Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2025-04-25T04:40:49.6157004Z Foreach ($process In $processes) { 2025-04-25T04:40:49.6157328Z  Try { 2025-04-25T04:40:49.6157890Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2025-04-25T04:40:49.6158619Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2025-04-25T04:40:49.6160453Z  } 2025-04-25T04:40:49.6160637Z  Catch { 2025-04-25T04:40:49.6160943Z  Write-Output "No leftover $process process, continuing" 2025-04-25T04:40:49.6161306Z  Write-Output $_ 2025-04-25T04:40:49.6161540Z  } 2025-04-25T04:40:49.6161711Z } 2025-04-25T04:40:49.6161884Z  2025-04-25T04:40:49.6162358Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2025-04-25T04:40:49.6162892Z # for hung processes 2025-04-25T04:40:49.6163169Z Foreach ($process In $processes) { 2025-04-25T04:40:49.6163451Z  Try { 2025-04-25T04:40:49.6163838Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2025-04-25T04:40:49.6164285Z  } 2025-04-25T04:40:49.6164475Z  Catch { 2025-04-25T04:40:49.6164688Z  Write-Output $_ 2025-04-25T04:40:49.6164921Z  } 2025-04-25T04:40:49.6165109Z } 2025-04-25T04:40:49.6165284Z  2025-04-25T04:40:49.6165451Z Try { 2025-04-25T04:40:49.6165673Z  # Print all the processes for debugging 2025-04-25T04:40:49.6166218Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2025-04-25T04:40:49.6166627Z } 2025-04-25T04:40:49.6166809Z Catch { 2025-04-25T04:40:49.6167203Z  # Better to write out whatever exception thrown to help debugging any potential issue 2025-04-25T04:40:49.6167653Z  Write-Output $_ 2025-04-25T04:40:49.6167882Z } 2025-04-25T04:40:49.6183703Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-04-25T04:40:49.6184178Z env: 2025-04-25T04:40:49.6184375Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:40:49.6184611Z ##[endgroup] 2025-04-25T04:40:49.9946537Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-04-25T04:40:50.0003904Z Finished 2025-04-25T04:40:50.0151073Z No leftover python process, continuing 2025-04-25T04:40:50.0598780Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2025-04-25T04:40:50.0599494Z At C:\actions-runner\_work\_temp\61b11534-1948-4eff-a025-cea88342a467.ps1:9 char:5 2025-04-25T04:40:50.0600137Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-04-25T04:40:50.0600548Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-04-25T04:40:50.0601091Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2025-04-25T04:40:50.0601908Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-04-25T04:40:50.0602494Z 2025-04-25T04:40:50.0616595Z No leftover ninja process, continuing 2025-04-25T04:40:50.0625224Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2025-04-25T04:40:50.0625972Z At C:\actions-runner\_work\_temp\61b11534-1948-4eff-a025-cea88342a467.ps1:9 char:5 2025-04-25T04:40:50.0626568Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-04-25T04:40:50.0626969Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-04-25T04:40:50.0627462Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2025-04-25T04:40:50.0628262Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-04-25T04:40:50.0628894Z 2025-04-25T04:40:50.0641624Z No leftover cl process, continuing 2025-04-25T04:40:50.0651688Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2025-04-25T04:40:50.0652359Z At C:\actions-runner\_work\_temp\61b11534-1948-4eff-a025-cea88342a467.ps1:9 char:5 2025-04-25T04:40:50.0653754Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-04-25T04:40:50.0654220Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-04-25T04:40:50.0654690Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2025-04-25T04:40:50.0655481Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-04-25T04:40:50.0656060Z 2025-04-25T04:40:50.0666284Z No leftover nvcc process, continuing 2025-04-25T04:40:50.0675754Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2025-04-25T04:40:50.0676458Z At C:\actions-runner\_work\_temp\61b11534-1948-4eff-a025-cea88342a467.ps1:9 char:5 2025-04-25T04:40:50.0677000Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-04-25T04:40:50.0677403Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-04-25T04:40:50.0677874Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2025-04-25T04:40:50.0678702Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-04-25T04:40:50.0679286Z 2025-04-25T04:40:50.0710567Z No leftover sccache process, continuing 2025-04-25T04:40:50.0720655Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2025-04-25T04:40:50.0721383Z At C:\actions-runner\_work\_temp\61b11534-1948-4eff-a025-cea88342a467.ps1:9 char:5 2025-04-25T04:40:50.0721958Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-04-25T04:40:50.0722368Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-04-25T04:40:50.0722912Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2025-04-25T04:40:50.0723738Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-04-25T04:40:50.0724342Z 2025-04-25T04:40:50.0732706Z No leftover git process, continuing 2025-04-25T04:40:50.0742031Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2025-04-25T04:40:50.0742723Z At C:\actions-runner\_work\_temp\61b11534-1948-4eff-a025-cea88342a467.ps1:9 char:5 2025-04-25T04:40:50.0743268Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-04-25T04:40:50.0743673Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-04-25T04:40:50.0744128Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2025-04-25T04:40:50.0744919Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-04-25T04:40:50.0745508Z 2025-04-25T04:40:50.1058173Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-04-25T04:40:50.1059089Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-04-25T04:40:50.1059721Z deletion. (Exception from HRESULT: 0x800703FA). 2025-04-25T04:40:50.1060187Z At C:\actions-runner\_work\_temp\61b11534-1948-4eff-a025-cea88342a467.ps1:21 char:6 2025-04-25T04:40:50.1060729Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-04-25T04:40:50.1061222Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-04-25T04:40:50.1061691Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-04-25T04:40:50.1062374Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-04-25T04:40:50.1062919Z 2025-04-25T04:40:50.1085716Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-04-25T04:40:50.1086610Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-04-25T04:40:50.1087424Z deletion. (Exception from HRESULT: 0x800703FA). 2025-04-25T04:40:50.1087873Z At C:\actions-runner\_work\_temp\61b11534-1948-4eff-a025-cea88342a467.ps1:21 char:6 2025-04-25T04:40:50.1088424Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-04-25T04:40:50.1088845Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-04-25T04:40:50.1089416Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-04-25T04:40:50.1090144Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-04-25T04:40:50.1090696Z 2025-04-25T04:40:50.1116974Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-04-25T04:40:50.1117871Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-04-25T04:40:50.1118525Z deletion. (Exception from HRESULT: 0x800703FA). 2025-04-25T04:40:50.1119083Z At C:\actions-runner\_work\_temp\61b11534-1948-4eff-a025-cea88342a467.ps1:21 char:6 2025-04-25T04:40:50.1119624Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-04-25T04:40:50.1120104Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-04-25T04:40:50.1120525Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-04-25T04:40:50.1121212Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-04-25T04:40:50.1121771Z 2025-04-25T04:40:50.1145954Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-04-25T04:40:50.1146805Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-04-25T04:40:50.1147425Z deletion. (Exception from HRESULT: 0x800703FA). 2025-04-25T04:40:50.1147984Z At C:\actions-runner\_work\_temp\61b11534-1948-4eff-a025-cea88342a467.ps1:21 char:6 2025-04-25T04:40:50.1148531Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-04-25T04:40:50.1148944Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-04-25T04:40:50.1149368Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-04-25T04:40:50.1150046Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-04-25T04:40:50.1150616Z 2025-04-25T04:40:50.1179210Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-04-25T04:40:50.1180068Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-04-25T04:40:50.1181226Z deletion. (Exception from HRESULT: 0x800703FA). 2025-04-25T04:40:50.1181698Z At C:\actions-runner\_work\_temp\61b11534-1948-4eff-a025-cea88342a467.ps1:21 char:6 2025-04-25T04:40:50.1182256Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-04-25T04:40:50.1182752Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-04-25T04:40:50.1183257Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-04-25T04:40:50.1183947Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-04-25T04:40:50.1184497Z 2025-04-25T04:40:50.1206925Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-04-25T04:40:50.1207755Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-04-25T04:40:50.1208342Z deletion. (Exception from HRESULT: 0x800703FA). 2025-04-25T04:40:50.1208806Z At C:\actions-runner\_work\_temp\61b11534-1948-4eff-a025-cea88342a467.ps1:21 char:6 2025-04-25T04:40:50.1209534Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-04-25T04:40:50.1210019Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-04-25T04:40:50.1210440Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-04-25T04:40:50.1211127Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-04-25T04:40:50.1211676Z 2025-04-25T04:40:50.1233363Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-04-25T04:40:50.1234207Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-04-25T04:40:50.1234784Z deletion. (Exception from HRESULT: 0x800703FA). 2025-04-25T04:40:50.1235288Z At C:\actions-runner\_work\_temp\61b11534-1948-4eff-a025-cea88342a467.ps1:21 char:6 2025-04-25T04:40:50.1236068Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-04-25T04:40:50.1236494Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-04-25T04:40:50.1236917Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-04-25T04:40:50.1237589Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-04-25T04:40:50.1238143Z 2025-04-25T04:40:50.4953880Z Caption CommandLine ProcessId 2025-04-25T04:40:50.4954491Z 2025-04-25T04:40:50.4954826Z System Idle Process 0 2025-04-25T04:40:50.4955253Z 2025-04-25T04:40:50.4956654Z System 4 2025-04-25T04:40:50.4957036Z 2025-04-25T04:40:50.4957738Z Registry 168 2025-04-25T04:40:50.4958127Z 2025-04-25T04:40:50.4958726Z smss.exe 412 2025-04-25T04:40:50.4959106Z 2025-04-25T04:40:50.4960509Z csrss.exe 528 2025-04-25T04:40:50.4960886Z 2025-04-25T04:40:50.4961188Z csrss.exe 604 2025-04-25T04:40:50.4961571Z 2025-04-25T04:40:50.4962106Z wininit.exe 628 2025-04-25T04:40:50.4962514Z 2025-04-25T04:40:50.4963326Z winlogon.exe winlogon.exe 692 2025-04-25T04:40:50.4963768Z 2025-04-25T04:40:50.4964360Z services.exe 748 2025-04-25T04:40:50.4964794Z 2025-04-25T04:40:50.4966043Z lsass.exe C:\Windows\system32\lsass.exe 772 2025-04-25T04:40:50.4966543Z 2025-04-25T04:40:50.4967055Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 896 2025-04-25T04:40:50.4967649Z 2025-04-25T04:40:50.4968092Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 920 2025-04-25T04:40:50.4969167Z 2025-04-25T04:40:50.4969533Z fontdrvhost.exe "fontdrvhost.exe" 944 2025-04-25T04:40:50.4970001Z 2025-04-25T04:40:50.4970373Z fontdrvhost.exe "fontdrvhost.exe" 952 2025-04-25T04:40:50.4970899Z 2025-04-25T04:40:50.4971329Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 128 2025-04-25T04:40:50.4971863Z 2025-04-25T04:40:50.4972322Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 464 2025-04-25T04:40:50.4972897Z 2025-04-25T04:40:50.4973281Z dwm.exe "dwm.exe" 916 2025-04-25T04:40:50.4973775Z 2025-04-25T04:40:50.4975543Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 1036 2025-04-25T04:40:50.4976160Z 2025-04-25T04:40:50.4976743Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1128 2025-04-25T04:40:50.4977436Z 2025-04-25T04:40:50.4978007Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1248 2025-04-25T04:40:50.4978782Z 2025-04-25T04:40:50.4979346Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1344 2025-04-25T04:40:50.4979917Z 2025-04-25T04:40:50.4980570Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1376 2025-04-25T04:40:50.4981228Z 2025-04-25T04:40:50.4981676Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1400 2025-04-25T04:40:50.4982235Z 2025-04-25T04:40:50.4982837Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1448 2025-04-25T04:40:50.4983441Z 2025-04-25T04:40:50.4983905Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1480 2025-04-25T04:40:50.4984464Z 2025-04-25T04:40:50.4986340Z NVDisplay.Container.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\NVDisplay.Container.exe -s NVDisplay.ContainerLocalSystem -f C:\ProgramData\NVIDIA\NVDisplay.ContainerLocalSystem.log -l 3 -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\plugins\LocalSystem -r -p 30000 -cfg NVDisplay.ContainerLocalSystem\LocalSystem /ert 1504 2025-04-25T04:40:50.4988205Z 2025-04-25T04:40:50.4988713Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1568 2025-04-25T04:40:50.4989294Z 2025-04-25T04:40:50.4989902Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1656 2025-04-25T04:40:50.4990657Z 2025-04-25T04:40:50.4991128Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1748 2025-04-25T04:40:50.4991711Z 2025-04-25T04:40:50.4992175Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1756 2025-04-25T04:40:50.4992725Z 2025-04-25T04:40:50.4993244Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1764 2025-04-25T04:40:50.4993836Z 2025-04-25T04:40:50.4994422Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 1852 2025-04-25T04:40:50.4995110Z 2025-04-25T04:40:50.4995653Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2020 2025-04-25T04:40:50.4996232Z 2025-04-25T04:40:50.4996707Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 1200 2025-04-25T04:40:50.4997289Z 2025-04-25T04:40:50.4997825Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2056 2025-04-25T04:40:50.4998527Z 2025-04-25T04:40:50.4998965Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 2084 2025-04-25T04:40:50.4999505Z 2025-04-25T04:40:50.5000078Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 2116 2025-04-25T04:40:50.5000677Z 2025-04-25T04:40:50.5001209Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 2124 2025-04-25T04:40:50.5001849Z 2025-04-25T04:40:50.5002355Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2172 2025-04-25T04:40:50.5002953Z 2025-04-25T04:40:50.5003451Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2212 2025-04-25T04:40:50.5004038Z 2025-04-25T04:40:50.5005066Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2260 2025-04-25T04:40:50.5005714Z 2025-04-25T04:40:50.5006204Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2276 2025-04-25T04:40:50.5006773Z 2025-04-25T04:40:50.5007406Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2388 2025-04-25T04:40:50.5008290Z 2025-04-25T04:40:50.5008696Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2672 2025-04-25T04:40:50.5009176Z 2025-04-25T04:40:50.5009651Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2756 2025-04-25T04:40:50.5010202Z 2025-04-25T04:40:50.5010763Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2764 2025-04-25T04:40:50.5011422Z 2025-04-25T04:40:50.5011920Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2772 2025-04-25T04:40:50.5012523Z 2025-04-25T04:40:50.5013015Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2780 2025-04-25T04:40:50.5013608Z 2025-04-25T04:40:50.5014150Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2796 2025-04-25T04:40:50.5014731Z 2025-04-25T04:40:50.5015288Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2812 2025-04-25T04:40:50.5015941Z 2025-04-25T04:40:50.5016420Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2820 2025-04-25T04:40:50.5017072Z 2025-04-25T04:40:50.5017555Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2828 2025-04-25T04:40:50.5018135Z 2025-04-25T04:40:50.5018724Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3060 2025-04-25T04:40:50.5019225Z 2025-04-25T04:40:50.5020111Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 2548 2025-04-25T04:40:50.5020708Z 2025-04-25T04:40:50.5021343Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 2972 2025-04-25T04:40:50.5022086Z 2025-04-25T04:40:50.5022728Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe 3112 2025-04-25T04:40:50.5023499Z 2025-04-25T04:40:50.5024066Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3128 2025-04-25T04:40:50.5024629Z 2025-04-25T04:40:50.5025255Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3532 2025-04-25T04:40:50.5025944Z 2025-04-25T04:40:50.5026371Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 3608 2025-04-25T04:40:50.5026947Z 2025-04-25T04:40:50.5027524Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 2960 2025-04-25T04:40:50.5028188Z 2025-04-25T04:40:50.5028690Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a71855 /state1:0x41c64e6d 4264 2025-04-25T04:40:50.5029271Z 2025-04-25T04:40:50.5030945Z NVDisplay.Container.exe "C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\NVDisplay.Container.exe" -f %ProgramData%\NVIDIA\DisplaySessionContainer%d.log -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\plugins\Session -r -l 3 -p 30000 -cfg NVDisplay.ContainerLocalSystem\Session /ert -c 4504 2025-04-25T04:40:50.5032693Z 2025-04-25T04:40:50.5033390Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe -spawnprovider 4640 2025-04-25T04:40:50.5034186Z 2025-04-25T04:40:50.5034602Z vds.exe C:\Windows\System32\vds.exe 4432 2025-04-25T04:40:50.5035056Z 2025-04-25T04:40:50.5035619Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 2916 2025-04-25T04:40:50.5036282Z 2025-04-25T04:40:50.5036788Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 4788 2025-04-25T04:40:50.5037471Z 2025-04-25T04:40:50.5038060Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s WdiSystemHost 4544 2025-04-25T04:40:50.5038747Z 2025-04-25T04:40:50.5039116Z msdtc.exe C:\Windows\System32\msdtc.exe 4176 2025-04-25T04:40:50.5039590Z 2025-04-25T04:40:50.5040220Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 3880 2025-04-25T04:40:50.5040871Z 2025-04-25T04:40:50.5041585Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 1316 2025-04-25T04:40:50.5042378Z 2025-04-25T04:40:50.5043955Z amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\amazon-cloudwatch-agent.exe" -config C:\ProgramData\Amazon\AmazonCloudWatchAgent\amazon-cloudwatch-agent.toml -envconfig C:\ProgramData\Amazon\AmazonCloudWatchAgent\env-config.json -otelconfig C:\ProgramData\Amazon\AmazonCloudWatchAgent\amazon-cloudwatch-agent.yaml 5052 2025-04-25T04:40:50.5045601Z 2025-04-25T04:40:50.5046075Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 5044 2025-04-25T04:40:50.5046571Z 2025-04-25T04:40:50.5047035Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 4852 2025-04-25T04:40:50.5047587Z 2025-04-25T04:40:50.5048160Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 608 2025-04-25T04:40:50.5048881Z 2025-04-25T04:40:50.5049358Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 596 2025-04-25T04:40:50.5049954Z 2025-04-25T04:40:50.5050349Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4388 2025-04-25T04:40:50.5050851Z 2025-04-25T04:40:50.5051340Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 1784 2025-04-25T04:40:50.5051902Z 2025-04-25T04:40:50.5052429Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 2940 2025-04-25T04:40:50.5053037Z 2025-04-25T04:40:50.5053524Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 4920 2025-04-25T04:40:50.5054097Z 2025-04-25T04:40:50.5054641Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 1360 2025-04-25T04:40:50.5055219Z 2025-04-25T04:40:50.5055614Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 5072 2025-04-25T04:40:50.5056113Z 2025-04-25T04:40:50.5056705Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 3444 2025-04-25T04:40:50.5057465Z 2025-04-25T04:40:50.5057864Z taskhostw.exe taskhostw.exe /RuntimeWide 3624 2025-04-25T04:40:50.5058357Z 2025-04-25T04:40:50.5058936Z ngentask.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:540 3664 2025-04-25T04:40:50.5059612Z 2025-04-25T04:40:50.5060201Z ngentask.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:1012 1208 2025-04-25T04:40:50.5060888Z 2025-04-25T04:40:50.5061285Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3548 2025-04-25T04:40:50.5061785Z 2025-04-25T04:40:50.5062241Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2364 2025-04-25T04:40:50.5062733Z 2025-04-25T04:40:50.5063289Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 2196 2025-04-25T04:40:50.5063937Z 2025-04-25T04:40:50.5064580Z ngen.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 4372 2025-04-25T04:40:50.5065307Z 2025-04-25T04:40:50.5065995Z ngen.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 1668 2025-04-25T04:40:50.5066701Z 2025-04-25T04:40:50.5067221Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2320 2332 2808 2025-04-25T04:40:50.5067824Z 2025-04-25T04:40:50.5068223Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 5108 2025-04-25T04:40:50.5068714Z 2025-04-25T04:40:50.5069520Z mscorsvw.exe C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorsvw.exe -StartupEvent 2a8 -InterruptEvent 0 -NGENProcess 2f4 -Pipe 2dc -Comment "NGen Worker Process" 1408 2025-04-25T04:40:50.5070421Z 2025-04-25T04:40:50.5071215Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\61b11534-1948-4eff-a025-cea88342a467.ps1'" 140 2025-04-25T04:40:50.5072094Z 2025-04-25T04:40:50.5072731Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 1388 2025-04-25T04:40:50.5073412Z 2025-04-25T04:40:50.5073821Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 4276 2025-04-25T04:40:50.5074405Z 2025-04-25T04:40:50.5074421Z 2025-04-25T04:40:50.5074429Z 2025-04-25T04:40:50.5343802Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2025-04-25T04:40:50.5344222Z with: 2025-04-25T04:40:50.5344759Z github-secret: *** 2025-04-25T04:40:50.5347099Z instructions: To forward remote desktop on your local machine ssh as follows: ssh -L 3389:localhost:3389 %%username%%@%%hostname%% And then change password using `passwd` command. To start tests locally, change working folder to \actions-runner\_work\pytorch\pytorch\test, Activate miniconda and Visual Studio environment and set PYTHON_PATH, by running: call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2025-04-25T04:40:50.5350377Z activate-with-label: false 2025-04-25T04:40:50.5350629Z label: with-ssh 2025-04-25T04:40:50.5350835Z remove-existing-keys: true 2025-04-25T04:40:50.5351125Z fail-silently: true 2025-04-25T04:40:50.5351322Z env: 2025-04-25T04:40:50.5351515Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:40:50.5351734Z ##[endgroup] 2025-04-25T04:40:50.6865815Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-04-25T04:40:50.6868247Z ciflow reference detected, attempting to extract PR number 2025-04-25T04:40:51.0421298Z Grabbing public ssh keys from https://github.com/pytorch-bot[bot].keys 2025-04-25T04:40:51.0913862Z No SSH keys found for user pytorch-bot[bot] 2025-04-25T04:40:51.0914428Z Grabbing public ssh keys from https://github.com/laithsakka.keys 2025-04-25T04:40:51.1547332Z Public keys pulled and installed to C:\Users\runneruser\.ssh\authorized_keys 2025-04-25T04:40:51.1593125Z Login using: ssh runneruser@ec2-13-218-13-85.compute-1.amazonaws.com 2025-04-25T04:40:51.1593760Z To forward remote desktop on your local machine ssh as follows: 2025-04-25T04:40:51.1594408Z ssh -L 3389:localhost:3389 runneruser@ec2-13-218-13-85.compute-1.amazonaws.com 2025-04-25T04:40:51.1594860Z And then change password using `passwd` command. 2025-04-25T04:40:51.1595097Z 2025-04-25T04:40:51.1595373Z To start tests locally, change working folder to \actions-runner\_work\pytorch\pytorch\test, 2025-04-25T04:40:51.1595988Z Activate miniconda and Visual Studio environment and set PYTHON_PATH, by running: 2025-04-25T04:40:51.1596543Z call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2025-04-25T04:40:51.1597157Z call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 2025-04-25T04:40:51.1597789Z set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2025-04-25T04:40:51.1830296Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-04-25T04:40:51.1830711Z with: 2025-04-25T04:40:51.1830885Z no-sudo: true 2025-04-25T04:40:51.1831085Z submodules: recursive 2025-04-25T04:40:51.1831293Z fetch-depth: 0 2025-04-25T04:40:51.1831482Z env: 2025-04-25T04:40:51.1831660Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:40:51.1831871Z ##[endgroup] 2025-04-25T04:40:51.1936786Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-04-25T04:40:51.1937707Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-04-25T04:40:51.1957017Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-04-25T04:40:51.1957454Z env: 2025-04-25T04:40:51.1957639Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:40:51.1957857Z ##[endgroup] 2025-04-25T04:40:51.2341017Z ##[group]Run # Use all available CPUs for fetching 2025-04-25T04:40:51.2341382Z # Use all available CPUs for fetching 2025-04-25T04:40:51.2341679Z cd "${GITHUB_WORKSPACE}" 2025-04-25T04:40:51.2341968Z git config --global fetch.parallel 0 2025-04-25T04:40:51.2342301Z git config --global submodule.fetchJobs 0 2025-04-25T04:40:51.2342610Z  2025-04-25T04:40:51.2342919Z # Clean workspace. The default checkout action should also do this, but 2025-04-25T04:40:51.2343360Z # do it here as well just in case 2025-04-25T04:40:51.2343794Z if [[ -d .git ]]; then 2025-04-25T04:40:51.2344044Z  if [ -z "${NO_SUDO}" ]; then 2025-04-25T04:40:51.2344315Z  sudo git clean -ffdx 2025-04-25T04:40:51.2344548Z  else 2025-04-25T04:40:51.2344751Z  git clean -ffdx 2025-04-25T04:40:51.2344968Z  fi 2025-04-25T04:40:51.2345141Z fi 2025-04-25T04:40:51.2363622Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-04-25T04:40:51.2364057Z env: 2025-04-25T04:40:51.2364245Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:40:51.2364470Z NO_SUDO: true 2025-04-25T04:40:51.2364654Z ##[endgroup] 2025-04-25T04:40:51.3212993Z ##[group]Run actions/checkout@v4 2025-04-25T04:40:51.3213259Z with: 2025-04-25T04:40:51.3213490Z ref: b68c0effe97351b0c24b2f7aef671559be6aa977 2025-04-25T04:40:51.3213793Z fetch-depth: 0 2025-04-25T04:40:51.3214051Z submodules: recursive 2025-04-25T04:40:51.3214280Z show-progress: false 2025-04-25T04:40:51.3214565Z repository: pytorch/pytorch 2025-04-25T04:40:51.3214957Z token: *** 2025-04-25T04:40:51.3215142Z ssh-strict: true 2025-04-25T04:40:51.3215342Z ssh-user: git 2025-04-25T04:40:51.3215536Z persist-credentials: true 2025-04-25T04:40:51.3215783Z clean: true 2025-04-25T04:40:51.3216006Z sparse-checkout-cone-mode: true 2025-04-25T04:40:51.3216255Z fetch-tags: false 2025-04-25T04:40:51.3216460Z lfs: false 2025-04-25T04:40:51.3216646Z set-safe-directory: true 2025-04-25T04:40:51.3216871Z env: 2025-04-25T04:40:51.3217037Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:40:51.3217254Z ##[endgroup] 2025-04-25T04:40:51.4537677Z Syncing repository: pytorch/pytorch 2025-04-25T04:40:51.4538971Z ##[group]Getting Git version info 2025-04-25T04:40:51.4539349Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2025-04-25T04:40:51.4623364Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-04-25T04:40:51.4838490Z git version 2.47.1.windows.2 2025-04-25T04:40:51.4884101Z ##[endgroup] 2025-04-25T04:40:51.4895184Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\82cf6442-e968-4aa2-99cb-86922d264005\.gitconfig' 2025-04-25T04:40:51.4913380Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\82cf6442-e968-4aa2-99cb-86922d264005' before making global git config changes 2025-04-25T04:40:51.4915809Z Adding repository directory to the temporary git global config as a safe directory 2025-04-25T04:40:51.4922972Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2025-04-25T04:40:51.5147745Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2025-04-25T04:40:51.5153132Z ##[group]Initializing the repository 2025-04-25T04:40:51.5162541Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2025-04-25T04:40:51.5492103Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2025-04-25T04:40:51.5536146Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2025-04-25T04:40:51.5771791Z ##[endgroup] 2025-04-25T04:40:51.5772196Z ##[group]Disabling automatic garbage collection 2025-04-25T04:40:51.5782510Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2025-04-25T04:40:51.6004031Z ##[endgroup] 2025-04-25T04:40:51.6004431Z ##[group]Setting up auth 2025-04-25T04:40:51.6017044Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-04-25T04:40:51.6240327Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" 2025-04-25T04:40:52.4380605Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-04-25T04:40:52.4602380Z [command]"C:\Program Files\Git\cmd\git.exe" 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-04-25T04:40:52.7997534Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-04-25T04:40:52.8237347Z ##[endgroup] 2025-04-25T04:40:52.8237751Z ##[group]Fetching the repository 2025-04-25T04:40:52.8251580Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2025-04-25T04:41:45.3113515Z From https://github.com/pytorch/pytorch 2025-04-25T04:41:45.3114026Z * [new branch] 2.6.0.dev20241004+ -> origin/2.6.0.dev20241004+ 2025-04-25T04:41:45.3114551Z * [new branch] Chillee-patch-1 -> origin/Chillee-patch-1 2025-04-25T04:41:45.3115110Z * [new branch] Chillee-patch-5 -> origin/Chillee-patch-5 2025-04-25T04:41:45.3115680Z * [new branch] Flamefire-patch-1 -> origin/Flamefire-patch-1 2025-04-25T04:41:45.3116245Z * [new branch] HDCharles-2.6.0-release-notes -> origin/HDCharles-2.6.0-release-notes 2025-04-25T04:41:45.3116930Z * [new branch] JackCaoG/add_new_lazy_counter_macro -> origin/JackCaoG/add_new_lazy_counter_macro 2025-04-25T04:41:45.3117657Z * [new branch] JackCaoG/dynamo_make_fx_non_core_aten_ops -> origin/JackCaoG/dynamo_make_fx_non_core_aten_ops 2025-04-25T04:41:45.3118372Z * [new branch] JackCaoG/update_xla_pin_to_skip_test -> origin/JackCaoG/update_xla_pin_to_skip_test 2025-04-25T04:41:45.3119091Z * [new branch] JackCaoG/update_xla_pin_to_skip_test2 -> origin/JackCaoG/update_xla_pin_to_skip_test2 2025-04-25T04:41:45.3119706Z * [new branch] NicolasHug-patch-2 -> origin/NicolasHug-patch-2 2025-04-25T04:41:45.3120244Z * [new branch] PR-AOTInductorNoneBug -> origin/PR-AOTInductorNoneBug 2025-04-25T04:41:45.3120833Z * [new branch] PR-AOTInductorNoneBugFix -> origin/PR-AOTInductorNoneBugFix 2025-04-25T04:41:45.3121381Z * [new branch] PR-FixConfigsIssue -> origin/PR-FixConfigsIssue 2025-04-25T04:41:45.3122716Z * [new branch] PR-NoneBugFix-viable -> origin/PR-NoneBugFix-viable 2025-04-25T04:41:45.3123264Z * [new branch] PR-ResetToZero -> origin/PR-ResetToZero 2025-04-25T04:41:45.3123781Z * [new branch] Update-Flash-Packaging -> origin/Update-Flash-Packaging 2025-04-25T04:41:45.3124393Z * [new branch] Valentine/flash_attention_bf16 -> origin/Valentine/flash_attention_bf16 2025-04-25T04:41:45.3124920Z * [new branch] add-assign -> origin/add-assign 2025-04-25T04:41:45.3125362Z * [new branch] add-dates -> origin/add-dates 2025-04-25T04:41:45.3125929Z * [new branch] add_broadcast_functional_collective -> origin/add_broadcast_functional_collective 2025-04-25T04:41:45.3126557Z * [new branch] add_mha_to_autocast_policy -> origin/add_mha_to_autocast_policy 2025-04-25T04:41:45.3127161Z * [new branch] add_non_parallel_model_comparison -> origin/add_non_parallel_model_comparison 2025-04-25T04:41:45.3127754Z * [new branch] add_windows_testing_back -> origin/add_windows_testing_back 2025-04-25T04:41:45.3128273Z * [new branch] addmm-heuristic -> origin/addmm-heuristic 2025-04-25T04:41:45.3128818Z * [new branch] addsimde -> origin/addsimde 2025-04-25T04:41:45.3129284Z * [new branch] adi/gemm_bf16f32 -> origin/adi/gemm_bf16f32 2025-04-25T04:41:45.3129789Z * [new branch] adi/update_openblas -> origin/adi/update_openblas 2025-04-25T04:41:45.3130306Z * [new branch] aditew01/test/vec_bf16 -> origin/aditew01/test/vec_bf16 2025-04-25T04:41:45.3130997Z * [new branch] ah-globalfeedback-hook -> origin/ah-globalfeedback-hook 2025-04-25T04:41:45.3131520Z * [new branch] alanwaketan/pin2 -> origin/alanwaketan/pin2 2025-04-25T04:41:45.3132020Z * [new branch] albanD-patch-2 -> origin/albanD-patch-2 2025-04-25T04:41:45.3132520Z * [new branch] alt-disable -> origin/alt-disable 2025-04-25T04:41:45.3133031Z * [new branch] angelayi/aot_inductor_torch -> origin/angelayi/aot_inductor_torch 2025-04-25T04:41:45.3133654Z * [new branch] angelayi/aoti_additional_files -> origin/angelayi/aoti_additional_files 2025-04-25T04:41:45.3134210Z * [new branch] angelayi/aps_issue -> origin/angelayi/aps_issue 2025-04-25T04:41:45.3134829Z * [new branch] angelayi/change_pytree_serialization -> origin/angelayi/change_pytree_serialization 2025-04-25T04:41:45.3135459Z * [new branch] angelayi/constraint -> origin/angelayi/constraint 2025-04-25T04:41:45.3135968Z * [new branch] angelayi/cpp_loader -> origin/angelayi/cpp_loader 2025-04-25T04:41:45.3136469Z * [new branch] angelayi/customop -> origin/angelayi/customop 2025-04-25T04:41:45.3137016Z * [new branch] angelayi/default_serialized -> origin/angelayi/default_serialized 2025-04-25T04:41:45.3137557Z * [new branch] angelayi/del_lib -> origin/angelayi/del_lib 2025-04-25T04:41:45.3138062Z * [new branch] angelayi/distribby -> origin/angelayi/distribby 2025-04-25T04:41:45.3138579Z * [new branch] angelayi/distribution -> origin/angelayi/distribution 2025-04-25T04:41:45.3139131Z * [new branch] angelayi/draft_export_cv -> origin/angelayi/draft_export_cv 2025-04-25T04:41:45.3523417Z * [new branch] angelayi/dynamo_fake_input -> origin/angelayi/dynamo_fake_input 2025-04-25T04:41:45.3524067Z * [new branch] angelayi/embed_constants -> origin/angelayi/embed_constants 2025-04-25T04:41:45.3524591Z * [new branch] angelayi/fake -> origin/angelayi/fake 2025-04-25T04:41:45.3525599Z * [new branch] angelayi/filter_stacktrace -> origin/angelayi/filter_stacktrace 2025-04-25T04:41:45.3526256Z * [new branch] angelayi/fix_additional_inputs -> origin/angelayi/fix_additional_inputs 2025-04-25T04:41:45.3526838Z * [new branch] angelayi/logging.bak -> origin/angelayi/logging.bak 2025-04-25T04:41:45.3527359Z * [new branch] angelayi/logging2 -> origin/angelayi/logging2 2025-04-25T04:41:45.3527878Z * [new branch] angelayi/meta_kernel -> origin/angelayi/meta_kernel 2025-04-25T04:41:45.3528405Z * [new branch] angelayi/meta_kernel_yaml2 -> origin/angelayi/meta_kernel_yaml2 2025-04-25T04:41:45.3529002Z * [new branch] angelayi/no_so_weight -> origin/angelayi/no_so_weight 2025-04-25T04:41:45.3529582Z * [new branch] angelayi/register_dataclass -> origin/angelayi/register_dataclass 2025-04-25T04:41:45.3530181Z * [new branch] angelayi/rename_generate_fake -> origin/angelayi/rename_generate_fake 2025-04-25T04:41:45.3530751Z * [new branch] angelayi/scan_layers -> origin/angelayi/scan_layers 2025-04-25T04:41:45.3531241Z * [new branch] angelayi/shape -> origin/angelayi/shape 2025-04-25T04:41:45.3531737Z * [new branch] angelayi/symint_help -> origin/angelayi/symint_help 2025-04-25T04:41:45.3532251Z * [new branch] angelayi/symint_input -> origin/angelayi/symint_input 2025-04-25T04:41:45.3532840Z * [new branch] angelayi/symint_input2 -> origin/angelayi/symint_input2 2025-04-25T04:41:45.3533386Z * [new branch] angelayi/test113041 -> origin/angelayi/test113041 2025-04-25T04:41:45.3534031Z * [new branch] angelayi/torch_size -> origin/angelayi/torch_size 2025-04-25T04:41:45.3534624Z * [new branch] angelayi/transpose_ -> origin/angelayi/transpose_ 2025-04-25T04:41:45.3535211Z * [new branch] angelayi/update_schema_msg -> origin/angelayi/update_schema_msg 2025-04-25T04:41:45.3535827Z * [new branch] atalman-inductor-perf-cu124 -> origin/atalman-inductor-perf-cu124 2025-04-25T04:41:45.3536471Z * [new branch] atalman-inductor-perf-cu124.1 -> origin/atalman-inductor-perf-cu124.1 2025-04-25T04:41:45.3537041Z * [new branch] atalman-patch-2 -> origin/atalman-patch-2 2025-04-25T04:41:45.3537537Z * [new branch] atalman-patch-3 -> origin/atalman-patch-3 2025-04-25T04:41:45.3538012Z * [new branch] atalman-patch-4 -> origin/atalman-patch-4 2025-04-25T04:41:45.3538500Z * [new branch] atalman-patch-5 -> origin/atalman-patch-5 2025-04-25T04:41:45.3538975Z * [new branch] atalman-patch-7 -> origin/atalman-patch-7 2025-04-25T04:41:45.3539485Z * [new branch] atalman_inductor_2.3.0 -> origin/atalman_inductor_2.3.0 2025-04-25T04:41:45.3540054Z * [new branch] atalman_inductor_2.3.1 -> origin/atalman_inductor_2.3.1 2025-04-25T04:41:45.3540598Z * [new branch] atalman_inductor_2.4.0 -> origin/atalman_inductor_2.4.0 2025-04-25T04:41:45.3541127Z * [new branch] atalman_inductor_2.4.x -> origin/atalman_inductor_2.4.x 2025-04-25T04:41:45.3541594Z * [new branch] base/1.5 -> origin/base/1.5 2025-04-25T04:41:45.3542064Z * [new branch] base_inductor_opt_flag -> origin/base_inductor_opt_flag 2025-04-25T04:41:45.3542664Z * [new branch] batching_sdpa_efficient_attention -> origin/batching_sdpa_efficient_attention 2025-04-25T04:41:45.3543253Z * [new branch] benchmark-updates -> origin/benchmark-updates 2025-04-25T04:41:45.3544018Z * [new branch] benjaminglass1/add-missing-regression-benchmarks -> origin/benjaminglass1/add-missing-regression-benchmarks 2025-04-25T04:41:45.3545300Z * [new branch] benjaminglass1/fixup-opinfo-cpu-gradient -> origin/benjaminglass1/fixup-opinfo-cpu-gradient 2025-04-25T04:41:45.3546077Z * [new branch] bertmaher/pinbump26 -> origin/bertmaher/pinbump26 2025-04-25T04:41:45.3546598Z * [new branch] bertrand/cutlass -> origin/bertrand/cutlass 2025-04-25T04:41:45.3547077Z * [new branch] bf/cg-foreach-op -> origin/bf/cg-foreach-op 2025-04-25T04:41:45.3547568Z * [new branch] bf/cg-meta-tensor -> origin/bf/cg-meta-tensor 2025-04-25T04:41:45.3548044Z * [new branch] bf/cg-remove-check -> origin/bf/cg-remove-check 2025-04-25T04:41:45.3548625Z * [new branch] bf/cg-skip-unbacked-symint-msg -> origin/bf/cg-skip-unbacked-symint-msg 2025-04-25T04:41:45.3549182Z * [new branch] bf/cudagraph -> origin/bf/cudagraph 2025-04-25T04:41:45.3931710Z * [new branch] bf/cudagraph-disable-input-mutation -> origin/bf/cudagraph-disable-input-mutation 2025-04-25T04:41:45.3932759Z * [new branch] bf/cudagraph-enable-input-mutation-support-benchmark -> origin/bf/cudagraph-enable-input-mutation-support-benchmark 2025-04-25T04:41:45.3933612Z * [new branch] bf/cudagraph-partition -> origin/bf/cudagraph-partition 2025-04-25T04:41:45.3934181Z * [new branch] bf/donated-buffer-bench -> origin/bf/donated-buffer-bench 2025-04-25T04:41:45.3934734Z * [new branch] bf/fa-small-block-mask -> origin/bf/fa-small-block-mask 2025-04-25T04:41:45.3935254Z * [new branch] bf/noop-elimination -> origin/bf/noop-elimination 2025-04-25T04:41:45.3935944Z * [new branch] bf/noop-slice -> origin/bf/noop-slice 2025-04-25T04:41:45.3936448Z * [new branch] bf/padded-tensor-init -> origin/bf/padded-tensor-init 2025-04-25T04:41:45.3936978Z * [new branch] bf/partition-cg -> origin/bf/partition-cg 2025-04-25T04:41:45.3937513Z * [new branch] bf/partition-custom-op -> origin/bf/partition-custom-op 2025-04-25T04:41:45.3938040Z * [new branch] bf/partition-flaky -> origin/bf/partition-flaky 2025-04-25T04:41:45.3938542Z * [new branch] bf/partition-gc -> origin/bf/partition-gc 2025-04-25T04:41:45.3939036Z * [new branch] bf/partition-reorder -> origin/bf/partition-reorder 2025-04-25T04:41:45.3939552Z * [new branch] bf/partition-rng -> origin/bf/partition-rng 2025-04-25T04:41:45.3940066Z * [new branch] bf/partition-symint -> origin/bf/partition-symint 2025-04-25T04:41:45.3940614Z * [new branch] bf/reduce-scatter-copy-in -> origin/bf/reduce-scatter-copy-in 2025-04-25T04:41:45.3941194Z * [new branch] bf/remove-check-55b0c39d -> origin/bf/remove-check-55b0c39d 2025-04-25T04:41:45.3941793Z * [new branch] bf/reorder-minimal-partition -> origin/bf/reorder-minimal-partition 2025-04-25T04:41:45.3942328Z * [new branch] bik -> origin/bik 2025-04-25T04:41:45.3942822Z * [new branch] bisect_perf_hf_T5_3acc6eac492 -> origin/bisect_perf_hf_T5_3acc6eac492 2025-04-25T04:41:45.3943391Z * [new branch] bisect_perf_hf_T5_3fcf66f61fb -> origin/bisect_perf_hf_T5_3fcf66f61fb 2025-04-25T04:41:45.3943963Z * [new branch] bisect_perf_hf_T5_4009d154129 -> origin/bisect_perf_hf_T5_4009d154129 2025-04-25T04:41:45.3944506Z * [new branch] bisect_perf_hf_T5_40d0740e73d -> origin/bisect_perf_hf_T5_40d0740e73d 2025-04-25T04:41:45.3945067Z * [new branch] bisect_perf_hf_T5_5268754e -> origin/bisect_perf_hf_T5_5268754e 2025-04-25T04:41:45.3945625Z * [new branch] bisect_perf_hf_T5_7d89a8d385c -> origin/bisect_perf_hf_T5_7d89a8d385c 2025-04-25T04:41:45.3946182Z * [new branch] bisect_perf_hf_T5_b7a25c1ee7c -> origin/bisect_perf_hf_T5_b7a25c1ee7c 2025-04-25T04:41:45.3947152Z * [new branch] bisect_perf_hf_T5_c25b201583f -> origin/bisect_perf_hf_T5_c25b201583f 2025-04-25T04:41:45.3947724Z * [new branch] bisect_perf_hf_T5_c93e57efac0 -> origin/bisect_perf_hf_T5_c93e57efac0 2025-04-25T04:41:45.3948299Z * [new branch] bisect_perf_hf_T5_ca9813ea149 -> origin/bisect_perf_hf_T5_ca9813ea149 2025-04-25T04:41:45.3948876Z * [new branch] bisect_perf_hf_T5_d65f194a -> origin/bisect_perf_hf_T5_d65f194a 2025-04-25T04:41:45.3949407Z * [new branch] bisect_perf_hf_T5_da94ab0b -> origin/bisect_perf_hf_T5_da94ab0b 2025-04-25T04:41:45.3949979Z * [new branch] bisect_perf_hf_T5_da94ab0b_new -> origin/bisect_perf_hf_T5_da94ab0b_new 2025-04-25T04:41:45.3950550Z * [new branch] bisect_perf_hf_T5_db4e8a1d8a8 -> origin/bisect_perf_hf_T5_db4e8a1d8a8 2025-04-25T04:41:45.3951124Z * [new branch] bisect_perf_hf_T5_e0d97e936a2 -> origin/bisect_perf_hf_T5_e0d97e936a2 2025-04-25T04:41:45.3951694Z * [new branch] bisect_perf_hf_T5_f23621ec563 -> origin/bisect_perf_hf_T5_f23621ec563 2025-04-25T04:41:45.3952250Z * [new branch] bowbao/beartype_fix_2.1.1 -> origin/bowbao/beartype_fix_2.1.1 2025-04-25T04:41:45.3952820Z * [new branch] bowbao/bench_updates_stage -> origin/bowbao/bench_updates_stage 2025-04-25T04:41:45.3953348Z * [new branch] bowbao/dort_rewriter -> origin/bowbao/dort_rewriter 2025-04-25T04:41:45.3953867Z * [new branch] bowbao/skip_decomp -> origin/bowbao/skip_decomp 2025-04-25T04:41:45.3954483Z * [new branch] bowbao/wip_prs -> origin/bowbao/wip_prs 2025-04-25T04:41:45.3955253Z * [new branch] bowenbao/docker_rocm_miniforge -> origin/bowenbao/docker_rocm_miniforge 2025-04-25T04:41:45.3955817Z * [new branch] brister/3d_broadcast -> origin/brister/3d_broadcast 2025-04-25T04:41:45.3956347Z * [new branch] brister/allclose_many -> origin/brister/allclose_many 2025-04-25T04:41:45.3956918Z * [new branch] brister/always_tiled_reduction -> origin/brister/always_tiled_reduction 2025-04-25T04:41:45.4276378Z * [new branch] brister/block_ptr_dynamic -> origin/brister/block_ptr_dynamic 2025-04-25T04:41:45.4276971Z * [new branch] brister/floordiv -> origin/brister/floordiv 2025-04-25T04:41:45.4277483Z * [new branch] brister/loop_order -> origin/brister/loop_order 2025-04-25T04:41:45.4278029Z * [new branch] brister/singleton_tiling -> origin/brister/singleton_tiling 2025-04-25T04:41:45.4278712Z * [new branch] brister/tiled_reduction_no_numel_check -> origin/brister/tiled_reduction_no_numel_check 2025-04-25T04:41:45.4279325Z * [new branch] brister/wrapper_ir -> origin/brister/wrapper_ir 2025-04-25T04:41:45.4279884Z * [new branch] brister/wrapper_ir_refactor -> origin/brister/wrapper_ir_refactor 2025-04-25T04:41:45.4280371Z * [new branch] bug -> origin/bug 2025-04-25T04:41:45.4280843Z * [new branch] ca_0431d47eaa -> origin/ca_0431d47eaa 2025-04-25T04:41:45.4281370Z * [new branch] ca_fix_0431d47eaa -> origin/ca_fix_0431d47eaa 2025-04-25T04:41:45.4281939Z * [new branch] camyllh/ff_linting_D72572050 -> origin/camyllh/ff_linting_D72572050 2025-04-25T04:41:45.4282471Z * [new branch] check-links -> origin/check-links 2025-04-25T04:41:45.4282963Z * [new branch] cherry-pick-111576 -> origin/cherry-pick-111576 2025-04-25T04:41:45.4283623Z * [new branch] cherry-pick-134515-by-pytorch_bot_bot_ -> origin/cherry-pick-134515-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4284378Z * [new branch] cherry-pick-147095-by-pytorch_bot_bot_ -> origin/cherry-pick-147095-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4285279Z * [new branch] cherry-pick-148070-by-pytorch_bot_bot_ -> origin/cherry-pick-148070-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4286033Z * [new branch] cherry-pick-148360-by-pytorch_bot_bot_ -> origin/cherry-pick-148360-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4286836Z * [new branch] cherry-pick-148677-by-pytorch_bot_bot_ -> origin/cherry-pick-148677-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4287620Z * [new branch] cherry-pick-148863-by-pytorch_bot_bot_ -> origin/cherry-pick-148863-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4288359Z * [new branch] cherry-pick-148912-by-pytorch_bot_bot_ -> origin/cherry-pick-148912-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4289088Z * [new branch] cherry-pick-149052-by-pytorch_bot_bot_ -> origin/cherry-pick-149052-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4289827Z * [new branch] cherry-pick-149057-by-pytorch_bot_bot_ -> origin/cherry-pick-149057-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4290557Z * [new branch] cherry-pick-149147-by-pytorch_bot_bot_ -> origin/cherry-pick-149147-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4291306Z * [new branch] cherry-pick-149208-by-pytorch_bot_bot_ -> origin/cherry-pick-149208-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4292046Z * [new branch] cherry-pick-149245-by-pytorch_bot_bot_ -> origin/cherry-pick-149245-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4292841Z * [new branch] cherry-pick-149299-by-pytorch_bot_bot_ -> origin/cherry-pick-149299-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4293613Z * [new branch] cherry-pick-149388-by-pytorch_bot_bot_ -> origin/cherry-pick-149388-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4294449Z * [new branch] cherry-pick-149437-by-pytorch_bot_bot_ -> origin/cherry-pick-149437-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4295194Z * [new branch] cherry-pick-149473-by-pytorch_bot_bot_ -> origin/cherry-pick-149473-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4295947Z * [new branch] cherry-pick-149505-by-pytorch_bot_bot_ -> origin/cherry-pick-149505-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4296676Z * [new branch] cherry-pick-149584-by-pytorch_bot_bot_ -> origin/cherry-pick-149584-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4297415Z * [new branch] cherry-pick-149672-by-pytorch_bot_bot_ -> origin/cherry-pick-149672-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4298189Z * [new branch] cherry-pick-149683-by-pytorch_bot_bot_ -> origin/cherry-pick-149683-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4298993Z * [new branch] cherry-pick-149756-by-pytorch_bot_bot_ -> origin/cherry-pick-149756-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4299740Z * [new branch] cherry-pick-149778-by-pytorch_bot_bot_ -> origin/cherry-pick-149778-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4300468Z * [new branch] cherry-pick-149808-by-pytorch_bot_bot_ -> origin/cherry-pick-149808-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4301214Z * [new branch] cherry-pick-149843-by-pytorch_bot_bot_ -> origin/cherry-pick-149843-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4301969Z * [new branch] cherry-pick-149866-by-pytorch_bot_bot_ -> origin/cherry-pick-149866-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4614860Z * [new branch] cherry-pick-149947-by-pytorch_bot_bot_ -> origin/cherry-pick-149947-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4615822Z * [new branch] cherry-pick-149973-by-pytorch_bot_bot_ -> origin/cherry-pick-149973-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4616752Z * [new branch] cherry-pick-150157-by-pytorch_bot_bot_ -> origin/cherry-pick-150157-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4617883Z * [new branch] cherry-pick-150158-by-pytorch_bot_bot_ -> origin/cherry-pick-150158-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4618929Z * [new branch] cherry-pick-150185-by-pytorch_bot_bot_ -> origin/cherry-pick-150185-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4620011Z * [new branch] cherry-pick-150212-by-pytorch_bot_bot_ -> origin/cherry-pick-150212-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4620907Z * [new branch] cherry-pick-150256-by-pytorch_bot_bot_ -> origin/cherry-pick-150256-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4621642Z * [new branch] cherry-pick-150300-by-pytorch_bot_bot_ -> origin/cherry-pick-150300-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4622384Z * [new branch] cherry-pick-150324-by-pytorch_bot_bot_ -> origin/cherry-pick-150324-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4623121Z * [new branch] cherry-pick-150358-by-pytorch_bot_bot_ -> origin/cherry-pick-150358-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4623852Z * [new branch] cherry-pick-150397-by-pytorch_bot_bot_ -> origin/cherry-pick-150397-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4624591Z * [new branch] cherry-pick-150512-by-pytorch_bot_bot_ -> origin/cherry-pick-150512-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4625323Z * [new branch] cherry-pick-150640-by-pytorch_bot_bot_ -> origin/cherry-pick-150640-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4626065Z * [new branch] cherry-pick-150705-by-pytorch_bot_bot_ -> origin/cherry-pick-150705-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4626800Z * [new branch] cherry-pick-150786-by-pytorch_bot_bot_ -> origin/cherry-pick-150786-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4627525Z * [new branch] cherry-pick-150845-by-pytorch_bot_bot_ -> origin/cherry-pick-150845-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4628266Z * [new branch] cherry-pick-150931-by-pytorch_bot_bot_ -> origin/cherry-pick-150931-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4629110Z * [new branch] cherry-pick-150956-by-pytorch_bot_bot_ -> origin/cherry-pick-150956-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4629856Z * [new branch] cherry-pick-151257-by-pytorch_bot_bot_ -> origin/cherry-pick-151257-by-pytorch_bot_bot_ 2025-04-25T04:41:45.4630523Z * [new branch] ckluk2-compileThread-1 -> origin/ckluk2-compileThread-1 2025-04-25T04:41:45.4631084Z * [new branch] ckluk2-compileThread-2 -> origin/ckluk2-compileThread-2 2025-04-25T04:41:45.4631659Z * [new branch] ckluk2-compileThread-64 -> origin/ckluk2-compileThread-64 2025-04-25T04:41:45.4632168Z * [new branch] ckluk2-test-1 -> origin/ckluk2-test-1 2025-04-25T04:41:45.4632764Z * [new branch] compile_fsdp2_disable_stream_and_event -> origin/compile_fsdp2_disable_stream_and_event 2025-04-25T04:41:45.4633410Z * [new branch] comply-with-setuptools -> origin/comply-with-setuptools 2025-04-25T04:41:45.4633943Z * [new branch] consolidate-is-qat -> origin/consolidate-is-qat 2025-04-25T04:41:45.4634441Z * [new branch] copy_graph -> origin/copy_graph 2025-04-25T04:41:45.4634995Z * [new branch] cpio/fix_new_ami_tests -> origin/cpio/fix_new_ami_tests 2025-04-25T04:41:45.4635509Z * [new branch] cpio/fix_unit_test -> origin/cpio/fix_unit_test 2025-04-25T04:41:45.4635980Z * [new branch] csl/3proc -> origin/csl/3proc 2025-04-25T04:41:45.4636577Z * [new branch] csl/almalinux_docker_use_reusable_action -> origin/csl/almalinux_docker_use_reusable_action 2025-04-25T04:41:45.4637231Z * [new branch] csl/always_produce_xml -> origin/csl/always_produce_xml 2025-04-25T04:41:45.4637792Z * [new branch] csl/binary_docker_build_action -> origin/csl/binary_docker_build_action 2025-04-25T04:41:45.4638381Z * [new branch] csl/build_test_more_procs -> origin/csl/build_test_more_procs 2025-04-25T04:41:45.4638934Z * [new branch] csl/build_test_more_procs2 -> origin/csl/build_test_more_procs2 2025-04-25T04:41:45.4639537Z * [new branch] csl/cmake-3.31.6 -> origin/csl/cmake-3.31.6 2025-04-25T04:41:45.4640110Z * [new branch] csl/disable_some_periodic_tests -> origin/csl/disable_some_periodic_tests 2025-04-25T04:41:45.4640685Z * [new branch] csl/docker_multistage -> origin/csl/docker_multistage 2025-04-25T04:41:45.4641199Z * [new branch] csl/fix_logs_again -> origin/csl/fix_logs_again 2025-04-25T04:41:45.5028998Z * [new branch] csl/hotfix_cmake_executorch -> origin/csl/hotfix_cmake_executorch 2025-04-25T04:41:45.5029556Z * [new branch] csl/katex -> origin/csl/katex 2025-04-25T04:41:45.5030053Z * [new branch] csl/larger_runner -> origin/csl/larger_runner 2025-04-25T04:41:45.5030675Z * [new branch] csl/libtorch_docker_ues_reusable_action -> origin/csl/libtorch_docker_ues_reusable_action 2025-04-25T04:41:45.5032283Z * [new branch] csl/manywheel_docker_reusable_action -> origin/csl/manywheel_docker_reusable_action 2025-04-25T04:41:45.5032905Z * [new branch] csl/mps_sharding -> origin/csl/mps_sharding 2025-04-25T04:41:45.5033408Z * [new branch] csl/multistage_docker -> origin/csl/multistage_docker 2025-04-25T04:41:45.5033940Z * [new branch] csl/no_protobuf_docker -> origin/csl/no_protobuf_docker 2025-04-25T04:41:45.5034443Z * [new branch] csl/pytest_timeout -> origin/csl/pytest_timeout 2025-04-25T04:41:45.5035037Z * [new branch] csl/remove_lite_interpreter -> origin/csl/remove_lite_interpreter 2025-04-25T04:41:45.5035550Z * [new branch] csl/rocm_drm -> origin/csl/rocm_drm 2025-04-25T04:41:45.5036189Z * [new branch] csl/system_nccl -> origin/csl/system_nccl 2025-04-25T04:41:45.5037596Z * [new branch] csl/tagged_binary_docker_builds -> origin/csl/tagged_binary_docker_builds 2025-04-25T04:41:45.5038191Z * [new branch] csl/td_on_distributed_cpu -> origin/csl/td_on_distributed_cpu 2025-04-25T04:41:45.5038804Z * [new branch] csl/test_cuda_build_large_runner -> origin/csl/test_cuda_build_large_runner 2025-04-25T04:41:45.5039434Z * [new branch] csl/test_cusparse_binary_docker -> origin/csl/test_cusparse_binary_docker 2025-04-25T04:41:45.5040008Z * [new branch] csl/test_graph_partition -> origin/csl/test_graph_partition 2025-04-25T04:41:45.5040626Z * [new branch] csl/test_new_calc_docker_image_action -> origin/csl/test_new_calc_docker_image_action 2025-04-25T04:41:45.5041227Z * [new branch] csl/test_sys_nccl_binary -> origin/csl/test_sys_nccl_binary 2025-04-25T04:41:45.5041771Z * [new branch] csl/unify_install_cuda -> origin/csl/unify_install_cuda 2025-04-25T04:41:45.5043151Z * [new branch] csl/unify_install_cusparselt -> origin/csl/unify_install_cusparselt 2025-04-25T04:41:45.5043769Z * [new branch] csl/unify_manywheel_docker_pull -> origin/csl/unify_manywheel_docker_pull 2025-04-25T04:41:45.5044360Z * [new branch] csl/where_did_the_logs_go -> origin/csl/where_did_the_logs_go 2025-04-25T04:41:45.5044884Z * [new branch] cudnnsdparefactor -> origin/cudnnsdparefactor 2025-04-25T04:41:45.5045387Z * [new branch] d4l3k/dist_queue -> origin/d4l3k/dist_queue 2025-04-25T04:41:45.5045865Z * [new branch] d4l3k/fsdp_wait -> origin/d4l3k/fsdp_wait 2025-04-25T04:41:45.5046332Z * [new branch] d4l3k/queue_block -> origin/d4l3k/queue_block 2025-04-25T04:41:45.5046840Z * [new branch] d4l3k/reducer_checks -> origin/d4l3k/reducer_checks 2025-04-25T04:41:45.5047363Z * [new branch] d4l3k/tcpstore_take_over -> origin/d4l3k/tcpstore_take_over 2025-04-25T04:41:45.5048742Z * [new branch] desertfire/test_cpp_wrapper -> origin/desertfire/test_cpp_wrapper 2025-04-25T04:41:45.5049900Z * [new branch] desertfire/torchgen_support_default_arg -> origin/desertfire/torchgen_support_default_arg 2025-04-25T04:41:45.5050659Z * [new branch] desertfire/triton-cpu-for-aarch64 -> origin/desertfire/triton-cpu-for-aarch64 2025-04-25T04:41:45.5051305Z * [new branch] desertfire/update_hf_pin -> origin/desertfire/update_hf_pin 2025-04-25T04:41:45.5051866Z * [new branch] dev/joona/MPSNDArrayAdd -> origin/dev/joona/MPSNDArrayAdd 2025-04-25T04:41:45.5052403Z * [new branch] dev/joona/Unranked -> origin/dev/joona/Unranked 2025-04-25T04:41:45.5052927Z * [new branch] dev/joona/cachingkey -> origin/dev/joona/cachingkey 2025-04-25T04:41:45.5054343Z * [new branch] dev/joona/embeddingbag -> origin/dev/joona/embeddingbag 2025-04-25T04:41:45.5054938Z * [new branch] dev/joona/getTensorsString -> origin/dev/joona/getTensorsString 2025-04-25T04:41:45.5055493Z * [new branch] dev/joona/mps_linear -> origin/dev/joona/mps_linear 2025-04-25T04:41:45.5055990Z * [new branch] dev/joona/sdpa -> origin/dev/joona/sdpa 2025-04-25T04:41:45.5056484Z * [new branch] dev/joona/upsize3d -> origin/dev/joona/upsize3d 2025-04-25T04:41:45.5056941Z * [new branch] disable -> origin/disable 2025-04-25T04:41:45.5057448Z * [new branch] disable_fp_contract_baseline -> origin/disable_fp_contract_baseline 2025-04-25T04:41:45.5058083Z * [new branch] distributed_checkpointing_e2e_tests -> origin/distributed_checkpointing_e2e_tests 2025-04-25T04:41:45.5433325Z * [new branch] divup -> origin/divup 2025-04-25T04:41:45.5433832Z * [new branch] dropout-eval -> origin/dropout-eval 2025-04-25T04:41:45.5434329Z * [new branch] dtensor_inputoutput -> origin/dtensor_inputoutput 2025-04-25T04:41:45.5434913Z * [new branch] dtensor_select -> origin/dtensor_select 2025-04-25T04:41:45.5435370Z * [new branch] e2e-baseline -> origin/e2e-baseline 2025-04-25T04:41:45.5435914Z * [new branch] eikanwang/eager_torch_compile -> origin/eikanwang/eager_torch_compile 2025-04-25T04:41:45.5436511Z * [new branch] embg/test_inductor_ci_128B -> origin/embg/test_inductor_ci_128B 2025-04-25T04:41:45.5437051Z * [new branch] embg/test_inductor_ci_base -> origin/embg/test_inductor_ci_base 2025-04-25T04:41:45.5437628Z * [new branch] embg/test_inductor_ci_control -> origin/embg/test_inductor_ci_control 2025-04-25T04:41:45.5438207Z * [new branch] embg/triton_l2_prefetch_128B -> origin/embg/triton_l2_prefetch_128B 2025-04-25T04:41:45.5438777Z * [new branch] embg/triton_l2_prefetch_256B -> origin/embg/triton_l2_prefetch_256B 2025-04-25T04:41:45.5439291Z * [new branch] eqy-patch-1 -> origin/eqy-patch-1 2025-04-25T04:41:45.5439751Z * [new branch] eqy-patch-2 -> origin/eqy-patch-2 2025-04-25T04:41:45.5440207Z * [new branch] eqy-patch-20 -> origin/eqy-patch-20 2025-04-25T04:41:45.5440650Z * [new branch] eqy-patch-4 -> origin/eqy-patch-4 2025-04-25T04:41:45.5441105Z * [new branch] eqy-patch-5 -> origin/eqy-patch-5 2025-04-25T04:41:45.5441536Z * [new branch] eqy-patch-6 -> origin/eqy-patch-6 2025-04-25T04:41:45.5441984Z * [new branch] eqy-patch-7 -> origin/eqy-patch-7 2025-04-25T04:41:45.5442426Z * [new branch] eqy-patch-8 -> origin/eqy-patch-8 2025-04-25T04:41:45.5442992Z * [new branch] error-when-setattr-over-cls-attr -> origin/error-when-setattr-over-cls-attr 2025-04-25T04:41:45.5443725Z * [new branch] et_pin_bump -> origin/et_pin_bump 2025-04-25T04:41:45.5444301Z * [new branch] exclamaforte/aten-convolution-out -> origin/exclamaforte/aten-convolution-out 2025-04-25T04:41:45.5445030Z * [new branch] exclamaforte/combo-kernels-perf-run -> origin/exclamaforte/combo-kernels-perf-run 2025-04-25T04:41:45.5445759Z * [new branch] exclamaforte/enable-mem-dep-fusion -> origin/exclamaforte/enable-mem-dep-fusion 2025-04-25T04:41:45.5446401Z * [new branch] exclamaforte/fix-135998 -> origin/exclamaforte/fix-135998 2025-04-25T04:41:45.5447063Z * [new branch] exclamaforte/fix-trace-parsing-fx-svg -> origin/exclamaforte/fix-trace-parsing-fx-svg 2025-04-25T04:41:45.5447873Z * [new branch] exclamaforte/force-pointwise-cat-perf-run -> origin/exclamaforte/force-pointwise-cat-perf-run 2025-04-25T04:41:45.5448590Z * [new branch] exclamaforte/fusion-data -> origin/exclamaforte/fusion-data 2025-04-25T04:41:45.5449221Z * [new branch] exclamaforte/heuristic-choices -> origin/exclamaforte/heuristic-choices 2025-04-25T04:41:45.5449888Z * [new branch] exclamaforte/heuristic-choices-2 -> origin/exclamaforte/heuristic-choices-2 2025-04-25T04:41:45.5450502Z * [new branch] exclamaforte/log_mul -> origin/exclamaforte/log_mul 2025-04-25T04:41:45.5451132Z * [new branch] exclamaforte/max-autotune-dtype-test -> origin/exclamaforte/max-autotune-dtype-test 2025-04-25T04:41:45.5451842Z * [new branch] exclamaforte/remove-desc-names -> origin/exclamaforte/remove-desc-names 2025-04-25T04:41:45.5452623Z * [new branch] exclamaforte/scheduler-refactor -> origin/exclamaforte/scheduler-refactor 2025-04-25T04:41:45.5453299Z * [new branch] exclamaforte/test_cpp_wrapper_mode -> origin/exclamaforte/test_cpp_wrapper_mode 2025-04-25T04:41:45.5453858Z * [new branch] exec -> origin/exec 2025-04-25T04:41:45.5454333Z * [new branch] exlamaforte/fix-mm-log -> origin/exlamaforte/fix-mm-log 2025-04-25T04:41:45.5454885Z * [new branch] experimental-mosaic -> origin/experimental-mosaic 2025-04-25T04:41:45.5455409Z * [new branch] export-D50544876 -> origin/export-D50544876 2025-04-25T04:41:45.5455890Z * [new branch] export-D51032385 -> origin/export-D51032385 2025-04-25T04:41:45.5456364Z * [new branch] export-D52434604 -> origin/export-D52434604 2025-04-25T04:41:45.5456832Z * [new branch] export-D58091437 -> origin/export-D58091437 2025-04-25T04:41:45.5457311Z * [new branch] export-D61047529 -> origin/export-D61047529 2025-04-25T04:41:45.5457788Z * [new branch] export-D68245292 -> origin/export-D68245292 2025-04-25T04:41:45.5458252Z * [new branch] export-D68846308 -> origin/export-D68846308 2025-04-25T04:41:45.5842674Z * [new branch] export-D69361235 -> origin/export-D69361235 2025-04-25T04:41:45.5843231Z * [new branch] export-D69994481 -> origin/export-D69994481 2025-04-25T04:41:45.5843704Z * [new branch] export-D70193972 -> origin/export-D70193972 2025-04-25T04:41:45.5844182Z * [new branch] export-D71081192 -> origin/export-D71081192 2025-04-25T04:41:45.5844648Z * [new branch] export-D71229547 -> origin/export-D71229547 2025-04-25T04:41:45.5845123Z * [new branch] export-D71412006 -> origin/export-D71412006 2025-04-25T04:41:45.5845595Z * [new branch] export-D71446522 -> origin/export-D71446522 2025-04-25T04:41:45.5846070Z * [new branch] export-D71522032 -> origin/export-D71522032 2025-04-25T04:41:45.5846542Z * [new branch] export-D71692245 -> origin/export-D71692245 2025-04-25T04:41:45.5847160Z * [new branch] export-D71769231 -> origin/export-D71769231 2025-04-25T04:41:45.5847649Z * [new branch] export-D72084111 -> origin/export-D72084111 2025-04-25T04:41:45.5848113Z * [new branch] export-D72190746 -> origin/export-D72190746 2025-04-25T04:41:45.5848592Z * [new branch] export-D72483950 -> origin/export-D72483950 2025-04-25T04:41:45.5849068Z * [new branch] export-D72486930 -> origin/export-D72486930 2025-04-25T04:41:45.5849534Z * [new branch] export-D72609835 -> origin/export-D72609835 2025-04-25T04:41:45.5850020Z * [new branch] export-D72761995 -> origin/export-D72761995 2025-04-25T04:41:45.5850487Z * [new branch] export-D72762767 -> origin/export-D72762767 2025-04-25T04:41:45.5850965Z * [new branch] export-D72789690 -> origin/export-D72789690 2025-04-25T04:41:45.5851445Z * [new branch] export-D72978020 -> origin/export-D72978020 2025-04-25T04:41:45.5851911Z * [new branch] export-D73008663 -> origin/export-D73008663 2025-04-25T04:41:45.5852386Z * [new branch] export-D73042989 -> origin/export-D73042989 2025-04-25T04:41:45.5852848Z * [new branch] export-D73287751 -> origin/export-D73287751 2025-04-25T04:41:45.5853450Z * [new branch] exported-model-train-idempotent -> origin/exported-model-train-idempotent 2025-04-25T04:41:45.5854023Z * [new branch] fa_u8_brgemm -> origin/fa_u8_brgemm 2025-04-25T04:41:45.5854601Z * [new branch] fastmath_baseline -> origin/fastmath_baseline 2025-04-25T04:41:45.5855071Z * [new branch] fbcode/warm -> origin/fbcode/warm 2025-04-25T04:41:45.5855483Z * [new branch] fca -> origin/fca 2025-04-25T04:41:45.5855906Z * [new branch] fca2_ca5984c -> origin/fca2_ca5984c 2025-04-25T04:41:45.5856320Z * [new branch] fca5 -> origin/fca5 2025-04-25T04:41:45.5856813Z * [new branch] fengyuan/external-proj -> origin/fengyuan/external-proj 2025-04-25T04:41:45.5857524Z * [new branch] fengyuan/out-of-tree-xpu-ops-improve-test -> origin/fengyuan/out-of-tree-xpu-ops-improve-test 2025-04-25T04:41:45.5858358Z * [new branch] fengyuan/out-of-tree-xpu-ops-remove-dtype -> origin/fengyuan/out-of-tree-xpu-ops-remove-dtype 2025-04-25T04:41:45.5859034Z * [new branch] fengyuan/test-xpu -> origin/fengyuan/test-xpu 2025-04-25T04:41:45.5859521Z * [new branch] ffast_math_baseline -> origin/ffast_math_baseline 2025-04-25T04:41:45.5860016Z * [new branch] ffast_math_target -> origin/ffast_math_target 2025-04-25T04:41:45.5860523Z * [new branch] findhao/base_commit -> origin/findhao/base_commit 2025-04-25T04:41:45.5861035Z * [new branch] findhao/base_commit1 -> origin/findhao/base_commit1 2025-04-25T04:41:45.5861600Z * [new branch] findhao/fix-indirect-access -> origin/findhao/fix-indirect-access 2025-04-25T04:41:45.5862162Z * [new branch] findhao/multistream2 -> origin/findhao/multistream2 2025-04-25T04:41:45.5862704Z * [new branch] findhao/multistream5 -> origin/findhao/multistream5 2025-04-25T04:41:45.5863231Z * [new branch] findhao/multistream6 -> origin/findhao/multistream6 2025-04-25T04:41:45.5863772Z * [new branch] findhao/operatorbench3 -> origin/findhao/operatorbench3 2025-04-25T04:41:45.5864340Z * [new branch] findhao/operatorbench5 -> origin/findhao/operatorbench5 2025-04-25T04:41:45.5864940Z * [new branch] findhao/tritonparse -> origin/findhao/tritonparse 2025-04-25T04:41:45.5865418Z * [new branch] fix -> origin/fix 2025-04-25T04:41:45.5865849Z * [new branch] fix-149722 -> origin/fix-149722 2025-04-25T04:41:45.5866375Z * [new branch] fix-cat-lowering-uint8-hack -> origin/fix-cat-lowering-uint8-hack 2025-04-25T04:41:45.6287720Z * [new branch] fix-ck-gemm-template-format -> origin/fix-ck-gemm-template-format 2025-04-25T04:41:45.6288319Z * [new branch] fix-config-ignore -> origin/fix-config-ignore 2025-04-25T04:41:45.6288826Z * [new branch] fix-dict-guard -> origin/fix-dict-guard 2025-04-25T04:41:45.6289299Z * [new branch] fix-links -> origin/fix-links 2025-04-25T04:41:45.6289772Z * [new branch] fix-qat-derived-qspec -> origin/fix-qat-derived-qspec 2025-04-25T04:41:45.6290320Z * [new branch] fix_allow_train_eval_msg -> origin/fix_allow_train_eval_msg 2025-04-25T04:41:45.6290843Z * [new branch] fix_avoid_record_stream -> origin/fix_avoid_record_stream 2025-04-25T04:41:45.6291374Z * [new branch] fix_e2e_fsdp_tp_pairwise -> origin/fix_e2e_fsdp_tp_pairwise 2025-04-25T04:41:45.6291864Z * [new branch] fix_partial -> origin/fix_partial 2025-04-25T04:41:45.6292305Z * [new branch] fixes-triage -> origin/fixes-triage 2025-04-25T04:41:45.6292754Z * [new branch] flash -> origin/flash 2025-04-25T04:41:45.6293171Z * [new branch] flat_apply -> origin/flat_apply 2025-04-25T04:41:45.6293861Z * [new branch] flex_attention_functorch_grad -> origin/flex_attention_functorch_grad 2025-04-25T04:41:45.6294477Z * [new branch] fmassa/fix_memeff_sharding_rule -> origin/fmassa/fix_memeff_sharding_rule 2025-04-25T04:41:45.6295193Z * [new branch] fmassa/partitioner_knapsack_checkpoint -> origin/fmassa/partitioner_knapsack_checkpoint 2025-04-25T04:41:45.6295959Z * [new branch] fmassa/update_pointwise_shard_strategy -> origin/fmassa/update_pointwise_shard_strategy 2025-04-25T04:41:45.6296520Z * [new branch] foo -> origin/foo 2025-04-25T04:41:45.6296952Z * [new branch] fp8_fix -> origin/fp8_fix 2025-04-25T04:41:45.6297377Z * [new branch] fsdp-qps-drop -> origin/fsdp-qps-drop 2025-04-25T04:41:45.6297843Z * [new branch] fsdp2_trace_rules -> origin/fsdp2_trace_rules 2025-04-25T04:41:45.6298294Z * [new branch] fsdpv2_3d -> origin/fsdpv2_3d 2025-04-25T04:41:45.6298713Z * [new branch] fsdpv2_3d_m1 -> origin/fsdpv2_3d_m1 2025-04-25T04:41:45.6299159Z * [new branch] functorch_scan -> origin/functorch_scan 2025-04-25T04:41:45.6299589Z * [new branch] fused_qkv -> origin/fused_qkv 2025-04-25T04:41:45.6300009Z * [new branch] fx_cpp -> origin/fx_cpp 2025-04-25T04:41:45.6300422Z * [new branch] fy/fix-win -> origin/fy/fix-win 2025-04-25T04:41:45.6300830Z * [new branch] gelu-3 -> origin/gelu-3 2025-04-25T04:41:45.6301292Z * [new branch] get_state_dict_forward_fix -> origin/get_state_dict_forward_fix 2025-04-25T04:41:45.6301802Z * [new branch] gh/AlnisM/1/base -> origin/gh/AlnisM/1/base 2025-04-25T04:41:45.6302274Z * [new branch] gh/AlnisM/1/head -> origin/gh/AlnisM/1/head 2025-04-25T04:41:45.6302740Z * [new branch] gh/CaoE/47/base -> origin/gh/CaoE/47/base 2025-04-25T04:41:45.6303184Z * [new branch] gh/CaoE/47/head -> origin/gh/CaoE/47/head 2025-04-25T04:41:45.6303725Z * [new branch] gh/CaoE/47/orig -> origin/gh/CaoE/47/orig 2025-04-25T04:41:45.6304167Z * [new branch] gh/CaoE/48/base -> origin/gh/CaoE/48/base 2025-04-25T04:41:45.6304610Z * [new branch] gh/CaoE/48/head -> origin/gh/CaoE/48/head 2025-04-25T04:41:45.6305055Z * [new branch] gh/CaoE/48/orig -> origin/gh/CaoE/48/orig 2025-04-25T04:41:45.6305547Z * [new branch] gh/ColinPeppler/63/base -> origin/gh/ColinPeppler/63/base 2025-04-25T04:41:45.6306095Z * [new branch] gh/ColinPeppler/63/head -> origin/gh/ColinPeppler/63/head 2025-04-25T04:41:45.6306728Z * [new branch] gh/ColinPeppler/63/orig -> origin/gh/ColinPeppler/63/orig 2025-04-25T04:41:45.6308596Z * [new branch] gh/ColinPeppler/64/base -> origin/gh/ColinPeppler/64/base 2025-04-25T04:41:45.6309147Z * [new branch] gh/ColinPeppler/64/head -> origin/gh/ColinPeppler/64/head 2025-04-25T04:41:45.6309684Z * [new branch] gh/ColinPeppler/64/orig -> origin/gh/ColinPeppler/64/orig 2025-04-25T04:41:45.6310221Z * [new branch] gh/ColinPeppler/65/base -> origin/gh/ColinPeppler/65/base 2025-04-25T04:41:45.6310743Z * [new branch] gh/ColinPeppler/65/head -> origin/gh/ColinPeppler/65/head 2025-04-25T04:41:45.6311283Z * [new branch] gh/ColinPeppler/65/orig -> origin/gh/ColinPeppler/65/orig 2025-04-25T04:41:45.6311803Z * [new branch] gh/ColinPeppler/66/base -> origin/gh/ColinPeppler/66/base 2025-04-25T04:41:45.6312330Z * [new branch] gh/ColinPeppler/66/head -> origin/gh/ColinPeppler/66/head 2025-04-25T04:41:45.6312989Z * [new branch] gh/ColinPeppler/66/orig -> origin/gh/ColinPeppler/66/orig 2025-04-25T04:41:45.6744255Z * [new branch] gh/EikanWang/67/base -> origin/gh/EikanWang/67/base 2025-04-25T04:41:45.6744828Z * [new branch] gh/EikanWang/67/head -> origin/gh/EikanWang/67/head 2025-04-25T04:41:45.6745326Z * [new branch] gh/EikanWang/79/base -> origin/gh/EikanWang/79/base 2025-04-25T04:41:45.6745827Z * [new branch] gh/EikanWang/79/head -> origin/gh/EikanWang/79/head 2025-04-25T04:41:45.6746413Z * [new branch] gh/EikanWang/79/orig -> origin/gh/EikanWang/79/orig 2025-04-25T04:41:45.6746952Z * [new branch] gh/EikanWang/80/base -> origin/gh/EikanWang/80/base 2025-04-25T04:41:45.6747450Z * [new branch] gh/EikanWang/80/head -> origin/gh/EikanWang/80/head 2025-04-25T04:41:45.6747946Z * [new branch] gh/EikanWang/80/orig -> origin/gh/EikanWang/80/orig 2025-04-25T04:41:45.6748458Z * [new branch] gh/EikanWang/81/base -> origin/gh/EikanWang/81/base 2025-04-25T04:41:45.6748950Z * [new branch] gh/EikanWang/81/head -> origin/gh/EikanWang/81/head 2025-04-25T04:41:45.6749439Z * [new branch] gh/EikanWang/81/orig -> origin/gh/EikanWang/81/orig 2025-04-25T04:41:45.6749943Z * [new branch] gh/Gasoonjia/1/base -> origin/gh/Gasoonjia/1/base 2025-04-25T04:41:45.6750437Z * [new branch] gh/Gasoonjia/1/head -> origin/gh/Gasoonjia/1/head 2025-04-25T04:41:45.6750916Z * [new branch] gh/H-Huang/131/base -> origin/gh/H-Huang/131/base 2025-04-25T04:41:45.6751388Z * [new branch] gh/H-Huang/131/head -> origin/gh/H-Huang/131/head 2025-04-25T04:41:45.6751892Z * [new branch] gh/H-Huang/131/orig -> origin/gh/H-Huang/131/orig 2025-04-25T04:41:45.6752411Z * [new branch] gh/H-Huang/132/base -> origin/gh/H-Huang/132/base 2025-04-25T04:41:45.6752917Z * [new branch] gh/H-Huang/132/head -> origin/gh/H-Huang/132/head 2025-04-25T04:41:45.6753383Z * [new branch] gh/H-Huang/132/orig -> origin/gh/H-Huang/132/orig 2025-04-25T04:41:45.6754003Z * [new branch] gh/H-Huang/160/base -> origin/gh/H-Huang/160/base 2025-04-25T04:41:45.6754473Z * [new branch] gh/H-Huang/160/head -> origin/gh/H-Huang/160/head 2025-04-25T04:41:45.6755017Z * [new branch] gh/H-Huang/160/orig -> origin/gh/H-Huang/160/orig 2025-04-25T04:41:45.6755486Z * [new branch] gh/H-Huang/168/base -> origin/gh/H-Huang/168/base 2025-04-25T04:41:45.6755961Z * [new branch] gh/H-Huang/168/head -> origin/gh/H-Huang/168/head 2025-04-25T04:41:45.6756431Z * [new branch] gh/H-Huang/168/orig -> origin/gh/H-Huang/168/orig 2025-04-25T04:41:45.6756901Z * [new branch] gh/H-Huang/172/base -> origin/gh/H-Huang/172/base 2025-04-25T04:41:45.6757374Z * [new branch] gh/H-Huang/172/head -> origin/gh/H-Huang/172/head 2025-04-25T04:41:45.6757890Z * [new branch] gh/H-Huang/172/orig -> origin/gh/H-Huang/172/orig 2025-04-25T04:41:45.6758446Z * [new branch] gh/H-Huang/173/base -> origin/gh/H-Huang/173/base 2025-04-25T04:41:45.6758913Z * [new branch] gh/H-Huang/173/head -> origin/gh/H-Huang/173/head 2025-04-25T04:41:45.6759375Z * [new branch] gh/H-Huang/173/orig -> origin/gh/H-Huang/173/orig 2025-04-25T04:41:45.6759843Z * [new branch] gh/H-Huang/174/base -> origin/gh/H-Huang/174/base 2025-04-25T04:41:45.6760301Z * [new branch] gh/H-Huang/174/head -> origin/gh/H-Huang/174/head 2025-04-25T04:41:45.6760772Z * [new branch] gh/H-Huang/174/orig -> origin/gh/H-Huang/174/orig 2025-04-25T04:41:45.6761358Z * [new branch] gh/H-Huang/175/base -> origin/gh/H-Huang/175/base 2025-04-25T04:41:45.6761820Z * [new branch] gh/H-Huang/175/head -> origin/gh/H-Huang/175/head 2025-04-25T04:41:45.6762294Z * [new branch] gh/H-Huang/175/orig -> origin/gh/H-Huang/175/orig 2025-04-25T04:41:45.6762768Z * [new branch] gh/H-Huang/176/base -> origin/gh/H-Huang/176/base 2025-04-25T04:41:45.6763250Z * [new branch] gh/H-Huang/176/head -> origin/gh/H-Huang/176/head 2025-04-25T04:41:45.6763709Z * [new branch] gh/H-Huang/176/orig -> origin/gh/H-Huang/176/orig 2025-04-25T04:41:45.6764184Z * [new branch] gh/H-Huang/177/base -> origin/gh/H-Huang/177/base 2025-04-25T04:41:45.6764664Z * [new branch] gh/H-Huang/177/head -> origin/gh/H-Huang/177/head 2025-04-25T04:41:45.6765127Z * [new branch] gh/H-Huang/177/orig -> origin/gh/H-Huang/177/orig 2025-04-25T04:41:45.6765645Z * [new branch] gh/IvanKobzarev/100/base -> origin/gh/IvanKobzarev/100/base 2025-04-25T04:41:45.6766187Z * [new branch] gh/IvanKobzarev/100/head -> origin/gh/IvanKobzarev/100/head 2025-04-25T04:41:45.6766737Z * [new branch] gh/IvanKobzarev/100/orig -> origin/gh/IvanKobzarev/100/orig 2025-04-25T04:41:45.6767292Z * [new branch] gh/IvanKobzarev/105/base -> origin/gh/IvanKobzarev/105/base 2025-04-25T04:41:45.7174560Z * [new branch] gh/IvanKobzarev/105/head -> origin/gh/IvanKobzarev/105/head 2025-04-25T04:41:45.7175168Z * [new branch] gh/IvanKobzarev/105/orig -> origin/gh/IvanKobzarev/105/orig 2025-04-25T04:41:45.7175726Z * [new branch] gh/IvanKobzarev/106/base -> origin/gh/IvanKobzarev/106/base 2025-04-25T04:41:45.7176265Z * [new branch] gh/IvanKobzarev/106/head -> origin/gh/IvanKobzarev/106/head 2025-04-25T04:41:45.7176824Z * [new branch] gh/IvanKobzarev/106/orig -> origin/gh/IvanKobzarev/106/orig 2025-04-25T04:41:45.7177407Z * [new branch] gh/IvanKobzarev/107/base -> origin/gh/IvanKobzarev/107/base 2025-04-25T04:41:45.7178153Z * [new branch] gh/IvanKobzarev/107/head -> origin/gh/IvanKobzarev/107/head 2025-04-25T04:41:45.7178694Z * [new branch] gh/IvanKobzarev/107/orig -> origin/gh/IvanKobzarev/107/orig 2025-04-25T04:41:45.7179240Z * [new branch] gh/IvanKobzarev/108/base -> origin/gh/IvanKobzarev/108/base 2025-04-25T04:41:45.7179784Z * [new branch] gh/IvanKobzarev/108/head -> origin/gh/IvanKobzarev/108/head 2025-04-25T04:41:45.7180317Z * [new branch] gh/IvanKobzarev/108/orig -> origin/gh/IvanKobzarev/108/orig 2025-04-25T04:41:45.7180865Z * [new branch] gh/IvanKobzarev/109/base -> origin/gh/IvanKobzarev/109/base 2025-04-25T04:41:45.7181399Z * [new branch] gh/IvanKobzarev/109/head -> origin/gh/IvanKobzarev/109/head 2025-04-25T04:41:45.7181943Z * [new branch] gh/IvanKobzarev/109/orig -> origin/gh/IvanKobzarev/109/orig 2025-04-25T04:41:45.7182479Z * [new branch] gh/IvanKobzarev/110/base -> origin/gh/IvanKobzarev/110/base 2025-04-25T04:41:45.7183057Z * [new branch] gh/IvanKobzarev/110/head -> origin/gh/IvanKobzarev/110/head 2025-04-25T04:41:45.7183641Z * [new branch] gh/IvanKobzarev/110/orig -> origin/gh/IvanKobzarev/110/orig 2025-04-25T04:41:45.7184195Z * [new branch] gh/IvanKobzarev/111/base -> origin/gh/IvanKobzarev/111/base 2025-04-25T04:41:45.7184729Z * [new branch] gh/IvanKobzarev/111/head -> origin/gh/IvanKobzarev/111/head 2025-04-25T04:41:45.7185265Z * [new branch] gh/IvanKobzarev/111/orig -> origin/gh/IvanKobzarev/111/orig 2025-04-25T04:41:45.7185794Z * [new branch] gh/IvanKobzarev/64/base -> origin/gh/IvanKobzarev/64/base 2025-04-25T04:41:45.7186969Z * [new branch] gh/IvanKobzarev/64/head -> origin/gh/IvanKobzarev/64/head 2025-04-25T04:41:45.7187500Z * [new branch] gh/IvanKobzarev/64/orig -> origin/gh/IvanKobzarev/64/orig 2025-04-25T04:41:45.7188037Z * [new branch] gh/IvanKobzarev/94/base -> origin/gh/IvanKobzarev/94/base 2025-04-25T04:41:45.7188630Z * [new branch] gh/IvanKobzarev/94/head -> origin/gh/IvanKobzarev/94/head 2025-04-25T04:41:45.7189203Z * [new branch] gh/IvanKobzarev/94/orig -> origin/gh/IvanKobzarev/94/orig 2025-04-25T04:41:45.7189728Z * [new branch] gh/IvanKobzarev/98/base -> origin/gh/IvanKobzarev/98/base 2025-04-25T04:41:45.7190256Z * [new branch] gh/IvanKobzarev/98/head -> origin/gh/IvanKobzarev/98/head 2025-04-25T04:41:45.7190798Z * [new branch] gh/IvanKobzarev/98/orig -> origin/gh/IvanKobzarev/98/orig 2025-04-25T04:41:45.7191321Z * [new branch] gh/Lezcano/243/base -> origin/gh/Lezcano/243/base 2025-04-25T04:41:45.7191806Z * [new branch] gh/Lezcano/243/head -> origin/gh/Lezcano/243/head 2025-04-25T04:41:45.7192300Z * [new branch] gh/Lezcano/243/orig -> origin/gh/Lezcano/243/orig 2025-04-25T04:41:45.7192817Z * [new branch] gh/NikhilAPatel/1/base -> origin/gh/NikhilAPatel/1/base 2025-04-25T04:41:45.7193369Z * [new branch] gh/NikhilAPatel/1/head -> origin/gh/NikhilAPatel/1/head 2025-04-25T04:41:45.7193893Z * [new branch] gh/NikhilAPatel/2/base -> origin/gh/NikhilAPatel/2/base 2025-04-25T04:41:45.7194459Z * [new branch] gh/NikhilAPatel/2/head -> origin/gh/NikhilAPatel/2/head 2025-04-25T04:41:45.7195110Z * [new branch] gh/NikhilAPatel/3/base -> origin/gh/NikhilAPatel/3/base 2025-04-25T04:41:45.7195635Z * [new branch] gh/NikhilAPatel/3/head -> origin/gh/NikhilAPatel/3/head 2025-04-25T04:41:45.7196166Z * [new branch] gh/NikhilAPatel/3/orig -> origin/gh/NikhilAPatel/3/orig 2025-04-25T04:41:45.7196692Z * [new branch] gh/NikhilAPatel/4/base -> origin/gh/NikhilAPatel/4/base 2025-04-25T04:41:45.7197320Z * [new branch] gh/NikhilAPatel/4/head -> origin/gh/NikhilAPatel/4/head 2025-04-25T04:41:45.7197857Z * [new branch] gh/NikhilAPatel/5/base -> origin/gh/NikhilAPatel/5/base 2025-04-25T04:41:45.7198376Z * [new branch] gh/NikhilAPatel/5/head -> origin/gh/NikhilAPatel/5/head 2025-04-25T04:41:45.7198900Z * [new branch] gh/NikhilAPatel/5/orig -> origin/gh/NikhilAPatel/5/orig 2025-04-25T04:41:45.7199417Z * [new branch] gh/NikhilAPatel/6/base -> origin/gh/NikhilAPatel/6/base 2025-04-25T04:41:45.7616657Z * [new branch] gh/NikhilAPatel/6/head -> origin/gh/NikhilAPatel/6/head 2025-04-25T04:41:45.7617255Z * [new branch] gh/NikhilAPatel/6/orig -> origin/gh/NikhilAPatel/6/orig 2025-04-25T04:41:45.7617798Z * [new branch] gh/NikhilAPatel/7/base -> origin/gh/NikhilAPatel/7/base 2025-04-25T04:41:45.7618333Z * [new branch] gh/NikhilAPatel/7/head -> origin/gh/NikhilAPatel/7/head 2025-04-25T04:41:45.7618859Z * [new branch] gh/NikhilAPatel/7/orig -> origin/gh/NikhilAPatel/7/orig 2025-04-25T04:41:45.7619389Z * [new branch] gh/NikhilAPatel/8/base -> origin/gh/NikhilAPatel/8/base 2025-04-25T04:41:45.7619907Z * [new branch] gh/NikhilAPatel/8/head -> origin/gh/NikhilAPatel/8/head 2025-04-25T04:41:45.7620437Z * [new branch] gh/NikhilAPatel/8/orig -> origin/gh/NikhilAPatel/8/orig 2025-04-25T04:41:45.7621046Z * [new branch] gh/NikhilAPatel/9/base -> origin/gh/NikhilAPatel/9/base 2025-04-25T04:41:45.7621574Z * [new branch] gh/NikhilAPatel/9/head -> origin/gh/NikhilAPatel/9/head 2025-04-25T04:41:45.7622571Z * [new branch] gh/NikhilAPatel/9/orig -> origin/gh/NikhilAPatel/9/orig 2025-04-25T04:41:45.7623096Z * [new branch] gh/PaulZhang12/1/base -> origin/gh/PaulZhang12/1/base 2025-04-25T04:41:45.7623634Z * [new branch] gh/PaulZhang12/1/head -> origin/gh/PaulZhang12/1/head 2025-04-25T04:41:45.7624145Z * [new branch] gh/PaulZhang12/1/orig -> origin/gh/PaulZhang12/1/orig 2025-04-25T04:41:45.7624668Z * [new branch] gh/PaulZhang12/10/base -> origin/gh/PaulZhang12/10/base 2025-04-25T04:41:45.7625187Z * [new branch] gh/PaulZhang12/10/head -> origin/gh/PaulZhang12/10/head 2025-04-25T04:41:45.7625700Z * [new branch] gh/PaulZhang12/10/orig -> origin/gh/PaulZhang12/10/orig 2025-04-25T04:41:45.7626224Z * [new branch] gh/PaulZhang12/11/base -> origin/gh/PaulZhang12/11/base 2025-04-25T04:41:45.7626840Z * [new branch] gh/PaulZhang12/11/head -> origin/gh/PaulZhang12/11/head 2025-04-25T04:41:45.7627367Z * [new branch] gh/PaulZhang12/11/orig -> origin/gh/PaulZhang12/11/orig 2025-04-25T04:41:45.7627897Z * [new branch] gh/PaulZhang12/12/base -> origin/gh/PaulZhang12/12/base 2025-04-25T04:41:45.7628418Z * [new branch] gh/PaulZhang12/12/head -> origin/gh/PaulZhang12/12/head 2025-04-25T04:41:45.7628951Z * [new branch] gh/PaulZhang12/2/base -> origin/gh/PaulZhang12/2/base 2025-04-25T04:41:45.7629464Z * [new branch] gh/PaulZhang12/2/head -> origin/gh/PaulZhang12/2/head 2025-04-25T04:41:45.7629988Z * [new branch] gh/PaulZhang12/2/orig -> origin/gh/PaulZhang12/2/orig 2025-04-25T04:41:45.7630507Z * [new branch] gh/PaulZhang12/3/base -> origin/gh/PaulZhang12/3/base 2025-04-25T04:41:45.7631012Z * [new branch] gh/PaulZhang12/3/head -> origin/gh/PaulZhang12/3/head 2025-04-25T04:41:45.7631528Z * [new branch] gh/PaulZhang12/3/orig -> origin/gh/PaulZhang12/3/orig 2025-04-25T04:41:45.7632045Z * [new branch] gh/PaulZhang12/4/base -> origin/gh/PaulZhang12/4/base 2025-04-25T04:41:45.7633128Z * [new branch] gh/PaulZhang12/4/head -> origin/gh/PaulZhang12/4/head 2025-04-25T04:41:45.7633667Z * [new branch] gh/PaulZhang12/4/orig -> origin/gh/PaulZhang12/4/orig 2025-04-25T04:41:45.7634185Z * [new branch] gh/PaulZhang12/5/base -> origin/gh/PaulZhang12/5/base 2025-04-25T04:41:45.7634788Z * [new branch] gh/PaulZhang12/5/head -> origin/gh/PaulZhang12/5/head 2025-04-25T04:41:45.7635294Z * [new branch] gh/PaulZhang12/5/orig -> origin/gh/PaulZhang12/5/orig 2025-04-25T04:41:45.7635809Z * [new branch] gh/PaulZhang12/6/base -> origin/gh/PaulZhang12/6/base 2025-04-25T04:41:45.7636330Z * [new branch] gh/PaulZhang12/6/head -> origin/gh/PaulZhang12/6/head 2025-04-25T04:41:45.7636835Z * [new branch] gh/PaulZhang12/6/orig -> origin/gh/PaulZhang12/6/orig 2025-04-25T04:41:45.7637360Z * [new branch] gh/PaulZhang12/7/base -> origin/gh/PaulZhang12/7/base 2025-04-25T04:41:45.7637915Z * [new branch] gh/PaulZhang12/7/head -> origin/gh/PaulZhang12/7/head 2025-04-25T04:41:45.7638473Z * [new branch] gh/PaulZhang12/7/orig -> origin/gh/PaulZhang12/7/orig 2025-04-25T04:41:45.7638989Z * [new branch] gh/PaulZhang12/8/base -> origin/gh/PaulZhang12/8/base 2025-04-25T04:41:45.7639493Z * [new branch] gh/PaulZhang12/8/head -> origin/gh/PaulZhang12/8/head 2025-04-25T04:41:45.7640014Z * [new branch] gh/PaulZhang12/8/orig -> origin/gh/PaulZhang12/8/orig 2025-04-25T04:41:45.7640521Z * [new branch] gh/PaulZhang12/9/base -> origin/gh/PaulZhang12/9/base 2025-04-25T04:41:45.7641139Z * [new branch] gh/PaulZhang12/9/head -> origin/gh/PaulZhang12/9/head 2025-04-25T04:41:45.8048662Z * [new branch] gh/PaulZhang12/9/orig -> origin/gh/PaulZhang12/9/orig 2025-04-25T04:41:45.8049238Z * [new branch] gh/SamGinzburg/11/base -> origin/gh/SamGinzburg/11/base 2025-04-25T04:41:45.8049806Z * [new branch] gh/SamGinzburg/11/head -> origin/gh/SamGinzburg/11/head 2025-04-25T04:41:45.8050341Z * [new branch] gh/StrongerXi/1/base -> origin/gh/StrongerXi/1/base 2025-04-25T04:41:45.8050846Z * [new branch] gh/StrongerXi/1/head -> origin/gh/StrongerXi/1/head 2025-04-25T04:41:45.8051363Z * [new branch] gh/StrongerXi/100/base -> origin/gh/StrongerXi/100/base 2025-04-25T04:41:45.8051873Z * [new branch] gh/StrongerXi/100/head -> origin/gh/StrongerXi/100/head 2025-04-25T04:41:45.8052398Z * [new branch] gh/StrongerXi/100/orig -> origin/gh/StrongerXi/100/orig 2025-04-25T04:41:45.8052918Z * [new branch] gh/StrongerXi/101/base -> origin/gh/StrongerXi/101/base 2025-04-25T04:41:45.8053480Z * [new branch] gh/StrongerXi/101/head -> origin/gh/StrongerXi/101/head 2025-04-25T04:41:45.8054055Z * [new branch] gh/StrongerXi/101/orig -> origin/gh/StrongerXi/101/orig 2025-04-25T04:41:45.8054562Z * [new branch] gh/StrongerXi/102/base -> origin/gh/StrongerXi/102/base 2025-04-25T04:41:45.8055074Z * [new branch] gh/StrongerXi/102/head -> origin/gh/StrongerXi/102/head 2025-04-25T04:41:45.8055593Z * [new branch] gh/StrongerXi/102/orig -> origin/gh/StrongerXi/102/orig 2025-04-25T04:41:45.8056095Z * [new branch] gh/StrongerXi/103/base -> origin/gh/StrongerXi/103/base 2025-04-25T04:41:45.8056621Z * [new branch] gh/StrongerXi/103/head -> origin/gh/StrongerXi/103/head 2025-04-25T04:41:45.8057133Z * [new branch] gh/StrongerXi/103/orig -> origin/gh/StrongerXi/103/orig 2025-04-25T04:41:45.8057650Z * [new branch] gh/StrongerXi/104/base -> origin/gh/StrongerXi/104/base 2025-04-25T04:41:45.8058168Z * [new branch] gh/StrongerXi/104/head -> origin/gh/StrongerXi/104/head 2025-04-25T04:41:45.8058882Z * [new branch] gh/StrongerXi/104/orig -> origin/gh/StrongerXi/104/orig 2025-04-25T04:41:45.8059462Z * [new branch] gh/StrongerXi/105/base -> origin/gh/StrongerXi/105/base 2025-04-25T04:41:45.8059979Z * [new branch] gh/StrongerXi/105/head -> origin/gh/StrongerXi/105/head 2025-04-25T04:41:45.8060515Z * [new branch] gh/StrongerXi/105/orig -> origin/gh/StrongerXi/105/orig 2025-04-25T04:41:45.8061024Z * [new branch] gh/StrongerXi/63/base -> origin/gh/StrongerXi/63/base 2025-04-25T04:41:45.8061556Z * [new branch] gh/StrongerXi/63/head -> origin/gh/StrongerXi/63/head 2025-04-25T04:41:45.8062083Z * [new branch] gh/StrongerXi/63/orig -> origin/gh/StrongerXi/63/orig 2025-04-25T04:41:45.8062608Z * [new branch] gh/StrongerXi/67/base -> origin/gh/StrongerXi/67/base 2025-04-25T04:41:45.8063135Z * [new branch] gh/StrongerXi/67/head -> origin/gh/StrongerXi/67/head 2025-04-25T04:41:45.8063658Z * [new branch] gh/StrongerXi/67/orig -> origin/gh/StrongerXi/67/orig 2025-04-25T04:41:45.8064167Z * [new branch] gh/StrongerXi/71/base -> origin/gh/StrongerXi/71/base 2025-04-25T04:41:45.8064738Z * [new branch] gh/StrongerXi/71/head -> origin/gh/StrongerXi/71/head 2025-04-25T04:41:45.8065297Z * [new branch] gh/StrongerXi/72/base -> origin/gh/StrongerXi/72/base 2025-04-25T04:41:45.8065827Z * [new branch] gh/StrongerXi/72/head -> origin/gh/StrongerXi/72/head 2025-04-25T04:41:45.8066453Z * [new branch] gh/StrongerXi/94/base -> origin/gh/StrongerXi/94/base 2025-04-25T04:41:45.8066977Z * [new branch] gh/StrongerXi/94/head -> origin/gh/StrongerXi/94/head 2025-04-25T04:41:45.8067498Z * [new branch] gh/StrongerXi/94/orig -> origin/gh/StrongerXi/94/orig 2025-04-25T04:41:45.8068018Z * [new branch] gh/StrongerXi/95/base -> origin/gh/StrongerXi/95/base 2025-04-25T04:41:45.8068547Z * [new branch] gh/StrongerXi/95/head -> origin/gh/StrongerXi/95/head 2025-04-25T04:41:45.8069056Z * [new branch] gh/StrongerXi/95/orig -> origin/gh/StrongerXi/95/orig 2025-04-25T04:41:45.8069567Z * [new branch] gh/StrongerXi/96/base -> origin/gh/StrongerXi/96/base 2025-04-25T04:41:45.8070116Z * [new branch] gh/StrongerXi/96/head -> origin/gh/StrongerXi/96/head 2025-04-25T04:41:45.8070667Z * [new branch] gh/StrongerXi/96/orig -> origin/gh/StrongerXi/96/orig 2025-04-25T04:41:45.8071183Z * [new branch] gh/StrongerXi/97/base -> origin/gh/StrongerXi/97/base 2025-04-25T04:41:45.8071684Z * [new branch] gh/StrongerXi/97/head -> origin/gh/StrongerXi/97/head 2025-04-25T04:41:45.8072197Z * [new branch] gh/StrongerXi/97/orig -> origin/gh/StrongerXi/97/orig 2025-04-25T04:41:45.8072703Z * [new branch] gh/StrongerXi/98/base -> origin/gh/StrongerXi/98/base 2025-04-25T04:41:45.8504195Z * [new branch] gh/StrongerXi/98/head -> origin/gh/StrongerXi/98/head 2025-04-25T04:41:45.8504820Z * [new branch] gh/StrongerXi/98/orig -> origin/gh/StrongerXi/98/orig 2025-04-25T04:41:45.8505332Z * [new branch] gh/StrongerXi/99/base -> origin/gh/StrongerXi/99/base 2025-04-25T04:41:45.8505863Z * [new branch] gh/StrongerXi/99/head -> origin/gh/StrongerXi/99/head 2025-04-25T04:41:45.8506390Z * [new branch] gh/StrongerXi/99/orig -> origin/gh/StrongerXi/99/orig 2025-04-25T04:41:45.8506904Z * [new branch] gh/Xia-Weiwen/33/base -> origin/gh/Xia-Weiwen/33/base 2025-04-25T04:41:45.8507404Z * [new branch] gh/Xia-Weiwen/33/head -> origin/gh/Xia-Weiwen/33/head 2025-04-25T04:41:45.8508055Z * [new branch] gh/Xia-Weiwen/33/orig -> origin/gh/Xia-Weiwen/33/orig 2025-04-25T04:41:45.8508557Z * [new branch] gh/Xia-Weiwen/34/base -> origin/gh/Xia-Weiwen/34/base 2025-04-25T04:41:45.8509061Z * [new branch] gh/Xia-Weiwen/34/head -> origin/gh/Xia-Weiwen/34/head 2025-04-25T04:41:45.8509554Z * [new branch] gh/Xia-Weiwen/34/orig -> origin/gh/Xia-Weiwen/34/orig 2025-04-25T04:41:45.8510090Z * [new branch] gh/Xia-Weiwen/35/base -> origin/gh/Xia-Weiwen/35/base 2025-04-25T04:41:45.8510618Z * [new branch] gh/Xia-Weiwen/35/head -> origin/gh/Xia-Weiwen/35/head 2025-04-25T04:41:45.8511123Z * [new branch] gh/Xia-Weiwen/35/orig -> origin/gh/Xia-Weiwen/35/orig 2025-04-25T04:41:45.8511616Z * [new branch] gh/Xia-Weiwen/36/base -> origin/gh/Xia-Weiwen/36/base 2025-04-25T04:41:45.8512107Z * [new branch] gh/Xia-Weiwen/36/head -> origin/gh/Xia-Weiwen/36/head 2025-04-25T04:41:45.8512610Z * [new branch] gh/Xia-Weiwen/36/orig -> origin/gh/Xia-Weiwen/36/orig 2025-04-25T04:41:45.8513107Z * [new branch] gh/Xia-Weiwen/37/base -> origin/gh/Xia-Weiwen/37/base 2025-04-25T04:41:45.8513594Z * [new branch] gh/Xia-Weiwen/37/head -> origin/gh/Xia-Weiwen/37/head 2025-04-25T04:41:45.8514090Z * [new branch] gh/Xia-Weiwen/37/orig -> origin/gh/Xia-Weiwen/37/orig 2025-04-25T04:41:45.8514643Z * [new branch] gh/XilunWu/110/base -> origin/gh/XilunWu/110/base 2025-04-25T04:41:45.8515148Z * [new branch] gh/XilunWu/110/head -> origin/gh/XilunWu/110/head 2025-04-25T04:41:45.8515802Z * [new branch] gh/XilunWu/110/orig -> origin/gh/XilunWu/110/orig 2025-04-25T04:41:45.8516336Z * [new branch] gh/XilunWu/115/base -> origin/gh/XilunWu/115/base 2025-04-25T04:41:45.8516821Z * [new branch] gh/XilunWu/115/head -> origin/gh/XilunWu/115/head 2025-04-25T04:41:45.8517307Z * [new branch] gh/XilunWu/115/orig -> origin/gh/XilunWu/115/orig 2025-04-25T04:41:45.8517788Z * [new branch] gh/XilunWu/116/base -> origin/gh/XilunWu/116/base 2025-04-25T04:41:45.8518261Z * [new branch] gh/XilunWu/116/head -> origin/gh/XilunWu/116/head 2025-04-25T04:41:45.8518745Z * [new branch] gh/XilunWu/116/orig -> origin/gh/XilunWu/116/orig 2025-04-25T04:41:45.8519226Z * [new branch] gh/XilunWu/117/base -> origin/gh/XilunWu/117/base 2025-04-25T04:41:45.8519703Z * [new branch] gh/XilunWu/117/head -> origin/gh/XilunWu/117/head 2025-04-25T04:41:45.8520187Z * [new branch] gh/XilunWu/117/orig -> origin/gh/XilunWu/117/orig 2025-04-25T04:41:45.8520663Z * [new branch] gh/XilunWu/118/base -> origin/gh/XilunWu/118/base 2025-04-25T04:41:45.8521153Z * [new branch] gh/XilunWu/118/head -> origin/gh/XilunWu/118/head 2025-04-25T04:41:45.8521679Z * [new branch] gh/XilunWu/118/orig -> origin/gh/XilunWu/118/orig 2025-04-25T04:41:45.8522204Z * [new branch] gh/XilunWu/119/base -> origin/gh/XilunWu/119/base 2025-04-25T04:41:45.8522688Z * [new branch] gh/XilunWu/119/head -> origin/gh/XilunWu/119/head 2025-04-25T04:41:45.8523161Z * [new branch] gh/XilunWu/119/orig -> origin/gh/XilunWu/119/orig 2025-04-25T04:41:45.8523641Z * [new branch] gh/XilunWu/122/base -> origin/gh/XilunWu/122/base 2025-04-25T04:41:45.8524123Z * [new branch] gh/XilunWu/122/head -> origin/gh/XilunWu/122/head 2025-04-25T04:41:45.8524594Z * [new branch] gh/XilunWu/122/orig -> origin/gh/XilunWu/122/orig 2025-04-25T04:41:45.8525077Z * [new branch] gh/XilunWu/125/base -> origin/gh/XilunWu/125/base 2025-04-25T04:41:45.8525643Z * [new branch] gh/XilunWu/125/head -> origin/gh/XilunWu/125/head 2025-04-25T04:41:45.8526137Z * [new branch] gh/XilunWu/125/orig -> origin/gh/XilunWu/125/orig 2025-04-25T04:41:45.8526615Z * [new branch] gh/XilunWu/126/base -> origin/gh/XilunWu/126/base 2025-04-25T04:41:45.8527111Z * [new branch] gh/XilunWu/126/head -> origin/gh/XilunWu/126/head 2025-04-25T04:41:45.8527678Z * [new branch] gh/XilunWu/126/orig -> origin/gh/XilunWu/126/orig 2025-04-25T04:41:45.8954738Z * [new branch] gh/XilunWu/127/base -> origin/gh/XilunWu/127/base 2025-04-25T04:41:45.8955332Z * [new branch] gh/XilunWu/127/head -> origin/gh/XilunWu/127/head 2025-04-25T04:41:45.8955831Z * [new branch] gh/XilunWu/127/orig -> origin/gh/XilunWu/127/orig 2025-04-25T04:41:45.8956317Z * [new branch] gh/XilunWu/128/base -> origin/gh/XilunWu/128/base 2025-04-25T04:41:45.8956819Z * [new branch] gh/XilunWu/128/head -> origin/gh/XilunWu/128/head 2025-04-25T04:41:45.8957291Z * [new branch] gh/XilunWu/128/orig -> origin/gh/XilunWu/128/orig 2025-04-25T04:41:45.8957773Z * [new branch] gh/XilunWu/129/base -> origin/gh/XilunWu/129/base 2025-04-25T04:41:45.8958254Z * [new branch] gh/XilunWu/129/head -> origin/gh/XilunWu/129/head 2025-04-25T04:41:45.8958727Z * [new branch] gh/XilunWu/129/orig -> origin/gh/XilunWu/129/orig 2025-04-25T04:41:45.8959209Z * [new branch] gh/XilunWu/130/base -> origin/gh/XilunWu/130/base 2025-04-25T04:41:45.8959845Z * [new branch] gh/XilunWu/130/head -> origin/gh/XilunWu/130/head 2025-04-25T04:41:45.8960338Z * [new branch] gh/XilunWu/130/orig -> origin/gh/XilunWu/130/orig 2025-04-25T04:41:45.8960832Z * [new branch] gh/XilunWu/131/base -> origin/gh/XilunWu/131/base 2025-04-25T04:41:45.8961312Z * [new branch] gh/XilunWu/131/head -> origin/gh/XilunWu/131/head 2025-04-25T04:41:45.8961795Z * [new branch] gh/XilunWu/131/orig -> origin/gh/XilunWu/131/orig 2025-04-25T04:41:45.8962278Z * [new branch] gh/XilunWu/132/base -> origin/gh/XilunWu/132/base 2025-04-25T04:41:45.8962763Z * [new branch] gh/XilunWu/132/head -> origin/gh/XilunWu/132/head 2025-04-25T04:41:45.8963244Z * [new branch] gh/XilunWu/132/orig -> origin/gh/XilunWu/132/orig 2025-04-25T04:41:45.8963727Z * [new branch] gh/XilunWu/133/base -> origin/gh/XilunWu/133/base 2025-04-25T04:41:45.8964222Z * [new branch] gh/XilunWu/133/head -> origin/gh/XilunWu/133/head 2025-04-25T04:41:45.8964701Z * [new branch] gh/XilunWu/133/orig -> origin/gh/XilunWu/133/orig 2025-04-25T04:41:45.8965187Z * [new branch] gh/XilunWu/134/base -> origin/gh/XilunWu/134/base 2025-04-25T04:41:45.8965662Z * [new branch] gh/XilunWu/134/head -> origin/gh/XilunWu/134/head 2025-04-25T04:41:45.8966151Z * [new branch] gh/XilunWu/134/orig -> origin/gh/XilunWu/134/orig 2025-04-25T04:41:45.8966635Z * [new branch] gh/XilunWu/135/base -> origin/gh/XilunWu/135/base 2025-04-25T04:41:45.8967118Z * [new branch] gh/XilunWu/135/head -> origin/gh/XilunWu/135/head 2025-04-25T04:41:45.8967602Z * [new branch] gh/XilunWu/135/orig -> origin/gh/XilunWu/135/orig 2025-04-25T04:41:45.8968079Z * [new branch] gh/XilunWu/136/base -> origin/gh/XilunWu/136/base 2025-04-25T04:41:45.8968560Z * [new branch] gh/XilunWu/136/head -> origin/gh/XilunWu/136/head 2025-04-25T04:41:45.8969040Z * [new branch] gh/XilunWu/136/orig -> origin/gh/XilunWu/136/orig 2025-04-25T04:41:45.8969615Z * [new branch] gh/XilunWu/137/base -> origin/gh/XilunWu/137/base 2025-04-25T04:41:45.8970111Z * [new branch] gh/XilunWu/137/head -> origin/gh/XilunWu/137/head 2025-04-25T04:41:45.8970592Z * [new branch] gh/XilunWu/137/orig -> origin/gh/XilunWu/137/orig 2025-04-25T04:41:45.8971075Z * [new branch] gh/XilunWu/138/base -> origin/gh/XilunWu/138/base 2025-04-25T04:41:45.8971564Z * [new branch] gh/XilunWu/138/head -> origin/gh/XilunWu/138/head 2025-04-25T04:41:45.8972043Z * [new branch] gh/XilunWu/138/orig -> origin/gh/XilunWu/138/orig 2025-04-25T04:41:45.8972544Z * [new branch] gh/XuehaiPan/1/base -> origin/gh/XuehaiPan/1/base 2025-04-25T04:41:45.8973036Z * [new branch] gh/XuehaiPan/1/head -> origin/gh/XuehaiPan/1/head 2025-04-25T04:41:45.8973531Z * [new branch] gh/XuehaiPan/1/orig -> origin/gh/XuehaiPan/1/orig 2025-04-25T04:41:45.8974030Z * [new branch] gh/XuehaiPan/105/base -> origin/gh/XuehaiPan/105/base 2025-04-25T04:41:45.8974554Z * [new branch] gh/XuehaiPan/105/head -> origin/gh/XuehaiPan/105/head 2025-04-25T04:41:45.8975069Z * [new branch] gh/XuehaiPan/105/orig -> origin/gh/XuehaiPan/105/orig 2025-04-25T04:41:45.8975570Z * [new branch] gh/XuehaiPan/109/base -> origin/gh/XuehaiPan/109/base 2025-04-25T04:41:45.8976081Z * [new branch] gh/XuehaiPan/109/head -> origin/gh/XuehaiPan/109/head 2025-04-25T04:41:45.8976582Z * [new branch] gh/XuehaiPan/109/orig -> origin/gh/XuehaiPan/109/orig 2025-04-25T04:41:45.8977189Z * [new branch] gh/XuehaiPan/13/base -> origin/gh/XuehaiPan/13/base 2025-04-25T04:41:45.8977697Z * [new branch] gh/XuehaiPan/13/head -> origin/gh/XuehaiPan/13/head 2025-04-25T04:41:45.9381841Z * [new branch] gh/XuehaiPan/13/orig -> origin/gh/XuehaiPan/13/orig 2025-04-25T04:41:45.9382423Z * [new branch] gh/XuehaiPan/14/base -> origin/gh/XuehaiPan/14/base 2025-04-25T04:41:45.9382937Z * [new branch] gh/XuehaiPan/14/head -> origin/gh/XuehaiPan/14/head 2025-04-25T04:41:45.9383456Z * [new branch] gh/XuehaiPan/14/orig -> origin/gh/XuehaiPan/14/orig 2025-04-25T04:41:45.9383958Z * [new branch] gh/XuehaiPan/179/base -> origin/gh/XuehaiPan/179/base 2025-04-25T04:41:45.9384470Z * [new branch] gh/XuehaiPan/179/head -> origin/gh/XuehaiPan/179/head 2025-04-25T04:41:45.9384984Z * [new branch] gh/XuehaiPan/179/orig -> origin/gh/XuehaiPan/179/orig 2025-04-25T04:41:45.9385480Z * [new branch] gh/XuehaiPan/182/base -> origin/gh/XuehaiPan/182/base 2025-04-25T04:41:45.9385985Z * [new branch] gh/XuehaiPan/182/head -> origin/gh/XuehaiPan/182/head 2025-04-25T04:41:45.9386485Z * [new branch] gh/XuehaiPan/182/orig -> origin/gh/XuehaiPan/182/orig 2025-04-25T04:41:45.9386993Z * [new branch] gh/XuehaiPan/183/base -> origin/gh/XuehaiPan/183/base 2025-04-25T04:41:45.9387495Z * [new branch] gh/XuehaiPan/183/head -> origin/gh/XuehaiPan/183/head 2025-04-25T04:41:45.9387990Z * [new branch] gh/XuehaiPan/183/orig -> origin/gh/XuehaiPan/183/orig 2025-04-25T04:41:45.9388491Z * [new branch] gh/XuehaiPan/185/base -> origin/gh/XuehaiPan/185/base 2025-04-25T04:41:45.9388992Z * [new branch] gh/XuehaiPan/185/head -> origin/gh/XuehaiPan/185/head 2025-04-25T04:41:45.9389503Z * [new branch] gh/XuehaiPan/185/orig -> origin/gh/XuehaiPan/185/orig 2025-04-25T04:41:45.9390006Z * [new branch] gh/XuehaiPan/189/base -> origin/gh/XuehaiPan/189/base 2025-04-25T04:41:45.9390500Z * [new branch] gh/XuehaiPan/189/head -> origin/gh/XuehaiPan/189/head 2025-04-25T04:41:45.9391168Z * [new branch] gh/XuehaiPan/189/orig -> origin/gh/XuehaiPan/189/orig 2025-04-25T04:41:45.9391671Z * [new branch] gh/XuehaiPan/210/base -> origin/gh/XuehaiPan/210/base 2025-04-25T04:41:45.9392173Z * [new branch] gh/XuehaiPan/210/head -> origin/gh/XuehaiPan/210/head 2025-04-25T04:41:45.9392681Z * [new branch] gh/XuehaiPan/210/orig -> origin/gh/XuehaiPan/210/orig 2025-04-25T04:41:45.9393177Z * [new branch] gh/XuehaiPan/211/base -> origin/gh/XuehaiPan/211/base 2025-04-25T04:41:45.9393688Z * [new branch] gh/XuehaiPan/211/head -> origin/gh/XuehaiPan/211/head 2025-04-25T04:41:45.9394195Z * [new branch] gh/XuehaiPan/211/orig -> origin/gh/XuehaiPan/211/orig 2025-04-25T04:41:45.9394780Z * [new branch] gh/XuehaiPan/217/base -> origin/gh/XuehaiPan/217/base 2025-04-25T04:41:45.9395283Z * [new branch] gh/XuehaiPan/217/head -> origin/gh/XuehaiPan/217/head 2025-04-25T04:41:45.9395787Z * [new branch] gh/XuehaiPan/217/orig -> origin/gh/XuehaiPan/217/orig 2025-04-25T04:41:45.9396357Z * [new branch] gh/XuehaiPan/218/base -> origin/gh/XuehaiPan/218/base 2025-04-25T04:41:45.9396863Z * [new branch] gh/XuehaiPan/218/head -> origin/gh/XuehaiPan/218/head 2025-04-25T04:41:45.9397379Z * [new branch] gh/XuehaiPan/218/orig -> origin/gh/XuehaiPan/218/orig 2025-04-25T04:41:45.9397876Z * [new branch] gh/XuehaiPan/219/base -> origin/gh/XuehaiPan/219/base 2025-04-25T04:41:45.9398511Z * [new branch] gh/XuehaiPan/219/head -> origin/gh/XuehaiPan/219/head 2025-04-25T04:41:45.9399015Z * [new branch] gh/XuehaiPan/219/orig -> origin/gh/XuehaiPan/219/orig 2025-04-25T04:41:45.9399519Z * [new branch] gh/XuehaiPan/223/base -> origin/gh/XuehaiPan/223/base 2025-04-25T04:41:45.9400037Z * [new branch] gh/XuehaiPan/223/head -> origin/gh/XuehaiPan/223/head 2025-04-25T04:41:45.9400535Z * [new branch] gh/XuehaiPan/223/orig -> origin/gh/XuehaiPan/223/orig 2025-04-25T04:41:45.9401044Z * [new branch] gh/XuehaiPan/226/base -> origin/gh/XuehaiPan/226/base 2025-04-25T04:41:45.9401547Z * [new branch] gh/XuehaiPan/226/head -> origin/gh/XuehaiPan/226/head 2025-04-25T04:41:45.9402047Z * [new branch] gh/XuehaiPan/226/orig -> origin/gh/XuehaiPan/226/orig 2025-04-25T04:41:45.9402556Z * [new branch] gh/XuehaiPan/227/base -> origin/gh/XuehaiPan/227/base 2025-04-25T04:41:45.9403067Z * [new branch] gh/XuehaiPan/227/head -> origin/gh/XuehaiPan/227/head 2025-04-25T04:41:45.9403576Z * [new branch] gh/XuehaiPan/227/orig -> origin/gh/XuehaiPan/227/orig 2025-04-25T04:41:45.9404081Z * [new branch] gh/XuehaiPan/228/base -> origin/gh/XuehaiPan/228/base 2025-04-25T04:41:45.9404574Z * [new branch] gh/XuehaiPan/228/head -> origin/gh/XuehaiPan/228/head 2025-04-25T04:41:45.9405082Z * [new branch] gh/XuehaiPan/228/orig -> origin/gh/XuehaiPan/228/orig 2025-04-25T04:41:45.9811948Z * [new branch] gh/XuehaiPan/229/base -> origin/gh/XuehaiPan/229/base 2025-04-25T04:41:45.9812534Z * [new branch] gh/XuehaiPan/229/head -> origin/gh/XuehaiPan/229/head 2025-04-25T04:41:45.9813077Z * [new branch] gh/XuehaiPan/229/orig -> origin/gh/XuehaiPan/229/orig 2025-04-25T04:41:45.9813607Z * [new branch] gh/XuehaiPan/230/base -> origin/gh/XuehaiPan/230/base 2025-04-25T04:41:45.9814110Z * [new branch] gh/XuehaiPan/230/head -> origin/gh/XuehaiPan/230/head 2025-04-25T04:41:45.9814606Z * [new branch] gh/XuehaiPan/230/orig -> origin/gh/XuehaiPan/230/orig 2025-04-25T04:41:45.9815268Z * [new branch] gh/XuehaiPan/231/base -> origin/gh/XuehaiPan/231/base 2025-04-25T04:41:45.9815786Z * [new branch] gh/XuehaiPan/231/head -> origin/gh/XuehaiPan/231/head 2025-04-25T04:41:45.9816287Z * [new branch] gh/XuehaiPan/231/orig -> origin/gh/XuehaiPan/231/orig 2025-04-25T04:41:45.9816797Z * [new branch] gh/XuehaiPan/232/base -> origin/gh/XuehaiPan/232/base 2025-04-25T04:41:45.9817296Z * [new branch] gh/XuehaiPan/232/head -> origin/gh/XuehaiPan/232/head 2025-04-25T04:41:45.9817804Z * [new branch] gh/XuehaiPan/232/orig -> origin/gh/XuehaiPan/232/orig 2025-04-25T04:41:45.9818317Z * [new branch] gh/XuehaiPan/236/base -> origin/gh/XuehaiPan/236/base 2025-04-25T04:41:45.9818817Z * [new branch] gh/XuehaiPan/236/head -> origin/gh/XuehaiPan/236/head 2025-04-25T04:41:45.9819322Z * [new branch] gh/XuehaiPan/236/orig -> origin/gh/XuehaiPan/236/orig 2025-04-25T04:41:45.9819823Z * [new branch] gh/XuehaiPan/239/base -> origin/gh/XuehaiPan/239/base 2025-04-25T04:41:45.9820335Z * [new branch] gh/XuehaiPan/239/head -> origin/gh/XuehaiPan/239/head 2025-04-25T04:41:45.9820954Z * [new branch] gh/XuehaiPan/239/orig -> origin/gh/XuehaiPan/239/orig 2025-04-25T04:41:45.9821501Z * [new branch] gh/XuehaiPan/241/base -> origin/gh/XuehaiPan/241/base 2025-04-25T04:41:45.9822010Z * [new branch] gh/XuehaiPan/241/head -> origin/gh/XuehaiPan/241/head 2025-04-25T04:41:45.9822518Z * [new branch] gh/XuehaiPan/241/orig -> origin/gh/XuehaiPan/241/orig 2025-04-25T04:41:45.9823151Z * [new branch] gh/XuehaiPan/242/base -> origin/gh/XuehaiPan/242/base 2025-04-25T04:41:45.9823652Z * [new branch] gh/XuehaiPan/242/head -> origin/gh/XuehaiPan/242/head 2025-04-25T04:41:45.9824173Z * [new branch] gh/XuehaiPan/242/orig -> origin/gh/XuehaiPan/242/orig 2025-04-25T04:41:45.9824680Z * [new branch] gh/XuehaiPan/247/base -> origin/gh/XuehaiPan/247/base 2025-04-25T04:41:45.9825181Z * [new branch] gh/XuehaiPan/247/head -> origin/gh/XuehaiPan/247/head 2025-04-25T04:41:45.9825692Z * [new branch] gh/XuehaiPan/247/orig -> origin/gh/XuehaiPan/247/orig 2025-04-25T04:41:45.9826184Z * [new branch] gh/XuehaiPan/249/base -> origin/gh/XuehaiPan/249/base 2025-04-25T04:41:45.9826691Z * [new branch] gh/XuehaiPan/249/head -> origin/gh/XuehaiPan/249/head 2025-04-25T04:41:45.9827197Z * [new branch] gh/XuehaiPan/249/orig -> origin/gh/XuehaiPan/249/orig 2025-04-25T04:41:45.9827689Z * [new branch] gh/XuehaiPan/250/base -> origin/gh/XuehaiPan/250/base 2025-04-25T04:41:45.9828200Z * [new branch] gh/XuehaiPan/250/head -> origin/gh/XuehaiPan/250/head 2025-04-25T04:41:45.9828706Z * [new branch] gh/XuehaiPan/250/orig -> origin/gh/XuehaiPan/250/orig 2025-04-25T04:41:45.9829208Z * [new branch] gh/XuehaiPan/251/base -> origin/gh/XuehaiPan/251/base 2025-04-25T04:41:45.9829716Z * [new branch] gh/XuehaiPan/251/head -> origin/gh/XuehaiPan/251/head 2025-04-25T04:41:45.9830208Z * [new branch] gh/XuehaiPan/251/orig -> origin/gh/XuehaiPan/251/orig 2025-04-25T04:41:45.9830716Z * [new branch] gh/XuehaiPan/253/base -> origin/gh/XuehaiPan/253/base 2025-04-25T04:41:45.9831208Z * [new branch] gh/XuehaiPan/253/head -> origin/gh/XuehaiPan/253/head 2025-04-25T04:41:45.9831716Z * [new branch] gh/XuehaiPan/253/orig -> origin/gh/XuehaiPan/253/orig 2025-04-25T04:41:45.9832226Z * [new branch] gh/XuehaiPan/254/base -> origin/gh/XuehaiPan/254/base 2025-04-25T04:41:45.9832810Z * [new branch] gh/XuehaiPan/254/head -> origin/gh/XuehaiPan/254/head 2025-04-25T04:41:45.9833321Z * [new branch] gh/XuehaiPan/254/orig -> origin/gh/XuehaiPan/254/orig 2025-04-25T04:41:45.9833821Z * [new branch] gh/XuehaiPan/255/base -> origin/gh/XuehaiPan/255/base 2025-04-25T04:41:45.9834337Z * [new branch] gh/XuehaiPan/255/head -> origin/gh/XuehaiPan/255/head 2025-04-25T04:41:45.9834908Z * [new branch] gh/XuehaiPan/255/orig -> origin/gh/XuehaiPan/255/orig 2025-04-25T04:41:45.9835420Z * [new branch] gh/XuehaiPan/257/base -> origin/gh/XuehaiPan/257/base 2025-04-25T04:41:46.0246790Z * [new branch] gh/XuehaiPan/257/head -> origin/gh/XuehaiPan/257/head 2025-04-25T04:41:46.0247468Z * [new branch] gh/XuehaiPan/257/orig -> origin/gh/XuehaiPan/257/orig 2025-04-25T04:41:46.0248053Z * [new branch] gh/XuehaiPan/261/base -> origin/gh/XuehaiPan/261/base 2025-04-25T04:41:46.0248673Z * [new branch] gh/XuehaiPan/261/head -> origin/gh/XuehaiPan/261/head 2025-04-25T04:41:46.0249216Z * [new branch] gh/XuehaiPan/261/orig -> origin/gh/XuehaiPan/261/orig 2025-04-25T04:41:46.0249770Z * [new branch] gh/XuehaiPan/262/base -> origin/gh/XuehaiPan/262/base 2025-04-25T04:41:46.0250358Z * [new branch] gh/XuehaiPan/262/head -> origin/gh/XuehaiPan/262/head 2025-04-25T04:41:46.0250915Z * [new branch] gh/XuehaiPan/262/orig -> origin/gh/XuehaiPan/262/orig 2025-04-25T04:41:46.0251464Z * [new branch] gh/XuehaiPan/263/base -> origin/gh/XuehaiPan/263/base 2025-04-25T04:41:46.0252264Z * [new branch] gh/XuehaiPan/263/head -> origin/gh/XuehaiPan/263/head 2025-04-25T04:41:46.0252855Z * [new branch] gh/XuehaiPan/263/orig -> origin/gh/XuehaiPan/263/orig 2025-04-25T04:41:46.0253399Z * [new branch] gh/XuehaiPan/264/base -> origin/gh/XuehaiPan/264/base 2025-04-25T04:41:46.0253954Z * [new branch] gh/XuehaiPan/264/head -> origin/gh/XuehaiPan/264/head 2025-04-25T04:41:46.0254555Z * [new branch] gh/XuehaiPan/264/orig -> origin/gh/XuehaiPan/264/orig 2025-04-25T04:41:46.0255096Z * [new branch] gh/XuehaiPan/265/base -> origin/gh/XuehaiPan/265/base 2025-04-25T04:41:46.0255662Z * [new branch] gh/XuehaiPan/265/head -> origin/gh/XuehaiPan/265/head 2025-04-25T04:41:46.0256224Z * [new branch] gh/XuehaiPan/265/orig -> origin/gh/XuehaiPan/265/orig 2025-04-25T04:41:46.0256769Z * [new branch] gh/XuehaiPan/266/base -> origin/gh/XuehaiPan/266/base 2025-04-25T04:41:46.0257337Z * [new branch] gh/XuehaiPan/266/head -> origin/gh/XuehaiPan/266/head 2025-04-25T04:41:46.0257895Z * [new branch] gh/XuehaiPan/266/orig -> origin/gh/XuehaiPan/266/orig 2025-04-25T04:41:46.0258442Z * [new branch] gh/XuehaiPan/267/base -> origin/gh/XuehaiPan/267/base 2025-04-25T04:41:46.0259031Z * [new branch] gh/XuehaiPan/267/head -> origin/gh/XuehaiPan/267/head 2025-04-25T04:41:46.0259577Z * [new branch] gh/XuehaiPan/267/orig -> origin/gh/XuehaiPan/267/orig 2025-04-25T04:41:46.0260119Z * [new branch] gh/XuehaiPan/268/base -> origin/gh/XuehaiPan/268/base 2025-04-25T04:41:46.0260666Z * [new branch] gh/XuehaiPan/268/head -> origin/gh/XuehaiPan/268/head 2025-04-25T04:41:46.0261166Z * [new branch] gh/XuehaiPan/268/orig -> origin/gh/XuehaiPan/268/orig 2025-04-25T04:41:46.0261670Z * [new branch] gh/XuehaiPan/269/base -> origin/gh/XuehaiPan/269/base 2025-04-25T04:41:46.0262176Z * [new branch] gh/XuehaiPan/269/head -> origin/gh/XuehaiPan/269/head 2025-04-25T04:41:46.0262676Z * [new branch] gh/XuehaiPan/269/orig -> origin/gh/XuehaiPan/269/orig 2025-04-25T04:41:46.0263292Z * [new branch] gh/XuehaiPan/270/base -> origin/gh/XuehaiPan/270/base 2025-04-25T04:41:46.0263809Z * [new branch] gh/XuehaiPan/270/head -> origin/gh/XuehaiPan/270/head 2025-04-25T04:41:46.0264306Z * [new branch] gh/XuehaiPan/270/orig -> origin/gh/XuehaiPan/270/orig 2025-04-25T04:41:46.0264817Z * [new branch] gh/XuehaiPan/72/base -> origin/gh/XuehaiPan/72/base 2025-04-25T04:41:46.0265321Z * [new branch] gh/XuehaiPan/72/head -> origin/gh/XuehaiPan/72/head 2025-04-25T04:41:46.0265869Z * [new branch] gh/XuehaiPan/72/orig -> origin/gh/XuehaiPan/72/orig 2025-04-25T04:41:46.0266426Z * [new branch] gh/XuehaiPan/9/base -> origin/gh/XuehaiPan/9/base 2025-04-25T04:41:46.0266964Z * [new branch] gh/XuehaiPan/9/orig -> origin/gh/XuehaiPan/9/orig 2025-04-25T04:41:46.0267468Z * [new branch] gh/XuehaiPan/97/base -> origin/gh/XuehaiPan/97/base 2025-04-25T04:41:46.0267958Z * [new branch] gh/XuehaiPan/97/head -> origin/gh/XuehaiPan/97/head 2025-04-25T04:41:46.0268456Z * [new branch] gh/XuehaiPan/97/orig -> origin/gh/XuehaiPan/97/orig 2025-04-25T04:41:46.0268942Z * [new branch] gh/XuehaiPan/98/base -> origin/gh/XuehaiPan/98/base 2025-04-25T04:41:46.0269449Z * [new branch] gh/XuehaiPan/98/head -> origin/gh/XuehaiPan/98/head 2025-04-25T04:41:46.0269950Z * [new branch] gh/XuehaiPan/98/orig -> origin/gh/XuehaiPan/98/orig 2025-04-25T04:41:46.0270440Z * [new branch] gh/XuehaiPan/99/head -> origin/gh/XuehaiPan/99/head 2025-04-25T04:41:46.0271041Z * [new branch] gh/ZainRizvi/1/base -> origin/gh/ZainRizvi/1/base 2025-04-25T04:41:46.0271538Z * [new branch] gh/ZainRizvi/1/head -> origin/gh/ZainRizvi/1/head 2025-04-25T04:41:46.0683493Z * [new branch] gh/ZainRizvi/1/orig -> origin/gh/ZainRizvi/1/orig 2025-04-25T04:41:46.0684075Z * [new branch] gh/ZainRizvi/2/base -> origin/gh/ZainRizvi/2/base 2025-04-25T04:41:46.0684619Z * [new branch] gh/ZainRizvi/2/head -> origin/gh/ZainRizvi/2/head 2025-04-25T04:41:46.0685168Z * [new branch] gh/ZainRizvi/2/orig -> origin/gh/ZainRizvi/2/orig 2025-04-25T04:41:46.0685663Z * [new branch] gh/ZainRizvi/3/base -> origin/gh/ZainRizvi/3/base 2025-04-25T04:41:46.0686146Z * [new branch] gh/ZainRizvi/3/head -> origin/gh/ZainRizvi/3/head 2025-04-25T04:41:46.0686643Z * [new branch] gh/ZainRizvi/3/orig -> origin/gh/ZainRizvi/3/orig 2025-04-25T04:41:46.0687120Z * [new branch] gh/ZainRizvi/4/base -> origin/gh/ZainRizvi/4/base 2025-04-25T04:41:46.0687612Z * [new branch] gh/ZainRizvi/4/head -> origin/gh/ZainRizvi/4/head 2025-04-25T04:41:46.0688109Z * [new branch] gh/ZainRizvi/4/orig -> origin/gh/ZainRizvi/4/orig 2025-04-25T04:41:46.0688616Z * [new branch] gh/ZhiweiYan-96/32/base -> origin/gh/ZhiweiYan-96/32/base 2025-04-25T04:41:46.0689149Z * [new branch] gh/ZhiweiYan-96/32/head -> origin/gh/ZhiweiYan-96/32/head 2025-04-25T04:41:46.0689661Z * [new branch] gh/ZhiweiYan-96/32/orig -> origin/gh/ZhiweiYan-96/32/orig 2025-04-25T04:41:46.0690175Z * [new branch] gh/ZhiweiYan-96/38/base -> origin/gh/ZhiweiYan-96/38/base 2025-04-25T04:41:46.0690736Z * [new branch] gh/ZhiweiYan-96/38/head -> origin/gh/ZhiweiYan-96/38/head 2025-04-25T04:41:46.0691303Z * [new branch] gh/ZhiweiYan-96/38/orig -> origin/gh/ZhiweiYan-96/38/orig 2025-04-25T04:41:46.0691820Z * [new branch] gh/ZhiweiYan-96/39/base -> origin/gh/ZhiweiYan-96/39/base 2025-04-25T04:41:46.0692469Z * [new branch] gh/ZhiweiYan-96/39/head -> origin/gh/ZhiweiYan-96/39/head 2025-04-25T04:41:46.0692994Z * [new branch] gh/ZhiweiYan-96/39/orig -> origin/gh/ZhiweiYan-96/39/orig 2025-04-25T04:41:46.0693503Z * [new branch] gh/ZhiweiYan-96/44/base -> origin/gh/ZhiweiYan-96/44/base 2025-04-25T04:41:46.0694021Z * [new branch] gh/ZhiweiYan-96/44/head -> origin/gh/ZhiweiYan-96/44/head 2025-04-25T04:41:46.0694537Z * [new branch] gh/ZhiweiYan-96/45/base -> origin/gh/ZhiweiYan-96/45/base 2025-04-25T04:41:46.0695051Z * [new branch] gh/ZhiweiYan-96/45/head -> origin/gh/ZhiweiYan-96/45/head 2025-04-25T04:41:46.0695569Z * [new branch] gh/ZhiweiYan-96/47/base -> origin/gh/ZhiweiYan-96/47/base 2025-04-25T04:41:46.0696081Z * [new branch] gh/ZhiweiYan-96/47/head -> origin/gh/ZhiweiYan-96/47/head 2025-04-25T04:41:46.0696651Z * [new branch] gh/ZhiweiYan-96/47/orig -> origin/gh/ZhiweiYan-96/47/orig 2025-04-25T04:41:46.0697227Z * [new branch] gh/ZhiweiYan-96/49/base -> origin/gh/ZhiweiYan-96/49/base 2025-04-25T04:41:46.0697740Z * [new branch] gh/ZhiweiYan-96/49/head -> origin/gh/ZhiweiYan-96/49/head 2025-04-25T04:41:46.0698258Z * [new branch] gh/ZhiweiYan-96/56/base -> origin/gh/ZhiweiYan-96/56/base 2025-04-25T04:41:46.0698768Z * [new branch] gh/ZhiweiYan-96/56/head -> origin/gh/ZhiweiYan-96/56/head 2025-04-25T04:41:46.0699279Z * [new branch] gh/ZhiweiYan-96/56/orig -> origin/gh/ZhiweiYan-96/56/orig 2025-04-25T04:41:46.0699797Z * [new branch] gh/ZhiweiYan-96/57/base -> origin/gh/ZhiweiYan-96/57/base 2025-04-25T04:41:46.0700419Z * [new branch] gh/ZhiweiYan-96/57/head -> origin/gh/ZhiweiYan-96/57/head 2025-04-25T04:41:46.0700946Z * [new branch] gh/ZhiweiYan-96/57/orig -> origin/gh/ZhiweiYan-96/57/orig 2025-04-25T04:41:46.0701467Z * [new branch] gh/ZhiweiYan-96/58/base -> origin/gh/ZhiweiYan-96/58/base 2025-04-25T04:41:46.0701991Z * [new branch] gh/ZhiweiYan-96/58/head -> origin/gh/ZhiweiYan-96/58/head 2025-04-25T04:41:46.0702565Z * [new branch] gh/ZhiweiYan-96/58/orig -> origin/gh/ZhiweiYan-96/58/orig 2025-04-25T04:41:46.0703117Z * [new branch] gh/ZhiweiYan-96/59/base -> origin/gh/ZhiweiYan-96/59/base 2025-04-25T04:41:46.0703635Z * [new branch] gh/ZhiweiYan-96/59/head -> origin/gh/ZhiweiYan-96/59/head 2025-04-25T04:41:46.0704147Z * [new branch] gh/ZhiweiYan-96/59/orig -> origin/gh/ZhiweiYan-96/59/orig 2025-04-25T04:41:46.0704664Z * [new branch] gh/ZhiweiYan-96/60/base -> origin/gh/ZhiweiYan-96/60/base 2025-04-25T04:41:46.0705181Z * [new branch] gh/ZhiweiYan-96/60/head -> origin/gh/ZhiweiYan-96/60/head 2025-04-25T04:41:46.0705689Z * [new branch] gh/ZhiweiYan-96/60/orig -> origin/gh/ZhiweiYan-96/60/orig 2025-04-25T04:41:46.0706204Z * [new branch] gh/aakhundov/1/base -> origin/gh/aakhundov/1/base 2025-04-25T04:41:46.0706699Z * [new branch] gh/aakhundov/1/head -> origin/gh/aakhundov/1/head 2025-04-25T04:41:46.0707189Z * [new branch] gh/aakhundov/2/base -> origin/gh/aakhundov/2/base 2025-04-25T04:41:46.3366478Z * [new branch] gh/aakhundov/2/head -> origin/gh/aakhundov/2/head 2025-04-25T04:41:46.3367187Z * [new branch] gh/aditew01/openblas -> origin/gh/aditew01/openblas 2025-04-25T04:41:46.3367706Z * [new branch] gh/aditew01/sbgemm -> origin/gh/aditew01/sbgemm 2025-04-25T04:41:46.3368339Z * [new branch] gh/aditew01/vecbf16 -> origin/gh/aditew01/vecbf16 2025-04-25T04:41:46.3368825Z * [new branch] gh/albanD/3/base -> origin/gh/albanD/3/base 2025-04-25T04:41:46.3369286Z * [new branch] gh/albanD/3/head -> origin/gh/albanD/3/head 2025-04-25T04:41:46.3369957Z * [new branch] gh/albanD/3/orig -> origin/gh/albanD/3/orig 2025-04-25T04:41:46.3370671Z * [new branch] gh/alexbrauckmann/paddedtensor_faketensor_init -> origin/gh/alexbrauckmann/paddedtensor_faketensor_init 2025-04-25T04:41:46.3371493Z * [new branch] gh/alexbrauckmann/paddedtensor_init -> origin/gh/alexbrauckmann/paddedtensor_init 2025-04-25T04:41:46.3372261Z * [new branch] gh/alexbrauckmann/paddedtensor_meta_init -> origin/gh/alexbrauckmann/paddedtensor_meta_init 2025-04-25T04:41:46.3372933Z * [new branch] gh/alexsamardzic/1/base -> origin/gh/alexsamardzic/1/base 2025-04-25T04:41:46.3373497Z * [new branch] gh/alexsamardzic/1/head -> origin/gh/alexsamardzic/1/head 2025-04-25T04:41:46.3374050Z * [new branch] gh/alexsamardzic/1/orig -> origin/gh/alexsamardzic/1/orig 2025-04-25T04:41:46.3374563Z * [new branch] gh/amjames/18/base -> origin/gh/amjames/18/base 2025-04-25T04:41:46.3375049Z * [new branch] gh/amjames/18/head -> origin/gh/amjames/18/head 2025-04-25T04:41:46.3375558Z * [new branch] gh/amjames/18/orig -> origin/gh/amjames/18/orig 2025-04-25T04:41:46.3376043Z * [new branch] gh/amjames/20/base -> origin/gh/amjames/20/base 2025-04-25T04:41:46.3376519Z * [new branch] gh/amjames/20/head -> origin/gh/amjames/20/head 2025-04-25T04:41:46.3377027Z * [new branch] gh/amjames/20/orig -> origin/gh/amjames/20/orig 2025-04-25T04:41:46.3377541Z * [new branch] gh/amjames/21/base -> origin/gh/amjames/21/base 2025-04-25T04:41:46.3378143Z * [new branch] gh/amjames/21/head -> origin/gh/amjames/21/head 2025-04-25T04:41:46.3378625Z * [new branch] gh/amjames/21/orig -> origin/gh/amjames/21/orig 2025-04-25T04:41:46.3379142Z * [new branch] gh/amjames/22/base -> origin/gh/amjames/22/base 2025-04-25T04:41:46.3379631Z * [new branch] gh/amjames/22/head -> origin/gh/amjames/22/head 2025-04-25T04:41:46.3380110Z * [new branch] gh/amjames/22/orig -> origin/gh/amjames/22/orig 2025-04-25T04:41:46.3380610Z * [new branch] gh/andrewlee302/1/base -> origin/gh/andrewlee302/1/base 2025-04-25T04:41:46.3381131Z * [new branch] gh/andrewlee302/1/head -> origin/gh/andrewlee302/1/head 2025-04-25T04:41:46.3381676Z * [new branch] gh/andrewlee302/3/base -> origin/gh/andrewlee302/3/base 2025-04-25T04:41:46.3382196Z * [new branch] gh/andrewlee302/3/head -> origin/gh/andrewlee302/3/head 2025-04-25T04:41:46.3382718Z * [new branch] gh/andrewlee302/3/orig -> origin/gh/andrewlee302/3/orig 2025-04-25T04:41:46.3383222Z * [new branch] gh/andrewor14/35/base -> origin/gh/andrewor14/35/base 2025-04-25T04:41:46.3383738Z * [new branch] gh/andrewor14/35/head -> origin/gh/andrewor14/35/head 2025-04-25T04:41:46.3384237Z * [new branch] gh/andrewor14/35/orig -> origin/gh/andrewor14/35/orig 2025-04-25T04:41:46.3384737Z * [new branch] gh/andrewor14/36/base -> origin/gh/andrewor14/36/base 2025-04-25T04:41:46.3385319Z * [new branch] gh/andrewor14/36/head -> origin/gh/andrewor14/36/head 2025-04-25T04:41:46.3385854Z * [new branch] gh/andrewor14/36/orig -> origin/gh/andrewor14/36/orig 2025-04-25T04:41:46.3386356Z * [new branch] gh/andrewor14/37/base -> origin/gh/andrewor14/37/base 2025-04-25T04:41:46.3386851Z * [new branch] gh/andrewor14/37/head -> origin/gh/andrewor14/37/head 2025-04-25T04:41:46.3387353Z * [new branch] gh/andrewor14/37/orig -> origin/gh/andrewor14/37/orig 2025-04-25T04:41:46.3388007Z * [new branch] gh/andrewor14/50/base -> origin/gh/andrewor14/50/base 2025-04-25T04:41:46.3388508Z * [new branch] gh/andrewor14/50/head -> origin/gh/andrewor14/50/head 2025-04-25T04:41:46.3389020Z * [new branch] gh/andrewor14/50/orig -> origin/gh/andrewor14/50/orig 2025-04-25T04:41:46.3389517Z * [new branch] gh/angelayi/78/base -> origin/gh/angelayi/78/base 2025-04-25T04:41:46.3390016Z * [new branch] gh/angelayi/78/head -> origin/gh/angelayi/78/head 2025-04-25T04:41:46.3390506Z * [new branch] gh/angelayi/78/orig -> origin/gh/angelayi/78/orig 2025-04-25T04:41:46.3832546Z * [new branch] gh/angelayi/79/base -> origin/gh/angelayi/79/base 2025-04-25T04:41:46.3833144Z * [new branch] gh/angelayi/79/head -> origin/gh/angelayi/79/head 2025-04-25T04:41:46.3833648Z * [new branch] gh/angelayi/79/orig -> origin/gh/angelayi/79/orig 2025-04-25T04:41:46.3834158Z * [new branch] gh/angelayi/80/base -> origin/gh/angelayi/80/base 2025-04-25T04:41:46.3834728Z * [new branch] gh/angelayi/80/head -> origin/gh/angelayi/80/head 2025-04-25T04:41:46.3835209Z * [new branch] gh/angelayi/80/orig -> origin/gh/angelayi/80/orig 2025-04-25T04:41:46.3835709Z * [new branch] gh/angelayi/81/base -> origin/gh/angelayi/81/base 2025-04-25T04:41:46.3836189Z * [new branch] gh/angelayi/81/head -> origin/gh/angelayi/81/head 2025-04-25T04:41:46.3836682Z * [new branch] gh/angelayi/81/orig -> origin/gh/angelayi/81/orig 2025-04-25T04:41:46.3837342Z * [new branch] gh/angelayi/82/base -> origin/gh/angelayi/82/base 2025-04-25T04:41:46.3837834Z * [new branch] gh/angelayi/82/head -> origin/gh/angelayi/82/head 2025-04-25T04:41:46.3838322Z * [new branch] gh/angelayi/82/orig -> origin/gh/angelayi/82/orig 2025-04-25T04:41:46.3838812Z * [new branch] gh/angelayi/83/base -> origin/gh/angelayi/83/base 2025-04-25T04:41:46.3839409Z * [new branch] gh/angelayi/83/head -> origin/gh/angelayi/83/head 2025-04-25T04:41:46.3839938Z * [new branch] gh/angelayi/83/orig -> origin/gh/angelayi/83/orig 2025-04-25T04:41:46.3840434Z * [new branch] gh/angelayi/84/base -> origin/gh/angelayi/84/base 2025-04-25T04:41:46.3840928Z * [new branch] gh/angelayi/84/head -> origin/gh/angelayi/84/head 2025-04-25T04:41:46.3841410Z * [new branch] gh/angelayi/84/orig -> origin/gh/angelayi/84/orig 2025-04-25T04:41:46.3841900Z * [new branch] gh/angelayi/85/base -> origin/gh/angelayi/85/base 2025-04-25T04:41:46.3842378Z * [new branch] gh/angelayi/85/head -> origin/gh/angelayi/85/head 2025-04-25T04:41:46.3842871Z * [new branch] gh/angelayi/85/orig -> origin/gh/angelayi/85/orig 2025-04-25T04:41:46.3843364Z * [new branch] gh/angelayi/86/base -> origin/gh/angelayi/86/base 2025-04-25T04:41:46.3843842Z * [new branch] gh/angelayi/86/head -> origin/gh/angelayi/86/head 2025-04-25T04:41:46.3844326Z * [new branch] gh/angelayi/86/orig -> origin/gh/angelayi/86/orig 2025-04-25T04:41:46.3844802Z * [new branch] gh/angelayi/87/base -> origin/gh/angelayi/87/base 2025-04-25T04:41:46.3845295Z * [new branch] gh/angelayi/87/head -> origin/gh/angelayi/87/head 2025-04-25T04:41:46.3845778Z * [new branch] gh/angelayi/87/orig -> origin/gh/angelayi/87/orig 2025-04-25T04:41:46.3846259Z * [new branch] gh/angelayi/88/base -> origin/gh/angelayi/88/base 2025-04-25T04:41:46.3846746Z * [new branch] gh/angelayi/88/head -> origin/gh/angelayi/88/head 2025-04-25T04:41:46.3847365Z * [new branch] gh/angelayi/88/orig -> origin/gh/angelayi/88/orig 2025-04-25T04:41:46.3847856Z * [new branch] gh/angelayi/89/base -> origin/gh/angelayi/89/base 2025-04-25T04:41:46.3848350Z * [new branch] gh/angelayi/89/head -> origin/gh/angelayi/89/head 2025-04-25T04:41:46.3848834Z * [new branch] gh/angelayi/89/orig -> origin/gh/angelayi/89/orig 2025-04-25T04:41:46.3849316Z * [new branch] gh/ani300/1/base -> origin/gh/ani300/1/base 2025-04-25T04:41:46.3849770Z * [new branch] gh/ani300/1/head -> origin/gh/ani300/1/head 2025-04-25T04:41:46.3850228Z * [new branch] gh/ani300/1/orig -> origin/gh/ani300/1/orig 2025-04-25T04:41:46.3850736Z * [new branch] gh/anijain2305/162/base -> origin/gh/anijain2305/162/base 2025-04-25T04:41:46.3851253Z * [new branch] gh/anijain2305/162/head -> origin/gh/anijain2305/162/head 2025-04-25T04:41:46.3851781Z * [new branch] gh/anijain2305/566/base -> origin/gh/anijain2305/566/base 2025-04-25T04:41:46.3852290Z * [new branch] gh/anijain2305/566/head -> origin/gh/anijain2305/566/head 2025-04-25T04:41:46.3852812Z * [new branch] gh/anijain2305/566/orig -> origin/gh/anijain2305/566/orig 2025-04-25T04:41:46.3853324Z * [new branch] gh/anijain2305/580/base -> origin/gh/anijain2305/580/base 2025-04-25T04:41:46.3853845Z * [new branch] gh/anijain2305/580/head -> origin/gh/anijain2305/580/head 2025-04-25T04:41:46.3854363Z * [new branch] gh/anijain2305/580/orig -> origin/gh/anijain2305/580/orig 2025-04-25T04:41:46.3854980Z * [new branch] gh/anijain2305/634/base -> origin/gh/anijain2305/634/base 2025-04-25T04:41:46.3855494Z * [new branch] gh/anijain2305/634/head -> origin/gh/anijain2305/634/head 2025-04-25T04:41:46.3856010Z * [new branch] gh/anijain2305/634/orig -> origin/gh/anijain2305/634/orig 2025-04-25T04:41:46.4266927Z * [new branch] gh/anijain2305/668/base -> origin/gh/anijain2305/668/base 2025-04-25T04:41:46.4267637Z * [new branch] gh/anijain2305/668/head -> origin/gh/anijain2305/668/head 2025-04-25T04:41:46.4268212Z * [new branch] gh/anijain2305/668/orig -> origin/gh/anijain2305/668/orig 2025-04-25T04:41:46.4268737Z * [new branch] gh/anijain2305/675/base -> origin/gh/anijain2305/675/base 2025-04-25T04:41:46.4269259Z * [new branch] gh/anijain2305/675/head -> origin/gh/anijain2305/675/head 2025-04-25T04:41:46.4269766Z * [new branch] gh/anijain2305/675/orig -> origin/gh/anijain2305/675/orig 2025-04-25T04:41:46.4270302Z * [new branch] gh/anijain2305/682/base -> origin/gh/anijain2305/682/base 2025-04-25T04:41:46.4270805Z * [new branch] gh/anijain2305/682/head -> origin/gh/anijain2305/682/head 2025-04-25T04:41:46.4271325Z * [new branch] gh/anijain2305/682/orig -> origin/gh/anijain2305/682/orig 2025-04-25T04:41:46.4271838Z * [new branch] gh/anijain2305/684/base -> origin/gh/anijain2305/684/base 2025-04-25T04:41:46.4272348Z * [new branch] gh/anijain2305/684/head -> origin/gh/anijain2305/684/head 2025-04-25T04:41:46.4272861Z * [new branch] gh/anijain2305/684/orig -> origin/gh/anijain2305/684/orig 2025-04-25T04:41:46.4273417Z * [new branch] gh/anijain2305/697/base -> origin/gh/anijain2305/697/base 2025-04-25T04:41:46.4273973Z * [new branch] gh/anijain2305/697/head -> origin/gh/anijain2305/697/head 2025-04-25T04:41:46.4274652Z * [new branch] gh/anijain2305/697/orig -> origin/gh/anijain2305/697/orig 2025-04-25T04:41:46.4275257Z * [new branch] gh/anijain2305/700/base -> origin/gh/anijain2305/700/base 2025-04-25T04:41:46.4275866Z * [new branch] gh/anijain2305/700/head -> origin/gh/anijain2305/700/head 2025-04-25T04:41:46.4276647Z * [new branch] gh/anijain2305/700/orig -> origin/gh/anijain2305/700/orig 2025-04-25T04:41:46.4277173Z * [new branch] gh/anijain2305/704/base -> origin/gh/anijain2305/704/base 2025-04-25T04:41:46.4277696Z * [new branch] gh/anijain2305/704/head -> origin/gh/anijain2305/704/head 2025-04-25T04:41:46.4278204Z * [new branch] gh/anijain2305/704/orig -> origin/gh/anijain2305/704/orig 2025-04-25T04:41:46.4278721Z * [new branch] gh/anijain2305/706/base -> origin/gh/anijain2305/706/base 2025-04-25T04:41:46.4279240Z * [new branch] gh/anijain2305/706/head -> origin/gh/anijain2305/706/head 2025-04-25T04:41:46.4279772Z * [new branch] gh/anijain2305/706/orig -> origin/gh/anijain2305/706/orig 2025-04-25T04:41:46.4280278Z * [new branch] gh/anijain2305/707/base -> origin/gh/anijain2305/707/base 2025-04-25T04:41:46.4280793Z * [new branch] gh/anijain2305/707/head -> origin/gh/anijain2305/707/head 2025-04-25T04:41:46.4281314Z * [new branch] gh/anijain2305/707/orig -> origin/gh/anijain2305/707/orig 2025-04-25T04:41:46.4281872Z * [new branch] gh/anijain2305/708/base -> origin/gh/anijain2305/708/base 2025-04-25T04:41:46.4282477Z * [new branch] gh/anijain2305/708/head -> origin/gh/anijain2305/708/head 2025-04-25T04:41:46.4283027Z * [new branch] gh/anijain2305/708/orig -> origin/gh/anijain2305/708/orig 2025-04-25T04:41:46.4283631Z * [new branch] gh/anijain2305/709/base -> origin/gh/anijain2305/709/base 2025-04-25T04:41:46.4284413Z * [new branch] gh/anijain2305/709/head -> origin/gh/anijain2305/709/head 2025-04-25T04:41:46.4284994Z * [new branch] gh/anijain2305/709/orig -> origin/gh/anijain2305/709/orig 2025-04-25T04:41:46.4285578Z * [new branch] gh/anijain2305/710/base -> origin/gh/anijain2305/710/base 2025-04-25T04:41:46.4286176Z * [new branch] gh/anijain2305/710/head -> origin/gh/anijain2305/710/head 2025-04-25T04:41:46.4286700Z * [new branch] gh/anijain2305/710/orig -> origin/gh/anijain2305/710/orig 2025-04-25T04:41:46.4287217Z * [new branch] gh/anijain2305/711/base -> origin/gh/anijain2305/711/base 2025-04-25T04:41:46.4287721Z * [new branch] gh/anijain2305/711/head -> origin/gh/anijain2305/711/head 2025-04-25T04:41:46.4288235Z * [new branch] gh/anijain2305/711/orig -> origin/gh/anijain2305/711/orig 2025-04-25T04:41:46.4288753Z * [new branch] gh/anijain2305/712/base -> origin/gh/anijain2305/712/base 2025-04-25T04:41:46.4289270Z * [new branch] gh/anijain2305/712/head -> origin/gh/anijain2305/712/head 2025-04-25T04:41:46.4289783Z * [new branch] gh/anijain2305/712/orig -> origin/gh/anijain2305/712/orig 2025-04-25T04:41:46.4290292Z * [new branch] gh/anijain2305/713/base -> origin/gh/anijain2305/713/base 2025-04-25T04:41:46.4290812Z * [new branch] gh/anijain2305/713/head -> origin/gh/anijain2305/713/head 2025-04-25T04:41:46.4291330Z * [new branch] gh/anijain2305/713/orig -> origin/gh/anijain2305/713/orig 2025-04-25T04:41:46.4678210Z * [new branch] gh/anijain2305/714/base -> origin/gh/anijain2305/714/base 2025-04-25T04:41:46.4678783Z * [new branch] gh/anijain2305/714/head -> origin/gh/anijain2305/714/head 2025-04-25T04:41:46.4679303Z * [new branch] gh/anijain2305/714/orig -> origin/gh/anijain2305/714/orig 2025-04-25T04:41:46.4679842Z * [new branch] gh/anijain2305/715/base -> origin/gh/anijain2305/715/base 2025-04-25T04:41:46.4680351Z * [new branch] gh/anijain2305/715/head -> origin/gh/anijain2305/715/head 2025-04-25T04:41:46.4681035Z * [new branch] gh/anijain2305/715/orig -> origin/gh/anijain2305/715/orig 2025-04-25T04:41:46.4681558Z * [new branch] gh/anijain2305/716/base -> origin/gh/anijain2305/716/base 2025-04-25T04:41:46.4682068Z * [new branch] gh/anijain2305/716/head -> origin/gh/anijain2305/716/head 2025-04-25T04:41:46.4682594Z * [new branch] gh/anijain2305/716/orig -> origin/gh/anijain2305/716/orig 2025-04-25T04:41:46.4683106Z * [new branch] gh/anijain2305/717/base -> origin/gh/anijain2305/717/base 2025-04-25T04:41:46.4683622Z * [new branch] gh/anijain2305/717/head -> origin/gh/anijain2305/717/head 2025-04-25T04:41:46.4684162Z * [new branch] gh/anijain2305/717/orig -> origin/gh/anijain2305/717/orig 2025-04-25T04:41:46.4684780Z * [new branch] gh/anijain2305/718/base -> origin/gh/anijain2305/718/base 2025-04-25T04:41:46.4685311Z * [new branch] gh/anijain2305/718/head -> origin/gh/anijain2305/718/head 2025-04-25T04:41:46.4685886Z * [new branch] gh/anijain2305/718/orig -> origin/gh/anijain2305/718/orig 2025-04-25T04:41:46.4686459Z * [new branch] gh/anijain2305/719/base -> origin/gh/anijain2305/719/base 2025-04-25T04:41:46.4686974Z * [new branch] gh/anijain2305/719/head -> origin/gh/anijain2305/719/head 2025-04-25T04:41:46.4687542Z * [new branch] gh/anijain2305/719/orig -> origin/gh/anijain2305/719/orig 2025-04-25T04:41:46.4688109Z * [new branch] gh/anijain2305/720/base -> origin/gh/anijain2305/720/base 2025-04-25T04:41:46.4688682Z * [new branch] gh/anijain2305/720/head -> origin/gh/anijain2305/720/head 2025-04-25T04:41:46.4689883Z * [new branch] gh/anijain2305/720/orig -> origin/gh/anijain2305/720/orig 2025-04-25T04:41:46.4690403Z * [new branch] gh/anijain2305/721/base -> origin/gh/anijain2305/721/base 2025-04-25T04:41:46.4690913Z * [new branch] gh/anijain2305/721/head -> origin/gh/anijain2305/721/head 2025-04-25T04:41:46.4691440Z * [new branch] gh/anijain2305/721/orig -> origin/gh/anijain2305/721/orig 2025-04-25T04:41:46.4691962Z * [new branch] gh/anijain2305/722/base -> origin/gh/anijain2305/722/base 2025-04-25T04:41:46.4692482Z * [new branch] gh/anijain2305/722/head -> origin/gh/anijain2305/722/head 2025-04-25T04:41:46.4692998Z * [new branch] gh/anijain2305/722/orig -> origin/gh/anijain2305/722/orig 2025-04-25T04:41:46.4693507Z * [new branch] gh/anijain2305/723/base -> origin/gh/anijain2305/723/base 2025-04-25T04:41:46.4694037Z * [new branch] gh/anijain2305/723/head -> origin/gh/anijain2305/723/head 2025-04-25T04:41:46.4694547Z * [new branch] gh/anijain2305/723/orig -> origin/gh/anijain2305/723/orig 2025-04-25T04:41:46.4695064Z * [new branch] gh/anijain2305/724/base -> origin/gh/anijain2305/724/base 2025-04-25T04:41:46.4695579Z * [new branch] gh/anijain2305/724/head -> origin/gh/anijain2305/724/head 2025-04-25T04:41:46.4696099Z * [new branch] gh/anijain2305/724/orig -> origin/gh/anijain2305/724/orig 2025-04-25T04:41:46.4696617Z * [new branch] gh/anijain2305/725/base -> origin/gh/anijain2305/725/base 2025-04-25T04:41:46.4697126Z * [new branch] gh/anijain2305/725/head -> origin/gh/anijain2305/725/head 2025-04-25T04:41:46.4697646Z * [new branch] gh/anijain2305/725/orig -> origin/gh/anijain2305/725/orig 2025-04-25T04:41:46.4698163Z * [new branch] gh/anijain2305/726/base -> origin/gh/anijain2305/726/base 2025-04-25T04:41:46.4698692Z * [new branch] gh/anijain2305/726/head -> origin/gh/anijain2305/726/head 2025-04-25T04:41:46.4699209Z * [new branch] gh/anijain2305/726/orig -> origin/gh/anijain2305/726/orig 2025-04-25T04:41:46.4699823Z * [new branch] gh/anijain2305/727/base -> origin/gh/anijain2305/727/base 2025-04-25T04:41:46.4700342Z * [new branch] gh/anijain2305/727/head -> origin/gh/anijain2305/727/head 2025-04-25T04:41:46.4700856Z * [new branch] gh/anijain2305/727/orig -> origin/gh/anijain2305/727/orig 2025-04-25T04:41:46.4701388Z * [new branch] gh/anijain2305/728/base -> origin/gh/anijain2305/728/base 2025-04-25T04:41:46.4701912Z * [new branch] gh/anijain2305/728/head -> origin/gh/anijain2305/728/head 2025-04-25T04:41:46.4702425Z * [new branch] gh/anijain2305/728/orig -> origin/gh/anijain2305/728/orig 2025-04-25T04:41:46.5119615Z * [new branch] gh/anijain2305/729/base -> origin/gh/anijain2305/729/base 2025-04-25T04:41:46.5120199Z * [new branch] gh/anijain2305/729/head -> origin/gh/anijain2305/729/head 2025-04-25T04:41:46.5120738Z * [new branch] gh/anijain2305/729/orig -> origin/gh/anijain2305/729/orig 2025-04-25T04:41:46.5121301Z * [new branch] gh/anijain2305/730/base -> origin/gh/anijain2305/730/base 2025-04-25T04:41:46.5121814Z * [new branch] gh/anijain2305/730/head -> origin/gh/anijain2305/730/head 2025-04-25T04:41:46.5122385Z * [new branch] gh/anijain2305/730/orig -> origin/gh/anijain2305/730/orig 2025-04-25T04:41:46.5122949Z * [new branch] gh/anijain2305/731/base -> origin/gh/anijain2305/731/base 2025-04-25T04:41:46.5123463Z * [new branch] gh/anijain2305/731/head -> origin/gh/anijain2305/731/head 2025-04-25T04:41:46.5123979Z * [new branch] gh/anijain2305/731/orig -> origin/gh/anijain2305/731/orig 2025-04-25T04:41:46.5124673Z * [new branch] gh/anijain2305/732/base -> origin/gh/anijain2305/732/base 2025-04-25T04:41:46.5125193Z * [new branch] gh/anijain2305/732/head -> origin/gh/anijain2305/732/head 2025-04-25T04:41:46.5125752Z * [new branch] gh/anijain2305/732/orig -> origin/gh/anijain2305/732/orig 2025-04-25T04:41:46.5126269Z * [new branch] gh/anijain2305/733/base -> origin/gh/anijain2305/733/base 2025-04-25T04:41:46.5126797Z * [new branch] gh/anijain2305/733/head -> origin/gh/anijain2305/733/head 2025-04-25T04:41:46.5127316Z * [new branch] gh/anijain2305/733/orig -> origin/gh/anijain2305/733/orig 2025-04-25T04:41:46.5127841Z * [new branch] gh/anijain2305/734/base -> origin/gh/anijain2305/734/base 2025-04-25T04:41:46.5128405Z * [new branch] gh/anijain2305/734/head -> origin/gh/anijain2305/734/head 2025-04-25T04:41:46.5128986Z * [new branch] gh/anijain2305/734/orig -> origin/gh/anijain2305/734/orig 2025-04-25T04:41:46.5129512Z * [new branch] gh/anijain2305/735/base -> origin/gh/anijain2305/735/base 2025-04-25T04:41:46.5130019Z * [new branch] gh/anijain2305/735/head -> origin/gh/anijain2305/735/head 2025-04-25T04:41:46.5130540Z * [new branch] gh/anijain2305/735/orig -> origin/gh/anijain2305/735/orig 2025-04-25T04:41:46.5131056Z * [new branch] gh/anijain2305/736/base -> origin/gh/anijain2305/736/base 2025-04-25T04:41:46.5131585Z * [new branch] gh/anijain2305/736/head -> origin/gh/anijain2305/736/head 2025-04-25T04:41:46.5132100Z * [new branch] gh/anijain2305/736/orig -> origin/gh/anijain2305/736/orig 2025-04-25T04:41:46.5132608Z * [new branch] gh/anijain2305/737/base -> origin/gh/anijain2305/737/base 2025-04-25T04:41:46.5133117Z * [new branch] gh/anijain2305/737/head -> origin/gh/anijain2305/737/head 2025-04-25T04:41:46.5133628Z * [new branch] gh/anijain2305/737/orig -> origin/gh/anijain2305/737/orig 2025-04-25T04:41:46.5134182Z * [new branch] gh/anijain2305/738/base -> origin/gh/anijain2305/738/base 2025-04-25T04:41:46.5135543Z * [new branch] gh/anijain2305/738/head -> origin/gh/anijain2305/738/head 2025-04-25T04:41:46.5136326Z * [new branch] gh/anijain2305/738/orig -> origin/gh/anijain2305/738/orig 2025-04-25T04:41:46.5136868Z * [new branch] gh/anijain2305/739/base -> origin/gh/anijain2305/739/base 2025-04-25T04:41:46.5137383Z * [new branch] gh/anijain2305/739/head -> origin/gh/anijain2305/739/head 2025-04-25T04:41:46.5137900Z * [new branch] gh/anijain2305/739/orig -> origin/gh/anijain2305/739/orig 2025-04-25T04:41:46.5138414Z * [new branch] gh/anijain2305/740/base -> origin/gh/anijain2305/740/base 2025-04-25T04:41:46.5138935Z * [new branch] gh/anijain2305/740/head -> origin/gh/anijain2305/740/head 2025-04-25T04:41:46.5139450Z * [new branch] gh/anijain2305/740/orig -> origin/gh/anijain2305/740/orig 2025-04-25T04:41:46.5139994Z * [new branch] gh/anjali411/216/base -> origin/gh/anjali411/216/base 2025-04-25T04:41:46.5140556Z * [new branch] gh/anjali411/216/head -> origin/gh/anjali411/216/head 2025-04-25T04:41:46.5141052Z * [new branch] gh/anjali411/216/orig -> origin/gh/anjali411/216/orig 2025-04-25T04:41:46.5141542Z * [new branch] gh/aorenste/132/base -> origin/gh/aorenste/132/base 2025-04-25T04:41:46.5142043Z * [new branch] gh/aorenste/132/head -> origin/gh/aorenste/132/head 2025-04-25T04:41:46.5142529Z * [new branch] gh/aorenste/222/base -> origin/gh/aorenste/222/base 2025-04-25T04:41:46.5143022Z * [new branch] gh/aorenste/222/head -> origin/gh/aorenste/222/head 2025-04-25T04:41:46.5143656Z * [new branch] gh/aorenste/222/orig -> origin/gh/aorenste/222/orig 2025-04-25T04:41:46.5144151Z * [new branch] gh/aorenste/223/base -> origin/gh/aorenste/223/base 2025-04-25T04:41:46.5579491Z * [new branch] gh/aorenste/223/head -> origin/gh/aorenste/223/head 2025-04-25T04:41:46.5580053Z * [new branch] gh/aorenste/223/orig -> origin/gh/aorenste/223/orig 2025-04-25T04:41:46.5580560Z * [new branch] gh/aorenste/224/base -> origin/gh/aorenste/224/base 2025-04-25T04:41:46.5581064Z * [new branch] gh/aorenste/224/head -> origin/gh/aorenste/224/head 2025-04-25T04:41:46.5581552Z * [new branch] gh/aorenste/224/orig -> origin/gh/aorenste/224/orig 2025-04-25T04:41:46.5582081Z * [new branch] gh/avikchaudhuri/59/base -> origin/gh/avikchaudhuri/59/base 2025-04-25T04:41:46.5582633Z * [new branch] gh/avikchaudhuri/59/head -> origin/gh/avikchaudhuri/59/head 2025-04-25T04:41:46.5583178Z * [new branch] gh/avikchaudhuri/59/orig -> origin/gh/avikchaudhuri/59/orig 2025-04-25T04:41:46.5583691Z * [new branch] gh/bdhirsh/604/base -> origin/gh/bdhirsh/604/base 2025-04-25T04:41:46.5584194Z * [new branch] gh/bdhirsh/604/head -> origin/gh/bdhirsh/604/head 2025-04-25T04:41:46.5584680Z * [new branch] gh/bdhirsh/604/orig -> origin/gh/bdhirsh/604/orig 2025-04-25T04:41:46.5585177Z * [new branch] gh/bdhirsh/636/base -> origin/gh/bdhirsh/636/base 2025-04-25T04:41:46.5585659Z * [new branch] gh/bdhirsh/636/head -> origin/gh/bdhirsh/636/head 2025-04-25T04:41:46.5586137Z * [new branch] gh/bdhirsh/636/orig -> origin/gh/bdhirsh/636/orig 2025-04-25T04:41:46.5586610Z * [new branch] gh/bdhirsh/647/base -> origin/gh/bdhirsh/647/base 2025-04-25T04:41:46.5587105Z * [new branch] gh/bdhirsh/647/head -> origin/gh/bdhirsh/647/head 2025-04-25T04:41:46.5587583Z * [new branch] gh/bdhirsh/647/orig -> origin/gh/bdhirsh/647/orig 2025-04-25T04:41:46.5588074Z * [new branch] gh/bdhirsh/648/base -> origin/gh/bdhirsh/648/base 2025-04-25T04:41:46.5588709Z * [new branch] gh/bdhirsh/648/head -> origin/gh/bdhirsh/648/head 2025-04-25T04:41:46.5589187Z * [new branch] gh/bdhirsh/648/orig -> origin/gh/bdhirsh/648/orig 2025-04-25T04:41:46.5589718Z * [new branch] gh/bdhirsh/649/base -> origin/gh/bdhirsh/649/base 2025-04-25T04:41:46.5590262Z * [new branch] gh/bdhirsh/649/head -> origin/gh/bdhirsh/649/head 2025-04-25T04:41:46.5590759Z * [new branch] gh/bdhirsh/649/orig -> origin/gh/bdhirsh/649/orig 2025-04-25T04:41:46.5591239Z * [new branch] gh/bdhirsh/650/base -> origin/gh/bdhirsh/650/base 2025-04-25T04:41:46.5591727Z * [new branch] gh/bdhirsh/650/head -> origin/gh/bdhirsh/650/head 2025-04-25T04:41:46.5592213Z * [new branch] gh/bdhirsh/650/orig -> origin/gh/bdhirsh/650/orig 2025-04-25T04:41:46.5592695Z * [new branch] gh/bdhirsh/651/base -> origin/gh/bdhirsh/651/base 2025-04-25T04:41:46.5593177Z * [new branch] gh/bdhirsh/651/head -> origin/gh/bdhirsh/651/head 2025-04-25T04:41:46.5593651Z * [new branch] gh/bdhirsh/651/orig -> origin/gh/bdhirsh/651/orig 2025-04-25T04:41:46.5594139Z * [new branch] gh/bdhirsh/652/base -> origin/gh/bdhirsh/652/base 2025-04-25T04:41:46.5594703Z * [new branch] gh/bdhirsh/652/head -> origin/gh/bdhirsh/652/head 2025-04-25T04:41:46.5595185Z * [new branch] gh/bdhirsh/652/orig -> origin/gh/bdhirsh/652/orig 2025-04-25T04:41:46.5595831Z * [new branch] gh/bdhirsh/653/base -> origin/gh/bdhirsh/653/base 2025-04-25T04:41:46.5596352Z * [new branch] gh/bdhirsh/653/head -> origin/gh/bdhirsh/653/head 2025-04-25T04:41:46.5596845Z * [new branch] gh/bdhirsh/653/orig -> origin/gh/bdhirsh/653/orig 2025-04-25T04:41:46.5597334Z * [new branch] gh/bdhirsh/654/base -> origin/gh/bdhirsh/654/base 2025-04-25T04:41:46.5597813Z * [new branch] gh/bdhirsh/654/head -> origin/gh/bdhirsh/654/head 2025-04-25T04:41:46.5598298Z * [new branch] gh/bdhirsh/654/orig -> origin/gh/bdhirsh/654/orig 2025-04-25T04:41:46.5598778Z * [new branch] gh/bdhirsh/655/base -> origin/gh/bdhirsh/655/base 2025-04-25T04:41:46.5599264Z * [new branch] gh/bdhirsh/655/head -> origin/gh/bdhirsh/655/head 2025-04-25T04:41:46.5599747Z * [new branch] gh/bdhirsh/655/orig -> origin/gh/bdhirsh/655/orig 2025-04-25T04:41:46.5600269Z * [new branch] gh/benjaminglass1/51/base -> origin/gh/benjaminglass1/51/base 2025-04-25T04:41:46.5600838Z * [new branch] gh/benjaminglass1/51/head -> origin/gh/benjaminglass1/51/head 2025-04-25T04:41:46.5601387Z * [new branch] gh/benjaminglass1/51/orig -> origin/gh/benjaminglass1/51/orig 2025-04-25T04:41:46.5601992Z * [new branch] gh/benjaminglass1/67/base -> origin/gh/benjaminglass1/67/base 2025-04-25T04:41:46.5602580Z * [new branch] gh/benjaminglass1/67/head -> origin/gh/benjaminglass1/67/head 2025-04-25T04:41:46.5603129Z * [new branch] gh/benjaminglass1/67/orig -> origin/gh/benjaminglass1/67/orig 2025-04-25T04:41:46.6039048Z * [new branch] gh/benjaminglass1/72/base -> origin/gh/benjaminglass1/72/base 2025-04-25T04:41:46.6039693Z * [new branch] gh/benjaminglass1/72/head -> origin/gh/benjaminglass1/72/head 2025-04-25T04:41:46.6040264Z * [new branch] gh/benjaminglass1/72/orig -> origin/gh/benjaminglass1/72/orig 2025-04-25T04:41:46.6040852Z * [new branch] gh/benjaminglass1/77/base -> origin/gh/benjaminglass1/77/base 2025-04-25T04:41:46.6041394Z * [new branch] gh/benjaminglass1/77/head -> origin/gh/benjaminglass1/77/head 2025-04-25T04:41:46.6042107Z * [new branch] gh/benjaminglass1/77/orig -> origin/gh/benjaminglass1/77/orig 2025-04-25T04:41:46.6042662Z * [new branch] gh/benjaminglass1/78/base -> origin/gh/benjaminglass1/78/base 2025-04-25T04:41:46.6043228Z * [new branch] gh/benjaminglass1/78/head -> origin/gh/benjaminglass1/78/head 2025-04-25T04:41:46.6043789Z * [new branch] gh/benjaminglass1/78/orig -> origin/gh/benjaminglass1/78/orig 2025-04-25T04:41:46.6044337Z * [new branch] gh/benjaminglass1/79/base -> origin/gh/benjaminglass1/79/base 2025-04-25T04:41:46.6044898Z * [new branch] gh/benjaminglass1/79/head -> origin/gh/benjaminglass1/79/head 2025-04-25T04:41:46.6045445Z * [new branch] gh/benjaminglass1/79/orig -> origin/gh/benjaminglass1/79/orig 2025-04-25T04:41:46.6046003Z * [new branch] gh/benjaminglass1/80/base -> origin/gh/benjaminglass1/80/base 2025-04-25T04:41:46.6046559Z * [new branch] gh/benjaminglass1/80/head -> origin/gh/benjaminglass1/80/head 2025-04-25T04:41:46.6047108Z * [new branch] gh/benjaminglass1/80/orig -> origin/gh/benjaminglass1/80/orig 2025-04-25T04:41:46.6047660Z * [new branch] gh/benjaminglass1/81/base -> origin/gh/benjaminglass1/81/base 2025-04-25T04:41:46.6048209Z * [new branch] gh/benjaminglass1/81/head -> origin/gh/benjaminglass1/81/head 2025-04-25T04:41:46.6048768Z * [new branch] gh/benjaminglass1/81/orig -> origin/gh/benjaminglass1/81/orig 2025-04-25T04:41:46.6049317Z * [new branch] gh/benjaminglass1/82/base -> origin/gh/benjaminglass1/82/base 2025-04-25T04:41:46.6049975Z * [new branch] gh/benjaminglass1/82/head -> origin/gh/benjaminglass1/82/head 2025-04-25T04:41:46.6050530Z * [new branch] gh/benjaminglass1/82/orig -> origin/gh/benjaminglass1/82/orig 2025-04-25T04:41:46.6051072Z * [new branch] gh/benjaminglass1/83/base -> origin/gh/benjaminglass1/83/base 2025-04-25T04:41:46.6051629Z * [new branch] gh/benjaminglass1/83/head -> origin/gh/benjaminglass1/83/head 2025-04-25T04:41:46.6052187Z * [new branch] gh/benjaminglass1/83/orig -> origin/gh/benjaminglass1/83/orig 2025-04-25T04:41:46.6052712Z * [new branch] gh/bertmaher/1/base -> origin/gh/bertmaher/1/base 2025-04-25T04:41:46.6053215Z * [new branch] gh/bertmaher/1/head -> origin/gh/bertmaher/1/head 2025-04-25T04:41:46.6053701Z * [new branch] gh/bertmaher/1/orig -> origin/gh/bertmaher/1/orig 2025-04-25T04:41:46.6054189Z * [new branch] gh/bertmaher/2/base -> origin/gh/bertmaher/2/base 2025-04-25T04:41:46.6054676Z * [new branch] gh/bertmaher/2/head -> origin/gh/bertmaher/2/head 2025-04-25T04:41:46.6055178Z * [new branch] gh/bertmaher/2/orig -> origin/gh/bertmaher/2/orig 2025-04-25T04:41:46.6055698Z * [new branch] gh/bobrenjc93/207/base -> origin/gh/bobrenjc93/207/base 2025-04-25T04:41:46.6056203Z * [new branch] gh/bobrenjc93/207/head -> origin/gh/bobrenjc93/207/head 2025-04-25T04:41:46.6056717Z * [new branch] gh/bobrenjc93/207/orig -> origin/gh/bobrenjc93/207/orig 2025-04-25T04:41:46.6057218Z * [new branch] gh/bobrenjc93/270/base -> origin/gh/bobrenjc93/270/base 2025-04-25T04:41:46.6057728Z * [new branch] gh/bobrenjc93/270/head -> origin/gh/bobrenjc93/270/head 2025-04-25T04:41:46.6058242Z * [new branch] gh/bobrenjc93/270/orig -> origin/gh/bobrenjc93/270/orig 2025-04-25T04:41:46.6058749Z * [new branch] gh/bobrenjc93/273/base -> origin/gh/bobrenjc93/273/base 2025-04-25T04:41:46.6059257Z * [new branch] gh/bobrenjc93/273/head -> origin/gh/bobrenjc93/273/head 2025-04-25T04:41:46.6059755Z * [new branch] gh/bobrenjc93/273/orig -> origin/gh/bobrenjc93/273/orig 2025-04-25T04:41:46.6060346Z * [new branch] gh/bobrenjc93/276/base -> origin/gh/bobrenjc93/276/base 2025-04-25T04:41:46.6060866Z * [new branch] gh/bobrenjc93/276/head -> origin/gh/bobrenjc93/276/head 2025-04-25T04:41:46.6061364Z * [new branch] gh/bobrenjc93/276/orig -> origin/gh/bobrenjc93/276/orig 2025-04-25T04:41:46.6061874Z * [new branch] gh/bobrenjc93/300/base -> origin/gh/bobrenjc93/300/base 2025-04-25T04:41:46.6062373Z * [new branch] gh/bobrenjc93/300/head -> origin/gh/bobrenjc93/300/head 2025-04-25T04:41:46.6062883Z * [new branch] gh/bobrenjc93/300/orig -> origin/gh/bobrenjc93/300/orig 2025-04-25T04:41:46.6476421Z * [new branch] gh/bobrenjc93/301/base -> origin/gh/bobrenjc93/301/base 2025-04-25T04:41:46.6477006Z * [new branch] gh/bobrenjc93/301/head -> origin/gh/bobrenjc93/301/head 2025-04-25T04:41:46.6477556Z * [new branch] gh/bobrenjc93/301/orig -> origin/gh/bobrenjc93/301/orig 2025-04-25T04:41:46.6478076Z * [new branch] gh/bobrenjc93/302/base -> origin/gh/bobrenjc93/302/base 2025-04-25T04:41:46.6478582Z * [new branch] gh/bobrenjc93/302/head -> origin/gh/bobrenjc93/302/head 2025-04-25T04:41:46.6479090Z * [new branch] gh/bobrenjc93/302/orig -> origin/gh/bobrenjc93/302/orig 2025-04-25T04:41:46.6479591Z * [new branch] gh/bobrenjc93/303/base -> origin/gh/bobrenjc93/303/base 2025-04-25T04:41:46.6480103Z * [new branch] gh/bobrenjc93/303/head -> origin/gh/bobrenjc93/303/head 2025-04-25T04:41:46.6480795Z * [new branch] gh/bobrenjc93/303/orig -> origin/gh/bobrenjc93/303/orig 2025-04-25T04:41:46.6481312Z * [new branch] gh/bobrenjc93/304/base -> origin/gh/bobrenjc93/304/base 2025-04-25T04:41:46.6481830Z * [new branch] gh/bobrenjc93/304/head -> origin/gh/bobrenjc93/304/head 2025-04-25T04:41:46.6482341Z * [new branch] gh/bobrenjc93/304/orig -> origin/gh/bobrenjc93/304/orig 2025-04-25T04:41:46.6482853Z * [new branch] gh/bobrenjc93/305/base -> origin/gh/bobrenjc93/305/base 2025-04-25T04:41:46.6483368Z * [new branch] gh/bobrenjc93/305/head -> origin/gh/bobrenjc93/305/head 2025-04-25T04:41:46.6483876Z * [new branch] gh/bobrenjc93/305/orig -> origin/gh/bobrenjc93/305/orig 2025-04-25T04:41:46.6484388Z * [new branch] gh/bobrenjc93/306/base -> origin/gh/bobrenjc93/306/base 2025-04-25T04:41:46.6484894Z * [new branch] gh/bobrenjc93/306/head -> origin/gh/bobrenjc93/306/head 2025-04-25T04:41:46.6485404Z * [new branch] gh/bobrenjc93/306/orig -> origin/gh/bobrenjc93/306/orig 2025-04-25T04:41:46.6485900Z * [new branch] gh/bobrenjc93/307/base -> origin/gh/bobrenjc93/307/base 2025-04-25T04:41:46.6486412Z * [new branch] gh/bobrenjc93/307/head -> origin/gh/bobrenjc93/307/head 2025-04-25T04:41:46.6486922Z * [new branch] gh/bobrenjc93/307/orig -> origin/gh/bobrenjc93/307/orig 2025-04-25T04:41:46.6487422Z * [new branch] gh/bobrenjc93/308/base -> origin/gh/bobrenjc93/308/base 2025-04-25T04:41:46.6487927Z * [new branch] gh/bobrenjc93/308/head -> origin/gh/bobrenjc93/308/head 2025-04-25T04:41:46.6488421Z * [new branch] gh/bobrenjc93/308/orig -> origin/gh/bobrenjc93/308/orig 2025-04-25T04:41:46.6488925Z * [new branch] gh/bobrenjc93/309/base -> origin/gh/bobrenjc93/309/base 2025-04-25T04:41:46.6489437Z * [new branch] gh/bobrenjc93/309/head -> origin/gh/bobrenjc93/309/head 2025-04-25T04:41:46.6489935Z * [new branch] gh/bobrenjc93/309/orig -> origin/gh/bobrenjc93/309/orig 2025-04-25T04:41:46.6490447Z * [new branch] gh/bobrenjc93/310/base -> origin/gh/bobrenjc93/310/base 2025-04-25T04:41:46.6491055Z * [new branch] gh/bobrenjc93/310/head -> origin/gh/bobrenjc93/310/head 2025-04-25T04:41:46.6491577Z * [new branch] gh/bobrenjc93/310/orig -> origin/gh/bobrenjc93/310/orig 2025-04-25T04:41:46.6492095Z * [new branch] gh/bobrenjc93/311/base -> origin/gh/bobrenjc93/311/base 2025-04-25T04:41:46.6492600Z * [new branch] gh/bobrenjc93/311/head -> origin/gh/bobrenjc93/311/head 2025-04-25T04:41:46.6493123Z * [new branch] gh/bobrenjc93/311/orig -> origin/gh/bobrenjc93/311/orig 2025-04-25T04:41:46.6493630Z * [new branch] gh/bobrenjc93/312/base -> origin/gh/bobrenjc93/312/base 2025-04-25T04:41:46.6494147Z * [new branch] gh/bobrenjc93/312/head -> origin/gh/bobrenjc93/312/head 2025-04-25T04:41:46.6494652Z * [new branch] gh/bobrenjc93/312/orig -> origin/gh/bobrenjc93/312/orig 2025-04-25T04:41:46.6495158Z * [new branch] gh/bobrenjc93/313/base -> origin/gh/bobrenjc93/313/base 2025-04-25T04:41:46.6495676Z * [new branch] gh/bobrenjc93/313/head -> origin/gh/bobrenjc93/313/head 2025-04-25T04:41:46.6496176Z * [new branch] gh/bobrenjc93/313/orig -> origin/gh/bobrenjc93/313/orig 2025-04-25T04:41:46.6496683Z * [new branch] gh/bobrenjc93/314/base -> origin/gh/bobrenjc93/314/base 2025-04-25T04:41:46.6497186Z * [new branch] gh/bobrenjc93/314/head -> origin/gh/bobrenjc93/314/head 2025-04-25T04:41:46.6497686Z * [new branch] gh/bobrenjc93/314/orig -> origin/gh/bobrenjc93/314/orig 2025-04-25T04:41:46.6498293Z * [new branch] gh/bobrenjc93/315/base -> origin/gh/bobrenjc93/315/base 2025-04-25T04:41:46.6498799Z * [new branch] gh/bobrenjc93/315/head -> origin/gh/bobrenjc93/315/head 2025-04-25T04:41:46.6499323Z * [new branch] gh/bobrenjc93/315/orig -> origin/gh/bobrenjc93/315/orig 2025-04-25T04:41:46.6925458Z * [new branch] gh/bobrenjc93/316/base -> origin/gh/bobrenjc93/316/base 2025-04-25T04:41:46.6926042Z * [new branch] gh/bobrenjc93/316/head -> origin/gh/bobrenjc93/316/head 2025-04-25T04:41:46.6926568Z * [new branch] gh/bobrenjc93/316/orig -> origin/gh/bobrenjc93/316/orig 2025-04-25T04:41:46.6927080Z * [new branch] gh/bobrenjc93/317/base -> origin/gh/bobrenjc93/317/base 2025-04-25T04:41:46.6927597Z * [new branch] gh/bobrenjc93/317/head -> origin/gh/bobrenjc93/317/head 2025-04-25T04:41:46.6928101Z * [new branch] gh/bobrenjc93/317/orig -> origin/gh/bobrenjc93/317/orig 2025-04-25T04:41:46.6928608Z * [new branch] gh/bobrenjc93/318/base -> origin/gh/bobrenjc93/318/base 2025-04-25T04:41:46.6929120Z * [new branch] gh/bobrenjc93/318/head -> origin/gh/bobrenjc93/318/head 2025-04-25T04:41:46.6929618Z * [new branch] gh/bobrenjc93/318/orig -> origin/gh/bobrenjc93/318/orig 2025-04-25T04:41:46.6930143Z * [new branch] gh/bobrenjc93/319/base -> origin/gh/bobrenjc93/319/base 2025-04-25T04:41:46.6930658Z * [new branch] gh/bobrenjc93/319/head -> origin/gh/bobrenjc93/319/head 2025-04-25T04:41:46.6931160Z * [new branch] gh/bobrenjc93/319/orig -> origin/gh/bobrenjc93/319/orig 2025-04-25T04:41:46.6931667Z * [new branch] gh/bobrenjc93/320/base -> origin/gh/bobrenjc93/320/base 2025-04-25T04:41:46.6932173Z * [new branch] gh/bobrenjc93/320/head -> origin/gh/bobrenjc93/320/head 2025-04-25T04:41:46.6932688Z * [new branch] gh/bobrenjc93/320/orig -> origin/gh/bobrenjc93/320/orig 2025-04-25T04:41:46.6933206Z * [new branch] gh/bobrenjc93/321/base -> origin/gh/bobrenjc93/321/base 2025-04-25T04:41:46.6933708Z * [new branch] gh/bobrenjc93/321/head -> origin/gh/bobrenjc93/321/head 2025-04-25T04:41:46.6934382Z * [new branch] gh/bobrenjc93/321/orig -> origin/gh/bobrenjc93/321/orig 2025-04-25T04:41:46.6934895Z * [new branch] gh/bobrenjc93/322/base -> origin/gh/bobrenjc93/322/base 2025-04-25T04:41:46.6935413Z * [new branch] gh/bobrenjc93/322/head -> origin/gh/bobrenjc93/322/head 2025-04-25T04:41:46.6935929Z * [new branch] gh/bobrenjc93/322/orig -> origin/gh/bobrenjc93/322/orig 2025-04-25T04:41:46.6936431Z * [new branch] gh/bobrenjc93/323/base -> origin/gh/bobrenjc93/323/base 2025-04-25T04:41:46.6936942Z * [new branch] gh/bobrenjc93/323/head -> origin/gh/bobrenjc93/323/head 2025-04-25T04:41:46.6937464Z * [new branch] gh/bobrenjc93/323/orig -> origin/gh/bobrenjc93/323/orig 2025-04-25T04:41:46.6937970Z * [new branch] gh/bobrenjc93/324/base -> origin/gh/bobrenjc93/324/base 2025-04-25T04:41:46.6938470Z * [new branch] gh/bobrenjc93/324/head -> origin/gh/bobrenjc93/324/head 2025-04-25T04:41:46.6938980Z * [new branch] gh/bobrenjc93/324/orig -> origin/gh/bobrenjc93/324/orig 2025-04-25T04:41:46.6939487Z * [new branch] gh/bobrenjc93/325/base -> origin/gh/bobrenjc93/325/base 2025-04-25T04:41:46.6939984Z * [new branch] gh/bobrenjc93/325/head -> origin/gh/bobrenjc93/325/head 2025-04-25T04:41:46.6940489Z * [new branch] gh/bobrenjc93/325/orig -> origin/gh/bobrenjc93/325/orig 2025-04-25T04:41:46.6941017Z * [new branch] gh/briancoutinho/2/base -> origin/gh/briancoutinho/2/base 2025-04-25T04:41:46.6941634Z * [new branch] gh/briancoutinho/2/head -> origin/gh/briancoutinho/2/head 2025-04-25T04:41:46.6942257Z * [new branch] gh/c00w/23/base -> origin/gh/c00w/23/base 2025-04-25T04:41:46.6942708Z * [new branch] gh/c00w/23/head -> origin/gh/c00w/23/head 2025-04-25T04:41:46.6943163Z * [new branch] gh/c00w/38/base -> origin/gh/c00w/38/base 2025-04-25T04:41:46.6943598Z * [new branch] gh/c00w/38/head -> origin/gh/c00w/38/head 2025-04-25T04:41:46.6944045Z * [new branch] gh/c00w/38/orig -> origin/gh/c00w/38/orig 2025-04-25T04:41:46.6944486Z * [new branch] gh/c00w/43/base -> origin/gh/c00w/43/base 2025-04-25T04:41:46.6944920Z * [new branch] gh/c00w/43/head -> origin/gh/c00w/43/head 2025-04-25T04:41:46.6945362Z * [new branch] gh/c00w/43/orig -> origin/gh/c00w/43/orig 2025-04-25T04:41:46.6945794Z * [new branch] gh/c00w/48/base -> origin/gh/c00w/48/base 2025-04-25T04:41:46.6946235Z * [new branch] gh/c00w/48/head -> origin/gh/c00w/48/head 2025-04-25T04:41:46.6946673Z * [new branch] gh/c00w/48/orig -> origin/gh/c00w/48/orig 2025-04-25T04:41:46.6947143Z * [new branch] gh/chenyang78/1/base -> origin/gh/chenyang78/1/base 2025-04-25T04:41:46.6947652Z * [new branch] gh/chenyang78/1/head -> origin/gh/chenyang78/1/head 2025-04-25T04:41:46.6948139Z * [new branch] gh/chenyang78/1/orig -> origin/gh/chenyang78/1/orig 2025-04-25T04:41:46.6948634Z * [new branch] gh/chillee/376/base -> origin/gh/chillee/376/base 2025-04-25T04:41:46.9744773Z * [new branch] gh/chillee/376/head -> origin/gh/chillee/376/head 2025-04-25T04:41:46.9745337Z * [new branch] gh/chillee/376/orig -> origin/gh/chillee/376/orig 2025-04-25T04:41:46.9745854Z * [new branch] gh/chillee/377/base -> origin/gh/chillee/377/base 2025-04-25T04:41:46.9746337Z * [new branch] gh/chillee/377/head -> origin/gh/chillee/377/head 2025-04-25T04:41:46.9746899Z * [new branch] gh/chillee/377/orig -> origin/gh/chillee/377/orig 2025-04-25T04:41:46.9747645Z * [new branch] gh/chunyuan-w/1/base -> origin/gh/chunyuan-w/1/base 2025-04-25T04:41:46.9748151Z * [new branch] gh/chunyuan-w/1/head -> origin/gh/chunyuan-w/1/head 2025-04-25T04:41:46.9748656Z * [new branch] gh/chunyuan-w/1/orig -> origin/gh/chunyuan-w/1/orig 2025-04-25T04:41:46.9749144Z * [new branch] gh/clee2000/1/base -> origin/gh/clee2000/1/base 2025-04-25T04:41:46.9749628Z * [new branch] gh/clee2000/1/head -> origin/gh/clee2000/1/head 2025-04-25T04:41:46.9750101Z * [new branch] gh/clee2000/1/orig -> origin/gh/clee2000/1/orig 2025-04-25T04:41:46.9750578Z * [new branch] gh/clee2000/4/base -> origin/gh/clee2000/4/base 2025-04-25T04:41:46.9751043Z * [new branch] gh/clee2000/4/head -> origin/gh/clee2000/4/head 2025-04-25T04:41:46.9751509Z * [new branch] gh/clee2000/4/orig -> origin/gh/clee2000/4/orig 2025-04-25T04:41:46.9751978Z * [new branch] gh/clee2000/5/base -> origin/gh/clee2000/5/base 2025-04-25T04:41:46.9752486Z * [new branch] gh/clee2000/5/head -> origin/gh/clee2000/5/head 2025-04-25T04:41:46.9753002Z * [new branch] gh/clee2000/5/orig -> origin/gh/clee2000/5/orig 2025-04-25T04:41:46.9753475Z * [new branch] gh/clee2000/6/base -> origin/gh/clee2000/6/base 2025-04-25T04:41:46.9753937Z * [new branch] gh/clee2000/6/head -> origin/gh/clee2000/6/head 2025-04-25T04:41:46.9754409Z * [new branch] gh/clee2000/6/orig -> origin/gh/clee2000/6/orig 2025-04-25T04:41:46.9755066Z * [new branch] gh/clee2000/7/base -> origin/gh/clee2000/7/base 2025-04-25T04:41:46.9755538Z * [new branch] gh/clee2000/7/head -> origin/gh/clee2000/7/head 2025-04-25T04:41:46.9756012Z * [new branch] gh/clee2000/7/orig -> origin/gh/clee2000/7/orig 2025-04-25T04:41:46.9756486Z * [new branch] gh/clee2000/8/base -> origin/gh/clee2000/8/base 2025-04-25T04:41:46.9756960Z * [new branch] gh/clee2000/8/head -> origin/gh/clee2000/8/head 2025-04-25T04:41:46.9757419Z * [new branch] gh/clee2000/8/orig -> origin/gh/clee2000/8/orig 2025-04-25T04:41:46.9757941Z * [new branch] gh/davidberard98/230/base -> origin/gh/davidberard98/230/base 2025-04-25T04:41:46.9758544Z * [new branch] gh/davidberard98/230/head -> origin/gh/davidberard98/230/head 2025-04-25T04:41:46.9759134Z * [new branch] gh/davidberard98/230/orig -> origin/gh/davidberard98/230/orig 2025-04-25T04:41:46.9759694Z * [new branch] gh/davidberard98/335/base -> origin/gh/davidberard98/335/base 2025-04-25T04:41:46.9760237Z * [new branch] gh/davidberard98/335/head -> origin/gh/davidberard98/335/head 2025-04-25T04:41:46.9760787Z * [new branch] gh/davidberard98/335/orig -> origin/gh/davidberard98/335/orig 2025-04-25T04:41:46.9761324Z * [new branch] gh/davidberard98/343/base -> origin/gh/davidberard98/343/base 2025-04-25T04:41:46.9761869Z * [new branch] gh/davidberard98/343/head -> origin/gh/davidberard98/343/head 2025-04-25T04:41:46.9762418Z * [new branch] gh/davidberard98/343/orig -> origin/gh/davidberard98/343/orig 2025-04-25T04:41:46.9762952Z * [new branch] gh/davidberard98/347/base -> origin/gh/davidberard98/347/base 2025-04-25T04:41:46.9763497Z * [new branch] gh/davidberard98/347/head -> origin/gh/davidberard98/347/head 2025-04-25T04:41:46.9764113Z * [new branch] gh/davidberard98/347/orig -> origin/gh/davidberard98/347/orig 2025-04-25T04:41:46.9764705Z * [new branch] gh/davidberard98/348/base -> origin/gh/davidberard98/348/base 2025-04-25T04:41:46.9765361Z * [new branch] gh/davidberard98/348/head -> origin/gh/davidberard98/348/head 2025-04-25T04:41:46.9765906Z * [new branch] gh/davidberard98/348/orig -> origin/gh/davidberard98/348/orig 2025-04-25T04:41:46.9766455Z * [new branch] gh/davidberard98/349/base -> origin/gh/davidberard98/349/base 2025-04-25T04:41:46.9766991Z * [new branch] gh/davidberard98/349/head -> origin/gh/davidberard98/349/head 2025-04-25T04:41:46.9767546Z * [new branch] gh/davidberard98/349/orig -> origin/gh/davidberard98/349/orig 2025-04-25T04:41:46.9768095Z * [new branch] gh/davidberard98/350/base -> origin/gh/davidberard98/350/base 2025-04-25T04:41:47.0205987Z * [new branch] gh/davidberard98/350/head -> origin/gh/davidberard98/350/head 2025-04-25T04:41:47.0206710Z * [new branch] gh/davidberard98/350/orig -> origin/gh/davidberard98/350/orig 2025-04-25T04:41:47.0207269Z * [new branch] gh/davidberard98/351/base -> origin/gh/davidberard98/351/base 2025-04-25T04:41:47.0207847Z * [new branch] gh/davidberard98/351/head -> origin/gh/davidberard98/351/head 2025-04-25T04:41:47.0208419Z * [new branch] gh/davidberard98/351/orig -> origin/gh/davidberard98/351/orig 2025-04-25T04:41:47.0208958Z * [new branch] gh/davidberard98/352/base -> origin/gh/davidberard98/352/base 2025-04-25T04:41:47.0209502Z * [new branch] gh/davidberard98/352/head -> origin/gh/davidberard98/352/head 2025-04-25T04:41:47.0234491Z * [new branch] gh/davidberard98/352/orig -> origin/gh/davidberard98/352/orig 2025-04-25T04:41:47.0235272Z * [new branch] gh/davidberard98/353/base -> origin/gh/davidberard98/353/base 2025-04-25T04:41:47.0236049Z * [new branch] gh/davidberard98/353/head -> origin/gh/davidberard98/353/head 2025-04-25T04:41:47.0236604Z * [new branch] gh/davidberard98/353/orig -> origin/gh/davidberard98/353/orig 2025-04-25T04:41:47.0237164Z * [new branch] gh/desertfire/535/base -> origin/gh/desertfire/535/base 2025-04-25T04:41:47.0237678Z * [new branch] gh/desertfire/535/head -> origin/gh/desertfire/535/head 2025-04-25T04:41:47.0238205Z * [new branch] gh/desertfire/535/orig -> origin/gh/desertfire/535/orig 2025-04-25T04:41:47.0238725Z * [new branch] gh/desertfire/542/base -> origin/gh/desertfire/542/base 2025-04-25T04:41:47.0239244Z * [new branch] gh/desertfire/542/head -> origin/gh/desertfire/542/head 2025-04-25T04:41:47.0239775Z * [new branch] gh/desertfire/542/orig -> origin/gh/desertfire/542/orig 2025-04-25T04:41:47.0240285Z * [new branch] gh/desertfire/547/base -> origin/gh/desertfire/547/base 2025-04-25T04:41:47.0240807Z * [new branch] gh/desertfire/547/head -> origin/gh/desertfire/547/head 2025-04-25T04:41:47.0241325Z * [new branch] gh/desertfire/547/orig -> origin/gh/desertfire/547/orig 2025-04-25T04:41:47.0241839Z * [new branch] gh/desertfire/551/base -> origin/gh/desertfire/551/base 2025-04-25T04:41:47.0242361Z * [new branch] gh/desertfire/551/head -> origin/gh/desertfire/551/head 2025-04-25T04:41:47.0242867Z * [new branch] gh/desertfire/551/orig -> origin/gh/desertfire/551/orig 2025-04-25T04:41:47.0243391Z * [new branch] gh/desertfire/559/base -> origin/gh/desertfire/559/base 2025-04-25T04:41:47.0243913Z * [new branch] gh/desertfire/559/head -> origin/gh/desertfire/559/head 2025-04-25T04:41:47.0244422Z * [new branch] gh/desertfire/559/orig -> origin/gh/desertfire/559/orig 2025-04-25T04:41:47.0244952Z * [new branch] gh/desertfire/560/base -> origin/gh/desertfire/560/base 2025-04-25T04:41:47.0245459Z * [new branch] gh/desertfire/560/head -> origin/gh/desertfire/560/head 2025-04-25T04:41:47.0246104Z * [new branch] gh/desertfire/560/orig -> origin/gh/desertfire/560/orig 2025-04-25T04:41:47.0246625Z * [new branch] gh/desertfire/561/base -> origin/gh/desertfire/561/base 2025-04-25T04:41:47.0247135Z * [new branch] gh/desertfire/561/head -> origin/gh/desertfire/561/head 2025-04-25T04:41:47.0247660Z * [new branch] gh/desertfire/561/orig -> origin/gh/desertfire/561/orig 2025-04-25T04:41:47.0248173Z * [new branch] gh/desertfire/562/base -> origin/gh/desertfire/562/base 2025-04-25T04:41:47.0248697Z * [new branch] gh/desertfire/562/head -> origin/gh/desertfire/562/head 2025-04-25T04:41:47.0249219Z * [new branch] gh/desertfire/562/orig -> origin/gh/desertfire/562/orig 2025-04-25T04:41:47.0249733Z * [new branch] gh/desertfire/563/base -> origin/gh/desertfire/563/base 2025-04-25T04:41:47.0250244Z * [new branch] gh/desertfire/563/head -> origin/gh/desertfire/563/head 2025-04-25T04:41:47.0250760Z * [new branch] gh/desertfire/563/orig -> origin/gh/desertfire/563/orig 2025-04-25T04:41:47.0251277Z * [new branch] gh/desertfire/564/base -> origin/gh/desertfire/564/base 2025-04-25T04:41:47.0251779Z * [new branch] gh/desertfire/564/head -> origin/gh/desertfire/564/head 2025-04-25T04:41:47.0252295Z * [new branch] gh/desertfire/564/orig -> origin/gh/desertfire/564/orig 2025-04-25T04:41:47.0252814Z * [new branch] gh/desertfire/565/base -> origin/gh/desertfire/565/base 2025-04-25T04:41:47.0253328Z * [new branch] gh/desertfire/565/head -> origin/gh/desertfire/565/head 2025-04-25T04:41:47.0253942Z * [new branch] gh/desertfire/565/orig -> origin/gh/desertfire/565/orig 2025-04-25T04:41:47.0254449Z * [new branch] gh/desertfire/566/base -> origin/gh/desertfire/566/base 2025-04-25T04:41:47.0254976Z * [new branch] gh/desertfire/566/head -> origin/gh/desertfire/566/head 2025-04-25T04:41:47.0676157Z * [new branch] gh/desertfire/566/orig -> origin/gh/desertfire/566/orig 2025-04-25T04:41:47.0676716Z * [new branch] gh/desertfire/567/base -> origin/gh/desertfire/567/base 2025-04-25T04:41:47.0677257Z * [new branch] gh/desertfire/567/head -> origin/gh/desertfire/567/head 2025-04-25T04:41:47.0677876Z * [new branch] gh/desertfire/567/orig -> origin/gh/desertfire/567/orig 2025-04-25T04:41:47.0678382Z * [new branch] gh/dharakk/1/base -> origin/gh/dharakk/1/base 2025-04-25T04:41:47.0678883Z * [new branch] gh/dharakk/1/head -> origin/gh/dharakk/1/head 2025-04-25T04:41:47.0679357Z * [new branch] gh/dharakk/2/base -> origin/gh/dharakk/2/base 2025-04-25T04:41:47.0679831Z * [new branch] gh/dharakk/2/head -> origin/gh/dharakk/2/head 2025-04-25T04:41:47.0680310Z * [new branch] gh/dharakk/2/orig -> origin/gh/dharakk/2/orig 2025-04-25T04:41:47.0680783Z * [new branch] gh/dharakk/3/base -> origin/gh/dharakk/3/base 2025-04-25T04:41:47.0681259Z * [new branch] gh/dharakk/3/head -> origin/gh/dharakk/3/head 2025-04-25T04:41:47.0681731Z * [new branch] gh/dharakk/3/orig -> origin/gh/dharakk/3/orig 2025-04-25T04:41:47.0682224Z * [new branch] gh/drisspg/103/base -> origin/gh/drisspg/103/base 2025-04-25T04:41:47.0682714Z * [new branch] gh/drisspg/103/head -> origin/gh/drisspg/103/head 2025-04-25T04:41:47.0683211Z * [new branch] gh/drisspg/103/orig -> origin/gh/drisspg/103/orig 2025-04-25T04:41:47.0683699Z * [new branch] gh/drisspg/104/base -> origin/gh/drisspg/104/base 2025-04-25T04:41:47.0684178Z * [new branch] gh/drisspg/104/head -> origin/gh/drisspg/104/head 2025-04-25T04:41:47.0684838Z * [new branch] gh/drisspg/104/orig -> origin/gh/drisspg/104/orig 2025-04-25T04:41:47.0685327Z * [new branch] gh/drisspg/111/base -> origin/gh/drisspg/111/base 2025-04-25T04:41:47.0685823Z * [new branch] gh/drisspg/111/head -> origin/gh/drisspg/111/head 2025-04-25T04:41:47.0686317Z * [new branch] gh/drisspg/111/orig -> origin/gh/drisspg/111/orig 2025-04-25T04:41:47.0686804Z * [new branch] gh/drisspg/119/base -> origin/gh/drisspg/119/base 2025-04-25T04:41:47.0687298Z * [new branch] gh/drisspg/119/head -> origin/gh/drisspg/119/head 2025-04-25T04:41:47.0687790Z * [new branch] gh/drisspg/119/orig -> origin/gh/drisspg/119/orig 2025-04-25T04:41:47.0688287Z * [new branch] gh/drisspg/136/base -> origin/gh/drisspg/136/base 2025-04-25T04:41:47.0688771Z * [new branch] gh/drisspg/136/head -> origin/gh/drisspg/136/head 2025-04-25T04:41:47.0689267Z * [new branch] gh/drisspg/136/orig -> origin/gh/drisspg/136/orig 2025-04-25T04:41:47.0689764Z * [new branch] gh/drisspg/137/base -> origin/gh/drisspg/137/base 2025-04-25T04:41:47.0690253Z * [new branch] gh/drisspg/137/head -> origin/gh/drisspg/137/head 2025-04-25T04:41:47.0690746Z * [new branch] gh/drisspg/137/orig -> origin/gh/drisspg/137/orig 2025-04-25T04:41:47.0691257Z * [new branch] gh/drisspg/138/base -> origin/gh/drisspg/138/base 2025-04-25T04:41:47.0691743Z * [new branch] gh/drisspg/138/head -> origin/gh/drisspg/138/head 2025-04-25T04:41:47.0692349Z * [new branch] gh/drisspg/138/orig -> origin/gh/drisspg/138/orig 2025-04-25T04:41:47.0692841Z * [new branch] gh/drisspg/139/base -> origin/gh/drisspg/139/base 2025-04-25T04:41:47.0693343Z * [new branch] gh/drisspg/139/head -> origin/gh/drisspg/139/head 2025-04-25T04:41:47.0693819Z * [new branch] gh/drisspg/139/orig -> origin/gh/drisspg/139/orig 2025-04-25T04:41:47.0694314Z * [new branch] gh/drisspg/140/base -> origin/gh/drisspg/140/base 2025-04-25T04:41:47.0694801Z * [new branch] gh/drisspg/140/head -> origin/gh/drisspg/140/head 2025-04-25T04:41:47.0695280Z * [new branch] gh/drisspg/140/orig -> origin/gh/drisspg/140/orig 2025-04-25T04:41:47.0695776Z * [new branch] gh/drisspg/141/base -> origin/gh/drisspg/141/base 2025-04-25T04:41:47.0696263Z * [new branch] gh/drisspg/141/head -> origin/gh/drisspg/141/head 2025-04-25T04:41:47.0696756Z * [new branch] gh/drisspg/141/orig -> origin/gh/drisspg/141/orig 2025-04-25T04:41:47.0697248Z * [new branch] gh/drisspg/142/base -> origin/gh/drisspg/142/base 2025-04-25T04:41:47.0697737Z * [new branch] gh/drisspg/142/head -> origin/gh/drisspg/142/head 2025-04-25T04:41:47.0698221Z * [new branch] gh/drisspg/142/orig -> origin/gh/drisspg/142/orig 2025-04-25T04:41:47.0698704Z * [new branch] gh/drisspg/143/base -> origin/gh/drisspg/143/base 2025-04-25T04:41:47.0699206Z * [new branch] gh/drisspg/143/head -> origin/gh/drisspg/143/head 2025-04-25T04:41:47.1136409Z * [new branch] gh/drisspg/143/orig -> origin/gh/drisspg/143/orig 2025-04-25T04:41:47.1136950Z * [new branch] gh/drisspg/144/base -> origin/gh/drisspg/144/base 2025-04-25T04:41:47.1137475Z * [new branch] gh/drisspg/144/head -> origin/gh/drisspg/144/head 2025-04-25T04:41:47.1137961Z * [new branch] gh/drisspg/144/orig -> origin/gh/drisspg/144/orig 2025-04-25T04:41:47.1138457Z * [new branch] gh/drisspg/145/base -> origin/gh/drisspg/145/base 2025-04-25T04:41:47.1139124Z * [new branch] gh/drisspg/145/head -> origin/gh/drisspg/145/head 2025-04-25T04:41:47.1139619Z * [new branch] gh/drisspg/145/orig -> origin/gh/drisspg/145/orig 2025-04-25T04:41:47.1140119Z * [new branch] gh/dsjohns2/1/base -> origin/gh/dsjohns2/1/base 2025-04-25T04:41:47.1140604Z * [new branch] gh/dsjohns2/1/head -> origin/gh/dsjohns2/1/head 2025-04-25T04:41:47.1141100Z * [new branch] gh/dsjohns2/2/base -> origin/gh/dsjohns2/2/base 2025-04-25T04:41:47.1141585Z * [new branch] gh/dsjohns2/2/head -> origin/gh/dsjohns2/2/head 2025-04-25T04:41:47.1142062Z * [new branch] gh/dsjohns2/2/orig -> origin/gh/dsjohns2/2/orig 2025-04-25T04:41:47.1142553Z * [new branch] gh/eellison/555/base -> origin/gh/eellison/555/base 2025-04-25T04:41:47.1143047Z * [new branch] gh/eellison/555/head -> origin/gh/eellison/555/head 2025-04-25T04:41:47.1143548Z * [new branch] gh/eellison/555/orig -> origin/gh/eellison/555/orig 2025-04-25T04:41:47.1144034Z * [new branch] gh/eellison/691/base -> origin/gh/eellison/691/base 2025-04-25T04:41:47.1144526Z * [new branch] gh/eellison/691/head -> origin/gh/eellison/691/head 2025-04-25T04:41:47.1145018Z * [new branch] gh/eellison/691/orig -> origin/gh/eellison/691/orig 2025-04-25T04:41:47.1145509Z * [new branch] gh/eellison/761/base -> origin/gh/eellison/761/base 2025-04-25T04:41:47.1146003Z * [new branch] gh/eellison/761/head -> origin/gh/eellison/761/head 2025-04-25T04:41:47.1146610Z * [new branch] gh/eellison/761/orig -> origin/gh/eellison/761/orig 2025-04-25T04:41:47.1147116Z * [new branch] gh/eellison/764/base -> origin/gh/eellison/764/base 2025-04-25T04:41:47.1147625Z * [new branch] gh/eellison/764/head -> origin/gh/eellison/764/head 2025-04-25T04:41:47.1148120Z * [new branch] gh/eellison/764/orig -> origin/gh/eellison/764/orig 2025-04-25T04:41:47.1148637Z * [new branch] gh/eellison/767/base -> origin/gh/eellison/767/base 2025-04-25T04:41:47.1149130Z * [new branch] gh/eellison/767/head -> origin/gh/eellison/767/head 2025-04-25T04:41:47.1149634Z * [new branch] gh/eellison/767/orig -> origin/gh/eellison/767/orig 2025-04-25T04:41:47.1150136Z * [new branch] gh/eellison/773/base -> origin/gh/eellison/773/base 2025-04-25T04:41:47.1150628Z * [new branch] gh/eellison/773/head -> origin/gh/eellison/773/head 2025-04-25T04:41:47.1151132Z * [new branch] gh/eellison/773/orig -> origin/gh/eellison/773/orig 2025-04-25T04:41:47.1151624Z * [new branch] gh/eellison/774/base -> origin/gh/eellison/774/base 2025-04-25T04:41:47.1152127Z * [new branch] gh/eellison/774/head -> origin/gh/eellison/774/head 2025-04-25T04:41:47.1152619Z * [new branch] gh/eellison/775/base -> origin/gh/eellison/775/base 2025-04-25T04:41:47.1153099Z * [new branch] gh/eellison/775/head -> origin/gh/eellison/775/head 2025-04-25T04:41:47.1153589Z * [new branch] gh/eellison/775/orig -> origin/gh/eellison/775/orig 2025-04-25T04:41:47.1154082Z * [new branch] gh/eellison/776/base -> origin/gh/eellison/776/base 2025-04-25T04:41:47.1154639Z * [new branch] gh/eellison/776/head -> origin/gh/eellison/776/head 2025-04-25T04:41:47.1155148Z * [new branch] gh/eellison/776/orig -> origin/gh/eellison/776/orig 2025-04-25T04:41:47.1155631Z * [new branch] gh/eellison/777/base -> origin/gh/eellison/777/base 2025-04-25T04:41:47.1156135Z * [new branch] gh/eellison/777/head -> origin/gh/eellison/777/head 2025-04-25T04:41:47.1156742Z * [new branch] gh/eellison/777/orig -> origin/gh/eellison/777/orig 2025-04-25T04:41:47.1157235Z * [new branch] gh/eellison/778/base -> origin/gh/eellison/778/base 2025-04-25T04:41:47.1157726Z * [new branch] gh/eellison/778/head -> origin/gh/eellison/778/head 2025-04-25T04:41:47.1158213Z * [new branch] gh/eellison/778/orig -> origin/gh/eellison/778/orig 2025-04-25T04:41:47.1158708Z * [new branch] gh/eellison/779/base -> origin/gh/eellison/779/base 2025-04-25T04:41:47.1159205Z * [new branch] gh/eellison/779/head -> origin/gh/eellison/779/head 2025-04-25T04:41:47.1621260Z * [new branch] gh/eellison/779/orig -> origin/gh/eellison/779/orig 2025-04-25T04:41:47.1621813Z * [new branch] gh/eellison/780/base -> origin/gh/eellison/780/base 2025-04-25T04:41:47.1622336Z * [new branch] gh/eellison/780/head -> origin/gh/eellison/780/head 2025-04-25T04:41:47.1622843Z * [new branch] gh/eellison/780/orig -> origin/gh/eellison/780/orig 2025-04-25T04:41:47.1623340Z * [new branch] gh/eellison/781/base -> origin/gh/eellison/781/base 2025-04-25T04:41:47.1623823Z * [new branch] gh/eellison/781/head -> origin/gh/eellison/781/head 2025-04-25T04:41:47.1624319Z * [new branch] gh/eellison/781/orig -> origin/gh/eellison/781/orig 2025-04-25T04:41:47.1624904Z * [new branch] gh/eellison/782/base -> origin/gh/eellison/782/base 2025-04-25T04:41:47.1625568Z * [new branch] gh/eellison/782/head -> origin/gh/eellison/782/head 2025-04-25T04:41:47.1626070Z * [new branch] gh/eellison/782/orig -> origin/gh/eellison/782/orig 2025-04-25T04:41:47.1626553Z * [new branch] gh/eellison/783/base -> origin/gh/eellison/783/base 2025-04-25T04:41:47.1627059Z * [new branch] gh/eellison/783/head -> origin/gh/eellison/783/head 2025-04-25T04:41:47.1627538Z * [new branch] gh/eellison/783/orig -> origin/gh/eellison/783/orig 2025-04-25T04:41:47.1628035Z * [new branch] gh/eellison/784/base -> origin/gh/eellison/784/base 2025-04-25T04:41:47.1628516Z * [new branch] gh/eellison/784/head -> origin/gh/eellison/784/head 2025-04-25T04:41:47.1629010Z * [new branch] gh/eellison/784/orig -> origin/gh/eellison/784/orig 2025-04-25T04:41:47.1629518Z * [new branch] gh/eellison/785/base -> origin/gh/eellison/785/base 2025-04-25T04:41:47.1630005Z * [new branch] gh/eellison/785/head -> origin/gh/eellison/785/head 2025-04-25T04:41:47.1630542Z * [new branch] gh/eellison/785/orig -> origin/gh/eellison/785/orig 2025-04-25T04:41:47.1631066Z * [new branch] gh/etaf/112/base -> origin/gh/etaf/112/base 2025-04-25T04:41:47.1631533Z * [new branch] gh/etaf/112/head -> origin/gh/etaf/112/head 2025-04-25T04:41:47.1631990Z * [new branch] gh/etaf/112/orig -> origin/gh/etaf/112/orig 2025-04-25T04:41:47.1632439Z * [new branch] gh/etaf/113/base -> origin/gh/etaf/113/base 2025-04-25T04:41:47.1632899Z * [new branch] gh/etaf/113/head -> origin/gh/etaf/113/head 2025-04-25T04:41:47.1633341Z * [new branch] gh/etaf/113/orig -> origin/gh/etaf/113/orig 2025-04-25T04:41:47.1633798Z * [new branch] gh/etaf/114/base -> origin/gh/etaf/114/base 2025-04-25T04:41:47.1634255Z * [new branch] gh/etaf/114/head -> origin/gh/etaf/114/head 2025-04-25T04:41:47.1634787Z * [new branch] gh/etaf/115/base -> origin/gh/etaf/115/base 2025-04-25T04:41:47.1635247Z * [new branch] gh/etaf/116/base -> origin/gh/etaf/116/base 2025-04-25T04:41:47.1635823Z * [new branch] gh/etaf/116/head -> origin/gh/etaf/116/head 2025-04-25T04:41:47.1636332Z * [new branch] gh/etaf/116/orig -> origin/gh/etaf/116/orig 2025-04-25T04:41:47.1636843Z * [new branch] gh/etaf/117/base -> origin/gh/etaf/117/base 2025-04-25T04:41:47.1637293Z * [new branch] gh/etaf/117/head -> origin/gh/etaf/117/head 2025-04-25T04:41:47.1637746Z * [new branch] gh/etaf/117/orig -> origin/gh/etaf/117/orig 2025-04-25T04:41:47.1638189Z * [new branch] gh/etaf/118/base -> origin/gh/etaf/118/base 2025-04-25T04:41:47.1638650Z * [new branch] gh/etaf/118/head -> origin/gh/etaf/118/head 2025-04-25T04:41:47.1639097Z * [new branch] gh/etaf/118/orig -> origin/gh/etaf/118/orig 2025-04-25T04:41:47.1639541Z * [new branch] gh/etaf/119/base -> origin/gh/etaf/119/base 2025-04-25T04:41:47.1639996Z * [new branch] gh/etaf/119/head -> origin/gh/etaf/119/head 2025-04-25T04:41:47.1640449Z * [new branch] gh/etaf/119/orig -> origin/gh/etaf/119/orig 2025-04-25T04:41:47.1640910Z * [new branch] gh/etaf/68/base -> origin/gh/etaf/68/base 2025-04-25T04:41:47.1641359Z * [new branch] gh/etaf/68/head -> origin/gh/etaf/68/head 2025-04-25T04:41:47.1641811Z * [new branch] gh/etaf/68/orig -> origin/gh/etaf/68/orig 2025-04-25T04:41:47.1642306Z * [new branch] gh/etaf/69/base -> origin/gh/etaf/69/base 2025-04-25T04:41:47.1642881Z * [new branch] gh/etaf/69/head -> origin/gh/etaf/69/head 2025-04-25T04:41:47.1643347Z * [new branch] gh/etaf/69/orig -> origin/gh/etaf/69/orig 2025-04-25T04:41:47.1643789Z * [new branch] gh/etaf/84/base -> origin/gh/etaf/84/base 2025-04-25T04:41:47.1644247Z * [new branch] gh/etaf/84/head -> origin/gh/etaf/84/head 2025-04-25T04:41:47.2151585Z * [new branch] gh/etaf/84/orig -> origin/gh/etaf/84/orig 2025-04-25T04:41:47.2152105Z * [new branch] gh/ezyang/2374/base -> origin/gh/ezyang/2374/base 2025-04-25T04:41:47.2152609Z * [new branch] gh/ezyang/2374/head -> origin/gh/ezyang/2374/head 2025-04-25T04:41:47.2153093Z * [new branch] gh/ezyang/2374/orig -> origin/gh/ezyang/2374/orig 2025-04-25T04:41:47.2153584Z * [new branch] gh/ezyang/2449/orig -> origin/gh/ezyang/2449/orig 2025-04-25T04:41:47.2154098Z * [new branch] gh/ezyang/2479/next -> origin/gh/ezyang/2479/next 2025-04-25T04:41:47.2154649Z * [new branch] gh/ezyang/2480/next -> origin/gh/ezyang/2480/next 2025-04-25T04:41:47.2155138Z * [new branch] gh/ezyang/2973/base -> origin/gh/ezyang/2973/base 2025-04-25T04:41:47.2155655Z * [new branch] gh/ezyang/2973/head -> origin/gh/ezyang/2973/head 2025-04-25T04:41:47.2156133Z * [new branch] gh/ezyang/2973/orig -> origin/gh/ezyang/2973/orig 2025-04-25T04:41:47.2156622Z * [new branch] gh/ezyang/2974/base -> origin/gh/ezyang/2974/base 2025-04-25T04:41:47.2157101Z * [new branch] gh/ezyang/2974/head -> origin/gh/ezyang/2974/head 2025-04-25T04:41:47.2157586Z * [new branch] gh/ezyang/2974/orig -> origin/gh/ezyang/2974/orig 2025-04-25T04:41:47.2158079Z * [new branch] gh/ezyang/3031/base -> origin/gh/ezyang/3031/base 2025-04-25T04:41:47.2158568Z * [new branch] gh/ezyang/3031/head -> origin/gh/ezyang/3031/head 2025-04-25T04:41:47.2159040Z * [new branch] gh/ezyang/3031/orig -> origin/gh/ezyang/3031/orig 2025-04-25T04:41:47.2159682Z * [new branch] gh/ezyang/3068/base -> origin/gh/ezyang/3068/base 2025-04-25T04:41:47.2160167Z * [new branch] gh/ezyang/3068/head -> origin/gh/ezyang/3068/head 2025-04-25T04:41:47.2160640Z * [new branch] gh/ezyang/3068/orig -> origin/gh/ezyang/3068/orig 2025-04-25T04:41:47.2161120Z * [new branch] gh/fduwjj/116/base -> origin/gh/fduwjj/116/base 2025-04-25T04:41:47.2161597Z * [new branch] gh/fduwjj/116/head -> origin/gh/fduwjj/116/head 2025-04-25T04:41:47.2162077Z * [new branch] gh/fduwjj/116/orig -> origin/gh/fduwjj/116/orig 2025-04-25T04:41:47.2162555Z * [new branch] gh/fduwjj/117/base -> origin/gh/fduwjj/117/base 2025-04-25T04:41:47.2163024Z * [new branch] gh/fduwjj/117/head -> origin/gh/fduwjj/117/head 2025-04-25T04:41:47.2163501Z * [new branch] gh/fduwjj/117/orig -> origin/gh/fduwjj/117/orig 2025-04-25T04:41:47.2163974Z * [new branch] gh/fduwjj/118/base -> origin/gh/fduwjj/118/base 2025-04-25T04:41:47.2164458Z * [new branch] gh/fduwjj/118/head -> origin/gh/fduwjj/118/head 2025-04-25T04:41:47.2164921Z * [new branch] gh/fduwjj/118/orig -> origin/gh/fduwjj/118/orig 2025-04-25T04:41:47.2165393Z * [new branch] gh/fduwjj/119/base -> origin/gh/fduwjj/119/base 2025-04-25T04:41:47.2165863Z * [new branch] gh/fduwjj/119/head -> origin/gh/fduwjj/119/head 2025-04-25T04:41:47.2166328Z * [new branch] gh/fduwjj/119/orig -> origin/gh/fduwjj/119/orig 2025-04-25T04:41:47.2166896Z * [new branch] gh/fduwjj/120/base -> origin/gh/fduwjj/120/base 2025-04-25T04:41:47.2167371Z * [new branch] gh/fduwjj/120/head -> origin/gh/fduwjj/120/head 2025-04-25T04:41:47.2167840Z * [new branch] gh/fduwjj/120/orig -> origin/gh/fduwjj/120/orig 2025-04-25T04:41:47.2168319Z * [new branch] gh/fduwjj/121/base -> origin/gh/fduwjj/121/base 2025-04-25T04:41:47.2168786Z * [new branch] gh/fduwjj/121/head -> origin/gh/fduwjj/121/head 2025-04-25T04:41:47.2169259Z * [new branch] gh/fduwjj/121/orig -> origin/gh/fduwjj/121/orig 2025-04-25T04:41:47.2169727Z * [new branch] gh/fduwjj/122/base -> origin/gh/fduwjj/122/base 2025-04-25T04:41:47.2170204Z * [new branch] gh/fduwjj/122/head -> origin/gh/fduwjj/122/head 2025-04-25T04:41:47.2170677Z * [new branch] gh/fduwjj/122/orig -> origin/gh/fduwjj/122/orig 2025-04-25T04:41:47.2171140Z * [new branch] gh/fduwjj/123/base -> origin/gh/fduwjj/123/base 2025-04-25T04:41:47.2171615Z * [new branch] gh/fduwjj/123/head -> origin/gh/fduwjj/123/head 2025-04-25T04:41:47.2172082Z * [new branch] gh/fduwjj/123/orig -> origin/gh/fduwjj/123/orig 2025-04-25T04:41:47.2172561Z * [new branch] gh/fduwjj/124/base -> origin/gh/fduwjj/124/base 2025-04-25T04:41:47.2173027Z * [new branch] gh/fduwjj/124/head -> origin/gh/fduwjj/124/head 2025-04-25T04:41:47.2173505Z * [new branch] gh/fduwjj/124/orig -> origin/gh/fduwjj/124/orig 2025-04-25T04:41:47.2173983Z * [new branch] gh/fduwjj/125/base -> origin/gh/fduwjj/125/base 2025-04-25T04:41:47.2174446Z * [new branch] gh/fduwjj/125/head -> origin/gh/fduwjj/125/head 2025-04-25T04:41:47.2625690Z * [new branch] gh/fduwjj/125/orig -> origin/gh/fduwjj/125/orig 2025-04-25T04:41:47.2626254Z * [new branch] gh/fduwjj/126/base -> origin/gh/fduwjj/126/base 2025-04-25T04:41:47.2626733Z * [new branch] gh/fduwjj/126/head -> origin/gh/fduwjj/126/head 2025-04-25T04:41:47.2627209Z * [new branch] gh/fduwjj/126/orig -> origin/gh/fduwjj/126/orig 2025-04-25T04:41:47.2627852Z * [new branch] gh/fduwjj/127/base -> origin/gh/fduwjj/127/base 2025-04-25T04:41:47.2628333Z * [new branch] gh/fduwjj/127/head -> origin/gh/fduwjj/127/head 2025-04-25T04:41:47.2628801Z * [new branch] gh/fduwjj/127/orig -> origin/gh/fduwjj/127/orig 2025-04-25T04:41:47.2629278Z * [new branch] gh/fduwjj/128/base -> origin/gh/fduwjj/128/base 2025-04-25T04:41:47.2629755Z * [new branch] gh/fduwjj/128/head -> origin/gh/fduwjj/128/head 2025-04-25T04:41:47.2630221Z * [new branch] gh/fduwjj/128/orig -> origin/gh/fduwjj/128/orig 2025-04-25T04:41:47.2630704Z * [new branch] gh/fduwjj/129/base -> origin/gh/fduwjj/129/base 2025-04-25T04:41:47.2631169Z * [new branch] gh/fduwjj/129/head -> origin/gh/fduwjj/129/head 2025-04-25T04:41:47.2631644Z * [new branch] gh/fduwjj/129/orig -> origin/gh/fduwjj/129/orig 2025-04-25T04:41:47.2632116Z * [new branch] gh/fduwjj/130/base -> origin/gh/fduwjj/130/base 2025-04-25T04:41:47.2632579Z * [new branch] gh/fduwjj/130/head -> origin/gh/fduwjj/130/head 2025-04-25T04:41:47.2633058Z * [new branch] gh/fduwjj/130/orig -> origin/gh/fduwjj/130/orig 2025-04-25T04:41:47.2633526Z * [new branch] gh/fduwjj/131/base -> origin/gh/fduwjj/131/base 2025-04-25T04:41:47.2634003Z * [new branch] gh/fduwjj/131/head -> origin/gh/fduwjj/131/head 2025-04-25T04:41:47.2634558Z * [new branch] gh/fduwjj/131/orig -> origin/gh/fduwjj/131/orig 2025-04-25T04:41:47.2635699Z * [new branch] gh/fduwjj/132/base -> origin/gh/fduwjj/132/base 2025-04-25T04:41:47.2636182Z * [new branch] gh/fduwjj/132/head -> origin/gh/fduwjj/132/head 2025-04-25T04:41:47.2636684Z * [new branch] gh/fduwjj/132/orig -> origin/gh/fduwjj/132/orig 2025-04-25T04:41:47.2637154Z * [new branch] gh/fduwjj/133/base -> origin/gh/fduwjj/133/base 2025-04-25T04:41:47.2637629Z * [new branch] gh/fduwjj/133/head -> origin/gh/fduwjj/133/head 2025-04-25T04:41:47.2638101Z * [new branch] gh/fduwjj/133/orig -> origin/gh/fduwjj/133/orig 2025-04-25T04:41:47.2638576Z * [new branch] gh/fegin/169/base -> origin/gh/fegin/169/base 2025-04-25T04:41:47.2639048Z * [new branch] gh/fegin/169/head -> origin/gh/fegin/169/head 2025-04-25T04:41:47.2639527Z * [new branch] gh/fegin/169/orig -> origin/gh/fegin/169/orig 2025-04-25T04:41:47.2639992Z * [new branch] gh/fegin/171/base -> origin/gh/fegin/171/base 2025-04-25T04:41:47.2640449Z * [new branch] gh/fegin/171/head -> origin/gh/fegin/171/head 2025-04-25T04:41:47.2640918Z * [new branch] gh/fegin/171/orig -> origin/gh/fegin/171/orig 2025-04-25T04:41:47.2641377Z * [new branch] gh/fegin/172/base -> origin/gh/fegin/172/base 2025-04-25T04:41:47.2641842Z * [new branch] gh/fegin/172/head -> origin/gh/fegin/172/head 2025-04-25T04:41:47.2642296Z * [new branch] gh/fegin/172/orig -> origin/gh/fegin/172/orig 2025-04-25T04:41:47.2642760Z * [new branch] gh/fegin/294/base -> origin/gh/fegin/294/base 2025-04-25T04:41:47.2643232Z * [new branch] gh/fegin/294/head -> origin/gh/fegin/294/head 2025-04-25T04:41:47.2643696Z * [new branch] gh/fegin/294/orig -> origin/gh/fegin/294/orig 2025-04-25T04:41:47.2644164Z * [new branch] gh/fegin/297/base -> origin/gh/fegin/297/base 2025-04-25T04:41:47.2644621Z * [new branch] gh/fegin/297/head -> origin/gh/fegin/297/head 2025-04-25T04:41:47.2645195Z * [new branch] gh/fegin/297/orig -> origin/gh/fegin/297/orig 2025-04-25T04:41:47.2645683Z * [new branch] gh/fegin/298/base -> origin/gh/fegin/298/base 2025-04-25T04:41:47.2646142Z * [new branch] gh/fegin/298/head -> origin/gh/fegin/298/head 2025-04-25T04:41:47.2646622Z * [new branch] gh/fegin/298/orig -> origin/gh/fegin/298/orig 2025-04-25T04:41:47.2647083Z * [new branch] gh/fffrog/39/base -> origin/gh/fffrog/39/base 2025-04-25T04:41:47.2647557Z * [new branch] gh/fffrog/39/head -> origin/gh/fffrog/39/head 2025-04-25T04:41:47.2648032Z * [new branch] gh/fffrog/39/orig -> origin/gh/fffrog/39/orig 2025-04-25T04:41:47.2648493Z * [new branch] gh/fffrog/44/base -> origin/gh/fffrog/44/base 2025-04-25T04:41:47.2648960Z * [new branch] gh/fffrog/44/head -> origin/gh/fffrog/44/head 2025-04-25T04:41:47.3106374Z * [new branch] gh/fffrog/44/orig -> origin/gh/fffrog/44/orig 2025-04-25T04:41:47.3107189Z * [new branch] gh/fffrog/47/base -> origin/gh/fffrog/47/base 2025-04-25T04:41:47.3107948Z * [new branch] gh/fffrog/47/head -> origin/gh/fffrog/47/head 2025-04-25T04:41:47.3108665Z * [new branch] gh/fffrog/47/orig -> origin/gh/fffrog/47/orig 2025-04-25T04:41:47.3109143Z * [new branch] gh/fffrog/48/base -> origin/gh/fffrog/48/base 2025-04-25T04:41:47.3109612Z * [new branch] gh/fffrog/48/head -> origin/gh/fffrog/48/head 2025-04-25T04:41:47.3110268Z * [new branch] gh/fffrog/48/orig -> origin/gh/fffrog/48/orig 2025-04-25T04:41:47.3110738Z * [new branch] gh/fffrog/49/base -> origin/gh/fffrog/49/base 2025-04-25T04:41:47.3111211Z * [new branch] gh/fffrog/49/head -> origin/gh/fffrog/49/head 2025-04-25T04:41:47.3111790Z * [new branch] gh/fffrog/49/orig -> origin/gh/fffrog/49/orig 2025-04-25T04:41:47.3112298Z * [new branch] gh/fffrog/53/base -> origin/gh/fffrog/53/base 2025-04-25T04:41:47.3112773Z * [new branch] gh/fffrog/53/head -> origin/gh/fffrog/53/head 2025-04-25T04:41:47.3113236Z * [new branch] gh/fffrog/53/orig -> origin/gh/fffrog/53/orig 2025-04-25T04:41:47.3113716Z * [new branch] gh/fffrog/54/base -> origin/gh/fffrog/54/base 2025-04-25T04:41:47.3114179Z * [new branch] gh/fffrog/54/head -> origin/gh/fffrog/54/head 2025-04-25T04:41:47.3114729Z * [new branch] gh/fffrog/54/orig -> origin/gh/fffrog/54/orig 2025-04-25T04:41:47.3115202Z * [new branch] gh/fffrog/55/base -> origin/gh/fffrog/55/base 2025-04-25T04:41:47.3115664Z * [new branch] gh/fffrog/55/head -> origin/gh/fffrog/55/head 2025-04-25T04:41:47.3116141Z * [new branch] gh/fffrog/55/orig -> origin/gh/fffrog/55/orig 2025-04-25T04:41:47.3116612Z * [new branch] gh/fffrog/56/base -> origin/gh/fffrog/56/base 2025-04-25T04:41:47.3117078Z * [new branch] gh/fffrog/56/head -> origin/gh/fffrog/56/head 2025-04-25T04:41:47.3117590Z * [new branch] gh/fffrog/56/orig -> origin/gh/fffrog/56/orig 2025-04-25T04:41:47.3118091Z * [new branch] gh/fffrog/57/base -> origin/gh/fffrog/57/base 2025-04-25T04:41:47.3118557Z * [new branch] gh/fffrog/57/head -> origin/gh/fffrog/57/head 2025-04-25T04:41:47.3119014Z * [new branch] gh/fffrog/57/orig -> origin/gh/fffrog/57/orig 2025-04-25T04:41:47.3119475Z * [new branch] gh/fffrog/58/base -> origin/gh/fffrog/58/base 2025-04-25T04:41:47.3119939Z * [new branch] gh/fffrog/58/head -> origin/gh/fffrog/58/head 2025-04-25T04:41:47.3121061Z * [new branch] gh/fffrog/58/orig -> origin/gh/fffrog/58/orig 2025-04-25T04:41:47.3121545Z * [new branch] gh/fffrog/59/base -> origin/gh/fffrog/59/base 2025-04-25T04:41:47.3122012Z * [new branch] gh/fffrog/59/head -> origin/gh/fffrog/59/head 2025-04-25T04:41:47.3122486Z * [new branch] gh/fffrog/59/orig -> origin/gh/fffrog/59/orig 2025-04-25T04:41:47.3122951Z * [new branch] gh/fffrog/60/base -> origin/gh/fffrog/60/base 2025-04-25T04:41:47.3123468Z * [new branch] gh/fffrog/60/head -> origin/gh/fffrog/60/head 2025-04-25T04:41:47.3124004Z * [new branch] gh/fffrog/60/orig -> origin/gh/fffrog/60/orig 2025-04-25T04:41:47.3124471Z * [new branch] gh/fffrog/61/base -> origin/gh/fffrog/61/base 2025-04-25T04:41:47.3124937Z * [new branch] gh/fffrog/61/head -> origin/gh/fffrog/61/head 2025-04-25T04:41:47.3125402Z * [new branch] gh/fffrog/61/orig -> origin/gh/fffrog/61/orig 2025-04-25T04:41:47.3125867Z * [new branch] gh/fffrog/62/base -> origin/gh/fffrog/62/base 2025-04-25T04:41:47.3126330Z * [new branch] gh/fffrog/62/head -> origin/gh/fffrog/62/head 2025-04-25T04:41:47.3126788Z * [new branch] gh/fffrog/62/orig -> origin/gh/fffrog/62/orig 2025-04-25T04:41:47.3127251Z * [new branch] gh/fffrog/63/base -> origin/gh/fffrog/63/base 2025-04-25T04:41:47.3127709Z * [new branch] gh/fffrog/63/head -> origin/gh/fffrog/63/head 2025-04-25T04:41:47.3128277Z * [new branch] gh/fffrog/63/orig -> origin/gh/fffrog/63/orig 2025-04-25T04:41:47.3128744Z * [new branch] gh/fffrog/64/base -> origin/gh/fffrog/64/base 2025-04-25T04:41:47.3129261Z * [new branch] gh/fffrog/64/head -> origin/gh/fffrog/64/head 2025-04-25T04:41:47.3129781Z * [new branch] gh/fffrog/64/orig -> origin/gh/fffrog/64/orig 2025-04-25T04:41:47.3130238Z * [new branch] gh/fffrog/65/base -> origin/gh/fffrog/65/base 2025-04-25T04:41:47.3130710Z * [new branch] gh/fffrog/65/head -> origin/gh/fffrog/65/head 2025-04-25T04:41:47.3567665Z * [new branch] gh/fffrog/65/orig -> origin/gh/fffrog/65/orig 2025-04-25T04:41:47.3568195Z * [new branch] gh/fffrog/66/base -> origin/gh/fffrog/66/base 2025-04-25T04:41:47.3568675Z * [new branch] gh/fffrog/66/head -> origin/gh/fffrog/66/head 2025-04-25T04:41:47.3569170Z * [new branch] gh/fffrog/66/orig -> origin/gh/fffrog/66/orig 2025-04-25T04:41:47.3569650Z * [new branch] gh/fffrog/67/base -> origin/gh/fffrog/67/base 2025-04-25T04:41:47.3570128Z * [new branch] gh/fffrog/67/head -> origin/gh/fffrog/67/head 2025-04-25T04:41:47.3570587Z * [new branch] gh/fffrog/67/orig -> origin/gh/fffrog/67/orig 2025-04-25T04:41:47.3571058Z * [new branch] gh/fffrog/68/base -> origin/gh/fffrog/68/base 2025-04-25T04:41:47.3571518Z * [new branch] gh/fffrog/68/head -> origin/gh/fffrog/68/head 2025-04-25T04:41:47.3571983Z * [new branch] gh/fffrog/68/orig -> origin/gh/fffrog/68/orig 2025-04-25T04:41:47.3572442Z * [new branch] gh/fffrog/69/base -> origin/gh/fffrog/69/base 2025-04-25T04:41:47.3572918Z * [new branch] gh/fffrog/69/head -> origin/gh/fffrog/69/head 2025-04-25T04:41:47.3573402Z * [new branch] gh/fffrog/69/orig -> origin/gh/fffrog/69/orig 2025-04-25T04:41:47.3573864Z * [new branch] gh/fffrog/70/base -> origin/gh/fffrog/70/base 2025-04-25T04:41:47.3574498Z * [new branch] gh/fffrog/70/head -> origin/gh/fffrog/70/head 2025-04-25T04:41:47.3574968Z * [new branch] gh/fffrog/70/orig -> origin/gh/fffrog/70/orig 2025-04-25T04:41:47.3575458Z * [new branch] gh/fffrog/71/base -> origin/gh/fffrog/71/base 2025-04-25T04:41:47.3575930Z * [new branch] gh/fffrog/71/head -> origin/gh/fffrog/71/head 2025-04-25T04:41:47.3576390Z * [new branch] gh/fffrog/71/orig -> origin/gh/fffrog/71/orig 2025-04-25T04:41:47.3576865Z * [new branch] gh/fffrog/72/base -> origin/gh/fffrog/72/base 2025-04-25T04:41:47.3577336Z * [new branch] gh/fffrog/72/head -> origin/gh/fffrog/72/head 2025-04-25T04:41:47.3577808Z * [new branch] gh/fffrog/72/orig -> origin/gh/fffrog/72/orig 2025-04-25T04:41:47.3578276Z * [new branch] gh/fffrog/73/base -> origin/gh/fffrog/73/base 2025-04-25T04:41:47.3578740Z * [new branch] gh/fffrog/73/head -> origin/gh/fffrog/73/head 2025-04-25T04:41:47.3579212Z * [new branch] gh/fffrog/73/orig -> origin/gh/fffrog/73/orig 2025-04-25T04:41:47.3579679Z * [new branch] gh/fffrog/74/base -> origin/gh/fffrog/74/base 2025-04-25T04:41:47.3580150Z * [new branch] gh/fffrog/74/head -> origin/gh/fffrog/74/head 2025-04-25T04:41:47.3580621Z * [new branch] gh/fffrog/74/orig -> origin/gh/fffrog/74/orig 2025-04-25T04:41:47.3581086Z * [new branch] gh/fffrog/75/base -> origin/gh/fffrog/75/base 2025-04-25T04:41:47.3581665Z * [new branch] gh/fffrog/75/head -> origin/gh/fffrog/75/head 2025-04-25T04:41:47.3582127Z * [new branch] gh/fffrog/75/orig -> origin/gh/fffrog/75/orig 2025-04-25T04:41:47.3582604Z * [new branch] gh/fffrog/76/base -> origin/gh/fffrog/76/base 2025-04-25T04:41:47.3583073Z * [new branch] gh/fffrog/76/head -> origin/gh/fffrog/76/head 2025-04-25T04:41:47.3583550Z * [new branch] gh/fffrog/76/orig -> origin/gh/fffrog/76/orig 2025-04-25T04:41:47.3584021Z * [new branch] gh/fffrog/77/base -> origin/gh/fffrog/77/base 2025-04-25T04:41:47.3584481Z * [new branch] gh/fffrog/77/head -> origin/gh/fffrog/77/head 2025-04-25T04:41:47.3584950Z * [new branch] gh/fffrog/77/orig -> origin/gh/fffrog/77/orig 2025-04-25T04:41:47.3585409Z * [new branch] gh/fffrog/78/base -> origin/gh/fffrog/78/base 2025-04-25T04:41:47.3585885Z * [new branch] gh/fffrog/78/head -> origin/gh/fffrog/78/head 2025-04-25T04:41:47.3586355Z * [new branch] gh/fffrog/78/orig -> origin/gh/fffrog/78/orig 2025-04-25T04:41:47.3586817Z * [new branch] gh/fffrog/79/base -> origin/gh/fffrog/79/base 2025-04-25T04:41:47.3587287Z * [new branch] gh/fffrog/79/head -> origin/gh/fffrog/79/head 2025-04-25T04:41:47.3587745Z * [new branch] gh/fffrog/79/orig -> origin/gh/fffrog/79/orig 2025-04-25T04:41:47.3588211Z * [new branch] gh/fffrog/80/base -> origin/gh/fffrog/80/base 2025-04-25T04:41:47.3588679Z * [new branch] gh/fffrog/80/head -> origin/gh/fffrog/80/head 2025-04-25T04:41:47.3589144Z * [new branch] gh/fffrog/80/orig -> origin/gh/fffrog/80/orig 2025-04-25T04:41:47.3589613Z * [new branch] gh/fffrog/81/base -> origin/gh/fffrog/81/base 2025-04-25T04:41:47.3590076Z * [new branch] gh/fffrog/81/head -> origin/gh/fffrog/81/head 2025-04-25T04:41:47.4045569Z * [new branch] gh/fffrog/81/orig -> origin/gh/fffrog/81/orig 2025-04-25T04:41:47.4046104Z * [new branch] gh/fffrog/82/base -> origin/gh/fffrog/82/base 2025-04-25T04:41:47.4046755Z * [new branch] gh/fffrog/82/head -> origin/gh/fffrog/82/head 2025-04-25T04:41:47.4047235Z * [new branch] gh/fffrog/82/orig -> origin/gh/fffrog/82/orig 2025-04-25T04:41:47.4047728Z * [new branch] gh/fffrog/83/base -> origin/gh/fffrog/83/base 2025-04-25T04:41:47.4048192Z * [new branch] gh/fffrog/83/head -> origin/gh/fffrog/83/head 2025-04-25T04:41:47.4048655Z * [new branch] gh/fffrog/83/orig -> origin/gh/fffrog/83/orig 2025-04-25T04:41:47.4049110Z * [new branch] gh/fffrog/84/base -> origin/gh/fffrog/84/base 2025-04-25T04:41:47.4049585Z * [new branch] gh/fffrog/84/head -> origin/gh/fffrog/84/head 2025-04-25T04:41:47.4050056Z * [new branch] gh/fffrog/84/orig -> origin/gh/fffrog/84/orig 2025-04-25T04:41:47.4050510Z * [new branch] gh/fffrog/85/base -> origin/gh/fffrog/85/base 2025-04-25T04:41:47.4050981Z * [new branch] gh/fffrog/85/head -> origin/gh/fffrog/85/head 2025-04-25T04:41:47.4051442Z * [new branch] gh/fffrog/85/orig -> origin/gh/fffrog/85/orig 2025-04-25T04:41:47.4051913Z * [new branch] gh/fffrog/86/base -> origin/gh/fffrog/86/base 2025-04-25T04:41:47.4052396Z * [new branch] gh/fffrog/86/head -> origin/gh/fffrog/86/head 2025-04-25T04:41:47.4052853Z * [new branch] gh/fffrog/86/orig -> origin/gh/fffrog/86/orig 2025-04-25T04:41:47.4053321Z * [new branch] gh/fffrog/87/base -> origin/gh/fffrog/87/base 2025-04-25T04:41:47.4053891Z * [new branch] gh/fffrog/87/head -> origin/gh/fffrog/87/head 2025-04-25T04:41:47.4054348Z * [new branch] gh/fffrog/87/orig -> origin/gh/fffrog/87/orig 2025-04-25T04:41:47.4054841Z * [new branch] gh/guangyey/118/base -> origin/gh/guangyey/118/base 2025-04-25T04:41:47.4055335Z * [new branch] gh/guangyey/118/head -> origin/gh/guangyey/118/head 2025-04-25T04:41:47.4055835Z * [new branch] gh/guangyey/118/orig -> origin/gh/guangyey/118/orig 2025-04-25T04:41:47.4056323Z * [new branch] gh/guangyey/125/base -> origin/gh/guangyey/125/base 2025-04-25T04:41:47.4056817Z * [new branch] gh/guangyey/125/head -> origin/gh/guangyey/125/head 2025-04-25T04:41:47.4057306Z * [new branch] gh/guangyey/125/orig -> origin/gh/guangyey/125/orig 2025-04-25T04:41:47.4057801Z * [new branch] gh/guangyey/126/base -> origin/gh/guangyey/126/base 2025-04-25T04:41:47.4058298Z * [new branch] gh/guangyey/126/head -> origin/gh/guangyey/126/head 2025-04-25T04:41:47.4058778Z * [new branch] gh/guangyey/126/orig -> origin/gh/guangyey/126/orig 2025-04-25T04:41:47.4059267Z * [new branch] gh/guangyey/127/base -> origin/gh/guangyey/127/base 2025-04-25T04:41:47.4059758Z * [new branch] gh/guangyey/127/head -> origin/gh/guangyey/127/head 2025-04-25T04:41:47.4060243Z * [new branch] gh/guangyey/127/orig -> origin/gh/guangyey/127/orig 2025-04-25T04:41:47.4060742Z * [new branch] gh/guangyey/128/base -> origin/gh/guangyey/128/base 2025-04-25T04:41:47.4061223Z * [new branch] gh/guangyey/128/head -> origin/gh/guangyey/128/head 2025-04-25T04:41:47.4061717Z * [new branch] gh/guangyey/128/orig -> origin/gh/guangyey/128/orig 2025-04-25T04:41:47.4062215Z * [new branch] gh/guangyey/129/base -> origin/gh/guangyey/129/base 2025-04-25T04:41:47.4062703Z * [new branch] gh/guangyey/129/head -> origin/gh/guangyey/129/head 2025-04-25T04:41:47.4063192Z * [new branch] gh/guangyey/129/orig -> origin/gh/guangyey/129/orig 2025-04-25T04:41:47.4063771Z * [new branch] gh/guangyey/130/base -> origin/gh/guangyey/130/base 2025-04-25T04:41:47.4064277Z * [new branch] gh/guangyey/130/head -> origin/gh/guangyey/130/head 2025-04-25T04:41:47.4064771Z * [new branch] gh/guangyey/130/orig -> origin/gh/guangyey/130/orig 2025-04-25T04:41:47.4065267Z * [new branch] gh/guangyey/131/base -> origin/gh/guangyey/131/base 2025-04-25T04:41:47.4065774Z * [new branch] gh/guangyey/131/head -> origin/gh/guangyey/131/head 2025-04-25T04:41:47.4066261Z * [new branch] gh/guangyey/131/orig -> origin/gh/guangyey/131/orig 2025-04-25T04:41:47.4066764Z * [new branch] gh/guangyey/132/base -> origin/gh/guangyey/132/base 2025-04-25T04:41:47.4067252Z * [new branch] gh/guangyey/132/head -> origin/gh/guangyey/132/head 2025-04-25T04:41:47.4067751Z * [new branch] gh/guangyey/132/orig -> origin/gh/guangyey/132/orig 2025-04-25T04:41:47.4068248Z * [new branch] gh/guangyey/133/base -> origin/gh/guangyey/133/base 2025-04-25T04:41:47.4492482Z * [new branch] gh/guangyey/133/head -> origin/gh/guangyey/133/head 2025-04-25T04:41:47.4493030Z * [new branch] gh/guangyey/133/orig -> origin/gh/guangyey/133/orig 2025-04-25T04:41:47.4493559Z * [new branch] gh/guangyey/134/base -> origin/gh/guangyey/134/base 2025-04-25T04:41:47.4494056Z * [new branch] gh/guangyey/134/head -> origin/gh/guangyey/134/head 2025-04-25T04:41:47.4494549Z * [new branch] gh/guangyey/134/orig -> origin/gh/guangyey/134/orig 2025-04-25T04:41:47.4495217Z * [new branch] gh/guangyey/135/base -> origin/gh/guangyey/135/base 2025-04-25T04:41:47.4495729Z * [new branch] gh/guangyey/135/head -> origin/gh/guangyey/135/head 2025-04-25T04:41:47.4496237Z * [new branch] gh/guangyey/135/orig -> origin/gh/guangyey/135/orig 2025-04-25T04:41:47.4496728Z * [new branch] gh/guangyey/136/base -> origin/gh/guangyey/136/base 2025-04-25T04:41:47.4497221Z * [new branch] gh/guangyey/136/head -> origin/gh/guangyey/136/head 2025-04-25T04:41:47.4497712Z * [new branch] gh/guangyey/136/orig -> origin/gh/guangyey/136/orig 2025-04-25T04:41:47.4498203Z * [new branch] gh/guangyey/137/base -> origin/gh/guangyey/137/base 2025-04-25T04:41:47.4498688Z * [new branch] gh/guangyey/137/head -> origin/gh/guangyey/137/head 2025-04-25T04:41:47.4499188Z * [new branch] gh/guangyey/137/orig -> origin/gh/guangyey/137/orig 2025-04-25T04:41:47.4499676Z * [new branch] gh/guangyey/138/base -> origin/gh/guangyey/138/base 2025-04-25T04:41:47.4500160Z * [new branch] gh/guangyey/138/head -> origin/gh/guangyey/138/head 2025-04-25T04:41:47.4500659Z * [new branch] gh/guangyey/138/orig -> origin/gh/guangyey/138/orig 2025-04-25T04:41:47.4501145Z * [new branch] gh/guangyey/139/base -> origin/gh/guangyey/139/base 2025-04-25T04:41:47.4501639Z * [new branch] gh/guangyey/139/head -> origin/gh/guangyey/139/head 2025-04-25T04:41:47.4502131Z * [new branch] gh/guangyey/139/orig -> origin/gh/guangyey/139/orig 2025-04-25T04:41:47.4502615Z * [new branch] gh/guangyey/140/base -> origin/gh/guangyey/140/base 2025-04-25T04:41:47.4503106Z * [new branch] gh/guangyey/140/head -> origin/gh/guangyey/140/head 2025-04-25T04:41:47.4503594Z * [new branch] gh/guangyey/140/orig -> origin/gh/guangyey/140/orig 2025-04-25T04:41:47.4504094Z * [new branch] gh/guangyey/141/base -> origin/gh/guangyey/141/base 2025-04-25T04:41:47.4504579Z * [new branch] gh/guangyey/141/head -> origin/gh/guangyey/141/head 2025-04-25T04:41:47.4505171Z * [new branch] gh/guangyey/141/orig -> origin/gh/guangyey/141/orig 2025-04-25T04:41:47.4505670Z * [new branch] gh/guangyey/142/base -> origin/gh/guangyey/142/base 2025-04-25T04:41:47.4506167Z * [new branch] gh/guangyey/142/head -> origin/gh/guangyey/142/head 2025-04-25T04:41:47.4506662Z * [new branch] gh/guangyey/142/orig -> origin/gh/guangyey/142/orig 2025-04-25T04:41:47.4507172Z * [new branch] gh/guangyey/79/base -> origin/gh/guangyey/79/base 2025-04-25T04:41:47.4507658Z * [new branch] gh/guangyey/79/head -> origin/gh/guangyey/79/head 2025-04-25T04:41:47.4508150Z * [new branch] gh/guangyey/79/orig -> origin/gh/guangyey/79/orig 2025-04-25T04:41:47.4508633Z * [new branch] gh/guangyey/87/base -> origin/gh/guangyey/87/base 2025-04-25T04:41:47.4509126Z * [new branch] gh/guangyey/87/head -> origin/gh/guangyey/87/head 2025-04-25T04:41:47.4509605Z * [new branch] gh/guangyey/87/orig -> origin/gh/guangyey/87/orig 2025-04-25T04:41:47.4510088Z * [new branch] gh/guangyey/89/base -> origin/gh/guangyey/89/base 2025-04-25T04:41:47.4510574Z * [new branch] gh/guangyey/89/head -> origin/gh/guangyey/89/head 2025-04-25T04:41:47.4511053Z * [new branch] gh/guangyey/89/orig -> origin/gh/guangyey/89/orig 2025-04-25T04:41:47.4511591Z * [new branch] gh/guilhermeleobas/101/base -> origin/gh/guilhermeleobas/101/base 2025-04-25T04:41:47.4512254Z * [new branch] gh/guilhermeleobas/101/head -> origin/gh/guilhermeleobas/101/head 2025-04-25T04:41:47.4512846Z * [new branch] gh/guilhermeleobas/101/orig -> origin/gh/guilhermeleobas/101/orig 2025-04-25T04:41:47.4513425Z * [new branch] gh/guilhermeleobas/102/base -> origin/gh/guilhermeleobas/102/base 2025-04-25T04:41:47.4514000Z * [new branch] gh/guilhermeleobas/102/head -> origin/gh/guilhermeleobas/102/head 2025-04-25T04:41:47.4514668Z * [new branch] gh/guilhermeleobas/102/orig -> origin/gh/guilhermeleobas/102/orig 2025-04-25T04:41:47.4515238Z * [new branch] gh/guilhermeleobas/107/base -> origin/gh/guilhermeleobas/107/base 2025-04-25T04:41:47.4515820Z * [new branch] gh/guilhermeleobas/107/head -> origin/gh/guilhermeleobas/107/head 2025-04-25T04:41:47.4907772Z * [new branch] gh/guilhermeleobas/107/orig -> origin/gh/guilhermeleobas/107/orig 2025-04-25T04:41:47.4908403Z * [new branch] gh/guilhermeleobas/108/base -> origin/gh/guilhermeleobas/108/base 2025-04-25T04:41:47.4909031Z * [new branch] gh/guilhermeleobas/108/head -> origin/gh/guilhermeleobas/108/head 2025-04-25T04:41:47.4909608Z * [new branch] gh/guilhermeleobas/108/orig -> origin/gh/guilhermeleobas/108/orig 2025-04-25T04:41:47.4910191Z * [new branch] gh/guilhermeleobas/109/base -> origin/gh/guilhermeleobas/109/base 2025-04-25T04:41:47.4910768Z * [new branch] gh/guilhermeleobas/109/head -> origin/gh/guilhermeleobas/109/head 2025-04-25T04:41:47.4911334Z * [new branch] gh/guilhermeleobas/109/orig -> origin/gh/guilhermeleobas/109/orig 2025-04-25T04:41:47.4911915Z * [new branch] gh/guilhermeleobas/11/base -> origin/gh/guilhermeleobas/11/base 2025-04-25T04:41:47.4912484Z * [new branch] gh/guilhermeleobas/11/head -> origin/gh/guilhermeleobas/11/head 2025-04-25T04:41:47.4913042Z * [new branch] gh/guilhermeleobas/11/orig -> origin/gh/guilhermeleobas/11/orig 2025-04-25T04:41:47.4913618Z * [new branch] gh/guilhermeleobas/111/base -> origin/gh/guilhermeleobas/111/base 2025-04-25T04:41:47.4914189Z * [new branch] gh/guilhermeleobas/111/head -> origin/gh/guilhermeleobas/111/head 2025-04-25T04:41:47.4914977Z * [new branch] gh/guilhermeleobas/111/orig -> origin/gh/guilhermeleobas/111/orig 2025-04-25T04:41:47.4915564Z * [new branch] gh/guilhermeleobas/113/base -> origin/gh/guilhermeleobas/113/base 2025-04-25T04:41:47.4916133Z * [new branch] gh/guilhermeleobas/113/head -> origin/gh/guilhermeleobas/113/head 2025-04-25T04:41:47.4916712Z * [new branch] gh/guilhermeleobas/113/orig -> origin/gh/guilhermeleobas/113/orig 2025-04-25T04:41:47.4917346Z * [new branch] gh/guilhermeleobas/114/base -> origin/gh/guilhermeleobas/114/base 2025-04-25T04:41:47.4918010Z * [new branch] gh/guilhermeleobas/114/head -> origin/gh/guilhermeleobas/114/head 2025-04-25T04:41:47.4918595Z * [new branch] gh/guilhermeleobas/114/orig -> origin/gh/guilhermeleobas/114/orig 2025-04-25T04:41:47.4919167Z * [new branch] gh/guilhermeleobas/115/base -> origin/gh/guilhermeleobas/115/base 2025-04-25T04:41:47.4919755Z * [new branch] gh/guilhermeleobas/115/head -> origin/gh/guilhermeleobas/115/head 2025-04-25T04:41:47.4920321Z * [new branch] gh/guilhermeleobas/115/orig -> origin/gh/guilhermeleobas/115/orig 2025-04-25T04:41:47.4920894Z * [new branch] gh/guilhermeleobas/116/base -> origin/gh/guilhermeleobas/116/base 2025-04-25T04:41:47.4921471Z * [new branch] gh/guilhermeleobas/116/head -> origin/gh/guilhermeleobas/116/head 2025-04-25T04:41:47.4922044Z * [new branch] gh/guilhermeleobas/116/orig -> origin/gh/guilhermeleobas/116/orig 2025-04-25T04:41:47.4922617Z * [new branch] gh/guilhermeleobas/117/base -> origin/gh/guilhermeleobas/117/base 2025-04-25T04:41:47.4923287Z * [new branch] gh/guilhermeleobas/117/head -> origin/gh/guilhermeleobas/117/head 2025-04-25T04:41:47.4923865Z * [new branch] gh/guilhermeleobas/117/orig -> origin/gh/guilhermeleobas/117/orig 2025-04-25T04:41:47.4924448Z * [new branch] gh/guilhermeleobas/118/base -> origin/gh/guilhermeleobas/118/base 2025-04-25T04:41:47.4925020Z * [new branch] gh/guilhermeleobas/118/head -> origin/gh/guilhermeleobas/118/head 2025-04-25T04:41:47.4925592Z * [new branch] gh/guilhermeleobas/118/orig -> origin/gh/guilhermeleobas/118/orig 2025-04-25T04:41:47.4926163Z * [new branch] gh/guilhermeleobas/119/base -> origin/gh/guilhermeleobas/119/base 2025-04-25T04:41:47.4926740Z * [new branch] gh/guilhermeleobas/119/head -> origin/gh/guilhermeleobas/119/head 2025-04-25T04:41:47.4927309Z * [new branch] gh/guilhermeleobas/119/orig -> origin/gh/guilhermeleobas/119/orig 2025-04-25T04:41:47.4927890Z * [new branch] gh/guilhermeleobas/120/base -> origin/gh/guilhermeleobas/120/base 2025-04-25T04:41:47.4928464Z * [new branch] gh/guilhermeleobas/120/head -> origin/gh/guilhermeleobas/120/head 2025-04-25T04:41:47.4929029Z * [new branch] gh/guilhermeleobas/120/orig -> origin/gh/guilhermeleobas/120/orig 2025-04-25T04:41:47.4929609Z * [new branch] gh/guilhermeleobas/121/base -> origin/gh/guilhermeleobas/121/base 2025-04-25T04:41:47.4930180Z * [new branch] gh/guilhermeleobas/121/head -> origin/gh/guilhermeleobas/121/head 2025-04-25T04:41:47.4930752Z * [new branch] gh/guilhermeleobas/121/orig -> origin/gh/guilhermeleobas/121/orig 2025-04-25T04:41:47.4931327Z * [new branch] gh/guilhermeleobas/122/base -> origin/gh/guilhermeleobas/122/base 2025-04-25T04:41:47.4931895Z * [new branch] gh/guilhermeleobas/122/head -> origin/gh/guilhermeleobas/122/head 2025-04-25T04:41:47.4932471Z * [new branch] gh/guilhermeleobas/122/orig -> origin/gh/guilhermeleobas/122/orig 2025-04-25T04:41:47.5326981Z * [new branch] gh/guilhermeleobas/123/base -> origin/gh/guilhermeleobas/123/base 2025-04-25T04:41:47.5327635Z * [new branch] gh/guilhermeleobas/123/head -> origin/gh/guilhermeleobas/123/head 2025-04-25T04:41:47.5328402Z * [new branch] gh/guilhermeleobas/123/orig -> origin/gh/guilhermeleobas/123/orig 2025-04-25T04:41:47.5328983Z * [new branch] gh/guilhermeleobas/124/base -> origin/gh/guilhermeleobas/124/base 2025-04-25T04:41:47.5329611Z * [new branch] gh/guilhermeleobas/124/head -> origin/gh/guilhermeleobas/124/head 2025-04-25T04:41:47.5330267Z * [new branch] gh/guilhermeleobas/124/orig -> origin/gh/guilhermeleobas/124/orig 2025-04-25T04:41:47.5330916Z * [new branch] gh/guilhermeleobas/125/base -> origin/gh/guilhermeleobas/125/base 2025-04-25T04:41:47.5331586Z * [new branch] gh/guilhermeleobas/125/head -> origin/gh/guilhermeleobas/125/head 2025-04-25T04:41:47.5332246Z * [new branch] gh/guilhermeleobas/125/orig -> origin/gh/guilhermeleobas/125/orig 2025-04-25T04:41:47.5332907Z * [new branch] gh/guilhermeleobas/126/base -> origin/gh/guilhermeleobas/126/base 2025-04-25T04:41:47.5333569Z * [new branch] gh/guilhermeleobas/126/head -> origin/gh/guilhermeleobas/126/head 2025-04-25T04:41:47.5334227Z * [new branch] gh/guilhermeleobas/126/orig -> origin/gh/guilhermeleobas/126/orig 2025-04-25T04:41:47.5334887Z * [new branch] gh/guilhermeleobas/127/base -> origin/gh/guilhermeleobas/127/base 2025-04-25T04:41:47.5335534Z * [new branch] gh/guilhermeleobas/127/head -> origin/gh/guilhermeleobas/127/head 2025-04-25T04:41:47.5336195Z * [new branch] gh/guilhermeleobas/127/orig -> origin/gh/guilhermeleobas/127/orig 2025-04-25T04:41:47.5336851Z * [new branch] gh/guilhermeleobas/128/base -> origin/gh/guilhermeleobas/128/base 2025-04-25T04:41:47.5337611Z * [new branch] gh/guilhermeleobas/128/head -> origin/gh/guilhermeleobas/128/head 2025-04-25T04:41:47.5338294Z * [new branch] gh/guilhermeleobas/128/orig -> origin/gh/guilhermeleobas/128/orig 2025-04-25T04:41:47.5338948Z * [new branch] gh/guilhermeleobas/129/base -> origin/gh/guilhermeleobas/129/base 2025-04-25T04:41:47.5339605Z * [new branch] gh/guilhermeleobas/129/head -> origin/gh/guilhermeleobas/129/head 2025-04-25T04:41:47.5340256Z * [new branch] gh/guilhermeleobas/129/orig -> origin/gh/guilhermeleobas/129/orig 2025-04-25T04:41:47.5340904Z * [new branch] gh/guilhermeleobas/73/base -> origin/gh/guilhermeleobas/73/base 2025-04-25T04:41:47.5341567Z * [new branch] gh/guilhermeleobas/73/head -> origin/gh/guilhermeleobas/73/head 2025-04-25T04:41:47.5342216Z * [new branch] gh/guilhermeleobas/73/orig -> origin/gh/guilhermeleobas/73/orig 2025-04-25T04:41:47.5342860Z * [new branch] gh/henrylhtsang/13/base -> origin/gh/henrylhtsang/13/base 2025-04-25T04:41:47.5343474Z * [new branch] gh/henrylhtsang/13/head -> origin/gh/henrylhtsang/13/head 2025-04-25T04:41:47.5344077Z * [new branch] gh/henrylhtsang/13/orig -> origin/gh/henrylhtsang/13/orig 2025-04-25T04:41:47.5344689Z * [new branch] gh/henrylhtsang/31/base -> origin/gh/henrylhtsang/31/base 2025-04-25T04:41:47.5345268Z * [new branch] gh/henrylhtsang/31/head -> origin/gh/henrylhtsang/31/head 2025-04-25T04:41:47.5345879Z * [new branch] gh/henrylhtsang/31/orig -> origin/gh/henrylhtsang/31/orig 2025-04-25T04:41:47.5346493Z * [new branch] gh/henrylhtsang/32/base -> origin/gh/henrylhtsang/32/base 2025-04-25T04:41:47.5347101Z * [new branch] gh/henrylhtsang/32/head -> origin/gh/henrylhtsang/32/head 2025-04-25T04:41:47.5347721Z * [new branch] gh/henrylhtsang/32/orig -> origin/gh/henrylhtsang/32/orig 2025-04-25T04:41:47.5348338Z * [new branch] gh/henrylhtsang/35/base -> origin/gh/henrylhtsang/35/base 2025-04-25T04:41:47.5348961Z * [new branch] gh/henrylhtsang/35/head -> origin/gh/henrylhtsang/35/head 2025-04-25T04:41:47.5349653Z * [new branch] gh/henrylhtsang/35/orig -> origin/gh/henrylhtsang/35/orig 2025-04-25T04:41:47.5350285Z * [new branch] gh/henrylhtsang/36/base -> origin/gh/henrylhtsang/36/base 2025-04-25T04:41:47.5350908Z * [new branch] gh/henrylhtsang/36/head -> origin/gh/henrylhtsang/36/head 2025-04-25T04:41:47.5351518Z * [new branch] gh/henrylhtsang/36/orig -> origin/gh/henrylhtsang/36/orig 2025-04-25T04:41:47.5352130Z * [new branch] gh/henrylhtsang/37/base -> origin/gh/henrylhtsang/37/base 2025-04-25T04:41:47.5352732Z * [new branch] gh/henrylhtsang/37/head -> origin/gh/henrylhtsang/37/head 2025-04-25T04:41:47.5353352Z * [new branch] gh/henrylhtsang/37/orig -> origin/gh/henrylhtsang/37/orig 2025-04-25T04:41:47.5353960Z * [new branch] gh/henrylhtsang/43/base -> origin/gh/henrylhtsang/43/base 2025-04-25T04:41:47.5354604Z * [new branch] gh/henrylhtsang/43/head -> origin/gh/henrylhtsang/43/head 2025-04-25T04:41:47.5737233Z * [new branch] gh/henrylhtsang/43/orig -> origin/gh/henrylhtsang/43/orig 2025-04-25T04:41:47.5737860Z * [new branch] gh/henrylhtsang/44/base -> origin/gh/henrylhtsang/44/base 2025-04-25T04:41:47.5738401Z * [new branch] gh/henrylhtsang/44/head -> origin/gh/henrylhtsang/44/head 2025-04-25T04:41:47.5738994Z * [new branch] gh/henrylhtsang/44/orig -> origin/gh/henrylhtsang/44/orig 2025-04-25T04:41:47.5739563Z * [new branch] gh/henrylhtsang/45/base -> origin/gh/henrylhtsang/45/base 2025-04-25T04:41:47.5740096Z * [new branch] gh/henrylhtsang/45/head -> origin/gh/henrylhtsang/45/head 2025-04-25T04:41:47.5740824Z * [new branch] gh/henrylhtsang/45/orig -> origin/gh/henrylhtsang/45/orig 2025-04-25T04:41:47.5741354Z * [new branch] gh/henrylhtsang/46/base -> origin/gh/henrylhtsang/46/base 2025-04-25T04:41:47.5741899Z * [new branch] gh/henrylhtsang/46/head -> origin/gh/henrylhtsang/46/head 2025-04-25T04:41:47.5742424Z * [new branch] gh/henrylhtsang/46/orig -> origin/gh/henrylhtsang/46/orig 2025-04-25T04:41:47.5742971Z * [new branch] gh/henrylhtsang/47/base -> origin/gh/henrylhtsang/47/base 2025-04-25T04:41:47.5743514Z * [new branch] gh/henrylhtsang/47/head -> origin/gh/henrylhtsang/47/head 2025-04-25T04:41:47.5744041Z * [new branch] gh/henrylhtsang/47/orig -> origin/gh/henrylhtsang/47/orig 2025-04-25T04:41:47.5744615Z * [new branch] gh/henrylhtsang/48/base -> origin/gh/henrylhtsang/48/base 2025-04-25T04:41:47.5745184Z * [new branch] gh/henrylhtsang/48/head -> origin/gh/henrylhtsang/48/head 2025-04-25T04:41:47.5745713Z * [new branch] gh/henrylhtsang/48/orig -> origin/gh/henrylhtsang/48/orig 2025-04-25T04:41:47.5746248Z * [new branch] gh/henrylhtsang/49/base -> origin/gh/henrylhtsang/49/base 2025-04-25T04:41:47.5746783Z * [new branch] gh/henrylhtsang/49/head -> origin/gh/henrylhtsang/49/head 2025-04-25T04:41:47.5747326Z * [new branch] gh/henrylhtsang/49/orig -> origin/gh/henrylhtsang/49/orig 2025-04-25T04:41:47.5747849Z * [new branch] gh/henrylhtsang/50/base -> origin/gh/henrylhtsang/50/base 2025-04-25T04:41:47.5748378Z * [new branch] gh/henrylhtsang/50/head -> origin/gh/henrylhtsang/50/head 2025-04-25T04:41:47.5748902Z * [new branch] gh/henrylhtsang/50/orig -> origin/gh/henrylhtsang/50/orig 2025-04-25T04:41:47.5749425Z * [new branch] gh/henrylhtsang/51/base -> origin/gh/henrylhtsang/51/base 2025-04-25T04:41:47.5749969Z * [new branch] gh/henrylhtsang/51/head -> origin/gh/henrylhtsang/51/head 2025-04-25T04:41:47.5750538Z * [new branch] gh/henrylhtsang/52/base -> origin/gh/henrylhtsang/52/base 2025-04-25T04:41:47.5751222Z * [new branch] gh/henrylhtsang/52/head -> origin/gh/henrylhtsang/52/head 2025-04-25T04:41:47.5751755Z * [new branch] gh/henrylhtsang/52/orig -> origin/gh/henrylhtsang/52/orig 2025-04-25T04:41:47.5752285Z * [new branch] gh/henrylhtsang/53/base -> origin/gh/henrylhtsang/53/base 2025-04-25T04:41:47.5752820Z * [new branch] gh/henrylhtsang/53/head -> origin/gh/henrylhtsang/53/head 2025-04-25T04:41:47.5753344Z * [new branch] gh/henrylhtsang/53/orig -> origin/gh/henrylhtsang/53/orig 2025-04-25T04:41:47.5753874Z * [new branch] gh/henrylhtsang/54/base -> origin/gh/henrylhtsang/54/base 2025-04-25T04:41:47.5754469Z * [new branch] gh/henrylhtsang/54/head -> origin/gh/henrylhtsang/54/head 2025-04-25T04:41:47.5755002Z * [new branch] gh/henrylhtsang/54/orig -> origin/gh/henrylhtsang/54/orig 2025-04-25T04:41:47.5755532Z * [new branch] gh/henrylhtsang/55/base -> origin/gh/henrylhtsang/55/base 2025-04-25T04:41:47.5756061Z * [new branch] gh/henrylhtsang/55/head -> origin/gh/henrylhtsang/55/head 2025-04-25T04:41:47.5756684Z * [new branch] gh/henrylhtsang/55/orig -> origin/gh/henrylhtsang/55/orig 2025-04-25T04:41:47.5757205Z * [new branch] gh/henrylhtsang/56/base -> origin/gh/henrylhtsang/56/base 2025-04-25T04:41:47.5757738Z * [new branch] gh/henrylhtsang/56/head -> origin/gh/henrylhtsang/56/head 2025-04-25T04:41:47.5758268Z * [new branch] gh/henrylhtsang/56/orig -> origin/gh/henrylhtsang/56/orig 2025-04-25T04:41:47.5758896Z * [new branch] gh/henrylhtsang/57/base -> origin/gh/henrylhtsang/57/base 2025-04-25T04:41:47.5759427Z * [new branch] gh/henrylhtsang/57/head -> origin/gh/henrylhtsang/57/head 2025-04-25T04:41:47.5759948Z * [new branch] gh/henrylhtsang/57/orig -> origin/gh/henrylhtsang/57/orig 2025-04-25T04:41:47.5760483Z * [new branch] gh/henrylhtsang/58/base -> origin/gh/henrylhtsang/58/base 2025-04-25T04:41:47.5761015Z * [new branch] gh/henrylhtsang/58/head -> origin/gh/henrylhtsang/58/head 2025-04-25T04:41:47.5761537Z * [new branch] gh/henrylhtsang/58/orig -> origin/gh/henrylhtsang/58/orig 2025-04-25T04:41:47.6197160Z * [new branch] gh/henrylhtsang/59/base -> origin/gh/henrylhtsang/59/base 2025-04-25T04:41:47.6197744Z * [new branch] gh/henrylhtsang/59/head -> origin/gh/henrylhtsang/59/head 2025-04-25T04:41:47.6198292Z * [new branch] gh/henrylhtsang/60/base -> origin/gh/henrylhtsang/60/base 2025-04-25T04:41:47.6198847Z * [new branch] gh/henrylhtsang/60/head -> origin/gh/henrylhtsang/60/head 2025-04-25T04:41:47.6199390Z * [new branch] gh/henrylhtsang/60/orig -> origin/gh/henrylhtsang/60/orig 2025-04-25T04:41:47.6199934Z * [new branch] gh/henrylhtsang/61/base -> origin/gh/henrylhtsang/61/base 2025-04-25T04:41:47.6200453Z * [new branch] gh/henrylhtsang/61/head -> origin/gh/henrylhtsang/61/head 2025-04-25T04:41:47.6200986Z * [new branch] gh/henrylhtsang/61/orig -> origin/gh/henrylhtsang/61/orig 2025-04-25T04:41:47.6201566Z * [new branch] gh/henrylhtsang/62/base -> origin/gh/henrylhtsang/62/base 2025-04-25T04:41:47.6202137Z * [new branch] gh/henrylhtsang/62/head -> origin/gh/henrylhtsang/62/head 2025-04-25T04:41:47.6202666Z * [new branch] gh/henrylhtsang/62/orig -> origin/gh/henrylhtsang/62/orig 2025-04-25T04:41:47.6203156Z * [new branch] gh/int3/36/base -> origin/gh/int3/36/base 2025-04-25T04:41:47.6203621Z * [new branch] gh/int3/36/head -> origin/gh/int3/36/head 2025-04-25T04:41:47.6204066Z * [new branch] gh/int3/36/orig -> origin/gh/int3/36/orig 2025-04-25T04:41:47.6204664Z * [new branch] gh/int3/45/base -> origin/gh/int3/45/base 2025-04-25T04:41:47.6205117Z * [new branch] gh/int3/45/head -> origin/gh/int3/45/head 2025-04-25T04:41:47.6205560Z * [new branch] gh/int3/45/orig -> origin/gh/int3/45/orig 2025-04-25T04:41:47.6206007Z * [new branch] gh/int3/46/base -> origin/gh/int3/46/base 2025-04-25T04:41:47.6206460Z * [new branch] gh/int3/46/head -> origin/gh/int3/46/head 2025-04-25T04:41:47.6206899Z * [new branch] gh/int3/46/orig -> origin/gh/int3/46/orig 2025-04-25T04:41:47.6207399Z * [new branch] gh/int3/47/base -> origin/gh/int3/47/base 2025-04-25T04:41:47.6207888Z * [new branch] gh/int3/47/head -> origin/gh/int3/47/head 2025-04-25T04:41:47.6208334Z * [new branch] gh/int3/47/orig -> origin/gh/int3/47/orig 2025-04-25T04:41:47.6208775Z * [new branch] gh/int3/55/base -> origin/gh/int3/55/base 2025-04-25T04:41:47.6209212Z * [new branch] gh/int3/55/head -> origin/gh/int3/55/head 2025-04-25T04:41:47.6209657Z * [new branch] gh/int3/55/orig -> origin/gh/int3/55/orig 2025-04-25T04:41:47.6210092Z * [new branch] gh/int3/79/base -> origin/gh/int3/79/base 2025-04-25T04:41:47.6210538Z * [new branch] gh/int3/79/head -> origin/gh/int3/79/head 2025-04-25T04:41:47.6210969Z * [new branch] gh/int3/79/orig -> origin/gh/int3/79/orig 2025-04-25T04:41:47.6211415Z * [new branch] gh/int3/94/base -> origin/gh/int3/94/base 2025-04-25T04:41:47.6211964Z * [new branch] gh/int3/94/head -> origin/gh/int3/94/head 2025-04-25T04:41:47.6212403Z * [new branch] gh/int3/94/orig -> origin/gh/int3/94/orig 2025-04-25T04:41:47.6212856Z * [new branch] gh/int3/95/base -> origin/gh/int3/95/base 2025-04-25T04:41:47.6213338Z * [new branch] gh/int3/95/head -> origin/gh/int3/95/head 2025-04-25T04:41:47.6213825Z * [new branch] gh/int3/95/orig -> origin/gh/int3/95/orig 2025-04-25T04:41:47.6214264Z * [new branch] gh/int3/97/base -> origin/gh/int3/97/base 2025-04-25T04:41:47.6214702Z * [new branch] gh/int3/97/head -> origin/gh/int3/97/head 2025-04-25T04:41:47.6215167Z * [new branch] gh/isuruf/101/base -> origin/gh/isuruf/101/base 2025-04-25T04:41:47.6215640Z * [new branch] gh/isuruf/101/head -> origin/gh/isuruf/101/head 2025-04-25T04:41:47.6216126Z * [new branch] gh/isuruf/105/base -> origin/gh/isuruf/105/base 2025-04-25T04:41:47.6216595Z * [new branch] gh/isuruf/105/head -> origin/gh/isuruf/105/head 2025-04-25T04:41:47.6217073Z * [new branch] gh/isuruf/105/orig -> origin/gh/isuruf/105/orig 2025-04-25T04:41:47.6217554Z * [new branch] gh/isuruf/110/base -> origin/gh/isuruf/110/base 2025-04-25T04:41:47.6218017Z * [new branch] gh/isuruf/110/head -> origin/gh/isuruf/110/head 2025-04-25T04:41:47.6218489Z * [new branch] gh/isuruf/110/orig -> origin/gh/isuruf/110/orig 2025-04-25T04:41:47.6218998Z * [new branch] gh/isuruf/112/base -> origin/gh/isuruf/112/base 2025-04-25T04:41:47.6219514Z * [new branch] gh/isuruf/112/head -> origin/gh/isuruf/112/head 2025-04-25T04:41:47.6220001Z * [new branch] gh/isuruf/112/orig -> origin/gh/isuruf/112/orig 2025-04-25T04:41:47.6650696Z * [new branch] gh/isuruf/115/base -> origin/gh/isuruf/115/base 2025-04-25T04:41:47.6651261Z * [new branch] gh/isuruf/115/head -> origin/gh/isuruf/115/head 2025-04-25T04:41:47.6651933Z * [new branch] gh/isuruf/115/orig -> origin/gh/isuruf/115/orig 2025-04-25T04:41:47.6652413Z * [new branch] gh/isuruf/116/base -> origin/gh/isuruf/116/base 2025-04-25T04:41:47.6652895Z * [new branch] gh/isuruf/116/head -> origin/gh/isuruf/116/head 2025-04-25T04:41:47.6653363Z * [new branch] gh/isuruf/116/orig -> origin/gh/isuruf/116/orig 2025-04-25T04:41:47.6653846Z * [new branch] gh/isuruf/119/base -> origin/gh/isuruf/119/base 2025-04-25T04:41:47.6654323Z * [new branch] gh/isuruf/119/head -> origin/gh/isuruf/119/head 2025-04-25T04:41:47.6654795Z * [new branch] gh/isuruf/119/orig -> origin/gh/isuruf/119/orig 2025-04-25T04:41:47.6655278Z * [new branch] gh/isuruf/120/base -> origin/gh/isuruf/120/base 2025-04-25T04:41:47.6655796Z * [new branch] gh/isuruf/120/head -> origin/gh/isuruf/120/head 2025-04-25T04:41:47.6656327Z * [new branch] gh/isuruf/120/orig -> origin/gh/isuruf/120/orig 2025-04-25T04:41:47.6656806Z * [new branch] gh/isuruf/122/base -> origin/gh/isuruf/122/base 2025-04-25T04:41:47.6657269Z * [new branch] gh/isuruf/122/head -> origin/gh/isuruf/122/head 2025-04-25T04:41:47.6657738Z * [new branch] gh/isuruf/122/orig -> origin/gh/isuruf/122/orig 2025-04-25T04:41:47.6658202Z * [new branch] gh/isuruf/125/base -> origin/gh/isuruf/125/base 2025-04-25T04:41:47.6658672Z * [new branch] gh/isuruf/125/head -> origin/gh/isuruf/125/head 2025-04-25T04:41:47.6659256Z * [new branch] gh/isuruf/125/orig -> origin/gh/isuruf/125/orig 2025-04-25T04:41:47.6659742Z * [new branch] gh/isuruf/126/base -> origin/gh/isuruf/126/base 2025-04-25T04:41:47.6660218Z * [new branch] gh/isuruf/126/head -> origin/gh/isuruf/126/head 2025-04-25T04:41:47.6660692Z * [new branch] gh/isuruf/126/orig -> origin/gh/isuruf/126/orig 2025-04-25T04:41:47.6661168Z * [new branch] gh/isuruf/127/base -> origin/gh/isuruf/127/base 2025-04-25T04:41:47.6661683Z * [new branch] gh/isuruf/127/head -> origin/gh/isuruf/127/head 2025-04-25T04:41:47.6662202Z * [new branch] gh/isuruf/127/orig -> origin/gh/isuruf/127/orig 2025-04-25T04:41:47.6662678Z * [new branch] gh/isuruf/128/base -> origin/gh/isuruf/128/base 2025-04-25T04:41:47.6663142Z * [new branch] gh/isuruf/128/head -> origin/gh/isuruf/128/head 2025-04-25T04:41:47.6663620Z * [new branch] gh/isuruf/128/orig -> origin/gh/isuruf/128/orig 2025-04-25T04:41:47.6664088Z * [new branch] gh/isuruf/130/base -> origin/gh/isuruf/130/base 2025-04-25T04:41:47.6664561Z * [new branch] gh/isuruf/130/head -> origin/gh/isuruf/130/head 2025-04-25T04:41:47.6665032Z * [new branch] gh/isuruf/130/orig -> origin/gh/isuruf/130/orig 2025-04-25T04:41:47.6665497Z * [new branch] gh/isuruf/132/base -> origin/gh/isuruf/132/base 2025-04-25T04:41:47.6665973Z * [new branch] gh/isuruf/132/head -> origin/gh/isuruf/132/head 2025-04-25T04:41:47.6666435Z * [new branch] gh/isuruf/132/orig -> origin/gh/isuruf/132/orig 2025-04-25T04:41:47.6666910Z * [new branch] gh/isuruf/133/base -> origin/gh/isuruf/133/base 2025-04-25T04:41:47.6667425Z * [new branch] gh/isuruf/133/head -> origin/gh/isuruf/133/head 2025-04-25T04:41:47.6667952Z * [new branch] gh/isuruf/133/orig -> origin/gh/isuruf/133/orig 2025-04-25T04:41:47.6668437Z * [new branch] gh/isuruf/135/base -> origin/gh/isuruf/135/base 2025-04-25T04:41:47.6668999Z * [new branch] gh/isuruf/135/head -> origin/gh/isuruf/135/head 2025-04-25T04:41:47.6669479Z * [new branch] gh/isuruf/135/orig -> origin/gh/isuruf/135/orig 2025-04-25T04:41:47.6669945Z * [new branch] gh/isuruf/136/base -> origin/gh/isuruf/136/base 2025-04-25T04:41:47.6670425Z * [new branch] gh/isuruf/136/head -> origin/gh/isuruf/136/head 2025-04-25T04:41:47.6670897Z * [new branch] gh/isuruf/136/orig -> origin/gh/isuruf/136/orig 2025-04-25T04:41:47.6671364Z * [new branch] gh/isuruf/137/base -> origin/gh/isuruf/137/base 2025-04-25T04:41:47.6671839Z * [new branch] gh/isuruf/137/head -> origin/gh/isuruf/137/head 2025-04-25T04:41:47.6672310Z * [new branch] gh/isuruf/137/orig -> origin/gh/isuruf/137/orig 2025-04-25T04:41:47.6672788Z * [new branch] gh/isuruf/138/base -> origin/gh/isuruf/138/base 2025-04-25T04:41:47.6673316Z * [new branch] gh/isuruf/138/head -> origin/gh/isuruf/138/head 2025-04-25T04:41:47.6673824Z * [new branch] gh/isuruf/138/orig -> origin/gh/isuruf/138/orig 2025-04-25T04:41:47.7446875Z * [new branch] gh/isuruf/139/base -> origin/gh/isuruf/139/base 2025-04-25T04:41:47.7447414Z * [new branch] gh/isuruf/139/head -> origin/gh/isuruf/139/head 2025-04-25T04:41:47.7447916Z * [new branch] gh/isuruf/139/orig -> origin/gh/isuruf/139/orig 2025-04-25T04:41:47.7448400Z * [new branch] gh/isuruf/140/base -> origin/gh/isuruf/140/base 2025-04-25T04:41:47.7449070Z * [new branch] gh/isuruf/140/head -> origin/gh/isuruf/140/head 2025-04-25T04:41:47.7449547Z * [new branch] gh/isuruf/140/orig -> origin/gh/isuruf/140/orig 2025-04-25T04:41:47.7450025Z * [new branch] gh/isuruf/39/base -> origin/gh/isuruf/39/base 2025-04-25T04:41:47.7450512Z * [new branch] gh/isuruf/39/head -> origin/gh/isuruf/39/head 2025-04-25T04:41:47.7450996Z * [new branch] gh/isuruf/39/orig -> origin/gh/isuruf/39/orig 2025-04-25T04:41:47.7451480Z * [new branch] gh/jamesjwu/100/base -> origin/gh/jamesjwu/100/base 2025-04-25T04:41:47.7451981Z * [new branch] gh/jamesjwu/100/head -> origin/gh/jamesjwu/100/head 2025-04-25T04:41:47.7452468Z * [new branch] gh/jamesjwu/100/orig -> origin/gh/jamesjwu/100/orig 2025-04-25T04:41:47.7452962Z * [new branch] gh/jamesjwu/102/base -> origin/gh/jamesjwu/102/base 2025-04-25T04:41:47.7453461Z * [new branch] gh/jamesjwu/102/head -> origin/gh/jamesjwu/102/head 2025-04-25T04:41:47.7453950Z * [new branch] gh/jamesjwu/105/base -> origin/gh/jamesjwu/105/base 2025-04-25T04:41:47.7454441Z * [new branch] gh/jamesjwu/105/head -> origin/gh/jamesjwu/105/head 2025-04-25T04:41:47.7454929Z * [new branch] gh/jamesjwu/105/orig -> origin/gh/jamesjwu/105/orig 2025-04-25T04:41:47.7455421Z * [new branch] gh/jamesjwu/108/base -> origin/gh/jamesjwu/108/base 2025-04-25T04:41:47.7455907Z * [new branch] gh/jamesjwu/108/head -> origin/gh/jamesjwu/108/head 2025-04-25T04:41:47.7456398Z * [new branch] gh/jamesjwu/108/orig -> origin/gh/jamesjwu/108/orig 2025-04-25T04:41:47.7456893Z * [new branch] gh/jamesjwu/111/base -> origin/gh/jamesjwu/111/base 2025-04-25T04:41:47.7457378Z * [new branch] gh/jamesjwu/111/head -> origin/gh/jamesjwu/111/head 2025-04-25T04:41:47.7457874Z * [new branch] gh/jamesjwu/111/orig -> origin/gh/jamesjwu/111/orig 2025-04-25T04:41:47.7458359Z * [new branch] gh/jamesjwu/113/base -> origin/gh/jamesjwu/113/base 2025-04-25T04:41:47.7458966Z * [new branch] gh/jamesjwu/113/head -> origin/gh/jamesjwu/113/head 2025-04-25T04:41:47.7459473Z * [new branch] gh/jamesjwu/113/orig -> origin/gh/jamesjwu/113/orig 2025-04-25T04:41:47.7459959Z * [new branch] gh/jamesjwu/114/base -> origin/gh/jamesjwu/114/base 2025-04-25T04:41:47.7460461Z * [new branch] gh/jamesjwu/114/head -> origin/gh/jamesjwu/114/head 2025-04-25T04:41:47.7460948Z * [new branch] gh/jamesjwu/114/orig -> origin/gh/jamesjwu/114/orig 2025-04-25T04:41:47.7461440Z * [new branch] gh/jamesjwu/120/base -> origin/gh/jamesjwu/120/base 2025-04-25T04:41:47.7461953Z * [new branch] gh/jamesjwu/120/head -> origin/gh/jamesjwu/120/head 2025-04-25T04:41:47.7462431Z * [new branch] gh/jamesjwu/120/orig -> origin/gh/jamesjwu/120/orig 2025-04-25T04:41:47.7462917Z * [new branch] gh/jamesjwu/122/base -> origin/gh/jamesjwu/122/base 2025-04-25T04:41:47.7463403Z * [new branch] gh/jamesjwu/122/head -> origin/gh/jamesjwu/122/head 2025-04-25T04:41:47.7463896Z * [new branch] gh/jamesjwu/122/orig -> origin/gh/jamesjwu/122/orig 2025-04-25T04:41:47.7464392Z * [new branch] gh/jamesjwu/123/base -> origin/gh/jamesjwu/123/base 2025-04-25T04:41:47.7464878Z * [new branch] gh/jamesjwu/123/head -> origin/gh/jamesjwu/123/head 2025-04-25T04:41:47.7465367Z * [new branch] gh/jamesjwu/123/orig -> origin/gh/jamesjwu/123/orig 2025-04-25T04:41:47.7465846Z * [new branch] gh/jamesjwu/124/base -> origin/gh/jamesjwu/124/base 2025-04-25T04:41:47.7466430Z * [new branch] gh/jamesjwu/124/head -> origin/gh/jamesjwu/124/head 2025-04-25T04:41:47.7466926Z * [new branch] gh/jamesjwu/124/orig -> origin/gh/jamesjwu/124/orig 2025-04-25T04:41:47.7467411Z * [new branch] gh/jamesjwu/125/base -> origin/gh/jamesjwu/125/base 2025-04-25T04:41:47.7467910Z * [new branch] gh/jamesjwu/125/head -> origin/gh/jamesjwu/125/head 2025-04-25T04:41:47.7468399Z * [new branch] gh/jamesjwu/125/orig -> origin/gh/jamesjwu/125/orig 2025-04-25T04:41:47.7468897Z * [new branch] gh/jamesjwu/127/base -> origin/gh/jamesjwu/127/base 2025-04-25T04:41:47.7469387Z * [new branch] gh/jamesjwu/127/head -> origin/gh/jamesjwu/127/head 2025-04-25T04:41:47.7469886Z * [new branch] gh/jamesjwu/127/orig -> origin/gh/jamesjwu/127/orig 2025-04-25T04:41:47.7888106Z * [new branch] gh/jamesjwu/128/base -> origin/gh/jamesjwu/128/base 2025-04-25T04:41:47.7888762Z * [new branch] gh/jamesjwu/128/head -> origin/gh/jamesjwu/128/head 2025-04-25T04:41:47.7889371Z * [new branch] gh/jamesjwu/128/orig -> origin/gh/jamesjwu/128/orig 2025-04-25T04:41:47.7889980Z * [new branch] gh/jamesjwu/129/base -> origin/gh/jamesjwu/129/base 2025-04-25T04:41:47.7890560Z * [new branch] gh/jamesjwu/129/head -> origin/gh/jamesjwu/129/head 2025-04-25T04:41:47.7891151Z * [new branch] gh/jamesjwu/129/orig -> origin/gh/jamesjwu/129/orig 2025-04-25T04:41:47.7891717Z * [new branch] gh/jamesjwu/130/base -> origin/gh/jamesjwu/130/base 2025-04-25T04:41:47.7892312Z * [new branch] gh/jamesjwu/130/head -> origin/gh/jamesjwu/130/head 2025-04-25T04:41:47.7892857Z * [new branch] gh/jamesjwu/130/orig -> origin/gh/jamesjwu/130/orig 2025-04-25T04:41:47.7893429Z * [new branch] gh/jamesjwu/131/base -> origin/gh/jamesjwu/131/base 2025-04-25T04:41:47.7894017Z * [new branch] gh/jamesjwu/131/head -> origin/gh/jamesjwu/131/head 2025-04-25T04:41:47.7894554Z * [new branch] gh/jamesjwu/131/orig -> origin/gh/jamesjwu/131/orig 2025-04-25T04:41:47.7895323Z * [new branch] gh/jamesjwu/132/base -> origin/gh/jamesjwu/132/base 2025-04-25T04:41:47.7895899Z * [new branch] gh/jamesjwu/132/head -> origin/gh/jamesjwu/132/head 2025-04-25T04:41:47.7896437Z * [new branch] gh/jamesjwu/132/orig -> origin/gh/jamesjwu/132/orig 2025-04-25T04:41:47.7897019Z * [new branch] gh/jamesjwu/133/base -> origin/gh/jamesjwu/133/base 2025-04-25T04:41:47.7897599Z * [new branch] gh/jamesjwu/133/head -> origin/gh/jamesjwu/133/head 2025-04-25T04:41:47.7898291Z * [new branch] gh/jamesjwu/133/orig -> origin/gh/jamesjwu/133/orig 2025-04-25T04:41:47.7898892Z * [new branch] gh/jamesjwu/134/base -> origin/gh/jamesjwu/134/base 2025-04-25T04:41:47.7899375Z * [new branch] gh/jamesjwu/134/head -> origin/gh/jamesjwu/134/head 2025-04-25T04:41:47.7899868Z * [new branch] gh/jamesjwu/134/orig -> origin/gh/jamesjwu/134/orig 2025-04-25T04:41:47.7900370Z * [new branch] gh/jamesjwu/135/base -> origin/gh/jamesjwu/135/base 2025-04-25T04:41:47.7900857Z * [new branch] gh/jamesjwu/135/head -> origin/gh/jamesjwu/135/head 2025-04-25T04:41:47.7901354Z * [new branch] gh/jamesjwu/135/orig -> origin/gh/jamesjwu/135/orig 2025-04-25T04:41:47.7901835Z * [new branch] gh/jamesjwu/136/base -> origin/gh/jamesjwu/136/base 2025-04-25T04:41:47.7902327Z * [new branch] gh/jamesjwu/136/head -> origin/gh/jamesjwu/136/head 2025-04-25T04:41:47.7902820Z * [new branch] gh/jamesjwu/136/orig -> origin/gh/jamesjwu/136/orig 2025-04-25T04:41:47.7903425Z * [new branch] gh/jamesjwu/137/base -> origin/gh/jamesjwu/137/base 2025-04-25T04:41:47.7903924Z * [new branch] gh/jamesjwu/137/head -> origin/gh/jamesjwu/137/head 2025-04-25T04:41:47.7904467Z * [new branch] gh/jamesjwu/137/orig -> origin/gh/jamesjwu/137/orig 2025-04-25T04:41:47.7905047Z * [new branch] gh/jamesjwu/138/base -> origin/gh/jamesjwu/138/base 2025-04-25T04:41:47.7905531Z * [new branch] gh/jamesjwu/138/head -> origin/gh/jamesjwu/138/head 2025-04-25T04:41:47.7906021Z * [new branch] gh/jamesjwu/138/orig -> origin/gh/jamesjwu/138/orig 2025-04-25T04:41:47.7906517Z * [new branch] gh/jamesjwu/139/base -> origin/gh/jamesjwu/139/base 2025-04-25T04:41:47.7907009Z * [new branch] gh/jamesjwu/139/head -> origin/gh/jamesjwu/139/head 2025-04-25T04:41:47.7907510Z * [new branch] gh/jamesjwu/139/orig -> origin/gh/jamesjwu/139/orig 2025-04-25T04:41:47.7908002Z * [new branch] gh/jamesjwu/52/base -> origin/gh/jamesjwu/52/base 2025-04-25T04:41:47.7908490Z * [new branch] gh/jamesjwu/52/head -> origin/gh/jamesjwu/52/head 2025-04-25T04:41:47.7908982Z * [new branch] gh/jamesjwu/53/base -> origin/gh/jamesjwu/53/base 2025-04-25T04:41:47.7909461Z * [new branch] gh/jamesjwu/53/head -> origin/gh/jamesjwu/53/head 2025-04-25T04:41:47.7909946Z * [new branch] gh/jamesjwu/54/base -> origin/gh/jamesjwu/54/base 2025-04-25T04:41:47.7910462Z * [new branch] gh/jamesjwu/54/head -> origin/gh/jamesjwu/54/head 2025-04-25T04:41:47.7911028Z * [new branch] gh/jamesjwu/55/base -> origin/gh/jamesjwu/55/base 2025-04-25T04:41:47.7911511Z * [new branch] gh/jamesjwu/55/head -> origin/gh/jamesjwu/55/head 2025-04-25T04:41:47.7911994Z * [new branch] gh/jamesjwu/56/base -> origin/gh/jamesjwu/56/base 2025-04-25T04:41:47.7912484Z * [new branch] gh/jamesjwu/56/head -> origin/gh/jamesjwu/56/head 2025-04-25T04:41:47.7912966Z * [new branch] gh/jamesjwu/57/base -> origin/gh/jamesjwu/57/base 2025-04-25T04:41:47.8338744Z * [new branch] gh/jamesjwu/57/head -> origin/gh/jamesjwu/57/head 2025-04-25T04:41:47.8339269Z * [new branch] gh/jamesjwu/58/base -> origin/gh/jamesjwu/58/base 2025-04-25T04:41:47.8339753Z * [new branch] gh/jamesjwu/58/head -> origin/gh/jamesjwu/58/head 2025-04-25T04:41:47.8340300Z * [new branch] gh/jamesjwu/59/base -> origin/gh/jamesjwu/59/base 2025-04-25T04:41:47.8340843Z * [new branch] gh/jamesjwu/59/head -> origin/gh/jamesjwu/59/head 2025-04-25T04:41:47.8341331Z * [new branch] gh/jamesjwu/60/base -> origin/gh/jamesjwu/60/base 2025-04-25T04:41:47.8341833Z * [new branch] gh/jamesjwu/60/head -> origin/gh/jamesjwu/60/head 2025-04-25T04:41:47.8342315Z * [new branch] gh/jamesjwu/61/base -> origin/gh/jamesjwu/61/base 2025-04-25T04:41:47.8342808Z * [new branch] gh/jamesjwu/61/head -> origin/gh/jamesjwu/61/head 2025-04-25T04:41:47.8343292Z * [new branch] gh/jamesjwu/62/base -> origin/gh/jamesjwu/62/base 2025-04-25T04:41:47.8343774Z * [new branch] gh/jamesjwu/62/head -> origin/gh/jamesjwu/62/head 2025-04-25T04:41:47.8344256Z * [new branch] gh/jamesjwu/63/base -> origin/gh/jamesjwu/63/base 2025-04-25T04:41:47.8344730Z * [new branch] gh/jamesjwu/63/head -> origin/gh/jamesjwu/63/head 2025-04-25T04:41:47.8345207Z * [new branch] gh/jamesjwu/64/base -> origin/gh/jamesjwu/64/base 2025-04-25T04:41:47.8345685Z * [new branch] gh/jamesjwu/64/head -> origin/gh/jamesjwu/64/head 2025-04-25T04:41:47.8347011Z * [new branch] gh/jamesjwu/65/base -> origin/gh/jamesjwu/65/base 2025-04-25T04:41:47.8347502Z * [new branch] gh/jamesjwu/65/head -> origin/gh/jamesjwu/65/head 2025-04-25T04:41:47.8347986Z * [new branch] gh/jamesjwu/97/base -> origin/gh/jamesjwu/97/base 2025-04-25T04:41:47.8348464Z * [new branch] gh/jamesjwu/97/head -> origin/gh/jamesjwu/97/head 2025-04-25T04:41:47.8348938Z * [new branch] gh/jamesjwu/97/orig -> origin/gh/jamesjwu/97/orig 2025-04-25T04:41:47.8349434Z * [new branch] gh/janeyx99/165/base -> origin/gh/janeyx99/165/base 2025-04-25T04:41:47.8349926Z * [new branch] gh/janeyx99/165/head -> origin/gh/janeyx99/165/head 2025-04-25T04:41:47.8350418Z * [new branch] gh/janeyx99/165/orig -> origin/gh/janeyx99/165/orig 2025-04-25T04:41:47.8350910Z * [new branch] gh/janeyx99/201/base -> origin/gh/janeyx99/201/base 2025-04-25T04:41:47.8351397Z * [new branch] gh/janeyx99/201/head -> origin/gh/janeyx99/201/head 2025-04-25T04:41:47.8351885Z * [new branch] gh/janeyx99/201/orig -> origin/gh/janeyx99/201/orig 2025-04-25T04:41:47.8352463Z * [new branch] gh/janeyx99/221/base -> origin/gh/janeyx99/221/base 2025-04-25T04:41:47.8353044Z * [new branch] gh/janeyx99/221/head -> origin/gh/janeyx99/221/head 2025-04-25T04:41:47.8353571Z * [new branch] gh/janeyx99/221/orig -> origin/gh/janeyx99/221/orig 2025-04-25T04:41:47.8354129Z * [new branch] gh/janeyx99/222/base -> origin/gh/janeyx99/222/base 2025-04-25T04:41:47.8354872Z * [new branch] gh/janeyx99/222/head -> origin/gh/janeyx99/222/head 2025-04-25T04:41:47.8355458Z * [new branch] gh/janeyx99/222/orig -> origin/gh/janeyx99/222/orig 2025-04-25T04:41:47.8356044Z * [new branch] gh/janeyx99/223/base -> origin/gh/janeyx99/223/base 2025-04-25T04:41:47.8356620Z * [new branch] gh/janeyx99/223/head -> origin/gh/janeyx99/223/head 2025-04-25T04:41:47.8357150Z * [new branch] gh/janeyx99/223/orig -> origin/gh/janeyx99/223/orig 2025-04-25T04:41:47.8357877Z * [new branch] gh/janeyx99/225/base -> origin/gh/janeyx99/225/base 2025-04-25T04:41:47.8358403Z * [new branch] gh/janeyx99/225/head -> origin/gh/janeyx99/225/head 2025-04-25T04:41:47.8358985Z * [new branch] gh/janeyx99/225/orig -> origin/gh/janeyx99/225/orig 2025-04-25T04:41:47.8359571Z * [new branch] gh/janeyx99/228/base -> origin/gh/janeyx99/228/base 2025-04-25T04:41:47.8360136Z * [new branch] gh/janeyx99/228/head -> origin/gh/janeyx99/228/head 2025-04-25T04:41:47.8360695Z * [new branch] gh/janeyx99/228/orig -> origin/gh/janeyx99/228/orig 2025-04-25T04:41:47.8361237Z * [new branch] gh/janeyx99/235/base -> origin/gh/janeyx99/235/base 2025-04-25T04:41:47.8361815Z * [new branch] gh/janeyx99/235/head -> origin/gh/janeyx99/235/head 2025-04-25T04:41:47.8362387Z * [new branch] gh/janeyx99/235/orig -> origin/gh/janeyx99/235/orig 2025-04-25T04:41:47.8362963Z * [new branch] gh/janeyx99/236/base -> origin/gh/janeyx99/236/base 2025-04-25T04:41:47.8363523Z * [new branch] gh/janeyx99/236/head -> origin/gh/janeyx99/236/head 2025-04-25T04:41:47.8788225Z * [new branch] gh/janeyx99/236/orig -> origin/gh/janeyx99/236/orig 2025-04-25T04:41:47.8788786Z * [new branch] gh/janeyx99/237/base -> origin/gh/janeyx99/237/base 2025-04-25T04:41:47.8789285Z * [new branch] gh/janeyx99/237/head -> origin/gh/janeyx99/237/head 2025-04-25T04:41:47.8789785Z * [new branch] gh/janeyx99/237/orig -> origin/gh/janeyx99/237/orig 2025-04-25T04:41:47.8790445Z * [new branch] gh/janeyx99/238/base -> origin/gh/janeyx99/238/base 2025-04-25T04:41:47.8801466Z * [new branch] gh/janeyx99/238/head -> origin/gh/janeyx99/238/head 2025-04-25T04:41:47.8802131Z * [new branch] gh/janeyx99/238/orig -> origin/gh/janeyx99/238/orig 2025-04-25T04:41:47.8802695Z * [new branch] gh/janeyx99/239/base -> origin/gh/janeyx99/239/base 2025-04-25T04:41:47.8803274Z * [new branch] gh/janeyx99/239/head -> origin/gh/janeyx99/239/head 2025-04-25T04:41:47.8803765Z * [new branch] gh/janeyx99/239/orig -> origin/gh/janeyx99/239/orig 2025-04-25T04:41:47.8804253Z * [new branch] gh/janeyx99/240/base -> origin/gh/janeyx99/240/base 2025-04-25T04:41:47.8804743Z * [new branch] gh/janeyx99/240/head -> origin/gh/janeyx99/240/head 2025-04-25T04:41:47.8805236Z * [new branch] gh/janeyx99/240/orig -> origin/gh/janeyx99/240/orig 2025-04-25T04:41:47.8805729Z * [new branch] gh/janeyx99/241/base -> origin/gh/janeyx99/241/base 2025-04-25T04:41:47.8806219Z * [new branch] gh/janeyx99/241/head -> origin/gh/janeyx99/241/head 2025-04-25T04:41:47.8806701Z * [new branch] gh/janeyx99/241/orig -> origin/gh/janeyx99/241/orig 2025-04-25T04:41:47.8807197Z * [new branch] gh/janeyx99/242/base -> origin/gh/janeyx99/242/base 2025-04-25T04:41:47.8807679Z * [new branch] gh/janeyx99/242/head -> origin/gh/janeyx99/242/head 2025-04-25T04:41:47.8808168Z * [new branch] gh/janeyx99/242/orig -> origin/gh/janeyx99/242/orig 2025-04-25T04:41:47.8808760Z * [new branch] gh/janeyx99/88/base -> origin/gh/janeyx99/88/base 2025-04-25T04:41:47.8809247Z * [new branch] gh/janeyx99/88/head -> origin/gh/janeyx99/88/head 2025-04-25T04:41:47.8809743Z * [new branch] gh/janeyx99/88/orig -> origin/gh/janeyx99/88/orig 2025-04-25T04:41:47.8810222Z * [new branch] gh/jansel/360/base -> origin/gh/jansel/360/base 2025-04-25T04:41:47.8810704Z * [new branch] gh/jansel/360/head -> origin/gh/jansel/360/head 2025-04-25T04:41:47.8812027Z * [new branch] gh/jansel/451/base -> origin/gh/jansel/451/base 2025-04-25T04:41:47.8812565Z * [new branch] gh/jansel/451/head -> origin/gh/jansel/451/head 2025-04-25T04:41:47.8813057Z * [new branch] gh/jansel/451/orig -> origin/gh/jansel/451/orig 2025-04-25T04:41:47.8813527Z * [new branch] gh/jansel/462/base -> origin/gh/jansel/462/base 2025-04-25T04:41:47.8814011Z * [new branch] gh/jansel/462/head -> origin/gh/jansel/462/head 2025-04-25T04:41:47.8814571Z * [new branch] gh/jansel/462/orig -> origin/gh/jansel/462/orig 2025-04-25T04:41:47.8815077Z * [new branch] gh/jansel/473/base -> origin/gh/jansel/473/base 2025-04-25T04:41:47.8815571Z * [new branch] gh/jansel/473/head -> origin/gh/jansel/473/head 2025-04-25T04:41:47.8816052Z * [new branch] gh/jansel/473/orig -> origin/gh/jansel/473/orig 2025-04-25T04:41:47.8816529Z * [new branch] gh/jansel/513/base -> origin/gh/jansel/513/base 2025-04-25T04:41:47.8817000Z * [new branch] gh/jansel/513/head -> origin/gh/jansel/513/head 2025-04-25T04:41:47.8817483Z * [new branch] gh/jansel/513/orig -> origin/gh/jansel/513/orig 2025-04-25T04:41:47.8817967Z * [new branch] gh/jansel/514/base -> origin/gh/jansel/514/base 2025-04-25T04:41:47.8818435Z * [new branch] gh/jansel/514/head -> origin/gh/jansel/514/head 2025-04-25T04:41:47.8818906Z * [new branch] gh/jansel/514/orig -> origin/gh/jansel/514/orig 2025-04-25T04:41:47.8819493Z * [new branch] gh/jansel/515/base -> origin/gh/jansel/515/base 2025-04-25T04:41:47.8820023Z * [new branch] gh/jansel/515/head -> origin/gh/jansel/515/head 2025-04-25T04:41:47.8820547Z * [new branch] gh/jansel/515/orig -> origin/gh/jansel/515/orig 2025-04-25T04:41:47.8821034Z * [new branch] gh/jansel/516/base -> origin/gh/jansel/516/base 2025-04-25T04:41:47.8821511Z * [new branch] gh/jansel/516/head -> origin/gh/jansel/516/head 2025-04-25T04:41:47.8821977Z * [new branch] gh/jansel/516/orig -> origin/gh/jansel/516/orig 2025-04-25T04:41:47.8822450Z * [new branch] gh/jansel/517/base -> origin/gh/jansel/517/base 2025-04-25T04:41:47.8822915Z * [new branch] gh/jansel/517/head -> origin/gh/jansel/517/head 2025-04-25T04:41:47.9236921Z * [new branch] gh/jansel/517/orig -> origin/gh/jansel/517/orig 2025-04-25T04:41:47.9237461Z * [new branch] gh/jansel/518/base -> origin/gh/jansel/518/base 2025-04-25T04:41:47.9237943Z * [new branch] gh/jansel/518/head -> origin/gh/jansel/518/head 2025-04-25T04:41:47.9238441Z * [new branch] gh/jansel/518/orig -> origin/gh/jansel/518/orig 2025-04-25T04:41:47.9238924Z * [new branch] gh/jansel/522/base -> origin/gh/jansel/522/base 2025-04-25T04:41:47.9239392Z * [new branch] gh/jansel/522/head -> origin/gh/jansel/522/head 2025-04-25T04:41:47.9239870Z * [new branch] gh/jansel/522/orig -> origin/gh/jansel/522/orig 2025-04-25T04:41:47.9240371Z * [new branch] gh/jbschlosser/208/base -> origin/gh/jbschlosser/208/base 2025-04-25T04:41:47.9240908Z * [new branch] gh/jbschlosser/208/head -> origin/gh/jbschlosser/208/head 2025-04-25T04:41:47.9241444Z * [new branch] gh/jbschlosser/208/orig -> origin/gh/jbschlosser/208/orig 2025-04-25T04:41:47.9241963Z * [new branch] gh/jbschlosser/214/base -> origin/gh/jbschlosser/214/base 2025-04-25T04:41:47.9242543Z * [new branch] gh/jbschlosser/214/head -> origin/gh/jbschlosser/214/head 2025-04-25T04:41:47.9243257Z * [new branch] gh/jbschlosser/214/orig -> origin/gh/jbschlosser/214/orig 2025-04-25T04:41:47.9243796Z * [new branch] gh/jbschlosser/226/base -> origin/gh/jbschlosser/226/base 2025-04-25T04:41:47.9244324Z * [new branch] gh/jbschlosser/226/head -> origin/gh/jbschlosser/226/head 2025-04-25T04:41:47.9244857Z * [new branch] gh/jbschlosser/226/orig -> origin/gh/jbschlosser/226/orig 2025-04-25T04:41:47.9245394Z * [new branch] gh/jbschlosser/228/base -> origin/gh/jbschlosser/228/base 2025-04-25T04:41:47.9245919Z * [new branch] gh/jbschlosser/228/head -> origin/gh/jbschlosser/228/head 2025-04-25T04:41:47.9246454Z * [new branch] gh/jbschlosser/228/orig -> origin/gh/jbschlosser/228/orig 2025-04-25T04:41:47.9246976Z * [new branch] gh/jbschlosser/229/base -> origin/gh/jbschlosser/229/base 2025-04-25T04:41:47.9247512Z * [new branch] gh/jbschlosser/229/head -> origin/gh/jbschlosser/229/head 2025-04-25T04:41:47.9248048Z * [new branch] gh/jbschlosser/229/orig -> origin/gh/jbschlosser/229/orig 2025-04-25T04:41:47.9248661Z * [new branch] gh/jbschlosser/232/base -> origin/gh/jbschlosser/232/base 2025-04-25T04:41:47.9249206Z * [new branch] gh/jbschlosser/232/head -> origin/gh/jbschlosser/232/head 2025-04-25T04:41:47.9249727Z * [new branch] gh/jbschlosser/232/orig -> origin/gh/jbschlosser/232/orig 2025-04-25T04:41:47.9250274Z * [new branch] gh/jerryzh168/855/base -> origin/gh/jerryzh168/855/base 2025-04-25T04:41:47.9250894Z * [new branch] gh/jerryzh168/855/head -> origin/gh/jerryzh168/855/head 2025-04-25T04:41:47.9251401Z * [new branch] gh/jerryzh168/855/orig -> origin/gh/jerryzh168/855/orig 2025-04-25T04:41:47.9251924Z * [new branch] gh/jiayisunx/34/base -> origin/gh/jiayisunx/34/base 2025-04-25T04:41:47.9252435Z * [new branch] gh/jiayisunx/34/head -> origin/gh/jiayisunx/34/head 2025-04-25T04:41:47.9252949Z * [new branch] gh/jiayisunx/34/orig -> origin/gh/jiayisunx/34/orig 2025-04-25T04:41:47.9253454Z * [new branch] gh/jiayisunx/37/base -> origin/gh/jiayisunx/37/base 2025-04-25T04:41:47.9253944Z * [new branch] gh/jiayisunx/37/head -> origin/gh/jiayisunx/37/head 2025-04-25T04:41:47.9254545Z * [new branch] gh/jiayisunx/37/orig -> origin/gh/jiayisunx/37/orig 2025-04-25T04:41:47.9255035Z * [new branch] gh/jiayisunx/57/base -> origin/gh/jiayisunx/57/base 2025-04-25T04:41:47.9255555Z * [new branch] gh/jiayisunx/57/head -> origin/gh/jiayisunx/57/head 2025-04-25T04:41:47.9256051Z * [new branch] gh/jiayisunx/57/orig -> origin/gh/jiayisunx/57/orig 2025-04-25T04:41:47.9256564Z * [new branch] gh/jiayisunx/58/base -> origin/gh/jiayisunx/58/base 2025-04-25T04:41:47.9257063Z * [new branch] gh/jiayisunx/58/head -> origin/gh/jiayisunx/58/head 2025-04-25T04:41:47.9257556Z * [new branch] gh/jiayisunx/58/orig -> origin/gh/jiayisunx/58/orig 2025-04-25T04:41:47.9258054Z * [new branch] gh/jiayisunx/59/base -> origin/gh/jiayisunx/59/base 2025-04-25T04:41:47.9258563Z * [new branch] gh/jiayisunx/59/head -> origin/gh/jiayisunx/59/head 2025-04-25T04:41:47.9259067Z * [new branch] gh/jiayisunx/59/orig -> origin/gh/jiayisunx/59/orig 2025-04-25T04:41:47.9259567Z * [new branch] gh/jiayisunx/61/base -> origin/gh/jiayisunx/61/base 2025-04-25T04:41:47.9260101Z * [new branch] gh/jiayisunx/61/head -> origin/gh/jiayisunx/61/head 2025-04-25T04:41:47.9260640Z * [new branch] gh/jiayisunx/61/orig -> origin/gh/jiayisunx/61/orig 2025-04-25T04:41:47.9669517Z * [new branch] gh/jiayisunx/62/base -> origin/gh/jiayisunx/62/base 2025-04-25T04:41:47.9670050Z * [new branch] gh/jiayisunx/62/head -> origin/gh/jiayisunx/62/head 2025-04-25T04:41:47.9670557Z * [new branch] gh/jiayisunx/62/orig -> origin/gh/jiayisunx/62/orig 2025-04-25T04:41:47.9671053Z * [new branch] gh/jiayisunx/63/base -> origin/gh/jiayisunx/63/base 2025-04-25T04:41:47.9671556Z * [new branch] gh/jiayisunx/63/head -> origin/gh/jiayisunx/63/head 2025-04-25T04:41:47.9672047Z * [new branch] gh/jiayisunx/63/orig -> origin/gh/jiayisunx/63/orig 2025-04-25T04:41:47.9672570Z * [new branch] gh/jjwu@meta.com/1/base -> origin/gh/jjwu@meta.com/1/base 2025-04-25T04:41:47.9673096Z * [new branch] gh/jjwu@meta.com/1/head -> origin/gh/jjwu@meta.com/1/head 2025-04-25T04:41:47.9673665Z * [new branch] gh/justinchuby/103/base -> origin/gh/justinchuby/103/base 2025-04-25T04:41:47.9674262Z * [new branch] gh/justinchuby/103/head -> origin/gh/justinchuby/103/head 2025-04-25T04:41:47.9674884Z * [new branch] gh/justinchuby/103/orig -> origin/gh/justinchuby/103/orig 2025-04-25T04:41:47.9675405Z * [new branch] gh/justinchuby/111/base -> origin/gh/justinchuby/111/base 2025-04-25T04:41:47.9675931Z * [new branch] gh/justinchuby/111/head -> origin/gh/justinchuby/111/head 2025-04-25T04:41:47.9676455Z * [new branch] gh/justinchuby/111/orig -> origin/gh/justinchuby/111/orig 2025-04-25T04:41:47.9676987Z * [new branch] gh/justinchuby/112/base -> origin/gh/justinchuby/112/base 2025-04-25T04:41:47.9677636Z * [new branch] gh/justinchuby/112/head -> origin/gh/justinchuby/112/head 2025-04-25T04:41:47.9678156Z * [new branch] gh/justinchuby/112/orig -> origin/gh/justinchuby/112/orig 2025-04-25T04:41:47.9678691Z * [new branch] gh/justinchuby/116/base -> origin/gh/justinchuby/116/base 2025-04-25T04:41:47.9679209Z * [new branch] gh/justinchuby/116/head -> origin/gh/justinchuby/116/head 2025-04-25T04:41:47.9679793Z * [new branch] gh/justinchuby/116/orig -> origin/gh/justinchuby/116/orig 2025-04-25T04:41:47.9680355Z * [new branch] gh/justinchuby/117/base -> origin/gh/justinchuby/117/base 2025-04-25T04:41:47.9680880Z * [new branch] gh/justinchuby/117/head -> origin/gh/justinchuby/117/head 2025-04-25T04:41:47.9681400Z * [new branch] gh/justinchuby/117/orig -> origin/gh/justinchuby/117/orig 2025-04-25T04:41:47.9681911Z * [new branch] gh/kadeng/12/base -> origin/gh/kadeng/12/base 2025-04-25T04:41:47.9682388Z * [new branch] gh/kadeng/12/head -> origin/gh/kadeng/12/head 2025-04-25T04:41:47.9682850Z * [new branch] gh/kadeng/13/base -> origin/gh/kadeng/13/base 2025-04-25T04:41:47.9683325Z * [new branch] gh/kadeng/13/head -> origin/gh/kadeng/13/head 2025-04-25T04:41:47.9683786Z * [new branch] gh/kadeng/14/base -> origin/gh/kadeng/14/base 2025-04-25T04:41:47.9684254Z * [new branch] gh/kadeng/14/head -> origin/gh/kadeng/14/head 2025-04-25T04:41:47.9684718Z * [new branch] gh/kadeng/16/base -> origin/gh/kadeng/16/base 2025-04-25T04:41:47.9685185Z * [new branch] gh/kadeng/16/head -> origin/gh/kadeng/16/head 2025-04-25T04:41:47.9685706Z * [new branch] gh/kadeng/6/base -> origin/gh/kadeng/6/base 2025-04-25T04:41:47.9686218Z * [new branch] gh/kadeng/6/head -> origin/gh/kadeng/6/head 2025-04-25T04:41:47.9686690Z * [new branch] gh/kadeng/7/base -> origin/gh/kadeng/7/base 2025-04-25T04:41:47.9687141Z * [new branch] gh/kadeng/9/base -> origin/gh/kadeng/9/base 2025-04-25T04:41:47.9687697Z * [new branch] gh/kadeng/9/head -> origin/gh/kadeng/9/head 2025-04-25T04:41:47.9688180Z * [new branch] gh/kkkkeeee/1/base -> origin/gh/kkkkeeee/1/base 2025-04-25T04:41:47.9688664Z * [new branch] gh/kkkkeeee/1/head -> origin/gh/kkkkeeee/1/head 2025-04-25T04:41:47.9689149Z * [new branch] gh/kkkkeeee/1/orig -> origin/gh/kkkkeeee/1/orig 2025-04-25T04:41:47.9689648Z * [new branch] gh/kurtamohler/31/base -> origin/gh/kurtamohler/31/base 2025-04-25T04:41:47.9690188Z * [new branch] gh/kurtamohler/31/head -> origin/gh/kurtamohler/31/head 2025-04-25T04:41:47.9690718Z * [new branch] gh/kurtamohler/31/orig -> origin/gh/kurtamohler/31/orig 2025-04-25T04:41:47.9691269Z * [new branch] gh/kurtamohler/32/base -> origin/gh/kurtamohler/32/base 2025-04-25T04:41:47.9691834Z * [new branch] gh/kurtamohler/32/head -> origin/gh/kurtamohler/32/head 2025-04-25T04:41:47.9692340Z * [new branch] gh/kurtamohler/32/orig -> origin/gh/kurtamohler/32/orig 2025-04-25T04:41:47.9692857Z * [new branch] gh/kurtamohler/33/base -> origin/gh/kurtamohler/33/base 2025-04-25T04:41:47.9693377Z * [new branch] gh/kurtamohler/33/head -> origin/gh/kurtamohler/33/head 2025-04-25T04:41:48.0110817Z * [new branch] gh/kurtamohler/33/orig -> origin/gh/kurtamohler/33/orig 2025-04-25T04:41:48.0111363Z * [new branch] gh/kurtamohler/34/base -> origin/gh/kurtamohler/34/base 2025-04-25T04:41:48.0112016Z * [new branch] gh/kurtamohler/34/head -> origin/gh/kurtamohler/34/head 2025-04-25T04:41:48.0112542Z * [new branch] gh/kurtamohler/34/orig -> origin/gh/kurtamohler/34/orig 2025-04-25T04:41:48.0113159Z * [new branch] gh/kurtamohler/35/base -> origin/gh/kurtamohler/35/base 2025-04-25T04:41:48.0113676Z * [new branch] gh/kurtamohler/35/head -> origin/gh/kurtamohler/35/head 2025-04-25T04:41:48.0114196Z * [new branch] gh/kurtamohler/35/orig -> origin/gh/kurtamohler/35/orig 2025-04-25T04:41:48.0114752Z * [new branch] gh/kwen2501/1/base -> origin/gh/kwen2501/1/base 2025-04-25T04:41:48.0115232Z * [new branch] gh/kwen2501/1/head -> origin/gh/kwen2501/1/head 2025-04-25T04:41:48.0115716Z * [new branch] gh/kwen2501/109/base -> origin/gh/kwen2501/109/base 2025-04-25T04:41:48.0116201Z * [new branch] gh/kwen2501/109/head -> origin/gh/kwen2501/109/head 2025-04-25T04:41:48.0116687Z * [new branch] gh/kwen2501/109/orig -> origin/gh/kwen2501/109/orig 2025-04-25T04:41:48.0117161Z * [new branch] gh/kwen2501/128/base -> origin/gh/kwen2501/128/base 2025-04-25T04:41:48.0117643Z * [new branch] gh/kwen2501/128/head -> origin/gh/kwen2501/128/head 2025-04-25T04:41:48.0118121Z * [new branch] gh/kwen2501/128/orig -> origin/gh/kwen2501/128/orig 2025-04-25T04:41:48.0118646Z * [new branch] gh/kwen2501/130/base -> origin/gh/kwen2501/130/base 2025-04-25T04:41:48.0119177Z * [new branch] gh/kwen2501/130/head -> origin/gh/kwen2501/130/head 2025-04-25T04:41:48.0119649Z * [new branch] gh/kwen2501/130/orig -> origin/gh/kwen2501/130/orig 2025-04-25T04:41:48.0120132Z * [new branch] gh/kwen2501/131/base -> origin/gh/kwen2501/131/base 2025-04-25T04:41:48.0120609Z * [new branch] gh/kwen2501/131/head -> origin/gh/kwen2501/131/head 2025-04-25T04:41:48.0121103Z * [new branch] gh/kwen2501/131/orig -> origin/gh/kwen2501/131/orig 2025-04-25T04:41:48.0121589Z * [new branch] gh/kwen2501/132/base -> origin/gh/kwen2501/132/base 2025-04-25T04:41:48.0122167Z * [new branch] gh/kwen2501/132/head -> origin/gh/kwen2501/132/head 2025-04-25T04:41:48.0122663Z * [new branch] gh/kwen2501/132/orig -> origin/gh/kwen2501/132/orig 2025-04-25T04:41:48.0123139Z * [new branch] gh/kwen2501/133/base -> origin/gh/kwen2501/133/base 2025-04-25T04:41:48.0123626Z * [new branch] gh/kwen2501/133/head -> origin/gh/kwen2501/133/head 2025-04-25T04:41:48.0124135Z * [new branch] gh/kwen2501/133/orig -> origin/gh/kwen2501/133/orig 2025-04-25T04:41:48.0124662Z * [new branch] gh/kwen2501/134/base -> origin/gh/kwen2501/134/base 2025-04-25T04:41:48.0125203Z * [new branch] gh/kwen2501/134/head -> origin/gh/kwen2501/134/head 2025-04-25T04:41:48.0125681Z * [new branch] gh/kwen2501/134/orig -> origin/gh/kwen2501/134/orig 2025-04-25T04:41:48.0126177Z * [new branch] gh/kwen2501/135/base -> origin/gh/kwen2501/135/base 2025-04-25T04:41:48.0126665Z * [new branch] gh/kwen2501/135/head -> origin/gh/kwen2501/135/head 2025-04-25T04:41:48.0127139Z * [new branch] gh/kwen2501/135/orig -> origin/gh/kwen2501/135/orig 2025-04-25T04:41:48.0127622Z * [new branch] gh/kwen2501/136/base -> origin/gh/kwen2501/136/base 2025-04-25T04:41:48.0128091Z * [new branch] gh/kwen2501/136/head -> origin/gh/kwen2501/136/head 2025-04-25T04:41:48.0128575Z * [new branch] gh/kwen2501/136/orig -> origin/gh/kwen2501/136/orig 2025-04-25T04:41:48.0129067Z * [new branch] gh/kwen2501/137/base -> origin/gh/kwen2501/137/base 2025-04-25T04:41:48.0129645Z * [new branch] gh/kwen2501/137/head -> origin/gh/kwen2501/137/head 2025-04-25T04:41:48.0130137Z * [new branch] gh/kwen2501/137/orig -> origin/gh/kwen2501/137/orig 2025-04-25T04:41:48.0130663Z * [new branch] gh/kwen2501/138/base -> origin/gh/kwen2501/138/base 2025-04-25T04:41:48.0131201Z * [new branch] gh/kwen2501/138/head -> origin/gh/kwen2501/138/head 2025-04-25T04:41:48.0131688Z * [new branch] gh/kwen2501/138/orig -> origin/gh/kwen2501/138/orig 2025-04-25T04:41:48.0132161Z * [new branch] gh/kwen2501/139/base -> origin/gh/kwen2501/139/base 2025-04-25T04:41:48.0132644Z * [new branch] gh/kwen2501/139/head -> origin/gh/kwen2501/139/head 2025-04-25T04:41:48.0133117Z * [new branch] gh/kwen2501/139/orig -> origin/gh/kwen2501/139/orig 2025-04-25T04:41:48.0133598Z * [new branch] gh/kwen2501/140/base -> origin/gh/kwen2501/140/base 2025-04-25T04:41:48.0572418Z * [new branch] gh/kwen2501/140/head -> origin/gh/kwen2501/140/head 2025-04-25T04:41:48.0572980Z * [new branch] gh/kwen2501/140/orig -> origin/gh/kwen2501/140/orig 2025-04-25T04:41:48.0573504Z * [new branch] gh/kwen2501/141/base -> origin/gh/kwen2501/141/base 2025-04-25T04:41:48.0573988Z * [new branch] gh/kwen2501/141/head -> origin/gh/kwen2501/141/head 2025-04-25T04:41:48.0574476Z * [new branch] gh/kwen2501/141/orig -> origin/gh/kwen2501/141/orig 2025-04-25T04:41:48.0574968Z * [new branch] gh/kwen2501/142/base -> origin/gh/kwen2501/142/base 2025-04-25T04:41:48.0575449Z * [new branch] gh/kwen2501/142/head -> origin/gh/kwen2501/142/head 2025-04-25T04:41:48.0575925Z * [new branch] gh/kwen2501/142/orig -> origin/gh/kwen2501/142/orig 2025-04-25T04:41:48.0576404Z * [new branch] gh/kwen2501/143/base -> origin/gh/kwen2501/143/base 2025-04-25T04:41:48.0576883Z * [new branch] gh/kwen2501/143/head -> origin/gh/kwen2501/143/head 2025-04-25T04:41:48.0577358Z * [new branch] gh/kwen2501/143/orig -> origin/gh/kwen2501/143/orig 2025-04-25T04:41:48.0577990Z * [new branch] gh/kwen2501/144/base -> origin/gh/kwen2501/144/base 2025-04-25T04:41:48.0578466Z * [new branch] gh/kwen2501/144/head -> origin/gh/kwen2501/144/head 2025-04-25T04:41:48.0578951Z * [new branch] gh/kwen2501/144/orig -> origin/gh/kwen2501/144/orig 2025-04-25T04:41:48.0579440Z * [new branch] gh/kwen2501/145/base -> origin/gh/kwen2501/145/base 2025-04-25T04:41:48.0579912Z * [new branch] gh/kwen2501/145/head -> origin/gh/kwen2501/145/head 2025-04-25T04:41:48.0580392Z * [new branch] gh/kwen2501/145/orig -> origin/gh/kwen2501/145/orig 2025-04-25T04:41:48.0580873Z * [new branch] gh/kwen2501/15/base -> origin/gh/kwen2501/15/base 2025-04-25T04:41:48.0581356Z * [new branch] gh/kwen2501/15/head -> origin/gh/kwen2501/15/head 2025-04-25T04:41:48.0581858Z * [new branch] gh/laithsakka/112/base -> origin/gh/laithsakka/112/base 2025-04-25T04:41:48.0582377Z * [new branch] gh/laithsakka/112/head -> origin/gh/laithsakka/112/head 2025-04-25T04:41:48.0582894Z * [new branch] gh/laithsakka/112/orig -> origin/gh/laithsakka/112/orig 2025-04-25T04:41:48.0583406Z * [new branch] gh/laithsakka/113/base -> origin/gh/laithsakka/113/base 2025-04-25T04:41:48.0583917Z * [new branch] gh/laithsakka/113/head -> origin/gh/laithsakka/113/head 2025-04-25T04:41:48.0584428Z * [new branch] gh/laithsakka/113/orig -> origin/gh/laithsakka/113/orig 2025-04-25T04:41:48.0584932Z * [new branch] gh/laithsakka/114/base -> origin/gh/laithsakka/114/base 2025-04-25T04:41:48.0585541Z * [new branch] gh/laithsakka/114/head -> origin/gh/laithsakka/114/head 2025-04-25T04:41:48.0586059Z * [new branch] gh/laithsakka/114/orig -> origin/gh/laithsakka/114/orig 2025-04-25T04:41:48.0586576Z * [new branch] gh/laithsakka/115/base -> origin/gh/laithsakka/115/base 2025-04-25T04:41:48.0587097Z * [new branch] gh/laithsakka/115/head -> origin/gh/laithsakka/115/head 2025-04-25T04:41:48.0587606Z * [new branch] gh/laithsakka/115/orig -> origin/gh/laithsakka/115/orig 2025-04-25T04:41:48.0588121Z * [new branch] gh/laithsakka/117/base -> origin/gh/laithsakka/117/base 2025-04-25T04:41:48.0588631Z * [new branch] gh/laithsakka/117/head -> origin/gh/laithsakka/117/head 2025-04-25T04:41:48.0589138Z * [new branch] gh/laithsakka/117/orig -> origin/gh/laithsakka/117/orig 2025-04-25T04:41:48.0589661Z * [new branch] gh/laithsakka/118/base -> origin/gh/laithsakka/118/base 2025-04-25T04:41:48.0590165Z * [new branch] gh/laithsakka/118/head -> origin/gh/laithsakka/118/head 2025-04-25T04:41:48.0590691Z * [new branch] gh/laithsakka/118/orig -> origin/gh/laithsakka/118/orig 2025-04-25T04:41:48.0591199Z * [new branch] gh/laithsakka/119/base -> origin/gh/laithsakka/119/base 2025-04-25T04:41:48.0591713Z * [new branch] gh/laithsakka/119/head -> origin/gh/laithsakka/119/head 2025-04-25T04:41:48.0592219Z * [new branch] gh/laithsakka/119/orig -> origin/gh/laithsakka/119/orig 2025-04-25T04:41:48.0592739Z * [new branch] gh/laithsakka/120/base -> origin/gh/laithsakka/120/base 2025-04-25T04:41:48.0593245Z * [new branch] gh/laithsakka/120/head -> origin/gh/laithsakka/120/head 2025-04-25T04:41:48.0593749Z * [new branch] gh/laithsakka/120/orig -> origin/gh/laithsakka/120/orig 2025-04-25T04:41:48.0594276Z * [new branch] gh/laithsakka/122/base -> origin/gh/laithsakka/122/base 2025-04-25T04:41:48.0594861Z * [new branch] gh/laithsakka/122/head -> origin/gh/laithsakka/122/head 2025-04-25T04:41:48.0595475Z * [new branch] gh/laithsakka/122/orig -> origin/gh/laithsakka/122/orig 2025-04-25T04:41:48.1060366Z * [new branch] gh/laithsakka/124/base -> origin/gh/laithsakka/124/base 2025-04-25T04:41:48.1060901Z * [new branch] gh/laithsakka/124/head -> origin/gh/laithsakka/124/head 2025-04-25T04:41:48.1061423Z * [new branch] gh/laithsakka/124/orig -> origin/gh/laithsakka/124/orig 2025-04-25T04:41:48.1061937Z * [new branch] gh/laithsakka/125/base -> origin/gh/laithsakka/125/base 2025-04-25T04:41:48.1062463Z * [new branch] gh/laithsakka/125/head -> origin/gh/laithsakka/125/head 2025-04-25T04:41:48.1062983Z * [new branch] gh/laithsakka/125/orig -> origin/gh/laithsakka/125/orig 2025-04-25T04:41:48.1063492Z * [new branch] gh/laithsakka/126/base -> origin/gh/laithsakka/126/base 2025-04-25T04:41:48.1064002Z * [new branch] gh/laithsakka/126/head -> origin/gh/laithsakka/126/head 2025-04-25T04:41:48.1064517Z * [new branch] gh/laithsakka/126/orig -> origin/gh/laithsakka/126/orig 2025-04-25T04:41:48.1065030Z * [new branch] gh/laithsakka/127/base -> origin/gh/laithsakka/127/base 2025-04-25T04:41:48.1065541Z * [new branch] gh/laithsakka/127/head -> origin/gh/laithsakka/127/head 2025-04-25T04:41:48.1066044Z * [new branch] gh/laithsakka/127/orig -> origin/gh/laithsakka/127/orig 2025-04-25T04:41:48.1066574Z * [new branch] gh/laithsakka/128/base -> origin/gh/laithsakka/128/base 2025-04-25T04:41:48.1067080Z * [new branch] gh/laithsakka/128/head -> origin/gh/laithsakka/128/head 2025-04-25T04:41:48.1067727Z * [new branch] gh/laithsakka/128/orig -> origin/gh/laithsakka/128/orig 2025-04-25T04:41:48.1068243Z * [new branch] gh/laithsakka/129/base -> origin/gh/laithsakka/129/base 2025-04-25T04:41:48.1068752Z * [new branch] gh/laithsakka/129/head -> origin/gh/laithsakka/129/head 2025-04-25T04:41:48.1069272Z * [new branch] gh/laithsakka/129/orig -> origin/gh/laithsakka/129/orig 2025-04-25T04:41:48.1069792Z * [new branch] gh/laithsakka/130/base -> origin/gh/laithsakka/130/base 2025-04-25T04:41:48.1070296Z * [new branch] gh/laithsakka/130/head -> origin/gh/laithsakka/130/head 2025-04-25T04:41:48.1070806Z * [new branch] gh/laithsakka/130/orig -> origin/gh/laithsakka/130/orig 2025-04-25T04:41:48.1071308Z * [new branch] gh/laithsakka/131/base -> origin/gh/laithsakka/131/base 2025-04-25T04:41:48.1071827Z * [new branch] gh/laithsakka/131/head -> origin/gh/laithsakka/131/head 2025-04-25T04:41:48.1072327Z * [new branch] gh/laithsakka/131/orig -> origin/gh/laithsakka/131/orig 2025-04-25T04:41:48.1072841Z * [new branch] gh/laithsakka/132/base -> origin/gh/laithsakka/132/base 2025-04-25T04:41:48.1073366Z * [new branch] gh/laithsakka/132/head -> origin/gh/laithsakka/132/head 2025-04-25T04:41:48.1073867Z * [new branch] gh/laithsakka/132/orig -> origin/gh/laithsakka/132/orig 2025-04-25T04:41:48.1074453Z * [new branch] gh/laithsakka/133/base -> origin/gh/laithsakka/133/base 2025-04-25T04:41:48.1074968Z * [new branch] gh/laithsakka/133/head -> origin/gh/laithsakka/133/head 2025-04-25T04:41:48.1075485Z * [new branch] gh/laithsakka/133/orig -> origin/gh/laithsakka/133/orig 2025-04-25T04:41:48.1076003Z * [new branch] gh/laithsakka/134/base -> origin/gh/laithsakka/134/base 2025-04-25T04:41:48.1076518Z * [new branch] gh/laithsakka/134/head -> origin/gh/laithsakka/134/head 2025-04-25T04:41:48.1077037Z * [new branch] gh/laithsakka/134/orig -> origin/gh/laithsakka/134/orig 2025-04-25T04:41:48.1077635Z * [new branch] gh/laithsakka/135/base -> origin/gh/laithsakka/135/base 2025-04-25T04:41:48.1078157Z * [new branch] gh/laithsakka/135/head -> origin/gh/laithsakka/135/head 2025-04-25T04:41:48.1078676Z * [new branch] gh/laithsakka/135/orig -> origin/gh/laithsakka/135/orig 2025-04-25T04:41:48.1079183Z * [new branch] gh/laithsakka/136/base -> origin/gh/laithsakka/136/base 2025-04-25T04:41:48.1079701Z * [new branch] gh/laithsakka/136/head -> origin/gh/laithsakka/136/head 2025-04-25T04:41:48.1080222Z * [new branch] gh/laithsakka/136/orig -> origin/gh/laithsakka/136/orig 2025-04-25T04:41:48.1080746Z * [new branch] gh/laithsakka/137/base -> origin/gh/laithsakka/137/base 2025-04-25T04:41:48.1081256Z * [new branch] gh/laithsakka/137/head -> origin/gh/laithsakka/137/head 2025-04-25T04:41:48.1081761Z * [new branch] gh/laithsakka/137/orig -> origin/gh/laithsakka/137/orig 2025-04-25T04:41:48.1082281Z * [new branch] gh/laithsakka/138/base -> origin/gh/laithsakka/138/base 2025-04-25T04:41:48.1082785Z * [new branch] gh/laithsakka/138/head -> origin/gh/laithsakka/138/head 2025-04-25T04:41:48.1083295Z * [new branch] gh/laithsakka/138/orig -> origin/gh/laithsakka/138/orig 2025-04-25T04:41:48.1083802Z * [new branch] gh/laithsakka/139/base -> origin/gh/laithsakka/139/base 2025-04-25T04:41:48.1520536Z * [new branch] gh/laithsakka/139/head -> origin/gh/laithsakka/139/head 2025-04-25T04:41:48.1521121Z * [new branch] gh/laithsakka/139/orig -> origin/gh/laithsakka/139/orig 2025-04-25T04:41:48.1521819Z * [new branch] gh/laithsakka/140/base -> origin/gh/laithsakka/140/base 2025-04-25T04:41:48.1522351Z * [new branch] gh/laithsakka/140/head -> origin/gh/laithsakka/140/head 2025-04-25T04:41:48.1522894Z * [new branch] gh/laithsakka/140/orig -> origin/gh/laithsakka/140/orig 2025-04-25T04:41:48.1523475Z * [new branch] gh/laithsakka/141/base -> origin/gh/laithsakka/141/base 2025-04-25T04:41:48.1523998Z * [new branch] gh/laithsakka/141/head -> origin/gh/laithsakka/141/head 2025-04-25T04:41:48.1524511Z * [new branch] gh/laithsakka/141/orig -> origin/gh/laithsakka/141/orig 2025-04-25T04:41:48.1525029Z * [new branch] gh/laithsakka/142/base -> origin/gh/laithsakka/142/base 2025-04-25T04:41:48.1525553Z * [new branch] gh/laithsakka/142/head -> origin/gh/laithsakka/142/head 2025-04-25T04:41:48.1526064Z * [new branch] gh/laithsakka/142/orig -> origin/gh/laithsakka/142/orig 2025-04-25T04:41:48.1526578Z * [new branch] gh/laithsakka/143/base -> origin/gh/laithsakka/143/base 2025-04-25T04:41:48.1527086Z * [new branch] gh/laithsakka/143/head -> origin/gh/laithsakka/143/head 2025-04-25T04:41:48.1527627Z * [new branch] gh/laithsakka/143/orig -> origin/gh/laithsakka/143/orig 2025-04-25T04:41:48.1528139Z * [new branch] gh/laithsakka/144/base -> origin/gh/laithsakka/144/base 2025-04-25T04:41:48.1528642Z * [new branch] gh/laithsakka/144/head -> origin/gh/laithsakka/144/head 2025-04-25T04:41:48.1529157Z * [new branch] gh/laithsakka/144/orig -> origin/gh/laithsakka/144/orig 2025-04-25T04:41:48.1529657Z * [new branch] gh/laithsakka/145/base -> origin/gh/laithsakka/145/base 2025-04-25T04:41:48.1530169Z * [new branch] gh/laithsakka/145/head -> origin/gh/laithsakka/145/head 2025-04-25T04:41:48.1530686Z * [new branch] gh/laithsakka/145/orig -> origin/gh/laithsakka/145/orig 2025-04-25T04:41:48.1531193Z * [new branch] gh/laithsakka/146/base -> origin/gh/laithsakka/146/base 2025-04-25T04:41:48.1531809Z * [new branch] gh/laithsakka/146/head -> origin/gh/laithsakka/146/head 2025-04-25T04:41:48.1532318Z * [new branch] gh/laithsakka/146/orig -> origin/gh/laithsakka/146/orig 2025-04-25T04:41:48.1532834Z * [new branch] gh/laithsakka/147/base -> origin/gh/laithsakka/147/base 2025-04-25T04:41:48.1533347Z * [new branch] gh/laithsakka/147/head -> origin/gh/laithsakka/147/head 2025-04-25T04:41:48.1533856Z * [new branch] gh/laithsakka/147/orig -> origin/gh/laithsakka/147/orig 2025-04-25T04:41:48.1534379Z * [new branch] gh/laithsakka/148/base -> origin/gh/laithsakka/148/base 2025-04-25T04:41:48.1534891Z * [new branch] gh/laithsakka/148/head -> origin/gh/laithsakka/148/head 2025-04-25T04:41:48.1535409Z * [new branch] gh/laithsakka/148/orig -> origin/gh/laithsakka/148/orig 2025-04-25T04:41:48.1535918Z * [new branch] gh/laithsakka/149/base -> origin/gh/laithsakka/149/base 2025-04-25T04:41:48.1536432Z * [new branch] gh/laithsakka/149/head -> origin/gh/laithsakka/149/head 2025-04-25T04:41:48.1536945Z * [new branch] gh/laithsakka/149/orig -> origin/gh/laithsakka/149/orig 2025-04-25T04:41:48.1537449Z * [new branch] gh/laithsakka/150/base -> origin/gh/laithsakka/150/base 2025-04-25T04:41:48.1537959Z * [new branch] gh/laithsakka/150/head -> origin/gh/laithsakka/150/head 2025-04-25T04:41:48.1538463Z * [new branch] gh/laithsakka/150/orig -> origin/gh/laithsakka/150/orig 2025-04-25T04:41:48.1538972Z * [new branch] gh/laithsakka/151/base -> origin/gh/laithsakka/151/base 2025-04-25T04:41:48.1539583Z * [new branch] gh/laithsakka/151/head -> origin/gh/laithsakka/151/head 2025-04-25T04:41:48.1540095Z * [new branch] gh/laithsakka/151/orig -> origin/gh/laithsakka/151/orig 2025-04-25T04:41:48.1540615Z * [new branch] gh/laithsakka/152/base -> origin/gh/laithsakka/152/base 2025-04-25T04:41:48.1541126Z * [new branch] gh/laithsakka/152/head -> origin/gh/laithsakka/152/head 2025-04-25T04:41:48.1541643Z * [new branch] gh/laithsakka/152/orig -> origin/gh/laithsakka/152/orig 2025-04-25T04:41:48.1542161Z * [new branch] gh/laithsakka/153/base -> origin/gh/laithsakka/153/base 2025-04-25T04:41:48.1542665Z * [new branch] gh/laithsakka/153/head -> origin/gh/laithsakka/153/head 2025-04-25T04:41:48.1543176Z * [new branch] gh/laithsakka/153/orig -> origin/gh/laithsakka/153/orig 2025-04-25T04:41:48.1543682Z * [new branch] gh/laithsakka/154/base -> origin/gh/laithsakka/154/base 2025-04-25T04:41:48.2045480Z * [new branch] gh/laithsakka/154/head -> origin/gh/laithsakka/154/head 2025-04-25T04:41:48.2046099Z * [new branch] gh/laithsakka/154/orig -> origin/gh/laithsakka/154/orig 2025-04-25T04:41:48.2046618Z * [new branch] gh/laithsakka/155/base -> origin/gh/laithsakka/155/base 2025-04-25T04:41:48.2047133Z * [new branch] gh/laithsakka/155/head -> origin/gh/laithsakka/155/head 2025-04-25T04:41:48.2047637Z * [new branch] gh/laithsakka/155/orig -> origin/gh/laithsakka/155/orig 2025-04-25T04:41:48.2048150Z * [new branch] gh/laithsakka/156/base -> origin/gh/laithsakka/156/base 2025-04-25T04:41:48.2048660Z * [new branch] gh/laithsakka/156/head -> origin/gh/laithsakka/156/head 2025-04-25T04:41:48.2049162Z * [new branch] gh/laithsakka/156/orig -> origin/gh/laithsakka/156/orig 2025-04-25T04:41:48.2049678Z * [new branch] gh/laithsakka/157/base -> origin/gh/laithsakka/157/base 2025-04-25T04:41:48.2050192Z * [new branch] gh/laithsakka/157/head -> origin/gh/laithsakka/157/head 2025-04-25T04:41:48.2050706Z * [new branch] gh/laithsakka/157/orig -> origin/gh/laithsakka/157/orig 2025-04-25T04:41:48.2051457Z * [new branch] gh/laithsakka/158/base -> origin/gh/laithsakka/158/base 2025-04-25T04:41:48.2051974Z * [new branch] gh/laithsakka/158/head -> origin/gh/laithsakka/158/head 2025-04-25T04:41:48.2052485Z * [new branch] gh/laithsakka/158/orig -> origin/gh/laithsakka/158/orig 2025-04-25T04:41:48.2052991Z * [new branch] gh/laithsakka/159/base -> origin/gh/laithsakka/159/base 2025-04-25T04:41:48.2053507Z * [new branch] gh/laithsakka/159/head -> origin/gh/laithsakka/159/head 2025-04-25T04:41:48.2054026Z * [new branch] gh/laithsakka/159/orig -> origin/gh/laithsakka/159/orig 2025-04-25T04:41:48.2054533Z * [new branch] gh/laithsakka/160/base -> origin/gh/laithsakka/160/base 2025-04-25T04:41:48.2055049Z * [new branch] gh/laithsakka/160/head -> origin/gh/laithsakka/160/head 2025-04-25T04:41:48.2055557Z * [new branch] gh/laithsakka/160/orig -> origin/gh/laithsakka/160/orig 2025-04-25T04:41:48.2056078Z * [new branch] gh/laithsakka/28/base -> origin/gh/laithsakka/28/base 2025-04-25T04:41:48.2056579Z * [new branch] gh/laithsakka/29/base -> origin/gh/laithsakka/29/base 2025-04-25T04:41:48.2057180Z * [new branch] gh/laithsakka/30/base -> origin/gh/laithsakka/30/base 2025-04-25T04:41:48.2057694Z * [new branch] gh/laithsakka/30/head -> origin/gh/laithsakka/30/head 2025-04-25T04:41:48.2058193Z * [new branch] gh/laithsakka/31/base -> origin/gh/laithsakka/31/base 2025-04-25T04:41:48.2058809Z * [new branch] gh/laithsakka/31/head -> origin/gh/laithsakka/31/head 2025-04-25T04:41:48.2059321Z * [new branch] gh/laithsakka/32/base -> origin/gh/laithsakka/32/base 2025-04-25T04:41:48.2059823Z * [new branch] gh/laithsakka/32/head -> origin/gh/laithsakka/32/head 2025-04-25T04:41:48.2060395Z * [new branch] gh/leslie-fang-intel/189/base -> origin/gh/leslie-fang-intel/189/base 2025-04-25T04:41:48.2060996Z * [new branch] gh/leslie-fang-intel/189/head -> origin/gh/leslie-fang-intel/189/head 2025-04-25T04:41:48.2061593Z * [new branch] gh/leslie-fang-intel/189/orig -> origin/gh/leslie-fang-intel/189/orig 2025-04-25T04:41:48.2062182Z * [new branch] gh/leslie-fang-intel/190/base -> origin/gh/leslie-fang-intel/190/base 2025-04-25T04:41:48.2062812Z * [new branch] gh/leslie-fang-intel/190/head -> origin/gh/leslie-fang-intel/190/head 2025-04-25T04:41:48.2063453Z * [new branch] gh/leslie-fang-intel/190/orig -> origin/gh/leslie-fang-intel/190/orig 2025-04-25T04:41:48.2064039Z * [new branch] gh/leslie-fang-intel/191/base -> origin/gh/leslie-fang-intel/191/base 2025-04-25T04:41:48.2064633Z * [new branch] gh/leslie-fang-intel/191/head -> origin/gh/leslie-fang-intel/191/head 2025-04-25T04:41:48.2065218Z * [new branch] gh/leslie-fang-intel/191/orig -> origin/gh/leslie-fang-intel/191/orig 2025-04-25T04:41:48.2065807Z * [new branch] gh/leslie-fang-intel/192/base -> origin/gh/leslie-fang-intel/192/base 2025-04-25T04:41:48.2066406Z * [new branch] gh/leslie-fang-intel/192/head -> origin/gh/leslie-fang-intel/192/head 2025-04-25T04:41:48.2066990Z * [new branch] gh/leslie-fang-intel/192/orig -> origin/gh/leslie-fang-intel/192/orig 2025-04-25T04:41:48.2067584Z * [new branch] gh/leslie-fang-intel/193/base -> origin/gh/leslie-fang-intel/193/base 2025-04-25T04:41:48.2068171Z * [new branch] gh/leslie-fang-intel/193/head -> origin/gh/leslie-fang-intel/193/head 2025-04-25T04:41:48.2068853Z * [new branch] gh/leslie-fang-intel/193/orig -> origin/gh/leslie-fang-intel/193/orig 2025-04-25T04:41:48.2069451Z * [new branch] gh/leslie-fang-intel/194/base -> origin/gh/leslie-fang-intel/194/base 2025-04-25T04:41:48.2567104Z * [new branch] gh/leslie-fang-intel/194/head -> origin/gh/leslie-fang-intel/194/head 2025-04-25T04:41:48.2567766Z * [new branch] gh/leslie-fang-intel/194/orig -> origin/gh/leslie-fang-intel/194/orig 2025-04-25T04:41:48.2568348Z * [new branch] gh/lucaskabela/1/base -> origin/gh/lucaskabela/1/base 2025-04-25T04:41:48.2568865Z * [new branch] gh/lucaskabela/1/head -> origin/gh/lucaskabela/1/head 2025-04-25T04:41:48.2569383Z * [new branch] gh/lucaskabela/1/orig -> origin/gh/lucaskabela/1/orig 2025-04-25T04:41:48.2569907Z * [new branch] gh/lucaskabela/10/base -> origin/gh/lucaskabela/10/base 2025-04-25T04:41:48.2570448Z * [new branch] gh/lucaskabela/10/head -> origin/gh/lucaskabela/10/head 2025-04-25T04:41:48.2570970Z * [new branch] gh/lucaskabela/10/orig -> origin/gh/lucaskabela/10/orig 2025-04-25T04:41:48.2571483Z * [new branch] gh/lucaskabela/2/base -> origin/gh/lucaskabela/2/base 2025-04-25T04:41:48.2571997Z * [new branch] gh/lucaskabela/2/head -> origin/gh/lucaskabela/2/head 2025-04-25T04:41:48.2572498Z * [new branch] gh/lucaskabela/2/orig -> origin/gh/lucaskabela/2/orig 2025-04-25T04:41:48.2573007Z * [new branch] gh/lucaskabela/3/base -> origin/gh/lucaskabela/3/base 2025-04-25T04:41:48.2573517Z * [new branch] gh/lucaskabela/3/head -> origin/gh/lucaskabela/3/head 2025-04-25T04:41:48.2574025Z * [new branch] gh/lucaskabela/3/orig -> origin/gh/lucaskabela/3/orig 2025-04-25T04:41:48.2574660Z * [new branch] gh/lucaskabela/4/base -> origin/gh/lucaskabela/4/base 2025-04-25T04:41:48.2575167Z * [new branch] gh/lucaskabela/4/head -> origin/gh/lucaskabela/4/head 2025-04-25T04:41:48.2575685Z * [new branch] gh/lucaskabela/4/orig -> origin/gh/lucaskabela/4/orig 2025-04-25T04:41:48.2576211Z * [new branch] gh/lucaskabela/5/base -> origin/gh/lucaskabela/5/base 2025-04-25T04:41:48.2576739Z * [new branch] gh/lucaskabela/5/head -> origin/gh/lucaskabela/5/head 2025-04-25T04:41:48.2577246Z * [new branch] gh/lucaskabela/5/orig -> origin/gh/lucaskabela/5/orig 2025-04-25T04:41:48.2577744Z * [new branch] gh/lucaskabela/6/base -> origin/gh/lucaskabela/6/base 2025-04-25T04:41:48.2578255Z * [new branch] gh/lucaskabela/6/head -> origin/gh/lucaskabela/6/head 2025-04-25T04:41:48.2578769Z * [new branch] gh/lucaskabela/6/orig -> origin/gh/lucaskabela/6/orig 2025-04-25T04:41:48.2579269Z * [new branch] gh/lucaskabela/7/base -> origin/gh/lucaskabela/7/base 2025-04-25T04:41:48.2579781Z * [new branch] gh/lucaskabela/7/head -> origin/gh/lucaskabela/7/head 2025-04-25T04:41:48.2580291Z * [new branch] gh/lucaskabela/7/orig -> origin/gh/lucaskabela/7/orig 2025-04-25T04:41:48.2580804Z * [new branch] gh/lucaskabela/8/base -> origin/gh/lucaskabela/8/base 2025-04-25T04:41:48.2581375Z * [new branch] gh/lucaskabela/8/head -> origin/gh/lucaskabela/8/head 2025-04-25T04:41:48.2581912Z * [new branch] gh/lucaskabela/8/orig -> origin/gh/lucaskabela/8/orig 2025-04-25T04:41:48.2582429Z * [new branch] gh/lucaskabela/9/base -> origin/gh/lucaskabela/9/base 2025-04-25T04:41:48.2582933Z * [new branch] gh/lucaskabela/9/head -> origin/gh/lucaskabela/9/head 2025-04-25T04:41:48.2583422Z * [new branch] gh/lw/10/base -> origin/gh/lw/10/base 2025-04-25T04:41:48.2583856Z * [new branch] gh/lw/10/head -> origin/gh/lw/10/head 2025-04-25T04:41:48.2584293Z * [new branch] gh/lw/10/orig -> origin/gh/lw/10/orig 2025-04-25T04:41:48.2584825Z * [new branch] gh/lw/11/base -> origin/gh/lw/11/base 2025-04-25T04:41:48.2585254Z * [new branch] gh/lw/11/head -> origin/gh/lw/11/head 2025-04-25T04:41:48.2585684Z * [new branch] gh/lw/11/orig -> origin/gh/lw/11/orig 2025-04-25T04:41:48.2586099Z * [new branch] gh/lw/12/base -> origin/gh/lw/12/base 2025-04-25T04:41:48.2586541Z * [new branch] gh/lw/12/head -> origin/gh/lw/12/head 2025-04-25T04:41:48.2586977Z * [new branch] gh/lw/12/orig -> origin/gh/lw/12/orig 2025-04-25T04:41:48.2587400Z * [new branch] gh/lw/13/base -> origin/gh/lw/13/base 2025-04-25T04:41:48.2587831Z * [new branch] gh/lw/13/head -> origin/gh/lw/13/head 2025-04-25T04:41:48.2588249Z * [new branch] gh/lw/13/orig -> origin/gh/lw/13/orig 2025-04-25T04:41:48.2588683Z * [new branch] gh/lw/14/base -> origin/gh/lw/14/base 2025-04-25T04:41:48.2589101Z * [new branch] gh/lw/14/head -> origin/gh/lw/14/head 2025-04-25T04:41:48.2589535Z * [new branch] gh/lw/14/orig -> origin/gh/lw/14/orig 2025-04-25T04:41:48.2589963Z * [new branch] gh/lw/15/base -> origin/gh/lw/15/base 2025-04-25T04:41:48.3058759Z * [new branch] gh/lw/15/head -> origin/gh/lw/15/head 2025-04-25T04:41:48.3059241Z * [new branch] gh/lw/15/orig -> origin/gh/lw/15/orig 2025-04-25T04:41:48.3059696Z * [new branch] gh/lw/5/head -> origin/gh/lw/5/head 2025-04-25T04:41:48.3060340Z * [new branch] gh/lw/8/base -> origin/gh/lw/8/base 2025-04-25T04:41:48.3060763Z * [new branch] gh/lw/8/head -> origin/gh/lw/8/head 2025-04-25T04:41:48.3061199Z * [new branch] gh/lw/8/orig -> origin/gh/lw/8/orig 2025-04-25T04:41:48.3061632Z * [new branch] gh/lw/9/base -> origin/gh/lw/9/base 2025-04-25T04:41:48.3062063Z * [new branch] gh/lw/9/head -> origin/gh/lw/9/head 2025-04-25T04:41:48.3062509Z * [new branch] gh/lw/9/orig -> origin/gh/lw/9/orig 2025-04-25T04:41:48.3062960Z * [new branch] gh/malfet/14/base -> origin/gh/malfet/14/base 2025-04-25T04:41:48.3063439Z * [new branch] gh/malfet/155/base -> origin/gh/malfet/155/base 2025-04-25T04:41:48.3063909Z * [new branch] gh/malfet/155/head -> origin/gh/malfet/155/head 2025-04-25T04:41:48.3064393Z * [new branch] gh/malfet/155/orig -> origin/gh/malfet/155/orig 2025-04-25T04:41:48.3064866Z * [new branch] gh/malfet/159/base -> origin/gh/malfet/159/base 2025-04-25T04:41:48.3065335Z * [new branch] gh/malfet/159/head -> origin/gh/malfet/159/head 2025-04-25T04:41:48.3065809Z * [new branch] gh/malfet/159/orig -> origin/gh/malfet/159/orig 2025-04-25T04:41:48.3066271Z * [new branch] gh/malfet/169/base -> origin/gh/malfet/169/base 2025-04-25T04:41:48.3066747Z * [new branch] gh/malfet/169/head -> origin/gh/malfet/169/head 2025-04-25T04:41:48.3067222Z * [new branch] gh/malfet/169/orig -> origin/gh/malfet/169/orig 2025-04-25T04:41:48.3067690Z * [new branch] gh/malfet/197/base -> origin/gh/malfet/197/base 2025-04-25T04:41:48.3068167Z * [new branch] gh/malfet/197/head -> origin/gh/malfet/197/head 2025-04-25T04:41:48.3068632Z * [new branch] gh/malfet/197/orig -> origin/gh/malfet/197/orig 2025-04-25T04:41:48.3069102Z * [new branch] gh/malfet/237/base -> origin/gh/malfet/237/base 2025-04-25T04:41:48.3069673Z * [new branch] gh/malfet/237/head -> origin/gh/malfet/237/head 2025-04-25T04:41:48.3070161Z * [new branch] gh/malfet/237/orig -> origin/gh/malfet/237/orig 2025-04-25T04:41:48.3070646Z * [new branch] gh/malfet/241/base -> origin/gh/malfet/241/base 2025-04-25T04:41:48.3071117Z * [new branch] gh/malfet/241/head -> origin/gh/malfet/241/head 2025-04-25T04:41:48.3071596Z * [new branch] gh/malfet/241/orig -> origin/gh/malfet/241/orig 2025-04-25T04:41:48.3072064Z * [new branch] gh/malfet/243/base -> origin/gh/malfet/243/base 2025-04-25T04:41:48.3072548Z * [new branch] gh/malfet/243/head -> origin/gh/malfet/243/head 2025-04-25T04:41:48.3073025Z * [new branch] gh/malfet/243/orig -> origin/gh/malfet/243/orig 2025-04-25T04:41:48.3073485Z * [new branch] gh/malfet/244/base -> origin/gh/malfet/244/base 2025-04-25T04:41:48.3073963Z * [new branch] gh/malfet/244/head -> origin/gh/malfet/244/head 2025-04-25T04:41:48.3074503Z * [new branch] gh/malfet/244/orig -> origin/gh/malfet/244/orig 2025-04-25T04:41:48.3074990Z * [new branch] gh/malfet/245/base -> origin/gh/malfet/245/base 2025-04-25T04:41:48.3075467Z * [new branch] gh/malfet/245/head -> origin/gh/malfet/245/head 2025-04-25T04:41:48.3075938Z * [new branch] gh/malfet/245/orig -> origin/gh/malfet/245/orig 2025-04-25T04:41:48.3076418Z * [new branch] gh/malfet/246/base -> origin/gh/malfet/246/base 2025-04-25T04:41:48.3076988Z * [new branch] gh/malfet/246/head -> origin/gh/malfet/246/head 2025-04-25T04:41:48.3077470Z * [new branch] gh/malfet/246/orig -> origin/gh/malfet/246/orig 2025-04-25T04:41:48.3077958Z * [new branch] gh/malfet/247/base -> origin/gh/malfet/247/base 2025-04-25T04:41:48.3078427Z * [new branch] gh/malfet/247/head -> origin/gh/malfet/247/head 2025-04-25T04:41:48.3078903Z * [new branch] gh/malfet/247/orig -> origin/gh/malfet/247/orig 2025-04-25T04:41:48.3079368Z * [new branch] gh/malfet/248/base -> origin/gh/malfet/248/base 2025-04-25T04:41:48.3079842Z * [new branch] gh/malfet/248/head -> origin/gh/malfet/248/head 2025-04-25T04:41:48.3080308Z * [new branch] gh/malfet/248/orig -> origin/gh/malfet/248/orig 2025-04-25T04:41:48.3080784Z * [new branch] gh/malfet/249/base -> origin/gh/malfet/249/base 2025-04-25T04:41:48.3081262Z * [new branch] gh/malfet/249/head -> origin/gh/malfet/249/head 2025-04-25T04:41:48.3081726Z * [new branch] gh/malfet/249/orig -> origin/gh/malfet/249/orig 2025-04-25T04:41:48.3500716Z * [new branch] gh/malfet/250/base -> origin/gh/malfet/250/base 2025-04-25T04:41:48.3501305Z * [new branch] gh/malfet/250/head -> origin/gh/malfet/250/head 2025-04-25T04:41:48.3501787Z * [new branch] gh/malfet/250/orig -> origin/gh/malfet/250/orig 2025-04-25T04:41:48.3502279Z * [new branch] gh/malfet/251/base -> origin/gh/malfet/251/base 2025-04-25T04:41:48.3502742Z * [new branch] gh/malfet/251/head -> origin/gh/malfet/251/head 2025-04-25T04:41:48.3503216Z * [new branch] gh/malfet/251/orig -> origin/gh/malfet/251/orig 2025-04-25T04:41:48.3503685Z * [new branch] gh/malfet/252/base -> origin/gh/malfet/252/base 2025-04-25T04:41:48.3504157Z * [new branch] gh/malfet/252/head -> origin/gh/malfet/252/head 2025-04-25T04:41:48.3504629Z * [new branch] gh/malfet/252/orig -> origin/gh/malfet/252/orig 2025-04-25T04:41:48.3505094Z * [new branch] gh/malfet/253/base -> origin/gh/malfet/253/base 2025-04-25T04:41:48.3505758Z * [new branch] gh/malfet/253/head -> origin/gh/malfet/253/head 2025-04-25T04:41:48.3506228Z * [new branch] gh/malfet/253/orig -> origin/gh/malfet/253/orig 2025-04-25T04:41:48.3506715Z * [new branch] gh/malfet/254/base -> origin/gh/malfet/254/base 2025-04-25T04:41:48.3507197Z * [new branch] gh/malfet/254/head -> origin/gh/malfet/254/head 2025-04-25T04:41:48.3507666Z * [new branch] gh/malfet/254/orig -> origin/gh/malfet/254/orig 2025-04-25T04:41:48.3508139Z * [new branch] gh/malfet/255/base -> origin/gh/malfet/255/base 2025-04-25T04:41:48.3508611Z * [new branch] gh/malfet/255/head -> origin/gh/malfet/255/head 2025-04-25T04:41:48.3509084Z * [new branch] gh/malfet/255/orig -> origin/gh/malfet/255/orig 2025-04-25T04:41:48.3509562Z * [new branch] gh/malfet/256/base -> origin/gh/malfet/256/base 2025-04-25T04:41:48.3510036Z * [new branch] gh/malfet/256/head -> origin/gh/malfet/256/head 2025-04-25T04:41:48.3510511Z * [new branch] gh/malfet/256/orig -> origin/gh/malfet/256/orig 2025-04-25T04:41:48.3511064Z * [new branch] gh/malfet/257/base -> origin/gh/malfet/257/base 2025-04-25T04:41:48.3511580Z * [new branch] gh/malfet/257/head -> origin/gh/malfet/257/head 2025-04-25T04:41:48.3512051Z * [new branch] gh/malfet/257/orig -> origin/gh/malfet/257/orig 2025-04-25T04:41:48.3512515Z * [new branch] gh/malfet/258/base -> origin/gh/malfet/258/base 2025-04-25T04:41:48.3513117Z * [new branch] gh/malfet/258/head -> origin/gh/malfet/258/head 2025-04-25T04:41:48.3513583Z * [new branch] gh/malfet/258/orig -> origin/gh/malfet/258/orig 2025-04-25T04:41:48.3514065Z * [new branch] gh/malfet/259/base -> origin/gh/malfet/259/base 2025-04-25T04:41:48.3514607Z * [new branch] gh/malfet/259/head -> origin/gh/malfet/259/head 2025-04-25T04:41:48.3515076Z * [new branch] gh/malfet/259/orig -> origin/gh/malfet/259/orig 2025-04-25T04:41:48.3515550Z * [new branch] gh/malfet/260/base -> origin/gh/malfet/260/base 2025-04-25T04:41:48.3516018Z * [new branch] gh/malfet/260/head -> origin/gh/malfet/260/head 2025-04-25T04:41:48.3516497Z * [new branch] gh/malfet/260/orig -> origin/gh/malfet/260/orig 2025-04-25T04:41:48.3516961Z * [new branch] gh/malfet/261/base -> origin/gh/malfet/261/base 2025-04-25T04:41:48.3517431Z * [new branch] gh/malfet/261/head -> origin/gh/malfet/261/head 2025-04-25T04:41:48.3517909Z * [new branch] gh/malfet/261/orig -> origin/gh/malfet/261/orig 2025-04-25T04:41:48.3518373Z * [new branch] gh/malfet/262/base -> origin/gh/malfet/262/base 2025-04-25T04:41:48.3518843Z * [new branch] gh/malfet/262/head -> origin/gh/malfet/262/head 2025-04-25T04:41:48.3519307Z * [new branch] gh/malfet/262/orig -> origin/gh/malfet/262/orig 2025-04-25T04:41:48.3519777Z * [new branch] gh/malfet/263/base -> origin/gh/malfet/263/base 2025-04-25T04:41:48.3520247Z * [new branch] gh/malfet/263/head -> origin/gh/malfet/263/head 2025-04-25T04:41:48.3520713Z * [new branch] gh/malfet/263/orig -> origin/gh/malfet/263/orig 2025-04-25T04:41:48.3521188Z * [new branch] gh/malfet/264/base -> origin/gh/malfet/264/base 2025-04-25T04:41:48.3521652Z * [new branch] gh/malfet/264/head -> origin/gh/malfet/264/head 2025-04-25T04:41:48.3522122Z * [new branch] gh/malfet/264/orig -> origin/gh/malfet/264/orig 2025-04-25T04:41:48.3522685Z * [new branch] gh/malfet/265/base -> origin/gh/malfet/265/base 2025-04-25T04:41:48.3523155Z * [new branch] gh/malfet/265/head -> origin/gh/malfet/265/head 2025-04-25T04:41:48.4025461Z * [new branch] gh/malfet/265/orig -> origin/gh/malfet/265/orig 2025-04-25T04:41:48.4025995Z * [new branch] gh/malfet/266/base -> origin/gh/malfet/266/base 2025-04-25T04:41:48.4026487Z * [new branch] gh/malfet/266/head -> origin/gh/malfet/266/head 2025-04-25T04:41:48.4026964Z * [new branch] gh/malfet/266/orig -> origin/gh/malfet/266/orig 2025-04-25T04:41:48.4027475Z * [new branch] gh/malfet/267/base -> origin/gh/malfet/267/base 2025-04-25T04:41:48.4027942Z * [new branch] gh/malfet/267/head -> origin/gh/malfet/267/head 2025-04-25T04:41:48.4028408Z * [new branch] gh/malfet/267/orig -> origin/gh/malfet/267/orig 2025-04-25T04:41:48.4028888Z * [new branch] gh/malfet/268/base -> origin/gh/malfet/268/base 2025-04-25T04:41:48.4029361Z * [new branch] gh/malfet/268/head -> origin/gh/malfet/268/head 2025-04-25T04:41:48.4029825Z * [new branch] gh/malfet/268/orig -> origin/gh/malfet/268/orig 2025-04-25T04:41:48.4030298Z * [new branch] gh/malfet/269/base -> origin/gh/malfet/269/base 2025-04-25T04:41:48.4030761Z * [new branch] gh/malfet/269/head -> origin/gh/malfet/269/head 2025-04-25T04:41:48.4031229Z * [new branch] gh/malfet/269/orig -> origin/gh/malfet/269/orig 2025-04-25T04:41:48.4032649Z * [new branch] gh/malfet/270/base -> origin/gh/malfet/270/base 2025-04-25T04:41:48.4033162Z * [new branch] gh/malfet/270/head -> origin/gh/malfet/270/head 2025-04-25T04:41:48.4033662Z * [new branch] gh/malfet/270/orig -> origin/gh/malfet/270/orig 2025-04-25T04:41:48.4034142Z * [new branch] gh/malfet/271/base -> origin/gh/malfet/271/base 2025-04-25T04:41:48.4034697Z * [new branch] gh/malfet/271/head -> origin/gh/malfet/271/head 2025-04-25T04:41:48.4035180Z * [new branch] gh/malfet/271/orig -> origin/gh/malfet/271/orig 2025-04-25T04:41:48.4035651Z * [new branch] gh/malfet/272/base -> origin/gh/malfet/272/base 2025-04-25T04:41:48.4036126Z * [new branch] gh/malfet/272/head -> origin/gh/malfet/272/head 2025-04-25T04:41:48.4036590Z * [new branch] gh/malfet/272/orig -> origin/gh/malfet/272/orig 2025-04-25T04:41:48.4037068Z * [new branch] gh/malfet/273/base -> origin/gh/malfet/273/base 2025-04-25T04:41:48.4037536Z * [new branch] gh/malfet/273/head -> origin/gh/malfet/273/head 2025-04-25T04:41:48.4038019Z * [new branch] gh/malfet/273/orig -> origin/gh/malfet/273/orig 2025-04-25T04:41:48.4038490Z * [new branch] gh/malfet/274/base -> origin/gh/malfet/274/base 2025-04-25T04:41:48.4038956Z * [new branch] gh/malfet/274/head -> origin/gh/malfet/274/head 2025-04-25T04:41:48.4039428Z * [new branch] gh/malfet/274/orig -> origin/gh/malfet/274/orig 2025-04-25T04:41:48.4039890Z * [new branch] gh/malfet/275/base -> origin/gh/malfet/275/base 2025-04-25T04:41:48.4040366Z * [new branch] gh/malfet/275/head -> origin/gh/malfet/275/head 2025-04-25T04:41:48.4040848Z * [new branch] gh/malfet/275/orig -> origin/gh/malfet/275/orig 2025-04-25T04:41:48.4041316Z * [new branch] gh/malfet/276/base -> origin/gh/malfet/276/base 2025-04-25T04:41:48.4041788Z * [new branch] gh/malfet/276/head -> origin/gh/malfet/276/head 2025-04-25T04:41:48.4042382Z * [new branch] gh/malfet/276/orig -> origin/gh/malfet/276/orig 2025-04-25T04:41:48.4042869Z * [new branch] gh/malfet/277/base -> origin/gh/malfet/277/base 2025-04-25T04:41:48.4043346Z * [new branch] gh/malfet/277/head -> origin/gh/malfet/277/head 2025-04-25T04:41:48.4043814Z * [new branch] gh/malfet/277/orig -> origin/gh/malfet/277/orig 2025-04-25T04:41:48.4044294Z * [new branch] gh/malfet/278/base -> origin/gh/malfet/278/base 2025-04-25T04:41:48.4044765Z * [new branch] gh/malfet/278/head -> origin/gh/malfet/278/head 2025-04-25T04:41:48.4045252Z * [new branch] gh/malfet/278/orig -> origin/gh/malfet/278/orig 2025-04-25T04:41:48.4045718Z * [new branch] gh/malfet/279/base -> origin/gh/malfet/279/base 2025-04-25T04:41:48.4046196Z * [new branch] gh/malfet/279/head -> origin/gh/malfet/279/head 2025-04-25T04:41:48.4046671Z * [new branch] gh/malfet/279/orig -> origin/gh/malfet/279/orig 2025-04-25T04:41:48.4047141Z * [new branch] gh/malfet/280/base -> origin/gh/malfet/280/base 2025-04-25T04:41:48.4047616Z * [new branch] gh/malfet/280/head -> origin/gh/malfet/280/head 2025-04-25T04:41:48.4048081Z * [new branch] gh/malfet/280/orig -> origin/gh/malfet/280/orig 2025-04-25T04:41:48.4048558Z * [new branch] gh/malfet/281/base -> origin/gh/malfet/281/base 2025-04-25T04:41:48.4049032Z * [new branch] gh/malfet/281/head -> origin/gh/malfet/281/head 2025-04-25T04:41:48.4470995Z * [new branch] gh/malfet/281/orig -> origin/gh/malfet/281/orig 2025-04-25T04:41:48.4471564Z * [new branch] gh/malfet/282/base -> origin/gh/malfet/282/base 2025-04-25T04:41:48.4472052Z * [new branch] gh/malfet/282/head -> origin/gh/malfet/282/head 2025-04-25T04:41:48.4472577Z * [new branch] gh/malfet/282/orig -> origin/gh/malfet/282/orig 2025-04-25T04:41:48.4473045Z * [new branch] gh/malfet/283/base -> origin/gh/malfet/283/base 2025-04-25T04:41:48.4473523Z * [new branch] gh/malfet/283/head -> origin/gh/malfet/283/head 2025-04-25T04:41:48.4473995Z * [new branch] gh/malfet/283/orig -> origin/gh/malfet/283/orig 2025-04-25T04:41:48.4474546Z * [new branch] gh/malfet/284/base -> origin/gh/malfet/284/base 2025-04-25T04:41:48.4475015Z * [new branch] gh/malfet/284/head -> origin/gh/malfet/284/head 2025-04-25T04:41:48.4475490Z * [new branch] gh/malfet/284/orig -> origin/gh/malfet/284/orig 2025-04-25T04:41:48.4475958Z * [new branch] gh/malfet/285/base -> origin/gh/malfet/285/base 2025-04-25T04:41:48.4476421Z * [new branch] gh/malfet/285/head -> origin/gh/malfet/285/head 2025-04-25T04:41:48.4476906Z * [new branch] gh/malfet/285/orig -> origin/gh/malfet/285/orig 2025-04-25T04:41:48.4477384Z * [new branch] gh/malfet/286/base -> origin/gh/malfet/286/base 2025-04-25T04:41:48.4477849Z * [new branch] gh/malfet/286/head -> origin/gh/malfet/286/head 2025-04-25T04:41:48.4478324Z * [new branch] gh/malfet/286/orig -> origin/gh/malfet/286/orig 2025-04-25T04:41:48.4478867Z * [new branch] gh/malfet/287/base -> origin/gh/malfet/287/base 2025-04-25T04:41:48.4479377Z * [new branch] gh/malfet/287/head -> origin/gh/malfet/287/head 2025-04-25T04:41:48.4479847Z * [new branch] gh/malfet/287/orig -> origin/gh/malfet/287/orig 2025-04-25T04:41:48.4480323Z * [new branch] gh/malfet/288/base -> origin/gh/malfet/288/base 2025-04-25T04:41:48.4480798Z * [new branch] gh/malfet/288/head -> origin/gh/malfet/288/head 2025-04-25T04:41:48.4481934Z * [new branch] gh/malfet/288/orig -> origin/gh/malfet/288/orig 2025-04-25T04:41:48.4482428Z * [new branch] gh/malfet/289/base -> origin/gh/malfet/289/base 2025-04-25T04:41:48.4482898Z * [new branch] gh/malfet/289/head -> origin/gh/malfet/289/head 2025-04-25T04:41:48.4483378Z * [new branch] gh/malfet/289/orig -> origin/gh/malfet/289/orig 2025-04-25T04:41:48.4483851Z * [new branch] gh/malfet/290/base -> origin/gh/malfet/290/base 2025-04-25T04:41:48.4484315Z * [new branch] gh/malfet/290/head -> origin/gh/malfet/290/head 2025-04-25T04:41:48.4484797Z * [new branch] gh/malfet/290/orig -> origin/gh/malfet/290/orig 2025-04-25T04:41:48.4485269Z * [new branch] gh/malfet/291/base -> origin/gh/malfet/291/base 2025-04-25T04:41:48.4485742Z * [new branch] gh/malfet/291/head -> origin/gh/malfet/291/head 2025-04-25T04:41:48.4486210Z * [new branch] gh/malfet/291/orig -> origin/gh/malfet/291/orig 2025-04-25T04:41:48.4486675Z * [new branch] gh/malfet/292/base -> origin/gh/malfet/292/base 2025-04-25T04:41:48.4487146Z * [new branch] gh/malfet/292/head -> origin/gh/malfet/292/head 2025-04-25T04:41:48.4487615Z * [new branch] gh/malfet/292/orig -> origin/gh/malfet/292/orig 2025-04-25T04:41:48.4488083Z * [new branch] gh/malfet/293/base -> origin/gh/malfet/293/base 2025-04-25T04:41:48.4488547Z * [new branch] gh/malfet/293/head -> origin/gh/malfet/293/head 2025-04-25T04:41:48.4489315Z * [new branch] gh/malfet/293/orig -> origin/gh/malfet/293/orig 2025-04-25T04:41:48.4489796Z * [new branch] gh/malfet/294/base -> origin/gh/malfet/294/base 2025-04-25T04:41:48.4490267Z * [new branch] gh/malfet/294/head -> origin/gh/malfet/294/head 2025-04-25T04:41:48.4490742Z * [new branch] gh/malfet/294/orig -> origin/gh/malfet/294/orig 2025-04-25T04:41:48.4491216Z * [new branch] gh/malfet/295/base -> origin/gh/malfet/295/base 2025-04-25T04:41:48.4491693Z * [new branch] gh/malfet/295/head -> origin/gh/malfet/295/head 2025-04-25T04:41:48.4492167Z * [new branch] gh/malfet/295/orig -> origin/gh/malfet/295/orig 2025-04-25T04:41:48.4492630Z * [new branch] gh/malfet/296/base -> origin/gh/malfet/296/base 2025-04-25T04:41:48.4493107Z * [new branch] gh/malfet/296/head -> origin/gh/malfet/296/head 2025-04-25T04:41:48.4493574Z * [new branch] gh/malfet/296/orig -> origin/gh/malfet/296/orig 2025-04-25T04:41:48.4494055Z * [new branch] gh/malfet/297/base -> origin/gh/malfet/297/base 2025-04-25T04:41:48.4494530Z * [new branch] gh/malfet/297/head -> origin/gh/malfet/297/head 2025-04-25T04:41:48.4976665Z * [new branch] gh/malfet/297/orig -> origin/gh/malfet/297/orig 2025-04-25T04:41:48.4977218Z * [new branch] gh/malfet/298/base -> origin/gh/malfet/298/base 2025-04-25T04:41:48.4977711Z * [new branch] gh/malfet/298/head -> origin/gh/malfet/298/head 2025-04-25T04:41:48.4978181Z * [new branch] gh/malfet/298/orig -> origin/gh/malfet/298/orig 2025-04-25T04:41:48.4978672Z * [new branch] gh/malfet/299/base -> origin/gh/malfet/299/base 2025-04-25T04:41:48.4979163Z * [new branch] gh/malfet/299/head -> origin/gh/malfet/299/head 2025-04-25T04:41:48.4979636Z * [new branch] gh/malfet/299/orig -> origin/gh/malfet/299/orig 2025-04-25T04:41:48.4980101Z * [new branch] gh/malfet/300/base -> origin/gh/malfet/300/base 2025-04-25T04:41:48.4980730Z * [new branch] gh/malfet/300/head -> origin/gh/malfet/300/head 2025-04-25T04:41:48.4981212Z * [new branch] gh/malfet/300/orig -> origin/gh/malfet/300/orig 2025-04-25T04:41:48.4981684Z * [new branch] gh/malfet/64/base -> origin/gh/malfet/64/base 2025-04-25T04:41:48.4982160Z * [new branch] gh/malfet/64/head -> origin/gh/malfet/64/head 2025-04-25T04:41:48.4982616Z * [new branch] gh/malfet/96/base -> origin/gh/malfet/96/base 2025-04-25T04:41:48.4983082Z * [new branch] gh/malfet/96/head -> origin/gh/malfet/96/head 2025-04-25T04:41:48.4983553Z * [new branch] gh/malfet/96/orig -> origin/gh/malfet/96/orig 2025-04-25T04:41:48.4984010Z * [new branch] gh/markkm/1/base -> origin/gh/markkm/1/base 2025-04-25T04:41:48.4984501Z * [new branch] gh/masnesral/184/base -> origin/gh/masnesral/184/base 2025-04-25T04:41:48.4985018Z * [new branch] gh/masnesral/184/head -> origin/gh/masnesral/184/head 2025-04-25T04:41:48.4985569Z * [new branch] gh/masnesral/184/orig -> origin/gh/masnesral/184/orig 2025-04-25T04:41:48.4986105Z * [new branch] gh/masnesral/185/base -> origin/gh/masnesral/185/base 2025-04-25T04:41:48.4986642Z * [new branch] gh/masnesral/185/head -> origin/gh/masnesral/185/head 2025-04-25T04:41:48.4987150Z * [new branch] gh/masnesral/185/orig -> origin/gh/masnesral/185/orig 2025-04-25T04:41:48.4987648Z * [new branch] gh/masnesral/186/base -> origin/gh/masnesral/186/base 2025-04-25T04:41:48.4988602Z * [new branch] gh/masnesral/186/head -> origin/gh/masnesral/186/head 2025-04-25T04:41:48.4989100Z * [new branch] gh/masnesral/186/orig -> origin/gh/masnesral/186/orig 2025-04-25T04:41:48.4989617Z * [new branch] gh/masnesral/187/base -> origin/gh/masnesral/187/base 2025-04-25T04:41:48.4990128Z * [new branch] gh/masnesral/187/head -> origin/gh/masnesral/187/head 2025-04-25T04:41:48.4990627Z * [new branch] gh/masnesral/187/orig -> origin/gh/masnesral/187/orig 2025-04-25T04:41:48.4991127Z * [new branch] gh/masnesral/188/base -> origin/gh/masnesral/188/base 2025-04-25T04:41:48.4991621Z * [new branch] gh/masnesral/188/head -> origin/gh/masnesral/188/head 2025-04-25T04:41:48.4992124Z * [new branch] gh/masnesral/188/orig -> origin/gh/masnesral/188/orig 2025-04-25T04:41:48.4992630Z * [new branch] gh/masnesral/189/base -> origin/gh/masnesral/189/base 2025-04-25T04:41:48.4993118Z * [new branch] gh/masnesral/189/head -> origin/gh/masnesral/189/head 2025-04-25T04:41:48.4993621Z * [new branch] gh/masnesral/189/orig -> origin/gh/masnesral/189/orig 2025-04-25T04:41:48.4994122Z * [new branch] gh/masnesral/190/base -> origin/gh/masnesral/190/base 2025-04-25T04:41:48.4994717Z * [new branch] gh/masnesral/190/head -> origin/gh/masnesral/190/head 2025-04-25T04:41:48.4995231Z * [new branch] gh/masnesral/190/orig -> origin/gh/masnesral/190/orig 2025-04-25T04:41:48.4995727Z * [new branch] gh/masnesral/191/base -> origin/gh/masnesral/191/base 2025-04-25T04:41:48.4996238Z * [new branch] gh/masnesral/191/head -> origin/gh/masnesral/191/head 2025-04-25T04:41:48.4996734Z * [new branch] gh/masnesral/191/orig -> origin/gh/masnesral/191/orig 2025-04-25T04:41:48.4997251Z * [new branch] gh/masnesral/192/base -> origin/gh/masnesral/192/base 2025-04-25T04:41:48.4997759Z * [new branch] gh/masnesral/192/head -> origin/gh/masnesral/192/head 2025-04-25T04:41:48.4998250Z * [new branch] gh/masnesral/192/orig -> origin/gh/masnesral/192/orig 2025-04-25T04:41:48.4998864Z * [new branch] gh/masnesral/193/base -> origin/gh/masnesral/193/base 2025-04-25T04:41:48.4999358Z * [new branch] gh/masnesral/193/head -> origin/gh/masnesral/193/head 2025-04-25T04:41:48.4999865Z * [new branch] gh/masnesral/193/orig -> origin/gh/masnesral/193/orig 2025-04-25T04:41:48.5442129Z * [new branch] gh/masnesral/194/base -> origin/gh/masnesral/194/base 2025-04-25T04:41:48.5442687Z * [new branch] gh/masnesral/194/head -> origin/gh/masnesral/194/head 2025-04-25T04:41:48.5443201Z * [new branch] gh/masnesral/194/orig -> origin/gh/masnesral/194/orig 2025-04-25T04:41:48.5443725Z * [new branch] gh/masnesral/195/base -> origin/gh/masnesral/195/base 2025-04-25T04:41:48.5444230Z * [new branch] gh/masnesral/195/head -> origin/gh/masnesral/195/head 2025-04-25T04:41:48.5444736Z * [new branch] gh/masnesral/195/orig -> origin/gh/masnesral/195/orig 2025-04-25T04:41:48.5445266Z * [new branch] gh/masnesral/196/base -> origin/gh/masnesral/196/base 2025-04-25T04:41:48.5445769Z * [new branch] gh/masnesral/196/head -> origin/gh/masnesral/196/head 2025-04-25T04:41:48.5446265Z * [new branch] gh/masnesral/196/orig -> origin/gh/masnesral/196/orig 2025-04-25T04:41:48.5446763Z * [new branch] gh/masnesral/197/base -> origin/gh/masnesral/197/base 2025-04-25T04:41:48.5447266Z * [new branch] gh/masnesral/197/head -> origin/gh/masnesral/197/head 2025-04-25T04:41:48.5448264Z * [new branch] gh/masnesral/197/orig -> origin/gh/masnesral/197/orig 2025-04-25T04:41:48.5448775Z * [new branch] gh/masnesral/34/base -> origin/gh/masnesral/34/base 2025-04-25T04:41:48.5449260Z * [new branch] gh/mcr229/1/base -> origin/gh/mcr229/1/base 2025-04-25T04:41:48.5449729Z * [new branch] gh/mcr229/1/head -> origin/gh/mcr229/1/head 2025-04-25T04:41:48.5450191Z * [new branch] gh/mcr229/1/orig -> origin/gh/mcr229/1/orig 2025-04-25T04:41:48.5450689Z * [new branch] gh/mcr229/2/base -> origin/gh/mcr229/2/base 2025-04-25T04:41:48.5451183Z * [new branch] gh/mcr229/2/head -> origin/gh/mcr229/2/head 2025-04-25T04:41:48.5451663Z * [new branch] gh/mcr229/2/orig -> origin/gh/mcr229/2/orig 2025-04-25T04:41:48.5452117Z * [new branch] gh/mcr229/3/base -> origin/gh/mcr229/3/base 2025-04-25T04:41:48.5452561Z * [new branch] gh/mcr229/3/head -> origin/gh/mcr229/3/head 2025-04-25T04:41:48.5453010Z * [new branch] gh/mcr229/3/orig -> origin/gh/mcr229/3/orig 2025-04-25T04:41:48.5453463Z * [new branch] gh/mcr229/4/base -> origin/gh/mcr229/4/base 2025-04-25T04:41:48.5453911Z * [new branch] gh/mcr229/4/head -> origin/gh/mcr229/4/head 2025-04-25T04:41:48.5454366Z * [new branch] gh/mcr229/4/orig -> origin/gh/mcr229/4/orig 2025-04-25T04:41:48.5454838Z * [new branch] gh/mhorowitz/0/base -> origin/gh/mhorowitz/0/base 2025-04-25T04:41:48.5455339Z * [new branch] gh/mhorowitz/0/head -> origin/gh/mhorowitz/0/head 2025-04-25T04:41:48.5455827Z * [new branch] gh/mhorowitz/1/base -> origin/gh/mhorowitz/1/base 2025-04-25T04:41:48.5456305Z * [new branch] gh/mhorowitz/1/head -> origin/gh/mhorowitz/1/head 2025-04-25T04:41:48.5456801Z * [new branch] gh/mhorowitz/2/base -> origin/gh/mhorowitz/2/base 2025-04-25T04:41:48.5457282Z * [new branch] gh/mhorowitz/2/head -> origin/gh/mhorowitz/2/head 2025-04-25T04:41:48.5457770Z * [new branch] gh/mhorowitz/3/base -> origin/gh/mhorowitz/3/base 2025-04-25T04:41:48.5458394Z * [new branch] gh/mhorowitz/3/head -> origin/gh/mhorowitz/3/head 2025-04-25T04:41:48.5458881Z * [new branch] gh/mhorowitz/4/base -> origin/gh/mhorowitz/4/base 2025-04-25T04:41:48.5459379Z * [new branch] gh/mhorowitz/4/head -> origin/gh/mhorowitz/4/head 2025-04-25T04:41:48.5459858Z * [new branch] gh/mhorowitz/5/base -> origin/gh/mhorowitz/5/base 2025-04-25T04:41:48.5460355Z * [new branch] gh/mhorowitz/5/head -> origin/gh/mhorowitz/5/head 2025-04-25T04:41:48.5460832Z * [new branch] gh/mhorowitz/6/base -> origin/gh/mhorowitz/6/base 2025-04-25T04:41:48.5461328Z * [new branch] gh/mhorowitz/6/head -> origin/gh/mhorowitz/6/head 2025-04-25T04:41:48.5461872Z * [new branch] gh/mikaylagawarecki/234/base -> origin/gh/mikaylagawarecki/234/base 2025-04-25T04:41:48.5462471Z * [new branch] gh/mikaylagawarecki/234/head -> origin/gh/mikaylagawarecki/234/head 2025-04-25T04:41:48.5463067Z * [new branch] gh/mikaylagawarecki/235/base -> origin/gh/mikaylagawarecki/235/base 2025-04-25T04:41:48.5463654Z * [new branch] gh/mikaylagawarecki/235/head -> origin/gh/mikaylagawarecki/235/head 2025-04-25T04:41:48.5464242Z * [new branch] gh/mikaylagawarecki/236/base -> origin/gh/mikaylagawarecki/236/base 2025-04-25T04:41:48.5464836Z * [new branch] gh/mikaylagawarecki/236/head -> origin/gh/mikaylagawarecki/236/head 2025-04-25T04:41:48.5465421Z * [new branch] gh/mikaylagawarecki/237/base -> origin/gh/mikaylagawarecki/237/base 2025-04-25T04:41:48.5466382Z * [new branch] gh/mikaylagawarecki/237/head -> origin/gh/mikaylagawarecki/237/head 2025-04-25T04:41:48.5903194Z * [new branch] gh/mikaylagawarecki/238/base -> origin/gh/mikaylagawarecki/238/base 2025-04-25T04:41:48.5903870Z * [new branch] gh/mikaylagawarecki/238/head -> origin/gh/mikaylagawarecki/238/head 2025-04-25T04:41:48.5904473Z * [new branch] gh/mikaylagawarecki/304/base -> origin/gh/mikaylagawarecki/304/base 2025-04-25T04:41:48.5905059Z * [new branch] gh/mikaylagawarecki/304/head -> origin/gh/mikaylagawarecki/304/head 2025-04-25T04:41:48.5905652Z * [new branch] gh/mikaylagawarecki/304/orig -> origin/gh/mikaylagawarecki/304/orig 2025-04-25T04:41:48.5906234Z * [new branch] gh/mikaylagawarecki/307/base -> origin/gh/mikaylagawarecki/307/base 2025-04-25T04:41:48.5906836Z * [new branch] gh/mikaylagawarecki/307/head -> origin/gh/mikaylagawarecki/307/head 2025-04-25T04:41:48.5907519Z * [new branch] gh/mikaylagawarecki/307/orig -> origin/gh/mikaylagawarecki/307/orig 2025-04-25T04:41:48.5908138Z * [new branch] gh/mikaylagawarecki/310/base -> origin/gh/mikaylagawarecki/310/base 2025-04-25T04:41:48.5908733Z * [new branch] gh/mikaylagawarecki/310/head -> origin/gh/mikaylagawarecki/310/head 2025-04-25T04:41:48.5909335Z * [new branch] gh/mikaylagawarecki/310/orig -> origin/gh/mikaylagawarecki/310/orig 2025-04-25T04:41:48.5909875Z * [new branch] gh/mlazos/11/base -> origin/gh/mlazos/11/base 2025-04-25T04:41:48.5910352Z * [new branch] gh/mlazos/11/head -> origin/gh/mlazos/11/head 2025-04-25T04:41:48.5910818Z * [new branch] gh/mlazos/11/orig -> origin/gh/mlazos/11/orig 2025-04-25T04:41:48.5911288Z * [new branch] gh/mlazos/12/base -> origin/gh/mlazos/12/base 2025-04-25T04:41:48.5911762Z * [new branch] gh/mlazos/12/head -> origin/gh/mlazos/12/head 2025-04-25T04:41:48.5912223Z * [new branch] gh/mlazos/12/orig -> origin/gh/mlazos/12/orig 2025-04-25T04:41:48.5912693Z * [new branch] gh/mlazos/14/base -> origin/gh/mlazos/14/base 2025-04-25T04:41:48.5913350Z * [new branch] gh/mlazos/14/head -> origin/gh/mlazos/14/head 2025-04-25T04:41:48.5913867Z * [new branch] gh/mlazos/14/orig -> origin/gh/mlazos/14/orig 2025-04-25T04:41:48.5914422Z * [new branch] gh/mlazos/15/base -> origin/gh/mlazos/15/base 2025-04-25T04:41:48.5914891Z * [new branch] gh/mlazos/15/head -> origin/gh/mlazos/15/head 2025-04-25T04:41:48.5915362Z * [new branch] gh/mlazos/15/orig -> origin/gh/mlazos/15/orig 2025-04-25T04:41:48.5915822Z * [new branch] gh/mlazos/16/base -> origin/gh/mlazos/16/base 2025-04-25T04:41:48.5916307Z * [new branch] gh/mlazos/16/head -> origin/gh/mlazos/16/head 2025-04-25T04:41:48.5916769Z * [new branch] gh/mlazos/16/orig -> origin/gh/mlazos/16/orig 2025-04-25T04:41:48.5917238Z * [new branch] gh/mlazos/17/base -> origin/gh/mlazos/17/base 2025-04-25T04:41:48.5917708Z * [new branch] gh/mlazos/17/head -> origin/gh/mlazos/17/head 2025-04-25T04:41:48.5918163Z * [new branch] gh/mlazos/17/orig -> origin/gh/mlazos/17/orig 2025-04-25T04:41:48.5918633Z * [new branch] gh/mlazos/18/base -> origin/gh/mlazos/18/base 2025-04-25T04:41:48.5919085Z * [new branch] gh/mlazos/18/head -> origin/gh/mlazos/18/head 2025-04-25T04:41:48.5919557Z * [new branch] gh/mlazos/18/orig -> origin/gh/mlazos/18/orig 2025-04-25T04:41:48.5920088Z * [new branch] gh/mlazos/19/base -> origin/gh/mlazos/19/base 2025-04-25T04:41:48.5920990Z * [new branch] gh/mlazos/19/head -> origin/gh/mlazos/19/head 2025-04-25T04:41:48.5921464Z * [new branch] gh/mlazos/19/orig -> origin/gh/mlazos/19/orig 2025-04-25T04:41:48.5921923Z * [new branch] gh/mlazos/20/base -> origin/gh/mlazos/20/base 2025-04-25T04:41:48.5922402Z * [new branch] gh/mlazos/20/head -> origin/gh/mlazos/20/head 2025-04-25T04:41:48.5922855Z * [new branch] gh/mlazos/20/orig -> origin/gh/mlazos/20/orig 2025-04-25T04:41:48.5923317Z * [new branch] gh/mlazos/21/base -> origin/gh/mlazos/21/base 2025-04-25T04:41:48.5923785Z * [new branch] gh/mlazos/21/head -> origin/gh/mlazos/21/head 2025-04-25T04:41:48.5924240Z * [new branch] gh/mlazos/21/orig -> origin/gh/mlazos/21/orig 2025-04-25T04:41:48.5924702Z * [new branch] gh/mlazos/22/base -> origin/gh/mlazos/22/base 2025-04-25T04:41:48.5925164Z * [new branch] gh/mlazos/22/head -> origin/gh/mlazos/22/head 2025-04-25T04:41:48.5925638Z * [new branch] gh/mlazos/22/orig -> origin/gh/mlazos/22/orig 2025-04-25T04:41:48.5926144Z * [new branch] gh/mlazos/23/base -> origin/gh/mlazos/23/base 2025-04-25T04:41:48.5926650Z * [new branch] gh/mlazos/23/head -> origin/gh/mlazos/23/head 2025-04-25T04:41:48.6358204Z * [new branch] gh/mlazos/23/orig -> origin/gh/mlazos/23/orig 2025-04-25T04:41:48.6358763Z * [new branch] gh/mlazos/24/base -> origin/gh/mlazos/24/base 2025-04-25T04:41:48.6359241Z * [new branch] gh/mlazos/24/head -> origin/gh/mlazos/24/head 2025-04-25T04:41:48.6359721Z * [new branch] gh/mlazos/24/orig -> origin/gh/mlazos/24/orig 2025-04-25T04:41:48.6360190Z * [new branch] gh/mlazos/25/base -> origin/gh/mlazos/25/base 2025-04-25T04:41:48.6360684Z * [new branch] gh/mlazos/25/head -> origin/gh/mlazos/25/head 2025-04-25T04:41:48.6361149Z * [new branch] gh/mlazos/25/orig -> origin/gh/mlazos/25/orig 2025-04-25T04:41:48.6361610Z * [new branch] gh/mlazos/26/base -> origin/gh/mlazos/26/base 2025-04-25T04:41:48.6363132Z * [new branch] gh/mlazos/26/head -> origin/gh/mlazos/26/head 2025-04-25T04:41:48.6363616Z * [new branch] gh/mlazos/26/orig -> origin/gh/mlazos/26/orig 2025-04-25T04:41:48.6364094Z * [new branch] gh/mlazos/27/base -> origin/gh/mlazos/27/base 2025-04-25T04:41:48.6364575Z * [new branch] gh/mlazos/27/head -> origin/gh/mlazos/27/head 2025-04-25T04:41:48.6365040Z * [new branch] gh/mlazos/27/orig -> origin/gh/mlazos/27/orig 2025-04-25T04:41:48.6365503Z * [new branch] gh/mlazos/28/base -> origin/gh/mlazos/28/base 2025-04-25T04:41:48.6365969Z * [new branch] gh/mlazos/28/head -> origin/gh/mlazos/28/head 2025-04-25T04:41:48.6366558Z * [new branch] gh/mlazos/28/orig -> origin/gh/mlazos/28/orig 2025-04-25T04:41:48.6367020Z * [new branch] gh/mlazos/29/base -> origin/gh/mlazos/29/base 2025-04-25T04:41:48.6367491Z * [new branch] gh/mlazos/29/head -> origin/gh/mlazos/29/head 2025-04-25T04:41:48.6368772Z * [new branch] gh/mlazos/29/orig -> origin/gh/mlazos/29/orig 2025-04-25T04:41:48.6369242Z * [new branch] gh/mlazos/3/base -> origin/gh/mlazos/3/base 2025-04-25T04:41:48.6369709Z * [new branch] gh/mlazos/3/head -> origin/gh/mlazos/3/head 2025-04-25T04:41:48.6370166Z * [new branch] gh/mlazos/3/orig -> origin/gh/mlazos/3/orig 2025-04-25T04:41:48.6370630Z * [new branch] gh/mlazos/30/base -> origin/gh/mlazos/30/base 2025-04-25T04:41:48.6371601Z * [new branch] gh/mlazos/30/head -> origin/gh/mlazos/30/head 2025-04-25T04:41:48.6372073Z * [new branch] gh/mlazos/30/orig -> origin/gh/mlazos/30/orig 2025-04-25T04:41:48.6372547Z * [new branch] gh/mlazos/31/base -> origin/gh/mlazos/31/base 2025-04-25T04:41:48.6373018Z * [new branch] gh/mlazos/31/head -> origin/gh/mlazos/31/head 2025-04-25T04:41:48.6374379Z * [new branch] gh/mlazos/31/orig -> origin/gh/mlazos/31/orig 2025-04-25T04:41:48.6374844Z * [new branch] gh/mlazos/32/base -> origin/gh/mlazos/32/base 2025-04-25T04:41:48.6375326Z * [new branch] gh/mlazos/32/head -> origin/gh/mlazos/32/head 2025-04-25T04:41:48.6375795Z * [new branch] gh/mlazos/32/orig -> origin/gh/mlazos/32/orig 2025-04-25T04:41:48.6376260Z * [new branch] gh/mlazos/33/base -> origin/gh/mlazos/33/base 2025-04-25T04:41:48.6376728Z * [new branch] gh/mlazos/33/head -> origin/gh/mlazos/33/head 2025-04-25T04:41:48.6377191Z * [new branch] gh/mlazos/33/orig -> origin/gh/mlazos/33/orig 2025-04-25T04:41:48.6377661Z * [new branch] gh/mlazos/34/base -> origin/gh/mlazos/34/base 2025-04-25T04:41:48.6378129Z * [new branch] gh/mlazos/34/head -> origin/gh/mlazos/34/head 2025-04-25T04:41:48.6378587Z * [new branch] gh/mlazos/34/orig -> origin/gh/mlazos/34/orig 2025-04-25T04:41:48.6379859Z * [new branch] gh/mlazos/4/base -> origin/gh/mlazos/4/base 2025-04-25T04:41:48.6380326Z * [new branch] gh/mlazos/4/head -> origin/gh/mlazos/4/head 2025-04-25T04:41:48.6380801Z * [new branch] gh/mlazos/4/orig -> origin/gh/mlazos/4/orig 2025-04-25T04:41:48.6381271Z * [new branch] gh/mrmiywj/1/base -> origin/gh/mrmiywj/1/base 2025-04-25T04:41:48.6381758Z * [new branch] gh/mrmiywj/1/head -> origin/gh/mrmiywj/1/head 2025-04-25T04:41:48.6382244Z * [new branch] gh/muchulee8/40/base -> origin/gh/muchulee8/40/base 2025-04-25T04:41:48.6382864Z * [new branch] gh/muchulee8/40/head -> origin/gh/muchulee8/40/head 2025-04-25T04:41:48.6383371Z * [new branch] gh/muchulee8/40/orig -> origin/gh/muchulee8/40/orig 2025-04-25T04:41:48.6383861Z * [new branch] gh/muchulee8/41/base -> origin/gh/muchulee8/41/base 2025-04-25T04:41:48.6384363Z * [new branch] gh/muchulee8/41/head -> origin/gh/muchulee8/41/head 2025-04-25T04:41:48.6385692Z * [new branch] gh/muchulee8/41/orig -> origin/gh/muchulee8/41/orig 2025-04-25T04:41:48.6825765Z * [new branch] gh/muchulee8/45/base -> origin/gh/muchulee8/45/base 2025-04-25T04:41:48.6826336Z * [new branch] gh/muchulee8/45/head -> origin/gh/muchulee8/45/head 2025-04-25T04:41:48.6826836Z * [new branch] gh/muchulee8/45/orig -> origin/gh/muchulee8/45/orig 2025-04-25T04:41:48.6827356Z * [new branch] gh/muchulee8/47/base -> origin/gh/muchulee8/47/base 2025-04-25T04:41:48.6827858Z * [new branch] gh/muchulee8/47/head -> origin/gh/muchulee8/47/head 2025-04-25T04:41:48.6828342Z * [new branch] gh/muchulee8/47/orig -> origin/gh/muchulee8/47/orig 2025-04-25T04:41:48.6828832Z * [new branch] gh/muchulee8/48/base -> origin/gh/muchulee8/48/base 2025-04-25T04:41:48.6829322Z * [new branch] gh/muchulee8/48/head -> origin/gh/muchulee8/48/head 2025-04-25T04:41:48.6829803Z * [new branch] gh/muchulee8/48/orig -> origin/gh/muchulee8/48/orig 2025-04-25T04:41:48.6830383Z * [new branch] gh/muchulee8/49/base -> origin/gh/muchulee8/49/base 2025-04-25T04:41:48.6831407Z * [new branch] gh/muchulee8/49/head -> origin/gh/muchulee8/49/head 2025-04-25T04:41:48.6831909Z * [new branch] gh/muchulee8/49/orig -> origin/gh/muchulee8/49/orig 2025-04-25T04:41:48.6832391Z * [new branch] gh/muchulee8/50/base -> origin/gh/muchulee8/50/base 2025-04-25T04:41:48.6832896Z * [new branch] gh/muchulee8/50/head -> origin/gh/muchulee8/50/head 2025-04-25T04:41:48.6833383Z * [new branch] gh/muchulee8/50/orig -> origin/gh/muchulee8/50/orig 2025-04-25T04:41:48.6833868Z * [new branch] gh/muchulee8/51/base -> origin/gh/muchulee8/51/base 2025-04-25T04:41:48.6834447Z * [new branch] gh/muchulee8/51/head -> origin/gh/muchulee8/51/head 2025-04-25T04:41:48.6834934Z * [new branch] gh/muchulee8/51/orig -> origin/gh/muchulee8/51/orig 2025-04-25T04:41:48.6835432Z * [new branch] gh/muchulee8/52/base -> origin/gh/muchulee8/52/base 2025-04-25T04:41:48.6836008Z * [new branch] gh/muchulee8/52/head -> origin/gh/muchulee8/52/head 2025-04-25T04:41:48.6836492Z * [new branch] gh/muchulee8/52/orig -> origin/gh/muchulee8/52/orig 2025-04-25T04:41:48.6836997Z * [new branch] gh/muchulee8/53/base -> origin/gh/muchulee8/53/base 2025-04-25T04:41:48.6837477Z * [new branch] gh/muchulee8/53/head -> origin/gh/muchulee8/53/head 2025-04-25T04:41:48.6837973Z * [new branch] gh/muchulee8/53/orig -> origin/gh/muchulee8/53/orig 2025-04-25T04:41:48.6838469Z * [new branch] gh/muchulee8/54/base -> origin/gh/muchulee8/54/base 2025-04-25T04:41:48.6838950Z * [new branch] gh/muchulee8/54/head -> origin/gh/muchulee8/54/head 2025-04-25T04:41:48.6839442Z * [new branch] gh/muchulee8/54/orig -> origin/gh/muchulee8/54/orig 2025-04-25T04:41:48.6839928Z * [new branch] gh/muchulee8/55/base -> origin/gh/muchulee8/55/base 2025-04-25T04:41:48.6840420Z * [new branch] gh/muchulee8/55/head -> origin/gh/muchulee8/55/head 2025-04-25T04:41:48.6840911Z * [new branch] gh/muchulee8/55/orig -> origin/gh/muchulee8/55/orig 2025-04-25T04:41:48.6841552Z * [new branch] gh/muchulee8/56/base -> origin/gh/muchulee8/56/base 2025-04-25T04:41:48.6842098Z * [new branch] gh/muchulee8/56/head -> origin/gh/muchulee8/56/head 2025-04-25T04:41:48.6842582Z * [new branch] gh/muchulee8/56/orig -> origin/gh/muchulee8/56/orig 2025-04-25T04:41:48.6843091Z * [new branch] gh/nmacchioni/12/base -> origin/gh/nmacchioni/12/base 2025-04-25T04:41:48.6843608Z * [new branch] gh/nmacchioni/12/head -> origin/gh/nmacchioni/12/head 2025-04-25T04:41:48.6844123Z * [new branch] gh/nmacchioni/12/orig -> origin/gh/nmacchioni/12/orig 2025-04-25T04:41:48.6844638Z * [new branch] gh/nmacchioni/31/base -> origin/gh/nmacchioni/31/base 2025-04-25T04:41:48.6845132Z * [new branch] gh/nmacchioni/31/head -> origin/gh/nmacchioni/31/head 2025-04-25T04:41:48.6845637Z * [new branch] gh/nmacchioni/31/orig -> origin/gh/nmacchioni/31/orig 2025-04-25T04:41:48.6846140Z * [new branch] gh/nmacchioni/32/base -> origin/gh/nmacchioni/32/base 2025-04-25T04:41:48.6846650Z * [new branch] gh/nmacchioni/32/head -> origin/gh/nmacchioni/32/head 2025-04-25T04:41:48.6847156Z * [new branch] gh/nmacchioni/32/orig -> origin/gh/nmacchioni/32/orig 2025-04-25T04:41:48.6847654Z * [new branch] gh/nmacchioni/33/base -> origin/gh/nmacchioni/33/base 2025-04-25T04:41:48.6848157Z * [new branch] gh/nmacchioni/33/head -> origin/gh/nmacchioni/33/head 2025-04-25T04:41:48.6848657Z * [new branch] gh/nmacchioni/33/orig -> origin/gh/nmacchioni/33/orig 2025-04-25T04:41:48.6849542Z * [new branch] gh/nmacchioni/35/base -> origin/gh/nmacchioni/35/base 2025-04-25T04:41:48.6850057Z * [new branch] gh/nmacchioni/35/head -> origin/gh/nmacchioni/35/head 2025-04-25T04:41:48.7336144Z * [new branch] gh/nmacchioni/35/orig -> origin/gh/nmacchioni/35/orig 2025-04-25T04:41:48.7336718Z * [new branch] gh/nmacchioni/36/base -> origin/gh/nmacchioni/36/base 2025-04-25T04:41:48.7337263Z * [new branch] gh/nmacchioni/36/head -> origin/gh/nmacchioni/36/head 2025-04-25T04:41:48.7337767Z * [new branch] gh/nmacchioni/36/orig -> origin/gh/nmacchioni/36/orig 2025-04-25T04:41:48.7338278Z * [new branch] gh/nmacchioni/37/base -> origin/gh/nmacchioni/37/base 2025-04-25T04:41:48.7338771Z * [new branch] gh/nmacchioni/37/head -> origin/gh/nmacchioni/37/head 2025-04-25T04:41:48.7339290Z * [new branch] gh/nmacchioni/37/orig -> origin/gh/nmacchioni/37/orig 2025-04-25T04:41:48.7339783Z * [new branch] gh/nmacchioni/39/base -> origin/gh/nmacchioni/39/base 2025-04-25T04:41:48.7340332Z * [new branch] gh/nmacchioni/39/head -> origin/gh/nmacchioni/39/head 2025-04-25T04:41:48.7340884Z * [new branch] gh/nmacchioni/39/orig -> origin/gh/nmacchioni/39/orig 2025-04-25T04:41:48.7341389Z * [new branch] gh/nmacchioni/8/base -> origin/gh/nmacchioni/8/base 2025-04-25T04:41:48.7341907Z * [new branch] gh/nmacchioni/8/head -> origin/gh/nmacchioni/8/head 2025-04-25T04:41:48.7342404Z * [new branch] gh/nmacchioni/8/orig -> origin/gh/nmacchioni/8/orig 2025-04-25T04:41:48.7342894Z * [new branch] gh/oulgen/21/base -> origin/gh/oulgen/21/base 2025-04-25T04:41:48.7351523Z * [new branch] gh/oulgen/21/head -> origin/gh/oulgen/21/head 2025-04-25T04:41:48.7352203Z * [new branch] gh/oulgen/21/orig -> origin/gh/oulgen/21/orig 2025-04-25T04:41:48.7352685Z * [new branch] gh/oulgen/22/base -> origin/gh/oulgen/22/base 2025-04-25T04:41:48.7353165Z * [new branch] gh/oulgen/22/head -> origin/gh/oulgen/22/head 2025-04-25T04:41:48.7353808Z * [new branch] gh/oulgen/22/orig -> origin/gh/oulgen/22/orig 2025-04-25T04:41:48.7354435Z * [new branch] gh/oulgen/23/base -> origin/gh/oulgen/23/base 2025-04-25T04:41:48.7354911Z * [new branch] gh/oulgen/23/head -> origin/gh/oulgen/23/head 2025-04-25T04:41:48.7355370Z * [new branch] gh/oulgen/23/orig -> origin/gh/oulgen/23/orig 2025-04-25T04:41:48.7355834Z * [new branch] gh/oulgen/24/base -> origin/gh/oulgen/24/base 2025-04-25T04:41:48.7356293Z * [new branch] gh/oulgen/24/head -> origin/gh/oulgen/24/head 2025-04-25T04:41:48.7356775Z * [new branch] gh/oulgen/24/orig -> origin/gh/oulgen/24/orig 2025-04-25T04:41:48.7357296Z * [new branch] gh/oulgen/25/base -> origin/gh/oulgen/25/base 2025-04-25T04:41:48.7357793Z * [new branch] gh/oulgen/25/head -> origin/gh/oulgen/25/head 2025-04-25T04:41:48.7358270Z * [new branch] gh/oulgen/25/orig -> origin/gh/oulgen/25/orig 2025-04-25T04:41:48.7358732Z * [new branch] gh/oulgen/26/base -> origin/gh/oulgen/26/base 2025-04-25T04:41:48.7359202Z * [new branch] gh/oulgen/26/head -> origin/gh/oulgen/26/head 2025-04-25T04:41:48.7359670Z * [new branch] gh/oulgen/26/orig -> origin/gh/oulgen/26/orig 2025-04-25T04:41:48.7360133Z * [new branch] gh/oulgen/27/base -> origin/gh/oulgen/27/base 2025-04-25T04:41:48.7360597Z * [new branch] gh/oulgen/27/head -> origin/gh/oulgen/27/head 2025-04-25T04:41:48.7361570Z * [new branch] gh/oulgen/27/orig -> origin/gh/oulgen/27/orig 2025-04-25T04:41:48.7362048Z * [new branch] gh/oulgen/28/base -> origin/gh/oulgen/28/base 2025-04-25T04:41:48.7362515Z * [new branch] gh/oulgen/28/head -> origin/gh/oulgen/28/head 2025-04-25T04:41:48.7362992Z * [new branch] gh/oulgen/28/orig -> origin/gh/oulgen/28/orig 2025-04-25T04:41:48.7363527Z * [new branch] gh/oulgen/29/base -> origin/gh/oulgen/29/base 2025-04-25T04:41:48.7363989Z * [new branch] gh/oulgen/29/head -> origin/gh/oulgen/29/head 2025-04-25T04:41:48.7364464Z * [new branch] gh/oulgen/29/orig -> origin/gh/oulgen/29/orig 2025-04-25T04:41:48.7364925Z * [new branch] gh/oulgen/30/base -> origin/gh/oulgen/30/base 2025-04-25T04:41:48.7365396Z * [new branch] gh/oulgen/30/head -> origin/gh/oulgen/30/head 2025-04-25T04:41:48.7365875Z * [new branch] gh/oulgen/30/orig -> origin/gh/oulgen/30/orig 2025-04-25T04:41:48.7366334Z * [new branch] gh/oulgen/31/base -> origin/gh/oulgen/31/base 2025-04-25T04:41:48.7366814Z * [new branch] gh/oulgen/31/head -> origin/gh/oulgen/31/head 2025-04-25T04:41:48.7367277Z * [new branch] gh/oulgen/31/orig -> origin/gh/oulgen/31/orig 2025-04-25T04:41:48.7367745Z * [new branch] gh/oulgen/32/base -> origin/gh/oulgen/32/base 2025-04-25T04:41:48.7817844Z * [new branch] gh/oulgen/32/head -> origin/gh/oulgen/32/head 2025-04-25T04:41:48.7818375Z * [new branch] gh/oulgen/32/orig -> origin/gh/oulgen/32/orig 2025-04-25T04:41:48.7818869Z * [new branch] gh/oulgen/33/base -> origin/gh/oulgen/33/base 2025-04-25T04:41:48.7819340Z * [new branch] gh/oulgen/33/head -> origin/gh/oulgen/33/head 2025-04-25T04:41:48.7819840Z * [new branch] gh/oulgen/33/orig -> origin/gh/oulgen/33/orig 2025-04-25T04:41:48.7820312Z * [new branch] gh/oulgen/34/base -> origin/gh/oulgen/34/base 2025-04-25T04:41:48.7820931Z * [new branch] gh/oulgen/34/head -> origin/gh/oulgen/34/head 2025-04-25T04:41:48.7821420Z * [new branch] gh/oulgen/34/orig -> origin/gh/oulgen/34/orig 2025-04-25T04:41:48.7821880Z * [new branch] gh/oulgen/35/base -> origin/gh/oulgen/35/base 2025-04-25T04:41:48.7822355Z * [new branch] gh/oulgen/35/head -> origin/gh/oulgen/35/head 2025-04-25T04:41:48.7822832Z * [new branch] gh/oulgen/35/orig -> origin/gh/oulgen/35/orig 2025-04-25T04:41:48.7823297Z * [new branch] gh/oulgen/36/base -> origin/gh/oulgen/36/base 2025-04-25T04:41:48.7823771Z * [new branch] gh/oulgen/36/head -> origin/gh/oulgen/36/head 2025-04-25T04:41:48.7824243Z * [new branch] gh/oulgen/36/orig -> origin/gh/oulgen/36/orig 2025-04-25T04:41:48.7824728Z * [new branch] gh/pearu/108/base -> origin/gh/pearu/108/base 2025-04-25T04:41:48.7825203Z * [new branch] gh/pearu/108/head -> origin/gh/pearu/108/head 2025-04-25T04:41:48.7825668Z * [new branch] gh/pearu/108/orig -> origin/gh/pearu/108/orig 2025-04-25T04:41:48.7826144Z * [new branch] gh/pearu/56/base -> origin/gh/pearu/56/base 2025-04-25T04:41:48.7826605Z * [new branch] gh/pearu/56/head -> origin/gh/pearu/56/head 2025-04-25T04:41:48.7827072Z * [new branch] gh/pearu/56/orig -> origin/gh/pearu/56/orig 2025-04-25T04:41:48.7827523Z * [new branch] gh/pearu/97/base -> origin/gh/pearu/97/base 2025-04-25T04:41:48.7827981Z * [new branch] gh/pearu/97/head -> origin/gh/pearu/97/head 2025-04-25T04:41:48.7828874Z * [new branch] gh/pearu/97/orig -> origin/gh/pearu/97/orig 2025-04-25T04:41:48.7829371Z * [new branch] gh/peterbell10/635/base -> origin/gh/peterbell10/635/base 2025-04-25T04:41:48.7829918Z * [new branch] gh/peterbell10/635/head -> origin/gh/peterbell10/635/head 2025-04-25T04:41:48.7830441Z * [new branch] gh/peterbell10/635/orig -> origin/gh/peterbell10/635/orig 2025-04-25T04:41:48.7830968Z * [new branch] gh/peterbell10/636/base -> origin/gh/peterbell10/636/base 2025-04-25T04:41:48.7831507Z * [new branch] gh/peterbell10/636/head -> origin/gh/peterbell10/636/head 2025-04-25T04:41:48.7832023Z * [new branch] gh/peterbell10/636/orig -> origin/gh/peterbell10/636/orig 2025-04-25T04:41:48.7832522Z * [new branch] gh/qqaatw/1/base -> origin/gh/qqaatw/1/base 2025-04-25T04:41:48.7832991Z * [new branch] gh/qqaatw/1/head -> origin/gh/qqaatw/1/head 2025-04-25T04:41:48.7833463Z * [new branch] gh/qqaatw/26/head -> origin/gh/qqaatw/26/head 2025-04-25T04:41:48.7833935Z * [new branch] gh/qqaatw/27/base -> origin/gh/qqaatw/27/base 2025-04-25T04:41:48.7834498Z * [new branch] gh/qqaatw/27/head -> origin/gh/qqaatw/27/head 2025-04-25T04:41:48.7835150Z * [new branch] gh/qqaatw/28/base -> origin/gh/qqaatw/28/base 2025-04-25T04:41:48.7835612Z * [new branch] gh/qqaatw/28/head -> origin/gh/qqaatw/28/head 2025-04-25T04:41:48.7836084Z * [new branch] gh/qqaatw/28/orig -> origin/gh/qqaatw/28/orig 2025-04-25T04:41:48.7836542Z * [new branch] gh/qqaatw/29/base -> origin/gh/qqaatw/29/base 2025-04-25T04:41:48.7837018Z * [new branch] gh/qqaatw/29/head -> origin/gh/qqaatw/29/head 2025-04-25T04:41:48.7837488Z * [new branch] gh/qqaatw/29/orig -> origin/gh/qqaatw/29/orig 2025-04-25T04:41:48.7837949Z * [new branch] gh/qqaatw/30/base -> origin/gh/qqaatw/30/base 2025-04-25T04:41:48.7838415Z * [new branch] gh/qqaatw/30/head -> origin/gh/qqaatw/30/head 2025-04-25T04:41:48.7838994Z * [new branch] gh/qqaatw/30/orig -> origin/gh/qqaatw/30/orig 2025-04-25T04:41:48.7839467Z * [new branch] gh/rec/119/base -> origin/gh/rec/119/base 2025-04-25T04:41:48.7839921Z * [new branch] gh/rec/119/head -> origin/gh/rec/119/head 2025-04-25T04:41:48.7840367Z * [new branch] gh/rec/119/orig -> origin/gh/rec/119/orig 2025-04-25T04:41:48.7840823Z * [new branch] gh/rec/120/base -> origin/gh/rec/120/base 2025-04-25T04:41:48.7841265Z * [new branch] gh/rec/120/head -> origin/gh/rec/120/head 2025-04-25T04:41:48.8333912Z * [new branch] gh/rec/120/orig -> origin/gh/rec/120/orig 2025-04-25T04:41:48.8334426Z * [new branch] gh/rec/124/base -> origin/gh/rec/124/base 2025-04-25T04:41:48.8334912Z * [new branch] gh/rec/124/head -> origin/gh/rec/124/head 2025-04-25T04:41:48.8335396Z * [new branch] gh/rec/124/orig -> origin/gh/rec/124/orig 2025-04-25T04:41:48.8335828Z * [new branch] gh/rec/125/base -> origin/gh/rec/125/base 2025-04-25T04:41:48.8336282Z * [new branch] gh/rec/125/head -> origin/gh/rec/125/head 2025-04-25T04:41:48.8336724Z * [new branch] gh/rec/125/orig -> origin/gh/rec/125/orig 2025-04-25T04:41:48.8338041Z * [new branch] gh/rec/128/base -> origin/gh/rec/128/base 2025-04-25T04:41:48.8338496Z * [new branch] gh/rec/128/head -> origin/gh/rec/128/head 2025-04-25T04:41:48.8339486Z * [new branch] gh/rec/128/orig -> origin/gh/rec/128/orig 2025-04-25T04:41:48.8339943Z * [new branch] gh/rec/133/base -> origin/gh/rec/133/base 2025-04-25T04:41:48.8340381Z * [new branch] gh/rec/133/head -> origin/gh/rec/133/head 2025-04-25T04:41:48.8340836Z * [new branch] gh/rec/133/orig -> origin/gh/rec/133/orig 2025-04-25T04:41:48.8341282Z * [new branch] gh/rec/134/base -> origin/gh/rec/134/base 2025-04-25T04:41:48.8341720Z * [new branch] gh/rec/134/head -> origin/gh/rec/134/head 2025-04-25T04:41:48.8342168Z * [new branch] gh/rec/134/orig -> origin/gh/rec/134/orig 2025-04-25T04:41:48.8343166Z * [new branch] gh/rec/136/base -> origin/gh/rec/136/base 2025-04-25T04:41:48.8343957Z * [new branch] gh/rec/136/head -> origin/gh/rec/136/head 2025-04-25T04:41:48.8344403Z * [new branch] gh/rec/136/orig -> origin/gh/rec/136/orig 2025-04-25T04:41:48.8344855Z * [new branch] gh/rec/137/base -> origin/gh/rec/137/base 2025-04-25T04:41:48.8345301Z * [new branch] gh/rec/137/head -> origin/gh/rec/137/head 2025-04-25T04:41:48.8345742Z * [new branch] gh/rec/137/orig -> origin/gh/rec/137/orig 2025-04-25T04:41:48.8346191Z * [new branch] gh/rec/138/base -> origin/gh/rec/138/base 2025-04-25T04:41:48.8346629Z * [new branch] gh/rec/138/head -> origin/gh/rec/138/head 2025-04-25T04:41:48.8347077Z * [new branch] gh/rec/138/orig -> origin/gh/rec/138/orig 2025-04-25T04:41:48.8347528Z * [new branch] gh/rec/140/base -> origin/gh/rec/140/base 2025-04-25T04:41:48.8347970Z * [new branch] gh/rec/140/head -> origin/gh/rec/140/head 2025-04-25T04:41:48.8349224Z * [new branch] gh/rec/140/orig -> origin/gh/rec/140/orig 2025-04-25T04:41:48.8349667Z * [new branch] gh/rec/141/base -> origin/gh/rec/141/base 2025-04-25T04:41:48.8350120Z * [new branch] gh/rec/141/head -> origin/gh/rec/141/head 2025-04-25T04:41:48.8350714Z * [new branch] gh/rec/142/base -> origin/gh/rec/142/base 2025-04-25T04:41:48.8351173Z * [new branch] gh/rec/142/head -> origin/gh/rec/142/head 2025-04-25T04:41:48.8351619Z * [new branch] gh/rec/142/orig -> origin/gh/rec/142/orig 2025-04-25T04:41:48.8352054Z * [new branch] gh/rec/143/base -> origin/gh/rec/143/base 2025-04-25T04:41:48.8352501Z * [new branch] gh/rec/143/head -> origin/gh/rec/143/head 2025-04-25T04:41:48.8352941Z * [new branch] gh/rec/143/orig -> origin/gh/rec/143/orig 2025-04-25T04:41:48.8353393Z * [new branch] gh/rec/144/base -> origin/gh/rec/144/base 2025-04-25T04:41:48.8353839Z * [new branch] gh/rec/144/head -> origin/gh/rec/144/head 2025-04-25T04:41:48.8355147Z * [new branch] gh/rec/144/orig -> origin/gh/rec/144/orig 2025-04-25T04:41:48.8355606Z * [new branch] gh/rec/145/base -> origin/gh/rec/145/base 2025-04-25T04:41:48.8356055Z * [new branch] gh/rec/145/head -> origin/gh/rec/145/head 2025-04-25T04:41:48.8356502Z * [new branch] gh/rec/145/orig -> origin/gh/rec/145/orig 2025-04-25T04:41:48.8356949Z * [new branch] gh/rec/27/base -> origin/gh/rec/27/base 2025-04-25T04:41:48.8357385Z * [new branch] gh/rec/27/head -> origin/gh/rec/27/head 2025-04-25T04:41:48.8357826Z * [new branch] gh/rec/27/orig -> origin/gh/rec/27/orig 2025-04-25T04:41:48.8358756Z * [new branch] gh/rohan-varma/742/base -> origin/gh/rohan-varma/742/base 2025-04-25T04:41:48.8359298Z * [new branch] gh/rohan-varma/742/head -> origin/gh/rohan-varma/742/head 2025-04-25T04:41:48.8360703Z * [new branch] gh/rohan-varma/742/orig -> origin/gh/rohan-varma/742/orig 2025-04-25T04:41:48.8361248Z * [new branch] gh/seemethere/14/base -> origin/gh/seemethere/14/base 2025-04-25T04:41:48.8793855Z * [new branch] gh/seemethere/14/head -> origin/gh/seemethere/14/head 2025-04-25T04:41:48.8794490Z * [new branch] gh/seemethere/14/orig -> origin/gh/seemethere/14/orig 2025-04-25T04:41:48.8795026Z * [new branch] gh/seemethere/23/base -> origin/gh/seemethere/23/base 2025-04-25T04:41:48.8795560Z * [new branch] gh/seemethere/23/head -> origin/gh/seemethere/23/head 2025-04-25T04:41:48.8796058Z * [new branch] gh/seemethere/23/orig -> origin/gh/seemethere/23/orig 2025-04-25T04:41:48.8796593Z * [new branch] gh/seemethere/24/base -> origin/gh/seemethere/24/base 2025-04-25T04:41:48.8797093Z * [new branch] gh/seemethere/24/head -> origin/gh/seemethere/24/head 2025-04-25T04:41:48.8797615Z * [new branch] gh/seemethere/24/orig -> origin/gh/seemethere/24/orig 2025-04-25T04:41:48.8798124Z * [new branch] gh/seemethere/25/base -> origin/gh/seemethere/25/base 2025-04-25T04:41:48.8798617Z * [new branch] gh/seemethere/25/head -> origin/gh/seemethere/25/head 2025-04-25T04:41:48.8799956Z * [new branch] gh/seemethere/25/orig -> origin/gh/seemethere/25/orig 2025-04-25T04:41:48.8800461Z * [new branch] gh/seemethere/26/base -> origin/gh/seemethere/26/base 2025-04-25T04:41:48.8800976Z * [new branch] gh/seemethere/26/head -> origin/gh/seemethere/26/head 2025-04-25T04:41:48.8801497Z * [new branch] gh/seemethere/26/orig -> origin/gh/seemethere/26/orig 2025-04-25T04:41:48.8802008Z * [new branch] gh/seemethere/27/base -> origin/gh/seemethere/27/base 2025-04-25T04:41:48.8802514Z * [new branch] gh/seemethere/27/head -> origin/gh/seemethere/27/head 2025-04-25T04:41:48.8803203Z * [new branch] gh/seemethere/27/orig -> origin/gh/seemethere/27/orig 2025-04-25T04:41:48.8803719Z * [new branch] gh/seemethere/28/base -> origin/gh/seemethere/28/base 2025-04-25T04:41:48.8804229Z * [new branch] gh/seemethere/28/head -> origin/gh/seemethere/28/head 2025-04-25T04:41:48.8805577Z * [new branch] gh/seemethere/28/orig -> origin/gh/seemethere/28/orig 2025-04-25T04:41:48.8806093Z * [new branch] gh/seemethere/29/base -> origin/gh/seemethere/29/base 2025-04-25T04:41:48.8806596Z * [new branch] gh/seemethere/29/head -> origin/gh/seemethere/29/head 2025-04-25T04:41:48.8807203Z * [new branch] gh/seemethere/29/orig -> origin/gh/seemethere/29/orig 2025-04-25T04:41:48.8807702Z * [new branch] gh/seemethere/30/base -> origin/gh/seemethere/30/base 2025-04-25T04:41:48.8808215Z * [new branch] gh/seemethere/30/head -> origin/gh/seemethere/30/head 2025-04-25T04:41:48.8808743Z * [new branch] gh/seemethere/30/orig -> origin/gh/seemethere/30/orig 2025-04-25T04:41:48.8809241Z * [new branch] gh/seemethere/31/base -> origin/gh/seemethere/31/base 2025-04-25T04:41:48.8809755Z * [new branch] gh/seemethere/31/head -> origin/gh/seemethere/31/head 2025-04-25T04:41:48.8811086Z * [new branch] gh/seemethere/31/orig -> origin/gh/seemethere/31/orig 2025-04-25T04:41:48.8811614Z * [new branch] gh/seemethere/7/base -> origin/gh/seemethere/7/base 2025-04-25T04:41:48.8812141Z * [new branch] gh/seemethere/7/head -> origin/gh/seemethere/7/head 2025-04-25T04:41:48.8813134Z * [new branch] gh/seemethere/7/orig -> origin/gh/seemethere/7/orig 2025-04-25T04:41:48.8813669Z * [new branch] gh/shunting314/145/base -> origin/gh/shunting314/145/base 2025-04-25T04:41:48.8814202Z * [new branch] gh/shunting314/145/head -> origin/gh/shunting314/145/head 2025-04-25T04:41:48.8814755Z * [new branch] gh/shunting314/145/orig -> origin/gh/shunting314/145/orig 2025-04-25T04:41:48.8815268Z * [new branch] gh/shunting314/176/base -> origin/gh/shunting314/176/base 2025-04-25T04:41:48.8816686Z * [new branch] gh/shunting314/176/head -> origin/gh/shunting314/176/head 2025-04-25T04:41:48.8817201Z * [new branch] gh/shunting314/176/orig -> origin/gh/shunting314/176/orig 2025-04-25T04:41:48.8817727Z * [new branch] gh/shunting314/202/base -> origin/gh/shunting314/202/base 2025-04-25T04:41:48.8818251Z * [new branch] gh/shunting314/202/head -> origin/gh/shunting314/202/head 2025-04-25T04:41:48.8818759Z * [new branch] gh/shunting314/202/orig -> origin/gh/shunting314/202/orig 2025-04-25T04:41:48.8819277Z * [new branch] gh/shunting314/203/base -> origin/gh/shunting314/203/base 2025-04-25T04:41:48.8819793Z * [new branch] gh/shunting314/203/head -> origin/gh/shunting314/203/head 2025-04-25T04:41:48.8820312Z * [new branch] gh/shunting314/203/orig -> origin/gh/shunting314/203/orig 2025-04-25T04:41:48.8820825Z * [new branch] gh/shunting314/204/base -> origin/gh/shunting314/204/base 2025-04-25T04:41:48.8822142Z * [new branch] gh/shunting314/204/head -> origin/gh/shunting314/204/head 2025-04-25T04:41:48.9339073Z * [new branch] gh/shunting314/204/orig -> origin/gh/shunting314/204/orig 2025-04-25T04:41:48.9339640Z * [new branch] gh/shunting314/205/base -> origin/gh/shunting314/205/base 2025-04-25T04:41:48.9340242Z * [new branch] gh/shunting314/205/head -> origin/gh/shunting314/205/head 2025-04-25T04:41:48.9340804Z * [new branch] gh/shunting314/205/orig -> origin/gh/shunting314/205/orig 2025-04-25T04:41:48.9341486Z * [new branch] gh/shunting314/206/base -> origin/gh/shunting314/206/base 2025-04-25T04:41:48.9342013Z * [new branch] gh/shunting314/206/head -> origin/gh/shunting314/206/head 2025-04-25T04:41:48.9342519Z * [new branch] gh/shunting314/206/orig -> origin/gh/shunting314/206/orig 2025-04-25T04:41:48.9343059Z * [new branch] gh/shunting314/207/base -> origin/gh/shunting314/207/base 2025-04-25T04:41:48.9343570Z * [new branch] gh/shunting314/207/head -> origin/gh/shunting314/207/head 2025-04-25T04:41:48.9344076Z * [new branch] gh/shunting314/207/orig -> origin/gh/shunting314/207/orig 2025-04-25T04:41:48.9344579Z * [new branch] gh/sijiac/1/base -> origin/gh/sijiac/1/base 2025-04-25T04:41:48.9345055Z * [new branch] gh/sijiac/1/head -> origin/gh/sijiac/1/head 2025-04-25T04:41:48.9345509Z * [new branch] gh/sijiac/2/base -> origin/gh/sijiac/2/base 2025-04-25T04:41:48.9346016Z * [new branch] gh/sijiac/2/head -> origin/gh/sijiac/2/head 2025-04-25T04:41:48.9346504Z * [new branch] gh/sijiac/3/base -> origin/gh/sijiac/3/base 2025-04-25T04:41:48.9346968Z * [new branch] gh/sijiac/3/head -> origin/gh/sijiac/3/head 2025-04-25T04:41:48.9347439Z * [new branch] gh/silverguo/1/base -> origin/gh/silverguo/1/base 2025-04-25T04:41:48.9347938Z * [new branch] gh/silverguo/1/head -> origin/gh/silverguo/1/head 2025-04-25T04:41:48.9348431Z * [new branch] gh/silverguo/2/base -> origin/gh/silverguo/2/base 2025-04-25T04:41:48.9349039Z * [new branch] gh/silverguo/2/head -> origin/gh/silverguo/2/head 2025-04-25T04:41:48.9349539Z * [new branch] gh/silverguo/3/base -> origin/gh/silverguo/3/base 2025-04-25T04:41:48.9350023Z * [new branch] gh/silverguo/3/head -> origin/gh/silverguo/3/head 2025-04-25T04:41:48.9350517Z * [new branch] gh/silverguo/4/base -> origin/gh/silverguo/4/base 2025-04-25T04:41:48.9351004Z * [new branch] gh/silverguo/4/head -> origin/gh/silverguo/4/head 2025-04-25T04:41:48.9351535Z * [new branch] gh/sinhaanhsul/1/base -> origin/gh/sinhaanhsul/1/base 2025-04-25T04:41:48.9352092Z * [new branch] gh/sinhaanhsul/1/head -> origin/gh/sinhaanhsul/1/head 2025-04-25T04:41:48.9352599Z * [new branch] gh/soulitzer/269/base -> origin/gh/soulitzer/269/base 2025-04-25T04:41:48.9353103Z * [new branch] gh/soulitzer/269/head -> origin/gh/soulitzer/269/head 2025-04-25T04:41:48.9353604Z * [new branch] gh/soulitzer/269/orig -> origin/gh/soulitzer/269/orig 2025-04-25T04:41:48.9354091Z * [new branch] gh/soulitzer/276/base -> origin/gh/soulitzer/276/base 2025-04-25T04:41:48.9354682Z * [new branch] gh/soulitzer/276/head -> origin/gh/soulitzer/276/head 2025-04-25T04:41:48.9355175Z * [new branch] gh/soulitzer/276/orig -> origin/gh/soulitzer/276/orig 2025-04-25T04:41:48.9355675Z * [new branch] gh/soulitzer/287/base -> origin/gh/soulitzer/287/base 2025-04-25T04:41:48.9356184Z * [new branch] gh/soulitzer/287/head -> origin/gh/soulitzer/287/head 2025-04-25T04:41:48.9356677Z * [new branch] gh/soulitzer/287/orig -> origin/gh/soulitzer/287/orig 2025-04-25T04:41:48.9357180Z * [new branch] gh/soulitzer/296/base -> origin/gh/soulitzer/296/base 2025-04-25T04:41:48.9357716Z * [new branch] gh/soulitzer/296/head -> origin/gh/soulitzer/296/head 2025-04-25T04:41:48.9358260Z * [new branch] gh/soulitzer/296/orig -> origin/gh/soulitzer/296/orig 2025-04-25T04:41:48.9358757Z * [new branch] gh/soulitzer/299/base -> origin/gh/soulitzer/299/base 2025-04-25T04:41:48.9359379Z * [new branch] gh/soulitzer/299/head -> origin/gh/soulitzer/299/head 2025-04-25T04:41:48.9359881Z * [new branch] gh/soulitzer/299/orig -> origin/gh/soulitzer/299/orig 2025-04-25T04:41:48.9360378Z * [new branch] gh/soulitzer/300/base -> origin/gh/soulitzer/300/base 2025-04-25T04:41:48.9360886Z * [new branch] gh/soulitzer/300/head -> origin/gh/soulitzer/300/head 2025-04-25T04:41:48.9361381Z * [new branch] gh/soulitzer/300/orig -> origin/gh/soulitzer/300/orig 2025-04-25T04:41:48.9361894Z * [new branch] gh/soulitzer/301/base -> origin/gh/soulitzer/301/base 2025-04-25T04:41:48.9362408Z * [new branch] gh/soulitzer/301/head -> origin/gh/soulitzer/301/head 2025-04-25T04:41:48.9799039Z * [new branch] gh/soulitzer/301/orig -> origin/gh/soulitzer/301/orig 2025-04-25T04:41:48.9799657Z * [new branch] gh/soulitzer/313/base -> origin/gh/soulitzer/313/base 2025-04-25T04:41:48.9800190Z * [new branch] gh/soulitzer/313/head -> origin/gh/soulitzer/313/head 2025-04-25T04:41:48.9800688Z * [new branch] gh/soulitzer/313/orig -> origin/gh/soulitzer/313/orig 2025-04-25T04:41:48.9801193Z * [new branch] gh/soulitzer/319/base -> origin/gh/soulitzer/319/base 2025-04-25T04:41:48.9801687Z * [new branch] gh/soulitzer/319/head -> origin/gh/soulitzer/319/head 2025-04-25T04:41:48.9802187Z * [new branch] gh/soulitzer/319/orig -> origin/gh/soulitzer/319/orig 2025-04-25T04:41:48.9802683Z * [new branch] gh/soulitzer/320/base -> origin/gh/soulitzer/320/base 2025-04-25T04:41:48.9803748Z * [new branch] gh/soulitzer/320/head -> origin/gh/soulitzer/320/head 2025-04-25T04:41:48.9804257Z * [new branch] gh/soulitzer/320/orig -> origin/gh/soulitzer/320/orig 2025-04-25T04:41:48.9804818Z * [new branch] gh/soulitzer/335/base -> origin/gh/soulitzer/335/base 2025-04-25T04:41:48.9805379Z * [new branch] gh/soulitzer/335/head -> origin/gh/soulitzer/335/head 2025-04-25T04:41:48.9805879Z * [new branch] gh/soulitzer/335/orig -> origin/gh/soulitzer/335/orig 2025-04-25T04:41:48.9806397Z * [new branch] gh/soulitzer/336/base -> origin/gh/soulitzer/336/base 2025-04-25T04:41:48.9806905Z * [new branch] gh/soulitzer/336/head -> origin/gh/soulitzer/336/head 2025-04-25T04:41:48.9807405Z * [new branch] gh/soulitzer/336/orig -> origin/gh/soulitzer/336/orig 2025-04-25T04:41:48.9807911Z * [new branch] gh/soulitzer/347/base -> origin/gh/soulitzer/347/base 2025-04-25T04:41:48.9808419Z * [new branch] gh/soulitzer/347/head -> origin/gh/soulitzer/347/head 2025-04-25T04:41:48.9808918Z * [new branch] gh/soulitzer/347/orig -> origin/gh/soulitzer/347/orig 2025-04-25T04:41:48.9809419Z * [new branch] gh/soulitzer/349/base -> origin/gh/soulitzer/349/base 2025-04-25T04:41:48.9809917Z * [new branch] gh/soulitzer/349/head -> origin/gh/soulitzer/349/head 2025-04-25T04:41:48.9810425Z * [new branch] gh/soulitzer/349/orig -> origin/gh/soulitzer/349/orig 2025-04-25T04:41:48.9811015Z * [new branch] gh/soulitzer/350/base -> origin/gh/soulitzer/350/base 2025-04-25T04:41:48.9811512Z * [new branch] gh/soulitzer/350/head -> origin/gh/soulitzer/350/head 2025-04-25T04:41:48.9812013Z * [new branch] gh/soulitzer/350/orig -> origin/gh/soulitzer/350/orig 2025-04-25T04:41:48.9812512Z * [new branch] gh/soulitzer/351/base -> origin/gh/soulitzer/351/base 2025-04-25T04:41:48.9813020Z * [new branch] gh/soulitzer/351/head -> origin/gh/soulitzer/351/head 2025-04-25T04:41:48.9813628Z * [new branch] gh/soulitzer/351/orig -> origin/gh/soulitzer/351/orig 2025-04-25T04:41:48.9814140Z * [new branch] gh/soulitzer/353/base -> origin/gh/soulitzer/353/base 2025-04-25T04:41:48.9814651Z * [new branch] gh/soulitzer/353/head -> origin/gh/soulitzer/353/head 2025-04-25T04:41:48.9815149Z * [new branch] gh/soulitzer/353/orig -> origin/gh/soulitzer/353/orig 2025-04-25T04:41:48.9815672Z * [new branch] gh/soulitzer/355/base -> origin/gh/soulitzer/355/base 2025-04-25T04:41:48.9816175Z * [new branch] gh/soulitzer/355/head -> origin/gh/soulitzer/355/head 2025-04-25T04:41:48.9816782Z * [new branch] gh/soulitzer/355/orig -> origin/gh/soulitzer/355/orig 2025-04-25T04:41:48.9817272Z * [new branch] gh/soulitzer/356/base -> origin/gh/soulitzer/356/base 2025-04-25T04:41:48.9817776Z * [new branch] gh/soulitzer/356/head -> origin/gh/soulitzer/356/head 2025-04-25T04:41:48.9818282Z * [new branch] gh/soulitzer/356/orig -> origin/gh/soulitzer/356/orig 2025-04-25T04:41:48.9818781Z * [new branch] gh/soulitzer/357/base -> origin/gh/soulitzer/357/base 2025-04-25T04:41:48.9819284Z * [new branch] gh/soulitzer/357/head -> origin/gh/soulitzer/357/head 2025-04-25T04:41:48.9819779Z * [new branch] gh/soulitzer/357/orig -> origin/gh/soulitzer/357/orig 2025-04-25T04:41:48.9820277Z * [new branch] gh/soulitzer/358/base -> origin/gh/soulitzer/358/base 2025-04-25T04:41:48.9820775Z * [new branch] gh/soulitzer/358/head -> origin/gh/soulitzer/358/head 2025-04-25T04:41:48.9821357Z * [new branch] gh/soulitzer/358/orig -> origin/gh/soulitzer/358/orig 2025-04-25T04:41:48.9821863Z * [new branch] gh/soulitzer/359/base -> origin/gh/soulitzer/359/base 2025-04-25T04:41:48.9822438Z * [new branch] gh/soulitzer/359/head -> origin/gh/soulitzer/359/head 2025-04-25T04:41:48.9822968Z * [new branch] gh/soulitzer/359/orig -> origin/gh/soulitzer/359/orig 2025-04-25T04:41:49.2681428Z * [new branch] gh/suo/619/base -> origin/gh/suo/619/base 2025-04-25T04:41:49.2681966Z * [new branch] gh/swolchok/724/base -> origin/gh/swolchok/724/base 2025-04-25T04:41:49.2682478Z * [new branch] gh/swolchok/724/head -> origin/gh/swolchok/724/head 2025-04-25T04:41:49.2682975Z * [new branch] gh/swolchok/724/orig -> origin/gh/swolchok/724/orig 2025-04-25T04:41:49.2683479Z * [new branch] gh/swolchok/726/base -> origin/gh/swolchok/726/base 2025-04-25T04:41:49.2684075Z * [new branch] gh/swolchok/726/head -> origin/gh/swolchok/726/head 2025-04-25T04:41:49.2684564Z * [new branch] gh/swolchok/726/orig -> origin/gh/swolchok/726/orig 2025-04-25T04:41:49.2685064Z * [new branch] gh/swolchok/727/base -> origin/gh/swolchok/727/base 2025-04-25T04:41:49.2685558Z * [new branch] gh/swolchok/727/head -> origin/gh/swolchok/727/head 2025-04-25T04:41:49.2686045Z * [new branch] gh/swolchok/727/orig -> origin/gh/swolchok/727/orig 2025-04-25T04:41:49.2686537Z * [new branch] gh/swolchok/728/head -> origin/gh/swolchok/728/head 2025-04-25T04:41:49.2687024Z * [new branch] gh/swolchok/728/next -> origin/gh/swolchok/728/next 2025-04-25T04:41:49.2687508Z * [new branch] gh/swolchok/729/base -> origin/gh/swolchok/729/base 2025-04-25T04:41:49.2688010Z * [new branch] gh/swolchok/729/head -> origin/gh/swolchok/729/head 2025-04-25T04:41:49.2688490Z * [new branch] gh/swolchok/729/orig -> origin/gh/swolchok/729/orig 2025-04-25T04:41:49.2688978Z * [new branch] gh/swolchok/730/base -> origin/gh/swolchok/730/base 2025-04-25T04:41:49.2690303Z * [new branch] gh/swolchok/730/head -> origin/gh/swolchok/730/head 2025-04-25T04:41:49.2690835Z * [new branch] gh/swolchok/730/orig -> origin/gh/swolchok/730/orig 2025-04-25T04:41:49.2691332Z * [new branch] gh/swolchok/731/base -> origin/gh/swolchok/731/base 2025-04-25T04:41:49.2691815Z * [new branch] gh/swolchok/731/head -> origin/gh/swolchok/731/head 2025-04-25T04:41:49.2692313Z * [new branch] gh/swolchok/731/orig -> origin/gh/swolchok/731/orig 2025-04-25T04:41:49.2692803Z * [new branch] gh/swolchok/732/base -> origin/gh/swolchok/732/base 2025-04-25T04:41:49.2693302Z * [new branch] gh/swolchok/732/head -> origin/gh/swolchok/732/head 2025-04-25T04:41:49.2693792Z * [new branch] gh/swolchok/732/orig -> origin/gh/swolchok/732/orig 2025-04-25T04:41:49.2694273Z * [new branch] gh/swolchok/733/base -> origin/gh/swolchok/733/base 2025-04-25T04:41:49.2694771Z * [new branch] gh/swolchok/733/head -> origin/gh/swolchok/733/head 2025-04-25T04:41:49.2695338Z * [new branch] gh/swolchok/733/orig -> origin/gh/swolchok/733/orig 2025-04-25T04:41:49.2695831Z * [new branch] gh/swolchok/734/base -> origin/gh/swolchok/734/base 2025-04-25T04:41:49.2696325Z * [new branch] gh/swolchok/734/head -> origin/gh/swolchok/734/head 2025-04-25T04:41:49.2696812Z * [new branch] gh/swolchok/734/orig -> origin/gh/swolchok/734/orig 2025-04-25T04:41:49.2697302Z * [new branch] gh/swolchok/735/base -> origin/gh/swolchok/735/base 2025-04-25T04:41:49.2697913Z * [new branch] gh/swolchok/735/head -> origin/gh/swolchok/735/head 2025-04-25T04:41:49.2698411Z * [new branch] gh/swolchok/735/orig -> origin/gh/swolchok/735/orig 2025-04-25T04:41:49.2698912Z * [new branch] gh/swolchok/736/base -> origin/gh/swolchok/736/base 2025-04-25T04:41:49.2699398Z * [new branch] gh/swolchok/736/head -> origin/gh/swolchok/736/head 2025-04-25T04:41:49.2699894Z * [new branch] gh/swolchok/736/orig -> origin/gh/swolchok/736/orig 2025-04-25T04:41:49.2700384Z * [new branch] gh/swolchok/737/base -> origin/gh/swolchok/737/base 2025-04-25T04:41:49.2700948Z * [new branch] gh/swolchok/737/head -> origin/gh/swolchok/737/head 2025-04-25T04:41:49.2701435Z * [new branch] gh/swolchok/737/orig -> origin/gh/swolchok/737/orig 2025-04-25T04:41:49.2701935Z * [new branch] gh/swolchok/738/base -> origin/gh/swolchok/738/base 2025-04-25T04:41:49.2702423Z * [new branch] gh/swolchok/738/head -> origin/gh/swolchok/738/head 2025-04-25T04:41:49.2702906Z * [new branch] gh/swolchok/738/orig -> origin/gh/swolchok/738/orig 2025-04-25T04:41:49.2703398Z * [new branch] gh/swolchok/739/base -> origin/gh/swolchok/739/base 2025-04-25T04:41:49.2703884Z * [new branch] gh/swolchok/739/head -> origin/gh/swolchok/739/head 2025-04-25T04:41:49.2704379Z * [new branch] gh/swolchok/739/orig -> origin/gh/swolchok/739/orig 2025-04-25T04:41:49.2704873Z * [new branch] gh/swolchok/740/base -> origin/gh/swolchok/740/base 2025-04-25T04:41:49.2705357Z * [new branch] gh/swolchok/740/head -> origin/gh/swolchok/740/head 2025-04-25T04:41:49.3133185Z * [new branch] gh/swolchok/740/orig -> origin/gh/swolchok/740/orig 2025-04-25T04:41:49.3133758Z * [new branch] gh/swolchok/741/base -> origin/gh/swolchok/741/base 2025-04-25T04:41:49.3134265Z * [new branch] gh/swolchok/741/head -> origin/gh/swolchok/741/head 2025-04-25T04:41:49.3134765Z * [new branch] gh/swolchok/741/orig -> origin/gh/swolchok/741/orig 2025-04-25T04:41:49.3135434Z * [new branch] gh/swolchok/742/base -> origin/gh/swolchok/742/base 2025-04-25T04:41:49.3135949Z * [new branch] gh/swolchok/742/head -> origin/gh/swolchok/742/head 2025-04-25T04:41:49.3136434Z * [new branch] gh/swolchok/742/orig -> origin/gh/swolchok/742/orig 2025-04-25T04:41:49.3136944Z * [new branch] gh/swolchok/743/base -> origin/gh/swolchok/743/base 2025-04-25T04:41:49.3137439Z * [new branch] gh/swolchok/743/head -> origin/gh/swolchok/743/head 2025-04-25T04:41:49.3137938Z * [new branch] gh/swolchok/743/orig -> origin/gh/swolchok/743/orig 2025-04-25T04:41:49.3138447Z * [new branch] gh/swolchok/744/base -> origin/gh/swolchok/744/base 2025-04-25T04:41:49.3138931Z * [new branch] gh/swolchok/744/head -> origin/gh/swolchok/744/head 2025-04-25T04:41:49.3139433Z * [new branch] gh/swolchok/744/orig -> origin/gh/swolchok/744/orig 2025-04-25T04:41:49.3139929Z * [new branch] gh/swolchok/745/base -> origin/gh/swolchok/745/base 2025-04-25T04:41:49.3140433Z * [new branch] gh/swolchok/745/head -> origin/gh/swolchok/745/head 2025-04-25T04:41:49.3140924Z * [new branch] gh/swolchok/745/orig -> origin/gh/swolchok/745/orig 2025-04-25T04:41:49.3141405Z * [new branch] gh/swolchok/746/base -> origin/gh/swolchok/746/base 2025-04-25T04:41:49.3141899Z * [new branch] gh/swolchok/746/head -> origin/gh/swolchok/746/head 2025-04-25T04:41:49.3142513Z * [new branch] gh/swolchok/746/orig -> origin/gh/swolchok/746/orig 2025-04-25T04:41:49.3143009Z * [new branch] gh/swolchok/747/base -> origin/gh/swolchok/747/base 2025-04-25T04:41:49.3143520Z * [new branch] gh/swolchok/747/head -> origin/gh/swolchok/747/head 2025-04-25T04:41:49.3144013Z * [new branch] gh/swolchok/747/orig -> origin/gh/swolchok/747/orig 2025-04-25T04:41:49.3144509Z * [new branch] gh/swolchok/748/base -> origin/gh/swolchok/748/base 2025-04-25T04:41:49.3145008Z * [new branch] gh/swolchok/748/head -> origin/gh/swolchok/748/head 2025-04-25T04:41:49.3145493Z * [new branch] gh/swolchok/748/orig -> origin/gh/swolchok/748/orig 2025-04-25T04:41:49.3145981Z * [new branch] gh/swolchok/749/base -> origin/gh/swolchok/749/base 2025-04-25T04:41:49.3146465Z * [new branch] gh/swolchok/749/head -> origin/gh/swolchok/749/head 2025-04-25T04:41:49.3146959Z * [new branch] gh/swolchok/749/orig -> origin/gh/swolchok/749/orig 2025-04-25T04:41:49.3147443Z * [new branch] gh/swolchok/750/base -> origin/gh/swolchok/750/base 2025-04-25T04:41:49.3147935Z * [new branch] gh/swolchok/750/head -> origin/gh/swolchok/750/head 2025-04-25T04:41:49.3148437Z * [new branch] gh/swolchok/750/orig -> origin/gh/swolchok/750/orig 2025-04-25T04:41:49.3148948Z * [new branch] gh/syed-ahmed/1/base -> origin/gh/syed-ahmed/1/base 2025-04-25T04:41:49.3149448Z * [new branch] gh/syed-ahmed/1/head -> origin/gh/syed-ahmed/1/head 2025-04-25T04:41:49.3149931Z * [new branch] gh/syed-ahmed/1/orig -> origin/gh/syed-ahmed/1/orig 2025-04-25T04:41:49.3150419Z * [new branch] gh/tianyu-l/2/base -> origin/gh/tianyu-l/2/base 2025-04-25T04:41:49.3150894Z * [new branch] gh/tianyu-l/2/head -> origin/gh/tianyu-l/2/head 2025-04-25T04:41:49.3151372Z * [new branch] gh/tianyu-l/2/orig -> origin/gh/tianyu-l/2/orig 2025-04-25T04:41:49.3151847Z * [new branch] gh/tianyu-l/7/base -> origin/gh/tianyu-l/7/base 2025-04-25T04:41:49.3152418Z * [new branch] gh/tianyu-l/7/head -> origin/gh/tianyu-l/7/head 2025-04-25T04:41:49.3152893Z * [new branch] gh/tianyu-l/7/orig -> origin/gh/tianyu-l/7/orig 2025-04-25T04:41:49.3153361Z * [new branch] gh/tianyu-l/8/base -> origin/gh/tianyu-l/8/base 2025-04-25T04:41:49.3153850Z * [new branch] gh/tianyu-l/8/head -> origin/gh/tianyu-l/8/head 2025-04-25T04:41:49.3154422Z * [new branch] gh/tianyu-l/8/orig -> origin/gh/tianyu-l/8/orig 2025-04-25T04:41:49.3154946Z * [new branch] gh/tugsbayasgalan/162/base -> origin/gh/tugsbayasgalan/162/base 2025-04-25T04:41:49.3155524Z * [new branch] gh/tugsbayasgalan/162/head -> origin/gh/tugsbayasgalan/162/head 2025-04-25T04:41:49.3156097Z * [new branch] gh/tugsbayasgalan/162/orig -> origin/gh/tugsbayasgalan/162/orig 2025-04-25T04:41:49.3566525Z * [new branch] gh/tugsbayasgalan/282/base -> origin/gh/tugsbayasgalan/282/base 2025-04-25T04:41:49.3567194Z * [new branch] gh/tugsbayasgalan/282/head -> origin/gh/tugsbayasgalan/282/head 2025-04-25T04:41:49.3567809Z * [new branch] gh/tugsbayasgalan/282/orig -> origin/gh/tugsbayasgalan/282/orig 2025-04-25T04:41:49.3568423Z * [new branch] gh/tugsbayasgalan/290/base -> origin/gh/tugsbayasgalan/290/base 2025-04-25T04:41:49.3568987Z * [new branch] gh/tugsbayasgalan/290/head -> origin/gh/tugsbayasgalan/290/head 2025-04-25T04:41:49.3569561Z * [new branch] gh/tugsbayasgalan/290/orig -> origin/gh/tugsbayasgalan/290/orig 2025-04-25T04:41:49.3570130Z * [new branch] gh/tugsbayasgalan/298/base -> origin/gh/tugsbayasgalan/298/base 2025-04-25T04:41:49.3570866Z * [new branch] gh/tugsbayasgalan/298/head -> origin/gh/tugsbayasgalan/298/head 2025-04-25T04:41:49.3571432Z * [new branch] gh/tugsbayasgalan/298/orig -> origin/gh/tugsbayasgalan/298/orig 2025-04-25T04:41:49.3572004Z * [new branch] gh/tugsbayasgalan/299/base -> origin/gh/tugsbayasgalan/299/base 2025-04-25T04:41:49.3572572Z * [new branch] gh/tugsbayasgalan/299/head -> origin/gh/tugsbayasgalan/299/head 2025-04-25T04:41:49.3573130Z * [new branch] gh/tugsbayasgalan/299/orig -> origin/gh/tugsbayasgalan/299/orig 2025-04-25T04:41:49.3573685Z * [new branch] gh/tugsbayasgalan/300/base -> origin/gh/tugsbayasgalan/300/base 2025-04-25T04:41:49.3574250Z * [new branch] gh/tugsbayasgalan/300/head -> origin/gh/tugsbayasgalan/300/head 2025-04-25T04:41:49.3574808Z * [new branch] gh/tugsbayasgalan/300/orig -> origin/gh/tugsbayasgalan/300/orig 2025-04-25T04:41:49.3575376Z * [new branch] gh/tugsbayasgalan/301/base -> origin/gh/tugsbayasgalan/301/base 2025-04-25T04:41:49.3575942Z * [new branch] gh/tugsbayasgalan/301/head -> origin/gh/tugsbayasgalan/301/head 2025-04-25T04:41:49.3576498Z * [new branch] gh/tugsbayasgalan/301/orig -> origin/gh/tugsbayasgalan/301/orig 2025-04-25T04:41:49.3577070Z * [new branch] gh/tugsbayasgalan/303/base -> origin/gh/tugsbayasgalan/303/base 2025-04-25T04:41:49.3577621Z * [new branch] gh/tugsbayasgalan/303/head -> origin/gh/tugsbayasgalan/303/head 2025-04-25T04:41:49.3578189Z * [new branch] gh/tugsbayasgalan/303/orig -> origin/gh/tugsbayasgalan/303/orig 2025-04-25T04:41:49.3578828Z * [new branch] gh/tugsbayasgalan/304/base -> origin/gh/tugsbayasgalan/304/base 2025-04-25T04:41:49.3579388Z * [new branch] gh/tugsbayasgalan/304/head -> origin/gh/tugsbayasgalan/304/head 2025-04-25T04:41:49.3579964Z * [new branch] gh/tugsbayasgalan/304/orig -> origin/gh/tugsbayasgalan/304/orig 2025-04-25T04:41:49.3580528Z * [new branch] gh/tugsbayasgalan/305/base -> origin/gh/tugsbayasgalan/305/base 2025-04-25T04:41:49.3581092Z * [new branch] gh/tugsbayasgalan/305/head -> origin/gh/tugsbayasgalan/305/head 2025-04-25T04:41:49.3581788Z * [new branch] gh/tugsbayasgalan/305/orig -> origin/gh/tugsbayasgalan/305/orig 2025-04-25T04:41:49.3582351Z * [new branch] gh/tugsbayasgalan/306/base -> origin/gh/tugsbayasgalan/306/base 2025-04-25T04:41:49.3582919Z * [new branch] gh/tugsbayasgalan/306/head -> origin/gh/tugsbayasgalan/306/head 2025-04-25T04:41:49.3583472Z * [new branch] gh/tugsbayasgalan/306/orig -> origin/gh/tugsbayasgalan/306/orig 2025-04-25T04:41:49.3584048Z * [new branch] gh/tugsbayasgalan/307/base -> origin/gh/tugsbayasgalan/307/base 2025-04-25T04:41:49.3584618Z * [new branch] gh/tugsbayasgalan/307/head -> origin/gh/tugsbayasgalan/307/head 2025-04-25T04:41:49.3585179Z * [new branch] gh/tugsbayasgalan/307/orig -> origin/gh/tugsbayasgalan/307/orig 2025-04-25T04:41:49.3585742Z * [new branch] gh/tugsbayasgalan/308/base -> origin/gh/tugsbayasgalan/308/base 2025-04-25T04:41:49.3586301Z * [new branch] gh/tugsbayasgalan/308/head -> origin/gh/tugsbayasgalan/308/head 2025-04-25T04:41:49.3586868Z * [new branch] gh/tugsbayasgalan/308/orig -> origin/gh/tugsbayasgalan/308/orig 2025-04-25T04:41:49.3587426Z * [new branch] gh/tugsbayasgalan/309/base -> origin/gh/tugsbayasgalan/309/base 2025-04-25T04:41:49.3587977Z * [new branch] gh/tugsbayasgalan/309/head -> origin/gh/tugsbayasgalan/309/head 2025-04-25T04:41:49.3588536Z * [new branch] gh/tugsbayasgalan/309/orig -> origin/gh/tugsbayasgalan/309/orig 2025-04-25T04:41:49.3589055Z * [new branch] gh/vkuzo/1/next -> origin/gh/vkuzo/1/next 2025-04-25T04:41:49.3589626Z * [new branch] gh/vkuzo/10/base -> origin/gh/vkuzo/10/base 2025-04-25T04:41:49.3590084Z * [new branch] gh/vkuzo/10/head -> origin/gh/vkuzo/10/head 2025-04-25T04:41:49.3590545Z * [new branch] gh/vkuzo/10/orig -> origin/gh/vkuzo/10/orig 2025-04-25T04:41:49.3591006Z * [new branch] gh/vkuzo/11/base -> origin/gh/vkuzo/11/base 2025-04-25T04:41:49.3591455Z * [new branch] gh/vkuzo/11/head -> origin/gh/vkuzo/11/head 2025-04-25T04:41:49.4023507Z * [new branch] gh/vkuzo/11/orig -> origin/gh/vkuzo/11/orig 2025-04-25T04:41:49.4024036Z * [new branch] gh/vkuzo/2/next -> origin/gh/vkuzo/2/next 2025-04-25T04:41:49.4024490Z * [new branch] gh/vkuzo/3/next -> origin/gh/vkuzo/3/next 2025-04-25T04:41:49.4024954Z * [new branch] gh/vkuzo/6/base -> origin/gh/vkuzo/6/base 2025-04-25T04:41:49.4025420Z * [new branch] gh/vkuzo/6/head -> origin/gh/vkuzo/6/head 2025-04-25T04:41:49.4025872Z * [new branch] gh/vkuzo/6/orig -> origin/gh/vkuzo/6/orig 2025-04-25T04:41:49.4026321Z * [new branch] gh/vkuzo/7/base -> origin/gh/vkuzo/7/base 2025-04-25T04:41:49.4026776Z * [new branch] gh/vkuzo/7/head -> origin/gh/vkuzo/7/head 2025-04-25T04:41:49.4027235Z * [new branch] gh/vkuzo/7/orig -> origin/gh/vkuzo/7/orig 2025-04-25T04:41:49.4027675Z * [new branch] gh/vkuzo/8/base -> origin/gh/vkuzo/8/base 2025-04-25T04:41:49.4028125Z * [new branch] gh/vkuzo/8/head -> origin/gh/vkuzo/8/head 2025-04-25T04:41:49.4028564Z * [new branch] gh/vkuzo/8/orig -> origin/gh/vkuzo/8/orig 2025-04-25T04:41:49.4029018Z * [new branch] gh/vkuzo/9/base -> origin/gh/vkuzo/9/base 2025-04-25T04:41:49.4029479Z * [new branch] gh/vkuzo/9/head -> origin/gh/vkuzo/9/head 2025-04-25T04:41:49.4029922Z * [new branch] gh/vkuzo/9/orig -> origin/gh/vkuzo/9/orig 2025-04-25T04:41:49.4030394Z * [new branch] gh/vmoens/15/base -> origin/gh/vmoens/15/base 2025-04-25T04:41:49.4031033Z * [new branch] gh/vmoens/15/head -> origin/gh/vmoens/15/head 2025-04-25T04:41:49.4031517Z * [new branch] gh/vmoens/15/orig -> origin/gh/vmoens/15/orig 2025-04-25T04:41:49.4031992Z * [new branch] gh/vmoens/16/base -> origin/gh/vmoens/16/base 2025-04-25T04:41:49.4032455Z * [new branch] gh/vmoens/16/head -> origin/gh/vmoens/16/head 2025-04-25T04:41:49.4032935Z * [new branch] gh/vmoens/16/orig -> origin/gh/vmoens/16/orig 2025-04-25T04:41:49.4033400Z * [new branch] gh/vmoens/17/base -> origin/gh/vmoens/17/base 2025-04-25T04:41:49.4033986Z * [new branch] gh/vmoens/17/head -> origin/gh/vmoens/17/head 2025-04-25T04:41:49.4034512Z * [new branch] gh/vmoens/17/orig -> origin/gh/vmoens/17/orig 2025-04-25T04:41:49.4034975Z * [new branch] gh/vmoens/18/base -> origin/gh/vmoens/18/base 2025-04-25T04:41:49.4035457Z * [new branch] gh/vmoens/18/head -> origin/gh/vmoens/18/head 2025-04-25T04:41:49.4035924Z * [new branch] gh/vmoens/18/orig -> origin/gh/vmoens/18/orig 2025-04-25T04:41:49.4036442Z * [new branch] gh/voznesenskym/254/base -> origin/gh/voznesenskym/254/base 2025-04-25T04:41:49.4036985Z * [new branch] gh/voznesenskym/254/head -> origin/gh/voznesenskym/254/head 2025-04-25T04:41:49.4037534Z * [new branch] gh/voznesenskym/254/orig -> origin/gh/voznesenskym/254/orig 2025-04-25T04:41:49.4038054Z * [new branch] gh/wanchaol/367/base -> origin/gh/wanchaol/367/base 2025-04-25T04:41:49.4038673Z * [new branch] gh/wanchaol/367/head -> origin/gh/wanchaol/367/head 2025-04-25T04:41:49.4039174Z * [new branch] gh/wanchaol/367/orig -> origin/gh/wanchaol/367/orig 2025-04-25T04:41:49.4039668Z * [new branch] gh/wanchaol/368/base -> origin/gh/wanchaol/368/base 2025-04-25T04:41:49.4040177Z * [new branch] gh/wanchaol/368/head -> origin/gh/wanchaol/368/head 2025-04-25T04:41:49.4040672Z * [new branch] gh/wanchaol/368/orig -> origin/gh/wanchaol/368/orig 2025-04-25T04:41:49.4041167Z * [new branch] gh/wanchaol/369/base -> origin/gh/wanchaol/369/base 2025-04-25T04:41:49.4041665Z * [new branch] gh/wanchaol/369/head -> origin/gh/wanchaol/369/head 2025-04-25T04:41:49.4042148Z * [new branch] gh/wanchaol/369/orig -> origin/gh/wanchaol/369/orig 2025-04-25T04:41:49.4042641Z * [new branch] gh/wanchaol/370/base -> origin/gh/wanchaol/370/base 2025-04-25T04:41:49.4043138Z * [new branch] gh/wanchaol/370/head -> origin/gh/wanchaol/370/head 2025-04-25T04:41:49.4043622Z * [new branch] gh/wanchaol/370/orig -> origin/gh/wanchaol/370/orig 2025-04-25T04:41:49.4044120Z * [new branch] gh/wanchaol/371/base -> origin/gh/wanchaol/371/base 2025-04-25T04:41:49.4044602Z * [new branch] gh/wanchaol/371/head -> origin/gh/wanchaol/371/head 2025-04-25T04:41:49.4045088Z * [new branch] gh/wanchaol/371/orig -> origin/gh/wanchaol/371/orig 2025-04-25T04:41:49.4045577Z * [new branch] gh/wconstab/380/base -> origin/gh/wconstab/380/base 2025-04-25T04:41:49.4046059Z * [new branch] gh/wconstab/380/head -> origin/gh/wconstab/380/head 2025-04-25T04:41:49.4476337Z * [new branch] gh/wconstab/380/orig -> origin/gh/wconstab/380/orig 2025-04-25T04:41:49.4476897Z * [new branch] gh/wconstab/392/base -> origin/gh/wconstab/392/base 2025-04-25T04:41:49.4477397Z * [new branch] gh/wconstab/392/head -> origin/gh/wconstab/392/head 2025-04-25T04:41:49.4477898Z * [new branch] gh/wconstab/392/orig -> origin/gh/wconstab/392/orig 2025-04-25T04:41:49.4478529Z * [new branch] gh/wconstab/395/base -> origin/gh/wconstab/395/base 2025-04-25T04:41:49.4479032Z * [new branch] gh/wconstab/395/head -> origin/gh/wconstab/395/head 2025-04-25T04:41:49.4479515Z * [new branch] gh/wconstab/395/orig -> origin/gh/wconstab/395/orig 2025-04-25T04:41:49.4480007Z * [new branch] gh/wconstab/396/base -> origin/gh/wconstab/396/base 2025-04-25T04:41:49.4480504Z * [new branch] gh/wconstab/396/head -> origin/gh/wconstab/396/head 2025-04-25T04:41:49.4480991Z * [new branch] gh/wconstab/396/orig -> origin/gh/wconstab/396/orig 2025-04-25T04:41:49.4481489Z * [new branch] gh/wconstab/398/base -> origin/gh/wconstab/398/base 2025-04-25T04:41:49.4481987Z * [new branch] gh/wconstab/398/head -> origin/gh/wconstab/398/head 2025-04-25T04:41:49.4482482Z * [new branch] gh/wconstab/398/orig -> origin/gh/wconstab/398/orig 2025-04-25T04:41:49.4482981Z * [new branch] gh/wconstab/399/base -> origin/gh/wconstab/399/base 2025-04-25T04:41:49.4483463Z * [new branch] gh/wconstab/399/head -> origin/gh/wconstab/399/head 2025-04-25T04:41:49.4483952Z * [new branch] gh/wconstab/399/orig -> origin/gh/wconstab/399/orig 2025-04-25T04:41:49.4484436Z * [new branch] gh/wconstab/400/base -> origin/gh/wconstab/400/base 2025-04-25T04:41:49.4484932Z * [new branch] gh/wconstab/400/head -> origin/gh/wconstab/400/head 2025-04-25T04:41:49.4485537Z * [new branch] gh/wconstab/400/orig -> origin/gh/wconstab/400/orig 2025-04-25T04:41:49.4486023Z * [new branch] gh/wconstab/401/base -> origin/gh/wconstab/401/base 2025-04-25T04:41:49.4486517Z * [new branch] gh/wconstab/401/head -> origin/gh/wconstab/401/head 2025-04-25T04:41:49.4487008Z * [new branch] gh/wconstab/401/orig -> origin/gh/wconstab/401/orig 2025-04-25T04:41:49.4487507Z * [new branch] gh/wconstab/402/base -> origin/gh/wconstab/402/base 2025-04-25T04:41:49.4488009Z * [new branch] gh/wconstab/402/head -> origin/gh/wconstab/402/head 2025-04-25T04:41:49.4488500Z * [new branch] gh/wconstab/402/orig -> origin/gh/wconstab/402/orig 2025-04-25T04:41:49.4488991Z * [new branch] gh/wconstab/403/base -> origin/gh/wconstab/403/base 2025-04-25T04:41:49.4489471Z * [new branch] gh/wconstab/403/head -> origin/gh/wconstab/403/head 2025-04-25T04:41:49.4489972Z * [new branch] gh/wconstab/403/orig -> origin/gh/wconstab/403/orig 2025-04-25T04:41:49.4490454Z * [new branch] gh/wconstab/404/base -> origin/gh/wconstab/404/base 2025-04-25T04:41:49.4490943Z * [new branch] gh/wconstab/404/head -> origin/gh/wconstab/404/head 2025-04-25T04:41:49.4491439Z * [new branch] gh/wconstab/404/orig -> origin/gh/wconstab/404/orig 2025-04-25T04:41:49.4491927Z * [new branch] gh/wconstab/405/base -> origin/gh/wconstab/405/base 2025-04-25T04:41:49.4492423Z * [new branch] gh/wconstab/405/head -> origin/gh/wconstab/405/head 2025-04-25T04:41:49.4492905Z * [new branch] gh/wconstab/405/orig -> origin/gh/wconstab/405/orig 2025-04-25T04:41:49.4493409Z * [new branch] gh/wconstab/406/base -> origin/gh/wconstab/406/base 2025-04-25T04:41:49.4493900Z * [new branch] gh/wconstab/406/head -> origin/gh/wconstab/406/head 2025-04-25T04:41:49.4494383Z * [new branch] gh/wconstab/406/orig -> origin/gh/wconstab/406/orig 2025-04-25T04:41:49.4494873Z * [new branch] gh/wconstab/407/base -> origin/gh/wconstab/407/base 2025-04-25T04:41:49.4495445Z * [new branch] gh/wconstab/407/head -> origin/gh/wconstab/407/head 2025-04-25T04:41:49.4495951Z * [new branch] gh/wconstab/407/orig -> origin/gh/wconstab/407/orig 2025-04-25T04:41:49.4496455Z * [new branch] gh/wconstab/408/base -> origin/gh/wconstab/408/base 2025-04-25T04:41:49.4496951Z * [new branch] gh/wconstab/408/head -> origin/gh/wconstab/408/head 2025-04-25T04:41:49.4497445Z * [new branch] gh/wconstab/408/orig -> origin/gh/wconstab/408/orig 2025-04-25T04:41:49.4497934Z * [new branch] gh/wconstab/409/base -> origin/gh/wconstab/409/base 2025-04-25T04:41:49.4498435Z * [new branch] gh/wconstab/409/head -> origin/gh/wconstab/409/head 2025-04-25T04:41:49.4498930Z * [new branch] gh/wconstab/409/orig -> origin/gh/wconstab/409/orig 2025-04-25T04:41:49.4499410Z * [new branch] gh/wconstab/410/base -> origin/gh/wconstab/410/base 2025-04-25T04:41:49.4907176Z * [new branch] gh/wconstab/410/head -> origin/gh/wconstab/410/head 2025-04-25T04:41:49.4907717Z * [new branch] gh/wconstab/410/orig -> origin/gh/wconstab/410/orig 2025-04-25T04:41:49.4908224Z * [new branch] gh/wconstab/411/base -> origin/gh/wconstab/411/base 2025-04-25T04:41:49.4908712Z * [new branch] gh/wconstab/411/head -> origin/gh/wconstab/411/head 2025-04-25T04:41:49.4909225Z * [new branch] gh/wconstab/411/orig -> origin/gh/wconstab/411/orig 2025-04-25T04:41:49.4909714Z * [new branch] gh/wconstab/412/base -> origin/gh/wconstab/412/base 2025-04-25T04:41:49.4910370Z * [new branch] gh/wconstab/412/head -> origin/gh/wconstab/412/head 2025-04-25T04:41:49.4910868Z * [new branch] gh/wconstab/412/orig -> origin/gh/wconstab/412/orig 2025-04-25T04:41:49.4911422Z * [new branch] gh/wconstab/413/base -> origin/gh/wconstab/413/base 2025-04-25T04:41:49.4911968Z * [new branch] gh/wconstab/413/head -> origin/gh/wconstab/413/head 2025-04-25T04:41:49.4912467Z * [new branch] gh/wconstab/413/orig -> origin/gh/wconstab/413/orig 2025-04-25T04:41:49.4912951Z * [new branch] gh/wconstab/414/base -> origin/gh/wconstab/414/base 2025-04-25T04:41:49.4913442Z * [new branch] gh/wconstab/414/head -> origin/gh/wconstab/414/head 2025-04-25T04:41:49.4913932Z * [new branch] gh/wconstab/414/orig -> origin/gh/wconstab/414/orig 2025-04-25T04:41:49.4914467Z * [new branch] gh/weifengpy/21/base -> origin/gh/weifengpy/21/base 2025-04-25T04:41:49.4914973Z * [new branch] gh/weifengpy/21/head -> origin/gh/weifengpy/21/head 2025-04-25T04:41:49.4915465Z * [new branch] gh/weifengpy/21/orig -> origin/gh/weifengpy/21/orig 2025-04-25T04:41:49.4915970Z * [new branch] gh/weifengpy/24/base -> origin/gh/weifengpy/24/base 2025-04-25T04:41:49.4916471Z * [new branch] gh/weifengpy/24/head -> origin/gh/weifengpy/24/head 2025-04-25T04:41:49.4917013Z * [new branch] gh/weifengpy/24/orig -> origin/gh/weifengpy/24/orig 2025-04-25T04:41:49.4917584Z * [new branch] gh/williamwen42/196/base -> origin/gh/williamwen42/196/base 2025-04-25T04:41:49.4918116Z * [new branch] gh/williamwen42/196/head -> origin/gh/williamwen42/196/head 2025-04-25T04:41:49.4918650Z * [new branch] gh/williamwen42/196/orig -> origin/gh/williamwen42/196/orig 2025-04-25T04:41:49.4919185Z * [new branch] gh/williamwen42/209/base -> origin/gh/williamwen42/209/base 2025-04-25T04:41:49.4919723Z * [new branch] gh/williamwen42/209/head -> origin/gh/williamwen42/209/head 2025-04-25T04:41:49.4920257Z * [new branch] gh/williamwen42/209/orig -> origin/gh/williamwen42/209/orig 2025-04-25T04:41:49.4920900Z * [new branch] gh/williamwen42/210/base -> origin/gh/williamwen42/210/base 2025-04-25T04:41:49.4921452Z * [new branch] gh/williamwen42/210/head -> origin/gh/williamwen42/210/head 2025-04-25T04:41:49.4921986Z * [new branch] gh/williamwen42/210/orig -> origin/gh/williamwen42/210/orig 2025-04-25T04:41:49.4922577Z * [new branch] gh/williamwen42/220/base -> origin/gh/williamwen42/220/base 2025-04-25T04:41:49.4923155Z * [new branch] gh/williamwen42/220/head -> origin/gh/williamwen42/220/head 2025-04-25T04:41:49.4923684Z * [new branch] gh/williamwen42/220/orig -> origin/gh/williamwen42/220/orig 2025-04-25T04:41:49.4924223Z * [new branch] gh/williamwen42/222/base -> origin/gh/williamwen42/222/base 2025-04-25T04:41:49.4924745Z * [new branch] gh/williamwen42/222/head -> origin/gh/williamwen42/222/head 2025-04-25T04:41:49.4925280Z * [new branch] gh/williamwen42/222/orig -> origin/gh/williamwen42/222/orig 2025-04-25T04:41:49.4925815Z * [new branch] gh/williamwen42/223/base -> origin/gh/williamwen42/223/base 2025-04-25T04:41:49.4926345Z * [new branch] gh/williamwen42/223/head -> origin/gh/williamwen42/223/head 2025-04-25T04:41:49.4926876Z * [new branch] gh/williamwen42/223/orig -> origin/gh/williamwen42/223/orig 2025-04-25T04:41:49.4927404Z * [new branch] gh/williamwen42/224/base -> origin/gh/williamwen42/224/base 2025-04-25T04:41:49.4927937Z * [new branch] gh/williamwen42/224/head -> origin/gh/williamwen42/224/head 2025-04-25T04:41:49.4928716Z * [new branch] gh/williamwen42/224/orig -> origin/gh/williamwen42/224/orig 2025-04-25T04:41:49.4929324Z * [new branch] gh/williamwen42/225/base -> origin/gh/williamwen42/225/base 2025-04-25T04:41:49.4929884Z * [new branch] gh/williamwen42/225/head -> origin/gh/williamwen42/225/head 2025-04-25T04:41:49.4930411Z * [new branch] gh/williamwen42/225/orig -> origin/gh/williamwen42/225/orig 2025-04-25T04:41:49.4930947Z * [new branch] gh/williamwen42/226/base -> origin/gh/williamwen42/226/base 2025-04-25T04:41:49.5323741Z * [new branch] gh/williamwen42/226/head -> origin/gh/williamwen42/226/head 2025-04-25T04:41:49.5324351Z * [new branch] gh/williamwen42/226/orig -> origin/gh/williamwen42/226/orig 2025-04-25T04:41:49.5324900Z * [new branch] gh/williamwen42/227/base -> origin/gh/williamwen42/227/base 2025-04-25T04:41:49.5325457Z * [new branch] gh/williamwen42/227/head -> origin/gh/williamwen42/227/head 2025-04-25T04:41:49.5325988Z * [new branch] gh/williamwen42/227/orig -> origin/gh/williamwen42/227/orig 2025-04-25T04:41:49.5326536Z * [new branch] gh/williamwen42/228/base -> origin/gh/williamwen42/228/base 2025-04-25T04:41:49.5327070Z * [new branch] gh/williamwen42/228/head -> origin/gh/williamwen42/228/head 2025-04-25T04:41:49.5327617Z * [new branch] gh/williamwen42/228/orig -> origin/gh/williamwen42/228/orig 2025-04-25T04:41:49.5328136Z * [new branch] gh/williamwen42/229/base -> origin/gh/williamwen42/229/base 2025-04-25T04:41:49.5328666Z * [new branch] gh/williamwen42/229/head -> origin/gh/williamwen42/229/head 2025-04-25T04:41:49.5329204Z * [new branch] gh/williamwen42/229/orig -> origin/gh/williamwen42/229/orig 2025-04-25T04:41:49.5329734Z * [new branch] gh/williamwen42/230/base -> origin/gh/williamwen42/230/base 2025-04-25T04:41:49.5330275Z * [new branch] gh/williamwen42/230/head -> origin/gh/williamwen42/230/head 2025-04-25T04:41:49.5330801Z * [new branch] gh/williamwen42/230/orig -> origin/gh/williamwen42/230/orig 2025-04-25T04:41:49.5331500Z * [new branch] gh/williamwen42/231/base -> origin/gh/williamwen42/231/base 2025-04-25T04:41:49.5332040Z * [new branch] gh/williamwen42/231/head -> origin/gh/williamwen42/231/head 2025-04-25T04:41:49.5332577Z * [new branch] gh/williamwen42/231/orig -> origin/gh/williamwen42/231/orig 2025-04-25T04:41:49.5333116Z * [new branch] gh/williamwen42/232/base -> origin/gh/williamwen42/232/base 2025-04-25T04:41:49.5333649Z * [new branch] gh/williamwen42/232/head -> origin/gh/williamwen42/232/head 2025-04-25T04:41:49.5334181Z * [new branch] gh/williamwen42/232/orig -> origin/gh/williamwen42/232/orig 2025-04-25T04:41:49.5334727Z * [new branch] gh/williamwen42/233/base -> origin/gh/williamwen42/233/base 2025-04-25T04:41:49.5335246Z * [new branch] gh/williamwen42/233/head -> origin/gh/williamwen42/233/head 2025-04-25T04:41:49.5335786Z * [new branch] gh/williamwen42/233/orig -> origin/gh/williamwen42/233/orig 2025-04-25T04:41:49.5336315Z * [new branch] gh/williamwen42/234/base -> origin/gh/williamwen42/234/base 2025-04-25T04:41:49.5336851Z * [new branch] gh/williamwen42/234/head -> origin/gh/williamwen42/234/head 2025-04-25T04:41:49.5337386Z * [new branch] gh/williamwen42/234/orig -> origin/gh/williamwen42/234/orig 2025-04-25T04:41:49.5337883Z * [new branch] gh/wz337/2/base -> origin/gh/wz337/2/base 2025-04-25T04:41:49.5338342Z * [new branch] gh/wz337/2/head -> origin/gh/wz337/2/head 2025-04-25T04:41:49.5338780Z * [new branch] gh/wz337/3/base -> origin/gh/wz337/3/base 2025-04-25T04:41:49.5339340Z * [new branch] gh/wz337/3/head -> origin/gh/wz337/3/head 2025-04-25T04:41:49.5339809Z * [new branch] gh/xmfan/157/base -> origin/gh/xmfan/157/base 2025-04-25T04:41:49.5340283Z * [new branch] gh/xmfan/157/head -> origin/gh/xmfan/157/head 2025-04-25T04:41:49.5340763Z * [new branch] gh/xmfan/157/orig -> origin/gh/xmfan/157/orig 2025-04-25T04:41:49.5341227Z * [new branch] gh/xmfan/166/base -> origin/gh/xmfan/166/base 2025-04-25T04:41:49.5341774Z * [new branch] gh/xmfan/166/head -> origin/gh/xmfan/166/head 2025-04-25T04:41:49.5342279Z * [new branch] gh/xmfan/166/orig -> origin/gh/xmfan/166/orig 2025-04-25T04:41:49.5342750Z * [new branch] gh/xmfan/169/base -> origin/gh/xmfan/169/base 2025-04-25T04:41:49.5343222Z * [new branch] gh/xmfan/169/head -> origin/gh/xmfan/169/head 2025-04-25T04:41:49.5343690Z * [new branch] gh/xmfan/170/base -> origin/gh/xmfan/170/base 2025-04-25T04:41:49.5344159Z * [new branch] gh/xmfan/170/head -> origin/gh/xmfan/170/head 2025-04-25T04:41:49.5344624Z * [new branch] gh/xmfan/173/base -> origin/gh/xmfan/173/base 2025-04-25T04:41:49.5345094Z * [new branch] gh/xmfan/173/head -> origin/gh/xmfan/173/head 2025-04-25T04:41:49.5345567Z * [new branch] gh/xmfan/173/orig -> origin/gh/xmfan/173/orig 2025-04-25T04:41:49.5346022Z * [new branch] gh/xmfan/174/base -> origin/gh/xmfan/174/base 2025-04-25T04:41:49.5346487Z * [new branch] gh/xmfan/174/head -> origin/gh/xmfan/174/head 2025-04-25T04:41:49.5346950Z * [new branch] gh/xmfan/174/orig -> origin/gh/xmfan/174/orig 2025-04-25T04:41:49.5814840Z * [new branch] gh/xmfan/178/base -> origin/gh/xmfan/178/base 2025-04-25T04:41:49.5815402Z * [new branch] gh/xmfan/178/head -> origin/gh/xmfan/178/head 2025-04-25T04:41:49.5815873Z * [new branch] gh/xmfan/178/orig -> origin/gh/xmfan/178/orig 2025-04-25T04:41:49.5816542Z * [new branch] gh/xmfan/18/base -> origin/gh/xmfan/18/base 2025-04-25T04:41:49.5817008Z * [new branch] gh/xmfan/18/head -> origin/gh/xmfan/18/head 2025-04-25T04:41:49.5817476Z * [new branch] gh/xmfan/180/base -> origin/gh/xmfan/180/base 2025-04-25T04:41:49.5817947Z * [new branch] gh/xmfan/180/head -> origin/gh/xmfan/180/head 2025-04-25T04:41:49.5818408Z * [new branch] gh/xmfan/180/orig -> origin/gh/xmfan/180/orig 2025-04-25T04:41:49.5818883Z * [new branch] gh/xmfan/187/base -> origin/gh/xmfan/187/base 2025-04-25T04:41:49.5819344Z * [new branch] gh/xmfan/187/head -> origin/gh/xmfan/187/head 2025-04-25T04:41:49.5819817Z * [new branch] gh/xmfan/187/orig -> origin/gh/xmfan/187/orig 2025-04-25T04:41:49.5820282Z * [new branch] gh/xmfan/193/base -> origin/gh/xmfan/193/base 2025-04-25T04:41:49.5820749Z * [new branch] gh/xmfan/193/head -> origin/gh/xmfan/193/head 2025-04-25T04:41:49.5821218Z * [new branch] gh/xmfan/193/orig -> origin/gh/xmfan/193/orig 2025-04-25T04:41:49.5821681Z * [new branch] gh/xmfan/194/base -> origin/gh/xmfan/194/base 2025-04-25T04:41:49.5822153Z * [new branch] gh/xmfan/194/head -> origin/gh/xmfan/194/head 2025-04-25T04:41:49.5822627Z * [new branch] gh/xmfan/194/orig -> origin/gh/xmfan/194/orig 2025-04-25T04:41:49.5823087Z * [new branch] gh/xmfan/200/base -> origin/gh/xmfan/200/base 2025-04-25T04:41:49.5823573Z * [new branch] gh/xmfan/200/head -> origin/gh/xmfan/200/head 2025-04-25T04:41:49.5824142Z * [new branch] gh/xmfan/200/orig -> origin/gh/xmfan/200/orig 2025-04-25T04:41:49.5824620Z * [new branch] gh/xmfan/201/base -> origin/gh/xmfan/201/base 2025-04-25T04:41:49.5825086Z * [new branch] gh/xmfan/201/head -> origin/gh/xmfan/201/head 2025-04-25T04:41:49.5825559Z * [new branch] gh/xmfan/201/orig -> origin/gh/xmfan/201/orig 2025-04-25T04:41:49.5826026Z * [new branch] gh/xmfan/202/base -> origin/gh/xmfan/202/base 2025-04-25T04:41:49.5826493Z * [new branch] gh/xmfan/202/head -> origin/gh/xmfan/202/head 2025-04-25T04:41:49.5826970Z * [new branch] gh/xmfan/202/orig -> origin/gh/xmfan/202/orig 2025-04-25T04:41:49.5827430Z * [new branch] gh/xmfan/206/base -> origin/gh/xmfan/206/base 2025-04-25T04:41:49.5827902Z * [new branch] gh/xmfan/206/head -> origin/gh/xmfan/206/head 2025-04-25T04:41:49.5828371Z * [new branch] gh/xmfan/206/orig -> origin/gh/xmfan/206/orig 2025-04-25T04:41:49.5828831Z * [new branch] gh/xmfan/209/base -> origin/gh/xmfan/209/base 2025-04-25T04:41:49.5829306Z * [new branch] gh/xmfan/209/head -> origin/gh/xmfan/209/head 2025-04-25T04:41:49.5829764Z * [new branch] gh/xmfan/209/orig -> origin/gh/xmfan/209/orig 2025-04-25T04:41:49.5830241Z * [new branch] gh/xmfan/212/base -> origin/gh/xmfan/212/base 2025-04-25T04:41:49.5830700Z * [new branch] gh/xmfan/212/head -> origin/gh/xmfan/212/head 2025-04-25T04:41:49.5831163Z * [new branch] gh/xmfan/212/orig -> origin/gh/xmfan/212/orig 2025-04-25T04:41:49.5831637Z * [new branch] gh/xmfan/213/base -> origin/gh/xmfan/213/base 2025-04-25T04:41:49.5832097Z * [new branch] gh/xmfan/213/head -> origin/gh/xmfan/213/head 2025-04-25T04:41:49.5832562Z * [new branch] gh/xmfan/213/orig -> origin/gh/xmfan/213/orig 2025-04-25T04:41:49.5833020Z * [new branch] gh/xmfan/214/base -> origin/gh/xmfan/214/base 2025-04-25T04:41:49.5833563Z * [new branch] gh/xmfan/214/head -> origin/gh/xmfan/214/head 2025-04-25T04:41:49.5834047Z * [new branch] gh/xmfan/214/orig -> origin/gh/xmfan/214/orig 2025-04-25T04:41:49.5834612Z * [new branch] gh/xmfan/215/base -> origin/gh/xmfan/215/base 2025-04-25T04:41:49.5835089Z * [new branch] gh/xmfan/215/head -> origin/gh/xmfan/215/head 2025-04-25T04:41:49.5835556Z * [new branch] gh/xmfan/215/orig -> origin/gh/xmfan/215/orig 2025-04-25T04:41:49.5836036Z * [new branch] gh/xmfan/216/base -> origin/gh/xmfan/216/base 2025-04-25T04:41:49.5836522Z * [new branch] gh/xmfan/216/head -> origin/gh/xmfan/216/head 2025-04-25T04:41:49.5836991Z * [new branch] gh/xmfan/216/orig -> origin/gh/xmfan/216/orig 2025-04-25T04:41:49.5837460Z * [new branch] gh/xmfan/217/base -> origin/gh/xmfan/217/base 2025-04-25T04:41:49.5837922Z * [new branch] gh/xmfan/217/head -> origin/gh/xmfan/217/head 2025-04-25T04:41:49.6269837Z * [new branch] gh/xmfan/217/orig -> origin/gh/xmfan/217/orig 2025-04-25T04:41:49.6270353Z * [new branch] gh/xmfan/218/base -> origin/gh/xmfan/218/base 2025-04-25T04:41:49.6270822Z * [new branch] gh/xmfan/218/head -> origin/gh/xmfan/218/head 2025-04-25T04:41:49.6271294Z * [new branch] gh/xmfan/218/orig -> origin/gh/xmfan/218/orig 2025-04-25T04:41:49.6271750Z * [new branch] gh/xmfan/219/base -> origin/gh/xmfan/219/base 2025-04-25T04:41:49.6272396Z * [new branch] gh/xmfan/219/head -> origin/gh/xmfan/219/head 2025-04-25T04:41:49.6272871Z * [new branch] gh/xmfan/219/orig -> origin/gh/xmfan/219/orig 2025-04-25T04:41:49.6273322Z * [new branch] gh/xmfan/220/base -> origin/gh/xmfan/220/base 2025-04-25T04:41:49.6273810Z * [new branch] gh/xmfan/220/head -> origin/gh/xmfan/220/head 2025-04-25T04:41:49.6274409Z * [new branch] gh/xmfan/220/orig -> origin/gh/xmfan/220/orig 2025-04-25T04:41:49.6274877Z * [new branch] gh/xmfan/221/base -> origin/gh/xmfan/221/base 2025-04-25T04:41:49.6275335Z * [new branch] gh/xmfan/221/head -> origin/gh/xmfan/221/head 2025-04-25T04:41:49.6275793Z * [new branch] gh/xmfan/221/orig -> origin/gh/xmfan/221/orig 2025-04-25T04:41:49.6276261Z * [new branch] gh/xmfan/222/base -> origin/gh/xmfan/222/base 2025-04-25T04:41:49.6276723Z * [new branch] gh/xmfan/222/head -> origin/gh/xmfan/222/head 2025-04-25T04:41:49.6277187Z * [new branch] gh/xmfan/222/orig -> origin/gh/xmfan/222/orig 2025-04-25T04:41:49.6277638Z * [new branch] gh/xmfan/223/base -> origin/gh/xmfan/223/base 2025-04-25T04:41:49.6278110Z * [new branch] gh/xmfan/223/head -> origin/gh/xmfan/223/head 2025-04-25T04:41:49.6278568Z * [new branch] gh/xmfan/223/orig -> origin/gh/xmfan/223/orig 2025-04-25T04:41:49.6279021Z * [new branch] gh/xmfan/224/base -> origin/gh/xmfan/224/base 2025-04-25T04:41:49.6279483Z * [new branch] gh/xmfan/224/head -> origin/gh/xmfan/224/head 2025-04-25T04:41:49.6280028Z * [new branch] gh/xmfan/224/orig -> origin/gh/xmfan/224/orig 2025-04-25T04:41:49.6280491Z * [new branch] gh/xmfan/225/base -> origin/gh/xmfan/225/base 2025-04-25T04:41:49.6280959Z * [new branch] gh/xmfan/225/head -> origin/gh/xmfan/225/head 2025-04-25T04:41:49.6281420Z * [new branch] gh/xmfan/225/orig -> origin/gh/xmfan/225/orig 2025-04-25T04:41:49.6281887Z * [new branch] gh/xmfan/226/base -> origin/gh/xmfan/226/base 2025-04-25T04:41:49.6282465Z * [new branch] gh/xmfan/226/head -> origin/gh/xmfan/226/head 2025-04-25T04:41:49.6282934Z * [new branch] gh/xmfan/226/orig -> origin/gh/xmfan/226/orig 2025-04-25T04:41:49.6283395Z * [new branch] gh/xmfan/227/base -> origin/gh/xmfan/227/base 2025-04-25T04:41:49.6283863Z * [new branch] gh/xmfan/227/head -> origin/gh/xmfan/227/head 2025-04-25T04:41:49.6284334Z * [new branch] gh/xmfan/227/orig -> origin/gh/xmfan/227/orig 2025-04-25T04:41:49.6284804Z * [new branch] gh/xmfan/228/base -> origin/gh/xmfan/228/base 2025-04-25T04:41:49.6285315Z * [new branch] gh/xmfan/228/head -> origin/gh/xmfan/228/head 2025-04-25T04:41:49.6285812Z * [new branch] gh/xmfan/228/orig -> origin/gh/xmfan/228/orig 2025-04-25T04:41:49.6286320Z * [new branch] gh/xuanzhang816/11/base -> origin/gh/xuanzhang816/11/base 2025-04-25T04:41:49.6286852Z * [new branch] gh/xuanzhang816/11/head -> origin/gh/xuanzhang816/11/head 2025-04-25T04:41:49.6287372Z * [new branch] gh/xuanzhang816/11/orig -> origin/gh/xuanzhang816/11/orig 2025-04-25T04:41:49.6287900Z * [new branch] gh/xuanzhang816/12/base -> origin/gh/xuanzhang816/12/base 2025-04-25T04:41:49.6288415Z * [new branch] gh/xuanzhang816/12/head -> origin/gh/xuanzhang816/12/head 2025-04-25T04:41:49.6288945Z * [new branch] gh/xuanzhang816/12/orig -> origin/gh/xuanzhang816/12/orig 2025-04-25T04:41:49.6289554Z * [new branch] gh/xuhancn/1/base -> origin/gh/xuhancn/1/base 2025-04-25T04:41:49.6290036Z * [new branch] gh/xuhancn/1/head -> origin/gh/xuhancn/1/head 2025-04-25T04:41:49.6290510Z * [new branch] gh/xuhancn/2/base -> origin/gh/xuhancn/2/base 2025-04-25T04:41:49.6291022Z * [new branch] gh/xuhancn/2/head -> origin/gh/xuhancn/2/head 2025-04-25T04:41:49.6291544Z * [new branch] gh/xuhancn/3/base -> origin/gh/xuhancn/3/base 2025-04-25T04:41:49.6292019Z * [new branch] gh/xuhancn/3/head -> origin/gh/xuhancn/3/head 2025-04-25T04:41:49.6292483Z * [new branch] gh/xuhancn/4/base -> origin/gh/xuhancn/4/base 2025-04-25T04:41:49.6724431Z * [new branch] gh/xuhancn/4/head -> origin/gh/xuhancn/4/head 2025-04-25T04:41:49.6724987Z * [new branch] gh/xuhancn/5/base -> origin/gh/xuhancn/5/base 2025-04-25T04:41:49.6725489Z * [new branch] gh/xuhancn/5/head -> origin/gh/xuhancn/5/head 2025-04-25T04:41:49.6725971Z * [new branch] gh/xuhancn/6/base -> origin/gh/xuhancn/6/base 2025-04-25T04:41:49.6726438Z * [new branch] gh/xuhancn/6/head -> origin/gh/xuhancn/6/head 2025-04-25T04:41:49.6726920Z * [new branch] gh/xuhancn/7/base -> origin/gh/xuhancn/7/base 2025-04-25T04:41:49.6727386Z * [new branch] gh/xuhancn/7/head -> origin/gh/xuhancn/7/head 2025-04-25T04:41:49.6727884Z * [new branch] gh/yanbing-j/11/base -> origin/gh/yanbing-j/11/base 2025-04-25T04:41:49.6728378Z * [new branch] gh/yanbing-j/11/head -> origin/gh/yanbing-j/11/head 2025-04-25T04:41:49.6728858Z * [new branch] gh/yanbing-j/11/orig -> origin/gh/yanbing-j/11/orig 2025-04-25T04:41:49.6729351Z * [new branch] gh/yanbing-j/12/base -> origin/gh/yanbing-j/12/base 2025-04-25T04:41:49.6729840Z * [new branch] gh/yanbing-j/12/head -> origin/gh/yanbing-j/12/head 2025-04-25T04:41:49.6730334Z * [new branch] gh/yanbing-j/12/orig -> origin/gh/yanbing-j/12/orig 2025-04-25T04:41:49.6730822Z * [new branch] gh/yanbing-j/13/base -> origin/gh/yanbing-j/13/base 2025-04-25T04:41:49.6731481Z * [new branch] gh/yanbing-j/13/head -> origin/gh/yanbing-j/13/head 2025-04-25T04:41:49.6732100Z * [new branch] gh/yanbing-j/13/orig -> origin/gh/yanbing-j/13/orig 2025-04-25T04:41:49.6732584Z * [new branch] gh/yanbing-j/14/base -> origin/gh/yanbing-j/14/base 2025-04-25T04:41:49.6733086Z * [new branch] gh/yanbing-j/14/head -> origin/gh/yanbing-j/14/head 2025-04-25T04:41:49.6733580Z * [new branch] gh/yanbing-j/14/orig -> origin/gh/yanbing-j/14/orig 2025-04-25T04:41:49.6734058Z * [new branch] gh/yanbing-j/15/base -> origin/gh/yanbing-j/15/base 2025-04-25T04:41:49.6734553Z * [new branch] gh/yanbing-j/15/head -> origin/gh/yanbing-j/15/head 2025-04-25T04:41:49.6735030Z * [new branch] gh/yanbing-j/15/orig -> origin/gh/yanbing-j/15/orig 2025-04-25T04:41:49.6735530Z * [new branch] gh/yanbing-j/18/base -> origin/gh/yanbing-j/18/base 2025-04-25T04:41:49.6736012Z * [new branch] gh/yanbing-j/18/head -> origin/gh/yanbing-j/18/head 2025-04-25T04:41:49.6736502Z * [new branch] gh/yanbing-j/18/orig -> origin/gh/yanbing-j/18/orig 2025-04-25T04:41:49.6736990Z * [new branch] gh/yanbing-j/19/base -> origin/gh/yanbing-j/19/base 2025-04-25T04:41:49.6737468Z * [new branch] gh/yanbing-j/19/head -> origin/gh/yanbing-j/19/head 2025-04-25T04:41:49.6737955Z * [new branch] gh/yanbing-j/19/orig -> origin/gh/yanbing-j/19/orig 2025-04-25T04:41:49.6738432Z * [new branch] gh/yanbing-j/20/base -> origin/gh/yanbing-j/20/base 2025-04-25T04:41:49.6739046Z * [new branch] gh/yanbing-j/20/head -> origin/gh/yanbing-j/20/head 2025-04-25T04:41:49.6739537Z * [new branch] gh/yanbing-j/20/orig -> origin/gh/yanbing-j/20/orig 2025-04-25T04:41:49.6740028Z * [new branch] gh/yanbing-j/21/base -> origin/gh/yanbing-j/21/base 2025-04-25T04:41:49.6740522Z * [new branch] gh/yanbing-j/21/head -> origin/gh/yanbing-j/21/head 2025-04-25T04:41:49.6741006Z * [new branch] gh/yanbing-j/22/base -> origin/gh/yanbing-j/22/base 2025-04-25T04:41:49.6741505Z * [new branch] gh/yanbing-j/22/head -> origin/gh/yanbing-j/22/head 2025-04-25T04:41:49.6742002Z * [new branch] gh/yanbing-j/22/orig -> origin/gh/yanbing-j/22/orig 2025-04-25T04:41:49.6742486Z * [new branch] gh/yanbing-j/23/base -> origin/gh/yanbing-j/23/base 2025-04-25T04:41:49.6742976Z * [new branch] gh/yanbing-j/23/head -> origin/gh/yanbing-j/23/head 2025-04-25T04:41:49.6743458Z * [new branch] gh/yanbing-j/23/orig -> origin/gh/yanbing-j/23/orig 2025-04-25T04:41:49.6743947Z * [new branch] gh/yanbing-j/24/base -> origin/gh/yanbing-j/24/base 2025-04-25T04:41:49.6744438Z * [new branch] gh/yanbing-j/24/head -> origin/gh/yanbing-j/24/head 2025-04-25T04:41:49.6744979Z * [new branch] gh/yanbing-j/24/orig -> origin/gh/yanbing-j/24/orig 2025-04-25T04:41:49.6745530Z * [new branch] gh/yanbing-j/25/base -> origin/gh/yanbing-j/25/base 2025-04-25T04:41:49.6746016Z * [new branch] gh/yanbing-j/25/head -> origin/gh/yanbing-j/25/head 2025-04-25T04:41:49.6746513Z * [new branch] gh/yanbing-j/25/orig -> origin/gh/yanbing-j/25/orig 2025-04-25T04:41:49.6746994Z * [new branch] gh/yanbing-j/26/base -> origin/gh/yanbing-j/26/base 2025-04-25T04:41:49.6747485Z * [new branch] gh/yanbing-j/26/head -> origin/gh/yanbing-j/26/head 2025-04-25T04:41:49.7187124Z * [new branch] gh/yanbing-j/26/orig -> origin/gh/yanbing-j/26/orig 2025-04-25T04:41:49.7187839Z * [new branch] gh/yanbing-j/34/base -> origin/gh/yanbing-j/34/base 2025-04-25T04:41:49.7188365Z * [new branch] gh/yanbing-j/34/head -> origin/gh/yanbing-j/34/head 2025-04-25T04:41:49.7188857Z * [new branch] gh/yanbing-j/34/orig -> origin/gh/yanbing-j/34/orig 2025-04-25T04:41:49.7189337Z * [new branch] gh/yanbing-j/36/base -> origin/gh/yanbing-j/36/base 2025-04-25T04:41:49.7189826Z * [new branch] gh/yanbing-j/36/head -> origin/gh/yanbing-j/36/head 2025-04-25T04:41:49.7190311Z * [new branch] gh/yanbing-j/36/orig -> origin/gh/yanbing-j/36/orig 2025-04-25T04:41:49.7190792Z * [new branch] gh/yanbing-j/37/base -> origin/gh/yanbing-j/37/base 2025-04-25T04:41:49.7191290Z * [new branch] gh/yanbing-j/37/head -> origin/gh/yanbing-j/37/head 2025-04-25T04:41:49.7191768Z * [new branch] gh/yanbing-j/37/orig -> origin/gh/yanbing-j/37/orig 2025-04-25T04:41:49.7192274Z * [new branch] gh/yanboliang/62/base -> origin/gh/yanboliang/62/base 2025-04-25T04:41:49.7192776Z * [new branch] gh/yanboliang/62/head -> origin/gh/yanboliang/62/head 2025-04-25T04:41:49.7193299Z * [new branch] gh/yanboliang/62/orig -> origin/gh/yanboliang/62/orig 2025-04-25T04:41:49.7193786Z * [new branch] gh/ydwu4/194/base -> origin/gh/ydwu4/194/base 2025-04-25T04:41:49.7194319Z * [new branch] gh/ydwu4/194/head -> origin/gh/ydwu4/194/head 2025-04-25T04:41:49.7194791Z * [new branch] gh/ydwu4/194/orig -> origin/gh/ydwu4/194/orig 2025-04-25T04:41:49.7195364Z * [new branch] gh/ydwu4/201/base -> origin/gh/ydwu4/201/base 2025-04-25T04:41:49.7195828Z * [new branch] gh/ydwu4/201/head -> origin/gh/ydwu4/201/head 2025-04-25T04:41:49.7196279Z * [new branch] gh/ydwu4/201/orig -> origin/gh/ydwu4/201/orig 2025-04-25T04:41:49.7196744Z * [new branch] gh/ydwu4/208/base -> origin/gh/ydwu4/208/base 2025-04-25T04:41:49.7197214Z * [new branch] gh/ydwu4/208/head -> origin/gh/ydwu4/208/head 2025-04-25T04:41:49.7197662Z * [new branch] gh/ydwu4/208/orig -> origin/gh/ydwu4/208/orig 2025-04-25T04:41:49.7198123Z * [new branch] gh/ydwu4/219/base -> origin/gh/ydwu4/219/base 2025-04-25T04:41:49.7198575Z * [new branch] gh/ydwu4/219/head -> origin/gh/ydwu4/219/head 2025-04-25T04:41:49.7199038Z * [new branch] gh/ydwu4/219/orig -> origin/gh/ydwu4/219/orig 2025-04-25T04:41:49.7199503Z * [new branch] gh/ydwu4/222/base -> origin/gh/ydwu4/222/base 2025-04-25T04:41:49.7199957Z * [new branch] gh/ydwu4/222/head -> origin/gh/ydwu4/222/head 2025-04-25T04:41:49.7200422Z * [new branch] gh/ydwu4/222/orig -> origin/gh/ydwu4/222/orig 2025-04-25T04:41:49.7200883Z * [new branch] gh/ydwu4/223/base -> origin/gh/ydwu4/223/base 2025-04-25T04:41:49.7201347Z * [new branch] gh/ydwu4/223/head -> origin/gh/ydwu4/223/head 2025-04-25T04:41:49.7201812Z * [new branch] gh/ydwu4/223/orig -> origin/gh/ydwu4/223/orig 2025-04-25T04:41:49.7202261Z * [new branch] gh/ydwu4/224/base -> origin/gh/ydwu4/224/base 2025-04-25T04:41:49.7202728Z * [new branch] gh/ydwu4/224/head -> origin/gh/ydwu4/224/head 2025-04-25T04:41:49.7203179Z * [new branch] gh/ydwu4/224/orig -> origin/gh/ydwu4/224/orig 2025-04-25T04:41:49.7203647Z * [new branch] gh/ydwu4/225/base -> origin/gh/ydwu4/225/base 2025-04-25T04:41:49.7204107Z * [new branch] gh/ydwu4/225/head -> origin/gh/ydwu4/225/head 2025-04-25T04:41:49.7204576Z * [new branch] gh/ydwu4/225/orig -> origin/gh/ydwu4/225/orig 2025-04-25T04:41:49.7205120Z * [new branch] gh/ydwu4/226/base -> origin/gh/ydwu4/226/base 2025-04-25T04:41:49.7205583Z * [new branch] gh/ydwu4/226/head -> origin/gh/ydwu4/226/head 2025-04-25T04:41:49.7206051Z * [new branch] gh/ydwu4/226/orig -> origin/gh/ydwu4/226/orig 2025-04-25T04:41:49.7206506Z * [new branch] gh/ydwu4/227/base -> origin/gh/ydwu4/227/base 2025-04-25T04:41:49.7206973Z * [new branch] gh/ydwu4/227/head -> origin/gh/ydwu4/227/head 2025-04-25T04:41:49.7207436Z * [new branch] gh/ydwu4/227/orig -> origin/gh/ydwu4/227/orig 2025-04-25T04:41:49.7207898Z * [new branch] gh/ydwu4/228/base -> origin/gh/ydwu4/228/base 2025-04-25T04:41:49.7208360Z * [new branch] gh/ydwu4/228/head -> origin/gh/ydwu4/228/head 2025-04-25T04:41:49.7208810Z * [new branch] gh/ydwu4/228/orig -> origin/gh/ydwu4/228/orig 2025-04-25T04:41:49.7209276Z * [new branch] gh/ydwu4/229/base -> origin/gh/ydwu4/229/base 2025-04-25T04:41:49.7209734Z * [new branch] gh/ydwu4/229/head -> origin/gh/ydwu4/229/head 2025-04-25T04:41:49.7622081Z * [new branch] gh/ydwu4/229/orig -> origin/gh/ydwu4/229/orig 2025-04-25T04:41:49.7622610Z * [new branch] gh/ydwu4/230/base -> origin/gh/ydwu4/230/base 2025-04-25T04:41:49.7623076Z * [new branch] gh/ydwu4/230/head -> origin/gh/ydwu4/230/head 2025-04-25T04:41:49.7623546Z * [new branch] gh/ydwu4/230/orig -> origin/gh/ydwu4/230/orig 2025-04-25T04:41:49.7624736Z * [new branch] gh/ydwu4/231/base -> origin/gh/ydwu4/231/base 2025-04-25T04:41:49.7625194Z * [new branch] gh/ydwu4/231/head -> origin/gh/ydwu4/231/head 2025-04-25T04:41:49.7625660Z * [new branch] gh/ydwu4/231/orig -> origin/gh/ydwu4/231/orig 2025-04-25T04:41:49.7626134Z * [new branch] gh/ydwu4/232/base -> origin/gh/ydwu4/232/base 2025-04-25T04:41:49.7626597Z * [new branch] gh/ydwu4/232/head -> origin/gh/ydwu4/232/head 2025-04-25T04:41:49.7627053Z * [new branch] gh/ydwu4/232/orig -> origin/gh/ydwu4/232/orig 2025-04-25T04:41:49.7627515Z * [new branch] gh/ydwu4/233/base -> origin/gh/ydwu4/233/base 2025-04-25T04:41:49.7627979Z * [new branch] gh/ydwu4/233/head -> origin/gh/ydwu4/233/head 2025-04-25T04:41:49.7628435Z * [new branch] gh/ydwu4/233/orig -> origin/gh/ydwu4/233/orig 2025-04-25T04:41:49.7628904Z * [new branch] gh/ydwu4/234/base -> origin/gh/ydwu4/234/base 2025-04-25T04:41:49.7629360Z * [new branch] gh/ydwu4/234/head -> origin/gh/ydwu4/234/head 2025-04-25T04:41:49.7629825Z * [new branch] gh/ydwu4/234/orig -> origin/gh/ydwu4/234/orig 2025-04-25T04:41:49.7630287Z * [new branch] gh/ydwu4/235/base -> origin/gh/ydwu4/235/base 2025-04-25T04:41:49.7630741Z * [new branch] gh/ydwu4/235/head -> origin/gh/ydwu4/235/head 2025-04-25T04:41:49.7631199Z * [new branch] gh/ydwu4/235/orig -> origin/gh/ydwu4/235/orig 2025-04-25T04:41:49.7631658Z * [new branch] gh/ydwu4/236/base -> origin/gh/ydwu4/236/base 2025-04-25T04:41:49.7632114Z * [new branch] gh/ydwu4/236/head -> origin/gh/ydwu4/236/head 2025-04-25T04:41:49.7632576Z * [new branch] gh/ydwu4/236/orig -> origin/gh/ydwu4/236/orig 2025-04-25T04:41:49.7633035Z * [new branch] gh/ydwu4/237/base -> origin/gh/ydwu4/237/base 2025-04-25T04:41:49.7633495Z * [new branch] gh/ydwu4/237/head -> origin/gh/ydwu4/237/head 2025-04-25T04:41:49.7634053Z * [new branch] gh/ydwu4/237/orig -> origin/gh/ydwu4/237/orig 2025-04-25T04:41:49.7634681Z * [new branch] gh/yf225/133/base -> origin/gh/yf225/133/base 2025-04-25T04:41:49.7635130Z * [new branch] gh/yf225/133/head -> origin/gh/yf225/133/head 2025-04-25T04:41:49.7635587Z * [new branch] gh/yf225/164/base -> origin/gh/yf225/164/base 2025-04-25T04:41:49.7636046Z * [new branch] gh/yf225/164/head -> origin/gh/yf225/164/head 2025-04-25T04:41:49.7636512Z * [new branch] gh/yf225/164/orig -> origin/gh/yf225/164/orig 2025-04-25T04:41:49.7636965Z * [new branch] gh/yf225/165/base -> origin/gh/yf225/165/base 2025-04-25T04:41:49.7637433Z * [new branch] gh/yf225/165/head -> origin/gh/yf225/165/head 2025-04-25T04:41:49.7637882Z * [new branch] gh/yf225/165/orig -> origin/gh/yf225/165/orig 2025-04-25T04:41:49.7638344Z * [new branch] gh/yf225/166/base -> origin/gh/yf225/166/base 2025-04-25T04:41:49.7638797Z * [new branch] gh/yf225/166/head -> origin/gh/yf225/166/head 2025-04-25T04:41:49.7639257Z * [new branch] gh/yf225/166/orig -> origin/gh/yf225/166/orig 2025-04-25T04:41:49.7639710Z * [new branch] gh/yf225/167/base -> origin/gh/yf225/167/base 2025-04-25T04:41:49.7640168Z * [new branch] gh/yf225/167/head -> origin/gh/yf225/167/head 2025-04-25T04:41:49.7640625Z * [new branch] gh/yf225/167/orig -> origin/gh/yf225/167/orig 2025-04-25T04:41:49.7641170Z * [new branch] gh/yf225/168/base -> origin/gh/yf225/168/base 2025-04-25T04:41:49.7641632Z * [new branch] gh/yf225/168/head -> origin/gh/yf225/168/head 2025-04-25T04:41:49.7642086Z * [new branch] gh/yf225/168/orig -> origin/gh/yf225/168/orig 2025-04-25T04:41:49.7642564Z * [new branch] gh/yf225/93/base -> origin/gh/yf225/93/base 2025-04-25T04:41:49.7643024Z * [new branch] gh/yf225/93/head -> origin/gh/yf225/93/head 2025-04-25T04:41:49.7643504Z * [new branch] gh/yifuwang/152/base -> origin/gh/yifuwang/152/base 2025-04-25T04:41:49.7644013Z * [new branch] gh/yifuwang/152/head -> origin/gh/yifuwang/152/head 2025-04-25T04:41:49.7644499Z * [new branch] gh/yifuwang/152/orig -> origin/gh/yifuwang/152/orig 2025-04-25T04:41:49.7644992Z * [new branch] gh/yifuwang/185/base -> origin/gh/yifuwang/185/base 2025-04-25T04:41:49.8087073Z * [new branch] gh/yifuwang/185/head -> origin/gh/yifuwang/185/head 2025-04-25T04:41:49.8087641Z * [new branch] gh/yifuwang/185/orig -> origin/gh/yifuwang/185/orig 2025-04-25T04:41:49.8088163Z * [new branch] gh/yifuwang/186/base -> origin/gh/yifuwang/186/base 2025-04-25T04:41:49.8088702Z * [new branch] gh/yifuwang/186/head -> origin/gh/yifuwang/186/head 2025-04-25T04:41:49.8089195Z * [new branch] gh/yifuwang/186/orig -> origin/gh/yifuwang/186/orig 2025-04-25T04:41:49.8089686Z * [new branch] gh/yifuwang/187/base -> origin/gh/yifuwang/187/base 2025-04-25T04:41:49.8090171Z * [new branch] gh/yifuwang/187/head -> origin/gh/yifuwang/187/head 2025-04-25T04:41:49.8090662Z * [new branch] gh/yifuwang/187/orig -> origin/gh/yifuwang/187/orig 2025-04-25T04:41:49.8091153Z * [new branch] gh/yifuwang/188/base -> origin/gh/yifuwang/188/base 2025-04-25T04:41:49.8091652Z * [new branch] gh/yifuwang/188/head -> origin/gh/yifuwang/188/head 2025-04-25T04:41:49.8092144Z * [new branch] gh/yifuwang/188/orig -> origin/gh/yifuwang/188/orig 2025-04-25T04:41:49.8092634Z * [new branch] gh/yifuwang/189/base -> origin/gh/yifuwang/189/base 2025-04-25T04:41:49.8093725Z * [new branch] gh/yifuwang/189/head -> origin/gh/yifuwang/189/head 2025-04-25T04:41:49.8094234Z * [new branch] gh/yifuwang/189/orig -> origin/gh/yifuwang/189/orig 2025-04-25T04:41:49.8094736Z * [new branch] gh/yifuwang/190/base -> origin/gh/yifuwang/190/base 2025-04-25T04:41:49.8095237Z * [new branch] gh/yifuwang/190/head -> origin/gh/yifuwang/190/head 2025-04-25T04:41:49.8095723Z * [new branch] gh/yifuwang/190/orig -> origin/gh/yifuwang/190/orig 2025-04-25T04:41:49.8096221Z * [new branch] gh/yifuwang/191/base -> origin/gh/yifuwang/191/base 2025-04-25T04:41:49.8096711Z * [new branch] gh/yifuwang/191/head -> origin/gh/yifuwang/191/head 2025-04-25T04:41:49.8097305Z * [new branch] gh/yifuwang/191/orig -> origin/gh/yifuwang/191/orig 2025-04-25T04:41:49.8097811Z * [new branch] gh/yifuwang/192/base -> origin/gh/yifuwang/192/base 2025-04-25T04:41:49.8098296Z * [new branch] gh/yifuwang/192/head -> origin/gh/yifuwang/192/head 2025-04-25T04:41:49.8098788Z * [new branch] gh/yifuwang/192/orig -> origin/gh/yifuwang/192/orig 2025-04-25T04:41:49.8099271Z * [new branch] gh/yifuwang/194/base -> origin/gh/yifuwang/194/base 2025-04-25T04:41:49.8099768Z * [new branch] gh/yifuwang/194/head -> origin/gh/yifuwang/194/head 2025-04-25T04:41:49.8100264Z * [new branch] gh/yifuwang/194/orig -> origin/gh/yifuwang/194/orig 2025-04-25T04:41:49.8100871Z * [new branch] gh/yifuwang/195/base -> origin/gh/yifuwang/195/base 2025-04-25T04:41:49.8101362Z * [new branch] gh/yifuwang/195/head -> origin/gh/yifuwang/195/head 2025-04-25T04:41:49.8101847Z * [new branch] gh/yifuwang/195/orig -> origin/gh/yifuwang/195/orig 2025-04-25T04:41:49.8102350Z * [new branch] gh/yifuwang/196/base -> origin/gh/yifuwang/196/base 2025-04-25T04:41:49.8102835Z * [new branch] gh/yifuwang/196/head -> origin/gh/yifuwang/196/head 2025-04-25T04:41:49.8103334Z * [new branch] gh/yifuwang/196/orig -> origin/gh/yifuwang/196/orig 2025-04-25T04:41:49.8103836Z * [new branch] gh/yiming0416/1/base -> origin/gh/yiming0416/1/base 2025-04-25T04:41:49.8104321Z * [new branch] gh/yiming0416/1/head -> origin/gh/yiming0416/1/head 2025-04-25T04:41:49.8104818Z * [new branch] gh/yiming0416/2/base -> origin/gh/yiming0416/2/base 2025-04-25T04:41:49.8105304Z * [new branch] gh/yiming0416/2/head -> origin/gh/yiming0416/2/head 2025-04-25T04:41:49.8105807Z * [new branch] gh/ysiraichi/78/base -> origin/gh/ysiraichi/78/base 2025-04-25T04:41:49.8106316Z * [new branch] gh/ysiraichi/78/head -> origin/gh/ysiraichi/78/head 2025-04-25T04:41:49.8106807Z * [new branch] gh/ysiraichi/78/orig -> origin/gh/ysiraichi/78/orig 2025-04-25T04:41:49.8107308Z * [new branch] gh/ysiraichi/79/base -> origin/gh/ysiraichi/79/base 2025-04-25T04:41:49.8107797Z * [new branch] gh/ysiraichi/79/head -> origin/gh/ysiraichi/79/head 2025-04-25T04:41:49.8108296Z * [new branch] gh/ysiraichi/79/orig -> origin/gh/ysiraichi/79/orig 2025-04-25T04:41:49.8108809Z * [new branch] gh/ysiraichi/80/base -> origin/gh/ysiraichi/80/base 2025-04-25T04:41:49.8109301Z * [new branch] gh/ysiraichi/80/head -> origin/gh/ysiraichi/80/head 2025-04-25T04:41:49.8109818Z * [new branch] gh/ysiraichi/80/orig -> origin/gh/ysiraichi/80/orig 2025-04-25T04:41:49.8110309Z * [new branch] gh/ysiraichi/81/base -> origin/gh/ysiraichi/81/base 2025-04-25T04:41:49.8542564Z * [new branch] gh/ysiraichi/81/head -> origin/gh/ysiraichi/81/head 2025-04-25T04:41:49.8543159Z * [new branch] gh/ysiraichi/81/orig -> origin/gh/ysiraichi/81/orig 2025-04-25T04:41:49.8543673Z * [new branch] gh/ysiraichi/82/base -> origin/gh/ysiraichi/82/base 2025-04-25T04:41:49.8544187Z * [new branch] gh/ysiraichi/82/head -> origin/gh/ysiraichi/82/head 2025-04-25T04:41:49.8544686Z * [new branch] gh/ysiraichi/82/orig -> origin/gh/ysiraichi/82/orig 2025-04-25T04:41:49.8545198Z * [new branch] gh/ysiraichi/84/base -> origin/gh/ysiraichi/84/base 2025-04-25T04:41:49.8545722Z * [new branch] gh/ysiraichi/84/head -> origin/gh/ysiraichi/84/head 2025-04-25T04:41:49.8546221Z * [new branch] gh/ysiraichi/84/orig -> origin/gh/ysiraichi/84/orig 2025-04-25T04:41:49.8546722Z * [new branch] gh/ysiraichi/85/base -> origin/gh/ysiraichi/85/base 2025-04-25T04:41:49.8547217Z * [new branch] gh/ysiraichi/85/head -> origin/gh/ysiraichi/85/head 2025-04-25T04:41:49.8547722Z * [new branch] gh/ysiraichi/85/orig -> origin/gh/ysiraichi/85/orig 2025-04-25T04:41:49.8548229Z * [new branch] gh/ysiraichi/86/base -> origin/gh/ysiraichi/86/base 2025-04-25T04:41:49.8548726Z * [new branch] gh/ysiraichi/86/head -> origin/gh/ysiraichi/86/head 2025-04-25T04:41:49.8549224Z * [new branch] gh/ysiraichi/86/orig -> origin/gh/ysiraichi/86/orig 2025-04-25T04:41:49.8549707Z * [new branch] gh/ysiraichi/87/base -> origin/gh/ysiraichi/87/base 2025-04-25T04:41:49.8550308Z * [new branch] gh/ysiraichi/87/head -> origin/gh/ysiraichi/87/head 2025-04-25T04:41:49.8550813Z * [new branch] gh/ysiraichi/87/orig -> origin/gh/ysiraichi/87/orig 2025-04-25T04:41:49.8551304Z * [new branch] gh/yuguo68/1/base -> origin/gh/yuguo68/1/base 2025-04-25T04:41:49.8551792Z * [new branch] gh/yuguo68/1/head -> origin/gh/yuguo68/1/head 2025-04-25T04:41:49.8552255Z * [new branch] gh/yuguo68/1/orig -> origin/gh/yuguo68/1/orig 2025-04-25T04:41:49.8552726Z * [new branch] gh/yuguo68/2/base -> origin/gh/yuguo68/2/base 2025-04-25T04:41:49.8553197Z * [new branch] gh/yuguo68/2/head -> origin/gh/yuguo68/2/head 2025-04-25T04:41:49.8553652Z * [new branch] gh/yuguo68/2/orig -> origin/gh/yuguo68/2/orig 2025-04-25T04:41:49.8554138Z * [new branch] gh/zhuhaozhe/28/base -> origin/gh/zhuhaozhe/28/base 2025-04-25T04:41:49.8554721Z * [new branch] gh/zhuhaozhe/28/head -> origin/gh/zhuhaozhe/28/head 2025-04-25T04:41:49.8555224Z * [new branch] gh/zhuhaozhe/28/orig -> origin/gh/zhuhaozhe/28/orig 2025-04-25T04:41:49.8555714Z * [new branch] gh/zhuhaozhe/29/base -> origin/gh/zhuhaozhe/29/base 2025-04-25T04:41:49.8556218Z * [new branch] gh/zhuhaozhe/29/head -> origin/gh/zhuhaozhe/29/head 2025-04-25T04:41:49.8556714Z * [new branch] gh/zhuhaozhe/29/orig -> origin/gh/zhuhaozhe/29/orig 2025-04-25T04:41:49.8557204Z * [new branch] gh/zhuhaozhe/31/base -> origin/gh/zhuhaozhe/31/base 2025-04-25T04:41:49.8557704Z * [new branch] gh/zhuhaozhe/31/head -> origin/gh/zhuhaozhe/31/head 2025-04-25T04:41:49.8558187Z * [new branch] gh/zhuhaozhe/31/orig -> origin/gh/zhuhaozhe/31/orig 2025-04-25T04:41:49.8558782Z * [new branch] gh/zhuhaozhe/32/base -> origin/gh/zhuhaozhe/32/base 2025-04-25T04:41:49.8559301Z * [new branch] gh/zhuhaozhe/32/head -> origin/gh/zhuhaozhe/32/head 2025-04-25T04:41:49.8559790Z * [new branch] gh/zhuhaozhe/32/orig -> origin/gh/zhuhaozhe/32/orig 2025-04-25T04:41:49.8560384Z * [new branch] gh/zhuhaozhe/33/base -> origin/gh/zhuhaozhe/33/base 2025-04-25T04:41:49.8560887Z * [new branch] gh/zhuhaozhe/33/head -> origin/gh/zhuhaozhe/33/head 2025-04-25T04:41:49.8561392Z * [new branch] gh/zhuhaozhe/33/orig -> origin/gh/zhuhaozhe/33/orig 2025-04-25T04:41:49.8561898Z * [new branch] gh/zhxchen17/1/base -> origin/gh/zhxchen17/1/base 2025-04-25T04:41:49.8562391Z * [new branch] gh/zhxchen17/1/head -> origin/gh/zhxchen17/1/head 2025-04-25T04:41:49.8562892Z * [new branch] gh/zhxchen17/1/orig -> origin/gh/zhxchen17/1/orig 2025-04-25T04:41:49.8563384Z * [new branch] gh/zhxchen17/2/base -> origin/gh/zhxchen17/2/base 2025-04-25T04:41:49.8563874Z * [new branch] gh/zhxchen17/2/head -> origin/gh/zhxchen17/2/head 2025-04-25T04:41:49.8564358Z * [new branch] gh/zhxchen17/2/orig -> origin/gh/zhxchen17/2/orig 2025-04-25T04:41:49.8564855Z * [new branch] gh/zhxchen17/3/base -> origin/gh/zhxchen17/3/base 2025-04-25T04:41:49.8565349Z * [new branch] gh/zhxchen17/3/head -> origin/gh/zhxchen17/3/head 2025-04-25T04:41:49.8565833Z * [new branch] gh/zhxchen17/3/orig -> origin/gh/zhxchen17/3/orig 2025-04-25T04:41:49.8987249Z * [new branch] gh/zklaus/1/base -> origin/gh/zklaus/1/base 2025-04-25T04:41:49.8987767Z * [new branch] gh/zklaus/1/head -> origin/gh/zklaus/1/head 2025-04-25T04:41:49.8988244Z * [new branch] gh/zklaus/1/orig -> origin/gh/zklaus/1/orig 2025-04-25T04:41:49.8988915Z * [new branch] gh/zklaus/2/base -> origin/gh/zklaus/2/base 2025-04-25T04:41:49.8989386Z * [new branch] gh/zklaus/2/head -> origin/gh/zklaus/2/head 2025-04-25T04:41:49.8989859Z * [new branch] gh/zklaus/2/orig -> origin/gh/zklaus/2/orig 2025-04-25T04:41:49.8990317Z * [new branch] gh/zklaus/3/base -> origin/gh/zklaus/3/base 2025-04-25T04:41:49.8990775Z * [new branch] gh/zklaus/3/head -> origin/gh/zklaus/3/head 2025-04-25T04:41:49.8991227Z * [new branch] gh/zklaus/3/orig -> origin/gh/zklaus/3/orig 2025-04-25T04:41:49.8991683Z * [new branch] gh/zklaus/4/base -> origin/gh/zklaus/4/base 2025-04-25T04:41:49.8992139Z * [new branch] gh/zklaus/4/head -> origin/gh/zklaus/4/head 2025-04-25T04:41:49.8992591Z * [new branch] gh/zklaus/4/orig -> origin/gh/zklaus/4/orig 2025-04-25T04:41:49.8993073Z * [new branch] gh/zou3519/1140/base -> origin/gh/zou3519/1140/base 2025-04-25T04:41:49.8993550Z * [new branch] gh/zou3519/1140/head -> origin/gh/zou3519/1140/head 2025-04-25T04:41:49.8994117Z * [new branch] gh/zou3519/1140/orig -> origin/gh/zou3519/1140/orig 2025-04-25T04:41:49.8994693Z * [new branch] gh/zou3519/1141/base -> origin/gh/zou3519/1141/base 2025-04-25T04:41:49.8995175Z * [new branch] gh/zou3519/1141/head -> origin/gh/zou3519/1141/head 2025-04-25T04:41:49.8995653Z * [new branch] gh/zou3519/1141/orig -> origin/gh/zou3519/1141/orig 2025-04-25T04:41:49.8996125Z * [new branch] gh/zou3519/1142/base -> origin/gh/zou3519/1142/base 2025-04-25T04:41:49.8996606Z * [new branch] gh/zou3519/1142/head -> origin/gh/zou3519/1142/head 2025-04-25T04:41:49.8997073Z * [new branch] gh/zou3519/1142/orig -> origin/gh/zou3519/1142/orig 2025-04-25T04:41:49.8997556Z * [new branch] gh/zou3519/1143/base -> origin/gh/zou3519/1143/base 2025-04-25T04:41:49.8998032Z * [new branch] gh/zou3519/1143/head -> origin/gh/zou3519/1143/head 2025-04-25T04:41:49.8998607Z * [new branch] gh/zou3519/1143/orig -> origin/gh/zou3519/1143/orig 2025-04-25T04:41:49.8999090Z * [new branch] gh/zou3519/1144/base -> origin/gh/zou3519/1144/base 2025-04-25T04:41:49.8999556Z * [new branch] gh/zou3519/1144/head -> origin/gh/zou3519/1144/head 2025-04-25T04:41:49.9000043Z * [new branch] gh/zou3519/1144/orig -> origin/gh/zou3519/1144/orig 2025-04-25T04:41:49.9000521Z * [new branch] gh/zou3519/1145/base -> origin/gh/zou3519/1145/base 2025-04-25T04:41:49.9000997Z * [new branch] gh/zou3519/1145/head -> origin/gh/zou3519/1145/head 2025-04-25T04:41:49.9001478Z * [new branch] gh/zou3519/1145/orig -> origin/gh/zou3519/1145/orig 2025-04-25T04:41:49.9001946Z * [new branch] gh/zou3519/1148/base -> origin/gh/zou3519/1148/base 2025-04-25T04:41:49.9002421Z * [new branch] gh/zou3519/1148/head -> origin/gh/zou3519/1148/head 2025-04-25T04:41:49.9002903Z * [new branch] gh/zou3519/1149/base -> origin/gh/zou3519/1149/base 2025-04-25T04:41:49.9003370Z * [new branch] gh/zou3519/1149/head -> origin/gh/zou3519/1149/head 2025-04-25T04:41:49.9003845Z * [new branch] gh/zou3519/1149/orig -> origin/gh/zou3519/1149/orig 2025-04-25T04:41:49.9004313Z * [new branch] gh/zou3519/1150/base -> origin/gh/zou3519/1150/base 2025-04-25T04:41:49.9004789Z * [new branch] gh/zou3519/1150/head -> origin/gh/zou3519/1150/head 2025-04-25T04:41:49.9005258Z * [new branch] gh/zou3519/1150/orig -> origin/gh/zou3519/1150/orig 2025-04-25T04:41:49.9005826Z * [new branch] gh/zou3519/1151/base -> origin/gh/zou3519/1151/base 2025-04-25T04:41:49.9006304Z * [new branch] gh/zou3519/1151/head -> origin/gh/zou3519/1151/head 2025-04-25T04:41:49.9006777Z * [new branch] gh/zou3519/1151/orig -> origin/gh/zou3519/1151/orig 2025-04-25T04:41:49.9007265Z * [new branch] gh/zou3519/1152/base -> origin/gh/zou3519/1152/base 2025-04-25T04:41:49.9007740Z * [new branch] gh/zou3519/1152/head -> origin/gh/zou3519/1152/head 2025-04-25T04:41:49.9008224Z * [new branch] gh/zou3519/1152/orig -> origin/gh/zou3519/1152/orig 2025-04-25T04:41:49.9008701Z * [new branch] gh/zou3519/1153/base -> origin/gh/zou3519/1153/base 2025-04-25T04:41:49.9009172Z * [new branch] gh/zou3519/1153/head -> origin/gh/zou3519/1153/head 2025-04-25T04:41:49.9009705Z * [new branch] gh/zou3519/1153/orig -> origin/gh/zou3519/1153/orig 2025-04-25T04:41:49.9412635Z * [new branch] gh/zou3519/1154/base -> origin/gh/zou3519/1154/base 2025-04-25T04:41:49.9413195Z * [new branch] gh/zou3519/1154/head -> origin/gh/zou3519/1154/head 2025-04-25T04:41:49.9413707Z * [new branch] gh/zou3519/1154/orig -> origin/gh/zou3519/1154/orig 2025-04-25T04:41:49.9414194Z * [new branch] gh/zou3519/1155/base -> origin/gh/zou3519/1155/base 2025-04-25T04:41:49.9414687Z * [new branch] gh/zou3519/1155/head -> origin/gh/zou3519/1155/head 2025-04-25T04:41:49.9415171Z * [new branch] gh/zou3519/1155/orig -> origin/gh/zou3519/1155/orig 2025-04-25T04:41:49.9415721Z * [new branch] gh/zou3519/1156/base -> origin/gh/zou3519/1156/base 2025-04-25T04:41:49.9416206Z * [new branch] gh/zou3519/1156/head -> origin/gh/zou3519/1156/head 2025-04-25T04:41:49.9416692Z * [new branch] gh/zou3519/1156/orig -> origin/gh/zou3519/1156/orig 2025-04-25T04:41:49.9417172Z * [new branch] gh/zou3519/1157/base -> origin/gh/zou3519/1157/base 2025-04-25T04:41:49.9417647Z * [new branch] gh/zou3519/1157/head -> origin/gh/zou3519/1157/head 2025-04-25T04:41:49.9418310Z * [new branch] gh/zou3519/1157/orig -> origin/gh/zou3519/1157/orig 2025-04-25T04:41:49.9418800Z * [new branch] gh/zou3519/1158/base -> origin/gh/zou3519/1158/base 2025-04-25T04:41:49.9419275Z * [new branch] gh/zou3519/1158/head -> origin/gh/zou3519/1158/head 2025-04-25T04:41:49.9419758Z * [new branch] gh/zou3519/1158/orig -> origin/gh/zou3519/1158/orig 2025-04-25T04:41:49.9420237Z * [new branch] gh/zou3519/1159/base -> origin/gh/zou3519/1159/base 2025-04-25T04:41:49.9420726Z * [new branch] gh/zou3519/1159/head -> origin/gh/zou3519/1159/head 2025-04-25T04:41:49.9421247Z * [new branch] gh/zou3519/1159/orig -> origin/gh/zou3519/1159/orig 2025-04-25T04:41:49.9421759Z * [new branch] gh/zou3519/1160/base -> origin/gh/zou3519/1160/base 2025-04-25T04:41:49.9422239Z * [new branch] gh/zou3519/1160/head -> origin/gh/zou3519/1160/head 2025-04-25T04:41:49.9422718Z * [new branch] gh/zou3519/1160/orig -> origin/gh/zou3519/1160/orig 2025-04-25T04:41:49.9423197Z * [new branch] gh/zou3519/1161/base -> origin/gh/zou3519/1161/base 2025-04-25T04:41:49.9423672Z * [new branch] gh/zou3519/1161/head -> origin/gh/zou3519/1161/head 2025-04-25T04:41:49.9424149Z * [new branch] gh/zou3519/1161/orig -> origin/gh/zou3519/1161/orig 2025-04-25T04:41:49.9424632Z * [new branch] gh/zou3519/1162/base -> origin/gh/zou3519/1162/base 2025-04-25T04:41:49.9425103Z * [new branch] gh/zou3519/1162/head -> origin/gh/zou3519/1162/head 2025-04-25T04:41:49.9425702Z * [new branch] gh/zou3519/1162/orig -> origin/gh/zou3519/1162/orig 2025-04-25T04:41:49.9426188Z * [new branch] gh/zou3519/1163/base -> origin/gh/zou3519/1163/base 2025-04-25T04:41:49.9426701Z * [new branch] gh/zou3519/1163/head -> origin/gh/zou3519/1163/head 2025-04-25T04:41:49.9427219Z * [new branch] gh/zou3519/1163/orig -> origin/gh/zou3519/1163/orig 2025-04-25T04:41:49.9427689Z * [new branch] gh/zou3519/754/base -> origin/gh/zou3519/754/base 2025-04-25T04:41:49.9428168Z * [new branch] gh/zou3519/754/head -> origin/gh/zou3519/754/head 2025-04-25T04:41:49.9428631Z * [new branch] gh/zou3519/754/orig -> origin/gh/zou3519/754/orig 2025-04-25T04:41:49.9429105Z * [new branch] gh/zou3519/916/base -> origin/gh/zou3519/916/base 2025-04-25T04:41:49.9429580Z * [new branch] gh/zou3519/916/head -> origin/gh/zou3519/916/head 2025-04-25T04:41:49.9430045Z * [new branch] google-main -> origin/google-main 2025-04-25T04:41:49.9430541Z * [new branch] guangyey/external_stream -> origin/guangyey/external_stream 2025-04-25T04:41:49.9431061Z * [new branch] guangyey/host_alloc -> origin/guangyey/host_alloc 2025-04-25T04:41:49.9431554Z * [new branch] guangyey/test_2025 -> origin/guangyey/test_2025 2025-04-25T04:41:49.9432005Z * [new branch] guard_system -> origin/guard_system 2025-04-25T04:41:49.9432696Z * [new branch] guilhermeleobas/cherry-pick-55d87d9dfd9 -> origin/guilhermeleobas/cherry-pick-55d87d9dfd9 2025-04-25T04:41:49.9433380Z * [new branch] haozhe/bf16-dynamic-shape -> origin/haozhe/bf16-dynamic-shape 2025-04-25T04:41:49.9433865Z * [new branch] hc_baseline -> origin/hc_baseline 2025-04-25T04:41:49.9434345Z * [new branch] hhh_rand -> origin/hhh_rand 2025-04-25T04:41:49.9434792Z * [new branch] hoy-update-wheel -> origin/hoy-update-wheel 2025-04-25T04:41:49.9435278Z * [new branch] hoy/autofdo/xblock -> origin/hoy/autofdo/xblock 2025-04-25T04:41:49.9435862Z * [new branch] hoy/autotune/nreg -> origin/hoy/autotune/nreg 2025-04-25T04:41:49.9866377Z * [new branch] hoy/autotune/numwarps -> origin/hoy/autotune/numwarps 2025-04-25T04:41:49.9866952Z * [new branch] hoy/mmsplitk -> origin/hoy/mmsplitk 2025-04-25T04:41:49.9867415Z * [new branch] hoy/triton-PR3973 -> origin/hoy/triton-PR3973 2025-04-25T04:41:49.9868008Z * [new branch] hoy/triton-coalescing-baseline -> origin/hoy/triton-coalescing-baseline 2025-04-25T04:41:49.9868628Z * [new branch] hoy/triton-coalescing-min -> origin/hoy/triton-coalescing-min 2025-04-25T04:41:49.9869198Z * [new branch] hoy/triton-coalescing-new -> origin/hoy/triton-coalescing-new 2025-04-25T04:41:49.9869759Z * [new branch] hoy/triton-coalescing-vec -> origin/hoy/triton-coalescing-vec 2025-04-25T04:41:49.9870266Z * [new branch] improve_vec_log -> origin/improve_vec_log 2025-04-25T04:41:49.9870701Z * [new branch] inline -> origin/inline 2025-04-25T04:41:49.9871107Z * [new branch] inlining -> origin/inlining 2025-04-25T04:41:49.9871583Z * [new branch] inlining-ezyang -> origin/inlining-ezyang 2025-04-25T04:41:49.9872071Z * [new branch] int8_sdpa -> origin/int8_sdpa 2025-04-25T04:41:49.9872517Z * [new branch] invoke-subgraph -> origin/invoke-subgraph 2025-04-25T04:41:49.9872966Z * [new branch] ipiszy/fix -> origin/ipiszy/fix 2025-04-25T04:41:49.9873564Z * [new branch] ipiszy/fp8_test -> origin/ipiszy/fp8_test 2025-04-25T04:41:49.9874005Z * [new branch] ipiszy/mypy -> origin/ipiszy/mypy 2025-04-25T04:41:49.9874500Z * [new branch] issue#58739 -> origin/issue#58739 2025-04-25T04:41:49.9874941Z * [new branch] issue_150765_fix -> origin/issue_150765_fix 2025-04-25T04:41:49.9875482Z * [new branch] ivanov/cherry-pick-ckpt-fixes -> origin/ivanov/cherry-pick-ckpt-fixes 2025-04-25T04:41:49.9876008Z * [new branch] jack-reland -> origin/jack-reland 2025-04-25T04:41:49.9876597Z * [new branch] jcaip/test-cusparselt-version-0.6.2 -> origin/jcaip/test-cusparselt-version-0.6.2 2025-04-25T04:41:49.9877320Z * [new branch] jcaip/update-cusparselt-0.6.2 -> origin/jcaip/update-cusparselt-0.6.2 2025-04-25T04:41:49.9877996Z * [new branch] jeanschmidt/test-runners-queue -> origin/jeanschmidt/test-runners-queue 2025-04-25T04:41:49.9878619Z * [new branch] jeanschmidt/test_infra_250314 -> origin/jeanschmidt/test_infra_250314 2025-04-25T04:41:49.9879179Z * [new branch] justinchu/decomp-later -> origin/justinchu/decomp-later 2025-04-25T04:41:49.9879748Z * [new branch] justinchu/onnx-program-list -> origin/justinchu/onnx-program-list 2025-04-25T04:41:49.9880253Z * [new branch] jz/istft -> origin/jz/istft 2025-04-25T04:41:49.9880674Z * [new branch] kadeng/dev-1 -> origin/kadeng/dev-1 2025-04-25T04:41:49.9881327Z * [new branch] kadeng/inductor-backend/cutlass-evt-fusion-1 -> origin/kadeng/inductor-backend/cutlass-evt-fusion-1 2025-04-25T04:41:49.9881984Z * [new branch] kenjin/lambdas -> origin/kenjin/lambdas 2025-04-25T04:41:49.9882442Z * [new branch] kit1980-patch-2 -> origin/kit1980-patch-2 2025-04-25T04:41:49.9883050Z * [new branch] leslie/enable_poc_reduction_fusion -> origin/leslie/enable_poc_reduction_fusion 2025-04-25T04:41:49.9883735Z * [new branch] leslie/test_group_gemm_epilogues -> origin/leslie/test_group_gemm_epilogues 2025-04-25T04:41:49.9884414Z * [new branch] liaoxuan/test_int8_sdpa -> origin/liaoxuan/test_int8_sdpa 2025-04-25T04:41:49.9884905Z * [new branch] lts/release/1.8 -> origin/lts/release/1.8 2025-04-25T04:41:49.9885423Z * [new branch] lucaskabela/fix_list_error -> origin/lucaskabela/fix_list_error 2025-04-25T04:41:49.9886087Z * [new branch] lucaskabela/install_params_as_graph_attr -> origin/lucaskabela/install_params_as_graph_attr 2025-04-25T04:41:49.9886810Z * [new branch] lucaskabela/parameters_as_graph_attr -> origin/lucaskabela/parameters_as_graph_attr 2025-04-25T04:41:49.9887486Z * [new branch] lucaskabela/unsqueeze_tensor_fix -> origin/lucaskabela/unsqueeze_tensor_fix 2025-04-25T04:41:49.9888008Z * [new branch] main -> origin/main 2025-04-25T04:41:49.9888414Z * [new branch] main_dev_hhh -> origin/main_dev_hhh 2025-04-25T04:41:49.9888904Z * [new branch] malfet-patch-1 -> origin/malfet-patch-1 2025-04-25T04:41:49.9889404Z * [new branch] malfet-patch-10 -> origin/malfet-patch-10 2025-04-25T04:41:49.9889876Z * [new branch] malfet-patch-11 -> origin/malfet-patch-11 2025-04-25T04:41:49.9890327Z * [new branch] malfet-patch-13 -> origin/malfet-patch-13 2025-04-25T04:41:49.9890792Z * [new branch] malfet-patch-14 -> origin/malfet-patch-14 2025-04-25T04:41:50.0361451Z * [new branch] malfet-patch-15 -> origin/malfet-patch-15 2025-04-25T04:41:50.0362003Z * [new branch] malfet-patch-16 -> origin/malfet-patch-16 2025-04-25T04:41:50.0362678Z * [new branch] malfet-patch-17 -> origin/malfet-patch-17 2025-04-25T04:41:50.0363152Z * [new branch] malfet-patch-18 -> origin/malfet-patch-18 2025-04-25T04:41:50.0363623Z * [new branch] malfet-patch-19 -> origin/malfet-patch-19 2025-04-25T04:41:50.0364104Z * [new branch] malfet-patch-2 -> origin/malfet-patch-2 2025-04-25T04:41:50.0364560Z * [new branch] malfet-patch-20 -> origin/malfet-patch-20 2025-04-25T04:41:50.0365031Z * [new branch] malfet-patch-21 -> origin/malfet-patch-21 2025-04-25T04:41:50.0365530Z * [new branch] malfet-patch-22 -> origin/malfet-patch-22 2025-04-25T04:41:50.0366039Z * [new branch] malfet-patch-23 -> origin/malfet-patch-23 2025-04-25T04:41:50.0366513Z * [new branch] malfet-patch-24 -> origin/malfet-patch-24 2025-04-25T04:41:50.0366979Z * [new branch] malfet-patch-25 -> origin/malfet-patch-25 2025-04-25T04:41:50.0367447Z * [new branch] malfet-patch-26 -> origin/malfet-patch-26 2025-04-25T04:41:50.0367896Z * [new branch] malfet-patch-3 -> origin/malfet-patch-3 2025-04-25T04:41:50.0368368Z * [new branch] malfet-patch-32 -> origin/malfet-patch-32 2025-04-25T04:41:50.0368828Z * [new branch] malfet-patch-4 -> origin/malfet-patch-4 2025-04-25T04:41:50.0369274Z * [new branch] malfet-patch-5 -> origin/malfet-patch-5 2025-04-25T04:41:50.0369731Z * [new branch] malfet-patch-6 -> origin/malfet-patch-6 2025-04-25T04:41:50.0370173Z * [new branch] malfet-patch-8 -> origin/malfet-patch-8 2025-04-25T04:41:50.0370623Z * [new branch] malfet-patch-9 -> origin/malfet-patch-9 2025-04-25T04:41:50.0371167Z * [new branch] malfet/add-benchmark-func -> origin/malfet/add-benchmark-func 2025-04-25T04:41:50.0371749Z * [new branch] malfet/cp-150203-150294 -> origin/malfet/cp-150203-150294 2025-04-25T04:41:50.0372456Z * [new branch] malfet/cuda-do-not-vec128-on-12.6 -> origin/malfet/cuda-do-not-vec128-on-12.6 2025-04-25T04:41:50.0373073Z * [new branch] malfet/delete-find-openmp -> origin/malfet/delete-find-openmp 2025-04-25T04:41:50.0373634Z * [new branch] malfet/lets-revert-145746 -> origin/malfet/lets-revert-145746 2025-04-25T04:41:50.0374336Z * [new branch] malfet/make-pytorch-buildable-with-cmake-4 -> origin/malfet/make-pytorch-buildable-with-cmake-4 2025-04-25T04:41:50.0375077Z * [new branch] malfet/mps-implement-col2im -> origin/malfet/mps-implement-col2im 2025-04-25T04:41:50.0375723Z * [new branch] malfet/release-2.7-warn-prototype -> origin/malfet/release-2.7-warn-prototype 2025-04-25T04:41:50.0376310Z * [new branch] malfet/udpate-gloo -> origin/malfet/udpate-gloo 2025-04-25T04:41:50.0376876Z * [new branch] malfet/udpate-prr-regex -> origin/malfet/udpate-prr-regex 2025-04-25T04:41:50.0377408Z * [new branch] migrate_map -> origin/migrate_map 2025-04-25T04:41:50.0377923Z * [new branch] missing_gloo_causes_deadlock -> origin/missing_gloo_causes_deadlock 2025-04-25T04:41:50.0378467Z * [new branch] mlazos/S429861-debug -> origin/mlazos/S429861-debug 2025-04-25T04:41:50.0378919Z * [new branch] mlazos/aa -> origin/mlazos/aa 2025-04-25T04:41:50.0379385Z * [new branch] mlazos/adam-compiled -> origin/mlazos/adam-compiled 2025-04-25T04:41:50.0379908Z * [new branch] mlazos/adam-fused-bench -> origin/mlazos/adam-fused-bench 2025-04-25T04:41:50.0380452Z * [new branch] mlazos/adam-fused-bench2 -> origin/mlazos/adam-fused-bench2 2025-04-25T04:41:50.0381103Z * [new branch] mlazos/backup-test-branch -> origin/mlazos/backup-test-branch 2025-04-25T04:41:50.0381642Z * [new branch] mlazos/bad-cudagraphs -> origin/mlazos/bad-cudagraphs 2025-04-25T04:41:50.0382179Z * [new branch] mlazos/baseline -> origin/mlazos/baseline 2025-04-25T04:41:50.0382749Z * [new branch] mlazos/baseline-graph-breaks -> origin/mlazos/baseline-graph-breaks 2025-04-25T04:41:50.0383321Z * [new branch] mlazos/batch-fuse-opt -> origin/mlazos/batch-fuse-opt 2025-04-25T04:41:50.0383824Z * [new branch] mlazos/beta-tensor -> origin/mlazos/beta-tensor 2025-04-25T04:41:50.0384306Z * [new branch] mlazos/buff-opt2 -> origin/mlazos/buff-opt2 2025-04-25T04:41:50.0384776Z * [new branch] mlazos/buffers -> origin/mlazos/buffers 2025-04-25T04:41:50.0385228Z * [new branch] mlazos/buffers2 -> origin/mlazos/buffers2 2025-04-25T04:41:50.0385685Z * [new branch] mlazos/buffers3 -> origin/mlazos/buffers3 2025-04-25T04:41:50.0808765Z * [new branch] mlazos/ck2 -> origin/mlazos/ck2 2025-04-25T04:41:50.0809306Z * [new branch] mlazos/combokernels -> origin/mlazos/combokernels 2025-04-25T04:41:50.0809795Z * [new branch] mlazos/copy2 -> origin/mlazos/copy2 2025-04-25T04:41:50.0810259Z * [new branch] mlazos/ctx-cleanup -> origin/mlazos/ctx-cleanup 2025-04-25T04:41:50.0810785Z * [new branch] mlazos/cudagraph-tests -> origin/mlazos/cudagraph-tests 2025-04-25T04:41:50.0811369Z * [new branch] mlazos/cudagraphs-measurement -> origin/mlazos/cudagraphs-measurement 2025-04-25T04:41:50.0811948Z * [new branch] mlazos/cutlass-test -> origin/mlazos/cutlass-test 2025-04-25T04:41:50.0812458Z * [new branch] mlazos/data-gather -> origin/mlazos/data-gather 2025-04-25T04:41:50.0812941Z * [new branch] mlazos/data-ptrs2 -> origin/mlazos/data-ptrs2 2025-04-25T04:41:50.0813492Z * [new branch] mlazos/data-ptrs3 -> origin/mlazos/data-ptrs3 2025-04-25T04:41:50.0814162Z * [new branch] mlazos/dataclass-proxy -> origin/mlazos/dataclass-proxy 2025-04-25T04:41:50.0814733Z * [new branch] mlazos/disable-aa-config -> origin/mlazos/disable-aa-config 2025-04-25T04:41:50.0815288Z * [new branch] mlazos/disable-closures -> origin/mlazos/disable-closures 2025-04-25T04:41:50.0815812Z * [new branch] mlazos/disable-tf -> origin/mlazos/disable-tf 2025-04-25T04:41:50.0816310Z * [new branch] mlazos/disabled-opt -> origin/mlazos/disabled-opt 2025-04-25T04:41:50.0816776Z * [new branch] mlazos/evt -> origin/mlazos/evt 2025-04-25T04:41:50.0817229Z * [new branch] mlazos/exp_disable -> origin/mlazos/exp_disable 2025-04-25T04:41:50.0817696Z * [new branch] mlazos/faster -> origin/mlazos/faster 2025-04-25T04:41:50.0818140Z * [new branch] mlazos/faster2 -> origin/mlazos/faster2 2025-04-25T04:41:50.0818612Z * [new branch] mlazos/foreach-op -> origin/mlazos/foreach-op 2025-04-25T04:41:50.0819133Z * [new branch] mlazos/foreach-reds -> origin/mlazos/foreach-reds 2025-04-25T04:41:50.0819656Z * [new branch] mlazos/freezing -> origin/mlazos/freezing 2025-04-25T04:41:50.0820133Z * [new branch] mlazos/gen-foreach -> origin/mlazos/gen-foreach 2025-04-25T04:41:50.0820589Z * [new branch] mlazos/h-comp -> origin/mlazos/h-comp 2025-04-25T04:41:50.0821035Z * [new branch] mlazos/h-comp2 -> origin/mlazos/h-comp2 2025-04-25T04:41:50.0821572Z * [new branch] mlazos/hc -> origin/mlazos/hc 2025-04-25T04:41:50.0822026Z * [new branch] mlazos/hc-cycles -> origin/mlazos/hc-cycles 2025-04-25T04:41:50.0822493Z * [new branch] mlazos/hc-fixes -> origin/mlazos/hc-fixes 2025-04-25T04:41:50.0822954Z * [new branch] mlazos/hc-fixes3 -> origin/mlazos/hc-fixes3 2025-04-25T04:41:50.0823419Z * [new branch] mlazos/hc-fixes4 -> origin/mlazos/hc-fixes4 2025-04-25T04:41:50.0823860Z * [new branch] mlazos/hc-hf -> origin/mlazos/hc-hf 2025-04-25T04:41:50.0824289Z * [new branch] mlazos/hc2 -> origin/mlazos/hc2 2025-04-25T04:41:50.0824746Z * [new branch] mlazos/hc4 -> origin/mlazos/hc4 2025-04-25T04:41:50.0825198Z * [new branch] mlazos/hc5 -> origin/mlazos/hc5 2025-04-25T04:41:50.0825628Z * [new branch] mlazos/hc6 -> origin/mlazos/hc6 2025-04-25T04:41:50.0826035Z * [new branch] mlazos/hc7 -> origin/mlazos/hc7 2025-04-25T04:41:50.0826448Z * [new branch] mlazos/hc8 -> origin/mlazos/hc8 2025-04-25T04:41:50.0826856Z * [new branch] mlazos/hc9 -> origin/mlazos/hc9 2025-04-25T04:41:50.0827308Z * [new branch] mlazos/hc_baseline2 -> origin/mlazos/hc_baseline2 2025-04-25T04:41:50.0827822Z * [new branch] mlazos/init-per-param -> origin/mlazos/init-per-param 2025-04-25T04:41:50.0828335Z * [new branch] mlazos/init_per_param -> origin/mlazos/init_per_param 2025-04-25T04:41:50.0828835Z * [new branch] mlazos/less-guards -> origin/mlazos/less-guards 2025-04-25T04:41:50.0829286Z * [new branch] mlazos/lint -> origin/mlazos/lint 2025-04-25T04:41:50.0829781Z * [new branch] mlazos/lr-composibility -> origin/mlazos/lr-composibility 2025-04-25T04:41:50.0830299Z * [new branch] mlazos/main -> origin/mlazos/main 2025-04-25T04:41:50.0830840Z * [new branch] mlazos/main-test-enablement -> origin/mlazos/main-test-enablement 2025-04-25T04:41:50.0831454Z * [new branch] mlazos/main2 -> origin/mlazos/main2 2025-04-25T04:41:50.0831903Z * [new branch] mlazos/main_test -> origin/mlazos/main_test 2025-04-25T04:41:50.1309170Z * [new branch] mlazos/mcg -> origin/mlazos/mcg 2025-04-25T04:41:50.1309742Z * [new branch] mlazos/mcg2 -> origin/mlazos/mcg2 2025-04-25T04:41:50.1310218Z * [new branch] mlazos/meta-guards -> origin/mlazos/meta-guards 2025-04-25T04:41:50.1310728Z * [new branch] mlazos/mlazos/ck2 -> origin/mlazos/mlazos/ck2 2025-04-25T04:41:50.1311244Z * [new branch] mlazos/mlazos/clean -> origin/mlazos/mlazos/clean 2025-04-25T04:41:50.1311762Z * [new branch] mlazos/mlazos/faster2 -> origin/mlazos/mlazos/faster2 2025-04-25T04:41:50.1312340Z * [new branch] mlazos/mlazos/foreach-map-adam -> origin/mlazos/mlazos/foreach-map-adam 2025-04-25T04:41:50.1312956Z * [new branch] mlazos/mlazos/subclass-test -> origin/mlazos/mlazos/subclass-test 2025-04-25T04:41:50.1313541Z * [new branch] mlazos/mlazos/tf-mode-backup -> origin/mlazos/mlazos/tf-mode-backup 2025-04-25T04:41:50.1314059Z * [new branch] mlazos/mod-fix -> origin/mlazos/mod-fix 2025-04-25T04:41:50.1314563Z * [new branch] mlazos/more-tests -> origin/mlazos/more-tests 2025-04-25T04:41:50.1315102Z * [new branch] mlazos/mutable-backup -> origin/mlazos/mutable-backup 2025-04-25T04:41:50.1315621Z * [new branch] mlazos/no-cpp -> origin/mlazos/no-cpp 2025-04-25T04:41:50.1316338Z * [new branch] mlazos/no-init-group-handling -> origin/mlazos/no-init-group-handling 2025-04-25T04:41:50.1316916Z * [new branch] mlazos/op-investigation -> origin/mlazos/op-investigation 2025-04-25T04:41:50.1317460Z * [new branch] mlazos/opt-bench-exp2 -> origin/mlazos/opt-bench-exp2 2025-04-25T04:41:50.1317976Z * [new branch] mlazos/opt-bench2 -> origin/mlazos/opt-bench2 2025-04-25T04:41:50.1318451Z * [new branch] mlazos/opt-bench3 -> origin/mlazos/opt-bench3 2025-04-25T04:41:50.1318929Z * [new branch] mlazos/opt-incr -> origin/mlazos/opt-incr 2025-04-25T04:41:50.1319399Z * [new branch] mlazos/opt-recipe -> origin/mlazos/opt-recipe 2025-04-25T04:41:50.1319891Z * [new branch] mlazos/opt-slowdown -> origin/mlazos/opt-slowdown 2025-04-25T04:41:50.1320388Z * [new branch] mlazos/proxy-ctors -> origin/mlazos/proxy-ctors 2025-04-25T04:41:50.1320912Z * [new branch] mlazos/proxy-opt -> origin/mlazos/proxy-opt 2025-04-25T04:41:50.1321415Z * [new branch] mlazos/restart -> origin/mlazos/restart 2025-04-25T04:41:50.1321875Z * [new branch] mlazos/rm-old-tf -> origin/mlazos/rm-old-tf 2025-04-25T04:41:50.1322323Z * [new branch] mlazos/rtp -> origin/mlazos/rtp 2025-04-25T04:41:50.1322772Z * [new branch] mlazos/sdpa-driss -> origin/mlazos/sdpa-driss 2025-04-25T04:41:50.1323221Z * [new branch] mlazos/snt -> origin/mlazos/snt 2025-04-25T04:41:50.1323720Z * [new branch] mlazos/static-inputs-log -> origin/mlazos/static-inputs-log 2025-04-25T04:41:50.1324252Z * [new branch] mlazos/subclass-test -> origin/mlazos/subclass-test 2025-04-25T04:41:50.1324743Z * [new branch] mlazos/td-fix2 -> origin/mlazos/td-fix2 2025-04-25T04:41:50.1325229Z * [new branch] mlazos/tensor-hasattr2 -> origin/mlazos/tensor-hasattr2 2025-04-25T04:41:50.1325809Z * [new branch] mlazos/tensor-inherit-backup -> origin/mlazos/tensor-inherit-backup 2025-04-25T04:41:50.1326508Z * [new branch] mlazos/tensor-lr -> origin/mlazos/tensor-lr 2025-04-25T04:41:50.1327025Z * [new branch] mlazos/tensor-lr2 -> origin/mlazos/tensor-lr2 2025-04-25T04:41:50.1327508Z * [new branch] mlazos/tf-mode -> origin/mlazos/tf-mode 2025-04-25T04:41:50.1327995Z * [new branch] mlazos/tf-mode-backup2 -> origin/mlazos/tf-mode-backup2 2025-04-25T04:41:50.1328517Z * [new branch] mlazos/tf-mode-reland -> origin/mlazos/tf-mode-reland 2025-04-25T04:41:50.1329029Z * [new branch] mlazos/tf-mode-reland2 -> origin/mlazos/tf-mode-reland2 2025-04-25T04:41:50.1329560Z * [new branch] mlazos/tf-mode-reland3 -> origin/mlazos/tf-mode-reland3 2025-04-25T04:41:50.1330108Z * [new branch] mlazos/tf-subclass-stack -> origin/mlazos/tf-subclass-stack 2025-04-25T04:41:50.1330634Z * [new branch] mlazos/triton-no-epi -> origin/mlazos/triton-no-epi 2025-04-25T04:41:50.1331141Z * [new branch] mlazos/tune-proto -> origin/mlazos/tune-proto 2025-04-25T04:41:50.1331612Z * [new branch] mlazos/vary-beta -> origin/mlazos/vary-beta 2025-04-25T04:41:50.1332119Z * [new branch] mlazos/vary-beta2 -> origin/mlazos/vary-beta2 2025-04-25T04:41:50.1332641Z * [new branch] mlazos/weird-perf1 -> origin/mlazos/weird-perf1 2025-04-25T04:41:50.1333105Z * [new branch] moderniz29_cyy -> origin/moderniz29_cyy 2025-04-25T04:41:50.1333553Z * [new branch] move_unstash -> origin/move_unstash 2025-04-25T04:41:50.1762597Z * [new branch] mps-linear-1d -> origin/mps-linear-1d 2025-04-25T04:41:50.1763077Z * [new branch] mps_mm_decomp -> origin/mps_mm_decomp 2025-04-25T04:41:50.1763573Z * [new branch] msaroufim/compile_kernel -> origin/msaroufim/compile_kernel 2025-04-25T04:41:50.1764151Z * [new branch] msaroufim/dtensorfusedadam -> origin/msaroufim/dtensorfusedadam 2025-04-25T04:41:50.1764691Z * [new branch] msaroufim/noheader -> origin/msaroufim/noheader 2025-04-25T04:41:50.1765183Z * [new branch] msaroufim/warn_once -> origin/msaroufim/warn_once 2025-04-25T04:41:50.1765657Z * [new branch] my_fork_cherrypick -> origin/my_fork_cherrypick 2025-04-25T04:41:50.1766097Z * [new branch] mypy_fix -> origin/mypy_fix 2025-04-25T04:41:50.1766512Z * [new branch] myst_nb_trial -> origin/myst_nb_trial 2025-04-25T04:41:50.1766977Z * [new branch] nWEIdia-patch-1 -> origin/nWEIdia-patch-1 2025-04-25T04:41:50.1767476Z * [new branch] nestedfairseq2ops1 -> origin/nestedfairseq2ops1 2025-04-25T04:41:50.1767944Z * [new branch] new-batch-norm -> origin/new-batch-norm 2025-04-25T04:41:50.1768397Z * [new branch] ngimel/bits -> origin/ngimel/bits 2025-04-25T04:41:50.1768837Z * [new branch] ngimel/cat_perf -> origin/ngimel/cat_perf 2025-04-25T04:41:50.1769310Z * [new branch] ngimel/gather_perf -> origin/ngimel/gather_perf 2025-04-25T04:41:50.1769770Z * [new branch] ngimel/gg_new -> origin/ngimel/gg_new 2025-04-25T04:41:50.1770229Z * [new branch] ngimel/grouped_mm -> origin/ngimel/grouped_mm 2025-04-25T04:41:50.1770701Z * [new branch] ngimel/index_perf -> origin/ngimel/index_perf 2025-04-25T04:41:50.1771191Z * [new branch] ngimel/reduce_scatter -> origin/ngimel/reduce_scatter 2025-04-25T04:41:50.1771695Z * [new branch] ngimel/reland_gather -> origin/ngimel/reland_gather 2025-04-25T04:41:50.1772356Z * [new branch] ngimel/sym_mem_non_zero_copy -> origin/ngimel/sym_mem_non_zero_copy 2025-04-25T04:41:50.1772913Z * [new branch] ngimel/two_shot_symm_mem -> origin/ngimel/two_shot_symm_mem 2025-04-25T04:41:50.1773401Z * [new branch] nightly -> origin/nightly 2025-04-25T04:41:50.1773883Z * [new branch] nikitaved/solve_doc_update -> origin/nikitaved/solve_doc_update 2025-04-25T04:41:50.1774418Z * [new branch] nikitaved/tensordot -> origin/nikitaved/tensordot 2025-04-25T04:41:50.1774874Z * [new branch] offline -> origin/offline 2025-04-25T04:41:50.1775304Z * [new branch] openblas_gemv -> origin/openblas_gemv 2025-04-25T04:41:50.1775755Z * [new branch] orig/release/1.10 -> origin/orig/release/1.10 2025-04-25T04:41:50.1776233Z * [new branch] orig/release/1.11 -> origin/orig/release/1.11 2025-04-25T04:41:50.1776707Z * [new branch] orig/release/1.12 -> origin/orig/release/1.12 2025-04-25T04:41:50.1777168Z * [new branch] orig/release/1.13 -> origin/orig/release/1.13 2025-04-25T04:41:50.1777640Z * [new branch] orig/release/1.6 -> origin/orig/release/1.6 2025-04-25T04:41:50.1778094Z * [new branch] orig/release/1.7 -> origin/orig/release/1.7 2025-04-25T04:41:50.1778565Z * [new branch] orig/release/1.8 -> origin/orig/release/1.8 2025-04-25T04:41:50.1779026Z * [new branch] orig/release/1.9 -> origin/orig/release/1.9 2025-04-25T04:41:50.1779471Z * [new branch] orig/release/2.0 -> origin/orig/release/2.0 2025-04-25T04:41:50.1780017Z * [new branch] orig/release/2.1 -> origin/orig/release/2.1 2025-04-25T04:41:50.1780470Z * [new branch] orig/release/2.2 -> origin/orig/release/2.2 2025-04-25T04:41:50.1780945Z * [new branch] orig/release/2.3 -> origin/orig/release/2.3 2025-04-25T04:41:50.1781405Z * [new branch] orig/release/2.4 -> origin/orig/release/2.4 2025-04-25T04:41:50.1781856Z * [new branch] orig/release/2.5 -> origin/orig/release/2.5 2025-04-25T04:41:50.1782320Z * [new branch] orig/release/2.6 -> origin/orig/release/2.6 2025-04-25T04:41:50.1782770Z * [new branch] orig/release/2.7 -> origin/orig/release/2.7 2025-04-25T04:41:50.1783289Z * [new branch] origin/gh/stroxler/1/head -> origin/origin/gh/stroxler/1/head 2025-04-25T04:41:50.1783796Z * [new branch] origin/voz/serde -> origin/origin/voz/serde 2025-04-25T04:41:50.1784262Z * [new branch] oulgen/fx_graph -> origin/oulgen/fx_graph 2025-04-25T04:41:50.1784693Z * [new branch] outshape -> origin/outshape 2025-04-25T04:41:50.1785124Z * [new branch] padded-tensor -> origin/padded-tensor 2025-04-25T04:41:50.2187750Z * [new branch] parallel_cat -> origin/parallel_cat 2025-04-25T04:41:50.2188285Z * [new branch] parallel_reduce -> origin/parallel_reduce 2025-04-25T04:41:50.2188717Z * [new branch] pca2 -> origin/pca2 2025-04-25T04:41:50.2189172Z * [new branch] pianpwk-patch-1 -> origin/pianpwk-patch-1 2025-04-25T04:41:50.2189671Z * [new branch] pianpwk/01_auto_warning -> origin/pianpwk/01_auto_warning 2025-04-25T04:41:50.2190245Z * [new branch] pianpwk/backed_oblivious_duck -> origin/pianpwk/backed_oblivious_duck 2025-04-25T04:41:50.2190919Z * [new branch] pianpwk/backed_size_oblivious_global -> origin/pianpwk/backed_size_oblivious_global 2025-04-25T04:41:50.2191592Z * [new branch] pianpwk/backed_symint_endofbounds -> origin/pianpwk/backed_symint_endofbounds 2025-04-25T04:41:50.2192353Z * [new branch] pianpwk/cse_bound_expr -> origin/pianpwk/cse_bound_expr 2025-04-25T04:41:50.2192937Z * [new branch] pianpwk/draft_export_normalize -> origin/pianpwk/draft_export_normalize 2025-04-25T04:41:50.2193531Z * [new branch] pianpwk/draft_strict_stack -> origin/pianpwk/draft_strict_stack 2025-04-25T04:41:50.2194090Z * [new branch] pianpwk/dynamic_source_dim -> origin/pianpwk/dynamic_source_dim 2025-04-25T04:41:50.2194709Z * [new branch] pianpwk/dynamo_export_ctx -> origin/pianpwk/dynamo_export_ctx 2025-04-25T04:41:50.2195297Z * [new branch] pianpwk/export_ds_partial_dict -> origin/pianpwk/export_ds_partial_dict 2025-04-25T04:41:50.2195874Z * [new branch] pianpwk/false_infer_size -> origin/pianpwk/false_infer_size 2025-04-25T04:41:50.2196412Z * [new branch] pianpwk/guard_or_false -> origin/pianpwk/guard_or_false 2025-04-25T04:41:50.2196956Z * [new branch] pianpwk/guard_or_false_cpp2 -> origin/pianpwk/guard_or_false_cpp2 2025-04-25T04:41:50.2197555Z * [new branch] pianpwk/inductor_unbacked_symint -> origin/pianpwk/inductor_unbacked_symint 2025-04-25T04:41:50.2198142Z * [new branch] pianpwk/input_hook_msg -> origin/pianpwk/input_hook_msg 2025-04-25T04:41:50.2198662Z * [new branch] pianpwk/kth_value_symint -> origin/pianpwk/kth_value_symint 2025-04-25T04:41:50.2199220Z * [new branch] pianpwk/lru_cache_bound_sympy -> origin/pianpwk/lru_cache_bound_sympy 2025-04-25T04:41:50.2199762Z * [new branch] pianpwk/max_1_strides -> origin/pianpwk/max_1_strides 2025-04-25T04:41:50.2200432Z * [new branch] pianpwk/obl_scatter_gather_index -> origin/pianpwk/obl_scatter_gather_index 2025-04-25T04:41:50.2201034Z * [new branch] pianpwk/oblivious_expand -> origin/pianpwk/oblivious_expand 2025-04-25T04:41:50.2201604Z * [new branch] pianpwk/oblivious_infer_size -> origin/pianpwk/oblivious_infer_size 2025-04-25T04:41:50.2202215Z * [new branch] pianpwk/oblivious_meta_select -> origin/pianpwk/oblivious_meta_select 2025-04-25T04:41:50.2202821Z * [new branch] pianpwk/oblivious_reshape_view -> origin/pianpwk/oblivious_reshape_view 2025-04-25T04:41:50.2203480Z * [new branch] pianpwk/oblivious_reshape_view_bad -> origin/pianpwk/oblivious_reshape_view_bad 2025-04-25T04:41:50.2204176Z * [new branch] pianpwk/oblivious_reshape_view_better -> origin/pianpwk/oblivious_reshape_view_better 2025-04-25T04:41:50.2204836Z * [new branch] pianpwk/oblivious_should_swap -> origin/pianpwk/oblivious_should_swap 2025-04-25T04:41:50.2205457Z * [new branch] pianpwk/oblivious_slice_forward -> origin/pianpwk/oblivious_slice_forward 2025-04-25T04:41:50.2206105Z * [new branch] pianpwk/oblivious_storagenbytes -> origin/pianpwk/oblivious_storagenbytes 2025-04-25T04:41:50.2206672Z * [new branch] pianpwk/pad_nd_meta -> origin/pianpwk/pad_nd_meta 2025-04-25T04:41:50.2207189Z * [new branch] pianpwk/pad_nd_oblivious -> origin/pianpwk/pad_nd_oblivious 2025-04-25T04:41:50.2207724Z * [new branch] pianpwk/pre_forward_hook -> origin/pianpwk/pre_forward_hook 2025-04-25T04:41:50.2208297Z * [new branch] pianpwk/should_swap_oblivious -> origin/pianpwk/should_swap_oblivious 2025-04-25T04:41:50.2208918Z * [new branch] pianpwk/size_oblivious_contiguous -> origin/pianpwk/size_oblivious_contiguous 2025-04-25T04:41:50.2209506Z * [new branch] pianpwk/skt_user_code -> origin/pianpwk/skt_user_code 2025-04-25T04:41:50.2210019Z * [new branch] pianpwk/strides_max_1 -> origin/pianpwk/strides_max_1 2025-04-25T04:41:50.2210511Z * [new branch] pianpwk/sym_and_or -> origin/pianpwk/sym_and_or 2025-04-25T04:41:50.2211147Z * [new branch] pianpwk/treat_sizes_as_size_like -> origin/pianpwk/treat_sizes_as_size_like 2025-04-25T04:41:50.2211762Z * [new branch] pianpwk/verbose_tensor_guards -> origin/pianpwk/verbose_tensor_guards 2025-04-25T04:41:50.2212300Z * [new branch] pin-new-theme -> origin/pin-new-theme 2025-04-25T04:41:50.2633801Z * [new branch] pr/131860 -> origin/pr/131860 2025-04-25T04:41:50.2634287Z * [new branch] pr150241 -> origin/pr150241 2025-04-25T04:41:50.2634789Z * [new branch] print_hostname_rocm_runners -> origin/print_hostname_rocm_runners 2025-04-25T04:41:50.2635307Z * [new branch] pt-opt-cuda3 -> origin/pt-opt-cuda3 2025-04-25T04:41:50.2635799Z * [new branch] python_compiled_autograd -> origin/python_compiled_autograd 2025-04-25T04:41:50.2636301Z * [new branch] qat-conv-bn-1d -> origin/qat-conv-bn-1d 2025-04-25T04:41:50.2636791Z * [new branch] qat-remove-bias-temp -> origin/qat-remove-bias-temp 2025-04-25T04:41:50.2637320Z * [new branch] qchip/export-D54134695 -> origin/qchip/export-D54134695 2025-04-25T04:41:50.2637788Z * [new branch] re-147027 -> origin/re-147027 2025-04-25T04:41:50.2638212Z * [new branch] readme -> origin/readme 2025-04-25T04:41:50.2638648Z * [new branch] refactor-adamw -> origin/refactor-adamw 2025-04-25T04:41:50.2639087Z * [new branch] release/1.10 -> origin/release/1.10 2025-04-25T04:41:50.2639691Z * [new branch] release/1.11 -> origin/release/1.11 2025-04-25T04:41:50.2640135Z * [new branch] release/1.12 -> origin/release/1.12 2025-04-25T04:41:50.2640563Z * [new branch] release/1.13 -> origin/release/1.13 2025-04-25T04:41:50.2641010Z * [new branch] release/1.4 -> origin/release/1.4 2025-04-25T04:41:50.2641430Z * [new branch] release/1.4.1 -> origin/release/1.4.1 2025-04-25T04:41:50.2641877Z * [new branch] release/1.5 -> origin/release/1.5 2025-04-25T04:41:50.2642290Z * [new branch] release/1.6 -> origin/release/1.6 2025-04-25T04:41:50.2642707Z * [new branch] release/1.7 -> origin/release/1.7 2025-04-25T04:41:50.2643124Z * [new branch] release/1.8 -> origin/release/1.8 2025-04-25T04:41:50.2643539Z * [new branch] release/1.9 -> origin/release/1.9 2025-04-25T04:41:50.2643965Z * [new branch] release/2.0 -> origin/release/2.0 2025-04-25T04:41:50.2644377Z * [new branch] release/2.1 -> origin/release/2.1 2025-04-25T04:41:50.2644796Z * [new branch] release/2.2 -> origin/release/2.2 2025-04-25T04:41:50.2645218Z * [new branch] release/2.3 -> origin/release/2.3 2025-04-25T04:41:50.2645633Z * [new branch] release/2.4 -> origin/release/2.4 2025-04-25T04:41:50.2646057Z * [new branch] release/2.5 -> origin/release/2.5 2025-04-25T04:41:50.2646478Z * [new branch] release/2.6 -> origin/release/2.6 2025-04-25T04:41:50.2646899Z * [new branch] release/2.7 -> origin/release/2.7 2025-04-25T04:41:50.2647316Z * [new branch] release_notes -> origin/release_notes 2025-04-25T04:41:50.2647767Z * [new branch] remove_global_ns -> origin/remove_global_ns 2025-04-25T04:41:50.2648233Z * [new branch] remove_scaled_mm -> origin/remove_scaled_mm 2025-04-25T04:41:50.2648692Z * [new branch] requires_grad_fix -> origin/requires_grad_fix 2025-04-25T04:41:50.2649253Z * [new branch] revert-112125 -> origin/revert-112125 2025-04-25T04:41:50.2649868Z * [new branch] revert-131069-gh/krzysztofjordan/1/head -> origin/revert-131069-gh/krzysztofjordan/1/head 2025-04-25T04:41:50.2650599Z * [new branch] revert-131469-gh/andrewor14/51/head -> origin/revert-131469-gh/andrewor14/51/head 2025-04-25T04:41:50.2651445Z * [new branch] revert-150145-cherry-pick-149947-by-pytorch_bot_bot_ -> origin/revert-150145-cherry-pick-149947-by-pytorch_bot_bot_ 2025-04-25T04:41:50.2652210Z * [new branch] revert-150658-revert_blas -> origin/revert-150658-revert_blas 2025-04-25T04:41:50.2652987Z * [new branch] revert-150818-cherry-pick-150705-by-pytorch_bot_bot_ -> origin/revert-150818-cherry-pick-150705-by-pytorch_bot_bot_ 2025-04-25T04:41:50.2653702Z * [new branch] rithesh/fsdp_cpu -> origin/rithesh/fsdp_cpu 2025-04-25T04:41:50.2654181Z * [new branch] rocm_magma_tarball -> origin/rocm_magma_tarball 2025-04-25T04:41:50.2654681Z * [new branch] rocm_magma_tarball_part2 -> origin/rocm_magma_tarball_part2 2025-04-25T04:41:50.2655199Z * [new branch] rohan-varma-patch-15 -> origin/rohan-varma-patch-15 2025-04-25T04:41:50.2655725Z * [new branch] rohan-varma-patch-16 -> origin/rohan-varma-patch-16 2025-04-25T04:41:50.2656224Z * [new branch] rprop-playground -> origin/rprop-playground 2025-04-25T04:41:50.2656674Z * [new branch] rs-ac -> origin/rs-ac 2025-04-25T04:41:50.3091457Z * [new branch] run_inductor-rocm-mi300_on_release_branches -> origin/run_inductor-rocm-mi300_on_release_branches 2025-04-25T04:41:50.3092348Z * [new branch] ryanguo99/cleanup-dynamo-expected-failures -> origin/ryanguo99/cleanup-dynamo-expected-failures 2025-04-25T04:41:50.3093099Z * [new branch] ryanguo99/fix-closure-var -> origin/ryanguo99/fix-closure-var 2025-04-25T04:41:50.3093651Z * [new branch] rzou/faketensor_bench -> origin/rzou/faketensor_bench 2025-04-25T04:41:50.3094123Z * [new branch] rzou/fix -> origin/rzou/fix 2025-04-25T04:41:50.3094534Z * [new branch] rzou/fix2 -> origin/rzou/fix2 2025-04-25T04:41:50.3094949Z * [new branch] rzou/njt -> origin/rzou/njt 2025-04-25T04:41:50.3095372Z * [new branch] rzou/operator -> origin/rzou/operator 2025-04-25T04:41:50.3095805Z * [new branch] rzou/pca -> origin/rzou/pca 2025-04-25T04:41:50.3096261Z * [new branch] rzou/pipe_split -> origin/rzou/pipe_split 2025-04-25T04:41:50.3096712Z * [new branch] rzou/realprop -> origin/rzou/realprop 2025-04-25T04:41:50.3097182Z * [new branch] rzou/setup_context -> origin/rzou/setup_context 2025-04-25T04:41:50.3097872Z * [new branch] sanchitintel/fix_woq_amx_microkernel_block_n_is_48 -> origin/sanchitintel/fix_woq_amx_microkernel_block_n_is_48 2025-04-25T04:41:50.3098822Z * [new branch] sanchitintel/gemm_template_avoid_malloc_lock_contention -> origin/sanchitintel/gemm_template_avoid_malloc_lock_contention 2025-04-25T04:41:50.3099671Z * [new branch] sanchitintel/modify_fp32_micro_gemm -> origin/sanchitintel/modify_fp32_micro_gemm 2025-04-25T04:41:50.3100385Z * [new branch] sanchitintel/refactor_aten_int8_woq_gemm -> origin/sanchitintel/refactor_aten_int8_woq_gemm 2025-04-25T04:41:50.3101258Z * [new branch] sanchitintel/weird_thing_with_test_cpu_select_algorithm -> origin/sanchitintel/weird_thing_with_test_cpu_select_algorithm 2025-04-25T04:41:50.3102182Z * [new branch] sanchitj/remove_duplicate_line_from_freezing.py -> origin/sanchitj/remove_duplicate_line_from_freezing.py 2025-04-25T04:41:50.3103076Z * [new branch] sapling-pr-archive-SS-JIA -> origin/sapling-pr-archive-SS-JIA 2025-04-25T04:41:50.3103582Z * [new branch] save -> origin/save 2025-04-25T04:41:50.3104018Z * [new branch] scatter-dim -> origin/scatter-dim 2025-04-25T04:41:50.3104457Z * [new branch] sdym/2.5.1 -> origin/sdym/2.5.1 2025-04-25T04:41:50.3104920Z * [new branch] sdym/todo-docstring -> origin/sdym/todo-docstring 2025-04-25T04:41:50.3105390Z * [new branch] sdym/torchfix -> origin/sdym/torchfix 2025-04-25T04:41:50.3105871Z * [new branch] sdym/typed-storage -> origin/sdym/typed-storage 2025-04-25T04:41:50.3106366Z * [new branch] seemethere/s390x_2_7 -> origin/seemethere/s390x_2_7 2025-04-25T04:41:50.3106859Z * [new branch] share_and_pin_fork -> origin/share_and_pin_fork 2025-04-25T04:41:50.3107351Z * [new branch] shengf/fx-xform-perf -> origin/shengf/fx-xform-perf 2025-04-25T04:41:50.3107937Z * [new branch] shikaili_fp8_allgather -> origin/shikaili_fp8_allgather 2025-04-25T04:41:50.3108523Z * [new branch] shunting-multi-kernel-2 -> origin/shunting-multi-kernel-2 2025-04-25T04:41:50.3109093Z * [new branch] shunting-multi-kernel-3 -> origin/shunting-multi-kernel-3 2025-04-25T04:41:50.3109680Z * [new branch] shunting-triton-pin-update-5 -> origin/shunting-triton-pin-update-5 2025-04-25T04:41:50.3110300Z * [new branch] simplify-fq-per-channel -> origin/simplify-fq-per-channel 2025-04-25T04:41:50.3110944Z * [new branch] solve-accuracy-fix -> origin/solve-accuracy-fix 2025-04-25T04:41:50.3111475Z * [new branch] speedup-mps-string-key -> origin/speedup-mps-string-key 2025-04-25T04:41:50.3112000Z * [new branch] sqzhang/flight4 -> origin/sqzhang/flight4 2025-04-25T04:41:50.3112490Z * [new branch] sqzhang/flight4plus -> origin/sqzhang/flight4plus 2025-04-25T04:41:50.3113027Z * [new branch] sraikund/record_funct_test -> origin/sraikund/record_funct_test 2025-04-25T04:41:50.3113544Z * [new branch] sraikund16/test -> origin/sraikund16/test 2025-04-25T04:41:50.3114003Z * [new branch] stable-library -> origin/stable-library 2025-04-25T04:41:50.3114515Z * [new branch] stash_v -> origin/stash_v 2025-04-25T04:41:50.3115022Z * [new branch] subscribe_codeowners_lucasllc -> origin/subscribe_codeowners_lucasllc 2025-04-25T04:41:50.3115577Z * [new branch] svekars-patch-1 -> origin/svekars-patch-1 2025-04-25T04:41:50.3116056Z * [new branch] svekars-patch-2 -> origin/svekars-patch-2 2025-04-25T04:41:50.3483654Z * [new branch] svekars-patch-7 -> origin/svekars-patch-7 2025-04-25T04:41:50.3484195Z * [new branch] switch-bn -> origin/switch-bn 2025-04-25T04:41:50.3484746Z * [new branch] switch-to-new-theme -> origin/switch-to-new-theme 2025-04-25T04:41:50.3485362Z * [new branch] sympy-bottleneck-repro -> origin/sympy-bottleneck-repro 2025-04-25T04:41:50.3485906Z * [new branch] teja/add_logs -> origin/teja/add_logs 2025-04-25T04:41:50.3486386Z * [new branch] teja/dcp_poc -> origin/teja/dcp_poc 2025-04-25T04:41:50.3486825Z * [new branch] tensor_shelf -> origin/tensor_shelf 2025-04-25T04:41:50.3487298Z * [new branch] tensordict_integration -> origin/tensordict_integration 2025-04-25T04:41:50.3487836Z * [new branch] test-move-conda-builds -> origin/test-move-conda-builds 2025-04-25T04:41:50.3489170Z * [new branch] test-torchvision-install-ci -> origin/test-torchvision-install-ci 2025-04-25T04:41:50.3489734Z * [new branch] test/inductor -> origin/test/inductor 2025-04-25T04:41:50.3490216Z * [new branch] tidy_performance_cyy -> origin/tidy_performance_cyy 2025-04-25T04:41:50.3490736Z * [new branch] trace_fsdp_torchtune_lora -> origin/trace_fsdp_torchtune_lora 2025-04-25T04:41:50.3491281Z * [new branch] traceable_fsdp_unit_tests -> origin/traceable_fsdp_unit_tests 2025-04-25T04:41:50.3491897Z * [new branch] tree_loop_vec_base -> origin/tree_loop_vec_base 2025-04-25T04:41:50.3492444Z * [new branch] tree_vec_base -> origin/tree_vec_base 2025-04-25T04:41:50.3493018Z * [new branch] triton-cpu-arm-expriment -> origin/triton-cpu-arm-expriment 2025-04-25T04:41:50.3493576Z * [new branch] triton-update -> origin/triton-update 2025-04-25T04:41:50.3494116Z * [new branch] triton_kernel -> origin/triton_kernel 2025-04-25T04:41:50.3494658Z * [new branch] triton_kernel_perf -> origin/triton_kernel_perf 2025-04-25T04:41:50.3495161Z * [new branch] try-runllm -> origin/try-runllm 2025-04-25T04:41:50.3495727Z * [new branch] try-speedup-docbuild -> origin/try-speedup-docbuild 2025-04-25T04:41:50.3496276Z * [new branch] type_dec -> origin/type_dec 2025-04-25T04:41:50.3496901Z * [new branch] update-audio-commit-hash/14232193199-1523-1 -> origin/update-audio-commit-hash/14232193199-1523-1 2025-04-25T04:41:50.3497827Z * [new branch] update-audio-commit-hash/14543755404-1550-1 -> origin/update-audio-commit-hash/14543755404-1550-1 2025-04-25T04:41:50.3498635Z * [new branch] update-audio-commit-hash/14654232188-1560-1 -> origin/update-audio-commit-hash/14654232188-1560-1 2025-04-25T04:41:50.3499373Z * [new branch] update-doc-dependencies-local -> origin/update-doc-dependencies-local 2025-04-25T04:41:50.3500148Z * [new branch] update-executorch-commit-hash/13959284858-1506-1 -> origin/update-executorch-commit-hash/13959284858-1506-1 2025-04-25T04:41:50.3501052Z * [new branch] update-executorch-commit-hash/14013720981-1509-1 -> origin/update-executorch-commit-hash/14013720981-1509-1 2025-04-25T04:41:50.3502029Z * [new branch] update-executorch-commit-hash/14276381372-1527-1 -> origin/update-executorch-commit-hash/14276381372-1527-1 2025-04-25T04:41:50.3503046Z * [new branch] update-executorch-commit-hash/14434844604-1539-1 -> origin/update-executorch-commit-hash/14434844604-1539-1 2025-04-25T04:41:50.3504070Z * [new branch] update-executorch-commit-hash/14458474973-1540-1 -> origin/update-executorch-commit-hash/14458474973-1540-1 2025-04-25T04:41:50.3505091Z * [new branch] update-executorch-commit-hash/14505268217-1543-1 -> origin/update-executorch-commit-hash/14505268217-1543-1 2025-04-25T04:41:50.3506144Z * [new branch] update-executorch-commit-hash/14527153667-1549-1 -> origin/update-executorch-commit-hash/14527153667-1549-1 2025-04-25T04:41:50.3507056Z * [new branch] update-executorch-commit-hash/14543755404-1550-1 -> origin/update-executorch-commit-hash/14543755404-1550-1 2025-04-25T04:41:50.3507871Z * [new branch] update-inductor-perf-nightly-macos -> origin/update-inductor-perf-nightly-macos 2025-04-25T04:41:50.3508657Z * [new branch] update-triton-commit-hash/13663274526-1487-2 -> origin/update-triton-commit-hash/13663274526-1487-2 2025-04-25T04:41:50.3509474Z * [new branch] update-vision-commit-hash/6634009725-750-1 -> origin/update-vision-commit-hash/6634009725-750-1 2025-04-25T04:41:50.3510255Z * [new branch] update-vision-commit-hash/6673463792-754-1 -> origin/update-vision-commit-hash/6673463792-754-1 2025-04-25T04:41:50.3511143Z * [new branch] update-vision-commit-hash/6700258936-758-1 -> origin/update-vision-commit-hash/6700258936-758-1 2025-04-25T04:41:50.3882146Z * [new branch] update-vision-commit-hash/6805589684-770-1 -> origin/update-vision-commit-hash/6805589684-770-1 2025-04-25T04:41:50.3882965Z * [new branch] update-vision-commit-hash/6818989957-773-1 -> origin/update-vision-commit-hash/6818989957-773-1 2025-04-25T04:41:50.3883779Z * [new branch] update-vision-commit-hash/6830864778-774-1 -> origin/update-vision-commit-hash/6830864778-774-1 2025-04-25T04:41:50.3884570Z * [new branch] update-vision-commit-hash/6857388096-777-1 -> origin/update-vision-commit-hash/6857388096-777-1 2025-04-25T04:41:50.3885359Z * [new branch] update-vision-commit-hash/6871122584-778-1 -> origin/update-vision-commit-hash/6871122584-778-1 2025-04-25T04:41:50.3886145Z * [new branch] update-vision-commit-hash/6884505667-779-1 -> origin/update-vision-commit-hash/6884505667-779-1 2025-04-25T04:41:50.3886931Z * [new branch] update-vision-commit-hash/9010274985-1089-1 -> origin/update-vision-commit-hash/9010274985-1089-1 2025-04-25T04:41:50.3887707Z * [new branch] update-xla-commit-hash/10140112669-125-1 -> origin/update-xla-commit-hash/10140112669-125-1 2025-04-25T04:41:50.3888454Z * [new branch] update-xla-commit-hash/14440116118-180-1 -> origin/update-xla-commit-hash/14440116118-180-1 2025-04-25T04:41:50.3889178Z * [new branch] update-xla-commit-hash/6377302016-81-1 -> origin/update-xla-commit-hash/6377302016-81-1 2025-04-25T04:41:50.3890050Z * [new branch] update-xla-commit-hash/6610159969-84-1 -> origin/update-xla-commit-hash/6610159969-84-1 2025-04-25T04:41:50.3890807Z * [new branch] update-xla-commit-hash/6689695021-85-1 -> origin/update-xla-commit-hash/6689695021-85-1 2025-04-25T04:41:50.3891571Z * [new branch] update-xla-commit-hash/6767672412-86-1 -> origin/update-xla-commit-hash/6767672412-86-1 2025-04-25T04:41:50.3892283Z * [new branch] update-xla-commit-hash/6846986487-87-1 -> origin/update-xla-commit-hash/6846986487-87-1 2025-04-25T04:41:50.3892875Z * [new branch] update_deps_conda -> origin/update_deps_conda 2025-04-25T04:41:50.3893508Z * [new branch] update_docs_torch_multinomial_issue#125388 -> origin/update_docs_torch_multinomial_issue#125388 2025-04-25T04:41:50.3894112Z * [new branch] update_pin_3 -> origin/update_pin_3 2025-04-25T04:41:50.3894618Z * [new branch] update_slow_tests_1722488736 -> origin/update_slow_tests_1722488736 2025-04-25T04:41:50.3895174Z * [new branch] update_slow_tests_1722879173 -> origin/update_slow_tests_1722879173 2025-04-25T04:41:50.3895715Z * [new branch] update_slow_tests_1742802025 -> origin/update_slow_tests_1742802025 2025-04-25T04:41:50.3896310Z * [new branch] update_slow_tests_1743406827 -> origin/update_slow_tests_1743406827 2025-04-25T04:41:50.3896898Z * [new branch] update_slow_tests_1744616441 -> origin/update_slow_tests_1744616441 2025-04-25T04:41:50.3897437Z * [new branch] update_submodule_FBGEMM -> origin/update_submodule_FBGEMM 2025-04-25T04:41:50.3897970Z * [new branch] update_submodule_kineto -> origin/update_submodule_kineto 2025-04-25T04:41:50.3898426Z * [new branch] users -> origin/users 2025-04-25T04:41:50.3898834Z * [new branch] v0.1.2 -> origin/v0.1.2 2025-04-25T04:41:50.3899239Z * [new branch] v1.0.1 -> origin/v1.0.1 2025-04-25T04:41:50.3899643Z * [new branch] v1.0.3 -> origin/v1.0.3 2025-04-25T04:41:50.3900028Z * [new branch] v1.1.0 -> origin/v1.1.0 2025-04-25T04:41:50.3900524Z * [new branch] v1.2.0 -> origin/v1.2.0 2025-04-25T04:41:50.3900924Z * [new branch] v1.3.0 -> origin/v1.3.0 2025-04-25T04:41:50.3901313Z * [new branch] v1.3.1 -> origin/v1.3.1 2025-04-25T04:41:50.3901730Z * [new branch] validate_fn -> origin/validate_fn 2025-04-25T04:41:50.3902259Z * [new branch] validations_2.6 -> origin/validations_2.6 2025-04-25T04:41:50.3902729Z * [new branch] viable/strict -> origin/viable/strict 2025-04-25T04:41:50.3903186Z * [new branch] vmoens-patch-1 -> origin/vmoens-patch-1 2025-04-25T04:41:50.3903681Z * [new branch] voz/fsdp_autograd_merge -> origin/voz/fsdp_autograd_merge 2025-04-25T04:41:50.3904214Z * [new branch] voz/fsdp_autograd_merge2 -> origin/voz/fsdp_autograd_merge2 2025-04-25T04:41:50.3904691Z * [new branch] voz/serde2 -> origin/voz/serde2 2025-04-25T04:41:50.3905177Z * [new branch] voz/soft_fork_autograd_fsdp -> origin/voz/soft_fork_autograd_fsdp 2025-04-25T04:41:50.3905688Z * [new branch] wdvr/iss145259_alt -> origin/wdvr/iss145259_alt 2025-04-25T04:41:50.3906158Z * [new branch] wdvr/iss_145259 -> origin/wdvr/iss_145259 2025-04-25T04:41:50.4361475Z * [new branch] wdvr/sccache_nvcc -> origin/wdvr/sccache_nvcc 2025-04-25T04:41:50.4361988Z * [new branch] wdvr/sccache_simplified -> origin/wdvr/sccache_simplified 2025-04-25T04:41:50.4362638Z * [new branch] whc/flight -> origin/whc/flight 2025-04-25T04:41:50.4363065Z * [new branch] whc/flight4 -> origin/whc/flight4 2025-04-25T04:41:50.4363552Z * [new branch] whc/flight51 -> origin/whc/flight51 2025-04-25T04:41:50.4364033Z * [new branch] whc/flight53 -> origin/whc/flight53 2025-04-25T04:41:50.4364471Z * [new branch] whc/flight_full -> origin/whc/flight_full 2025-04-25T04:41:50.4364957Z * [new branch] whc/flightbase -> origin/whc/flightbase 2025-04-25T04:41:50.4365406Z * [new branch] whc/p2phang -> origin/whc/p2phang 2025-04-25T04:41:50.4365829Z * [new branch] whc/stage2 -> origin/whc/stage2 2025-04-25T04:41:50.4366258Z * [new branch] whc/uneven -> origin/whc/uneven 2025-04-25T04:41:50.4366696Z * [new branch] whc/uneven-merge -> origin/whc/uneven-merge 2025-04-25T04:41:50.4367191Z * [new branch] xmfan/ca_5a2be192d1 -> origin/xmfan/ca_5a2be192d1 2025-04-25T04:41:50.4367648Z * [new branch] xmfan/ca_api -> origin/xmfan/ca_api 2025-04-25T04:41:50.4368083Z * [new branch] xmfan/ca_apr8 -> origin/xmfan/ca_apr8 2025-04-25T04:41:50.4368517Z * [new branch] xmfan/ca_base -> origin/xmfan/ca_base 2025-04-25T04:41:50.4369011Z * [new branch] xmfan/ca_cudagraphs -> origin/xmfan/ca_cudagraphs 2025-04-25T04:41:50.4369528Z * [new branch] xmfan/ca_dynamic -> origin/xmfan/ca_dynamic 2025-04-25T04:41:50.4369978Z * [new branch] xmfan/ca_fix_dyn -> origin/xmfan/ca_fix_dyn 2025-04-25T04:41:50.4370452Z * [new branch] xmfan/ca_fix_lowering -> origin/xmfan/ca_fix_lowering 2025-04-25T04:41:50.4370952Z * [new branch] xmfan/ca_fix_polyfills -> origin/xmfan/ca_fix_polyfills 2025-04-25T04:41:50.4371424Z * [new branch] xmfan/ca_jan3 -> origin/xmfan/ca_jan3 2025-04-25T04:41:50.4371860Z * [new branch] xmfan/ca_jun18 -> origin/xmfan/ca_jun18 2025-04-25T04:41:50.4372395Z * [new branch] xmfan/ca_jun24 -> origin/xmfan/ca_jun24 2025-04-25T04:41:50.4372856Z * [new branch] xmfan/ca_mem_base -> origin/xmfan/ca_mem_base 2025-04-25T04:41:50.4373325Z * [new branch] xmfan/ca_mem_fix -> origin/xmfan/ca_mem_fix 2025-04-25T04:41:50.4373794Z * [new branch] xmfan/ca_memory_fix -> origin/xmfan/ca_memory_fix 2025-04-25T04:41:50.4374317Z * [new branch] xmfan/ca_memory_fix_rebased -> origin/xmfan/ca_memory_fix_rebased 2025-04-25T04:41:50.4374905Z * [new branch] xmfan/ca_memory_fix_rebased2 -> origin/xmfan/ca_memory_fix_rebased2 2025-04-25T04:41:50.4375486Z * [new branch] xmfan/ca_move_to_cuda -> origin/xmfan/ca_move_to_cuda 2025-04-25T04:41:50.4375958Z * [new branch] xmfan/ca_overhead -> origin/xmfan/ca_overhead 2025-04-25T04:41:50.4376486Z * [new branch] xmfan/ca_overhead_0eba7e5451 -> origin/xmfan/ca_overhead_0eba7e5451 2025-04-25T04:41:50.4376999Z * [new branch] xmfan/ca_scalar -> origin/xmfan/ca_scalar 2025-04-25T04:41:50.4377487Z * [new branch] xmfan/ca_subclass_mem_fix -> origin/xmfan/ca_subclass_mem_fix 2025-04-25T04:41:50.4377985Z * [new branch] xmfan/ca_warm_mem -> origin/xmfan/ca_warm_mem 2025-04-25T04:41:50.4378455Z * [new branch] xmfan/ca_warm_mem_base -> origin/xmfan/ca_warm_mem_base 2025-04-25T04:41:50.4378936Z * [new branch] xmfan/cacu_jun18 -> origin/xmfan/cacu_jun18 2025-04-25T04:41:50.4379400Z * [new branch] xmfan/cacu_jun19 -> origin/xmfan/cacu_jun19 2025-04-25T04:41:50.4379944Z * [new branch] xmfan/cacu_jun4 -> origin/xmfan/cacu_jun4 2025-04-25T04:41:50.4380436Z * [new branch] xmfan/cacu_may27 -> origin/xmfan/cacu_may27 2025-04-25T04:41:50.4380953Z * [new branch] xmfan/circular_dep -> origin/xmfan/circular_dep 2025-04-25T04:41:50.4381511Z * [new branch] xmfan/compiled_autograd_bench -> origin/xmfan/compiled_autograd_bench 2025-04-25T04:41:50.4382152Z * [new branch] xmfan/compiled_autograd_bench_base -> origin/xmfan/compiled_autograd_bench_base 2025-04-25T04:41:50.4382815Z * [new branch] xmfan/compiled_autograd_benchmark -> origin/xmfan/compiled_autograd_benchmark 2025-04-25T04:41:50.4383430Z * [new branch] xmfan/compiled_autograd_ddp -> origin/xmfan/compiled_autograd_ddp 2025-04-25T04:41:50.4384012Z * [new branch] xmfan/compiled_autograd_feb_29 -> origin/xmfan/compiled_autograd_feb_29 2025-04-25T04:41:50.4826288Z * [new branch] xmfan/compiled_autograd_graph_breaks -> origin/xmfan/compiled_autograd_graph_breaks 2025-04-25T04:41:50.4826971Z * [new branch] xmfan/compiled_autograd_hud -> origin/xmfan/compiled_autograd_hud 2025-04-25T04:41:50.4827687Z * [new branch] xmfan/compiled_autograd_hypothetical_perf -> origin/xmfan/compiled_autograd_hypothetical_perf 2025-04-25T04:41:50.4828436Z * [new branch] xmfan/compiled_autograd_perf_no_reuse -> origin/xmfan/compiled_autograd_perf_no_reuse 2025-04-25T04:41:50.4829941Z * [new branch] xmfan/disable_duck_shape -> origin/xmfan/disable_duck_shape 2025-04-25T04:41:50.4830527Z * [new branch] xmfan/fca_cpp_node_passthrough -> origin/xmfan/fca_cpp_node_passthrough 2025-04-25T04:41:50.4831124Z * [new branch] xmfan/feb_10_compiled_autograd -> origin/xmfan/feb_10_compiled_autograd 2025-04-25T04:41:50.4831799Z * [new branch] xmfan/feb_10_compiled_autograd_cudagraph -> origin/xmfan/feb_10_compiled_autograd_cudagraph 2025-04-25T04:41:50.4832412Z * [new branch] xmfan/fsdp_wraps -> origin/xmfan/fsdp_wraps 2025-04-25T04:41:50.4832902Z * [new branch] xmfan/issue_123374 -> origin/xmfan/issue_123374 2025-04-25T04:41:50.4833578Z * [new branch] xmfan/oss_benchmark_script -> origin/xmfan/oss_benchmark_script 2025-04-25T04:41:50.4834193Z * [new branch] xmfan/retains_grad_hooks -> origin/xmfan/retains_grad_hooks 2025-04-25T04:41:50.4835571Z * [new branch] xmfan/segfault_test -> origin/xmfan/segfault_test 2025-04-25T04:41:50.4836065Z * [new branch] xmfan/single_step -> origin/xmfan/single_step 2025-04-25T04:41:50.4836524Z * [new branch] xmfan/sth_0829 -> origin/xmfan/sth_0829 2025-04-25T04:41:50.4836981Z * [new branch] xmfan/test -> origin/xmfan/test 2025-04-25T04:41:50.4837431Z * [new branch] xmfan/yolov3_oom -> origin/xmfan/yolov3_oom 2025-04-25T04:41:50.4837946Z * [new branch] yguo/debug-0226-constexpr -> origin/yguo/debug-0226-constexpr 2025-04-25T04:41:50.4838483Z * [new branch] yguo/new_latest_changes -> origin/yguo/new_latest_changes 2025-04-25T04:41:50.4839051Z * [new branch] yguo/patch_constexpr_changes -> origin/yguo/patch_constexpr_changes 2025-04-25T04:41:50.4839800Z * [new branch] yguo/repro-segfault-triton-aoti-cpp-wrapper -> origin/yguo/repro-segfault-triton-aoti-cpp-wrapper 2025-04-25T04:41:50.4841309Z * [new branch] yihan_quantization -> origin/yihan_quantization 2025-04-25T04:41:50.4841806Z * [new branch] yiming/bootcamp -> origin/yiming/bootcamp 2025-04-25T04:41:50.4842280Z * [new branch] zainr/canary-test -> origin/zainr/canary-test 2025-04-25T04:41:50.4842774Z * [new branch] zainr/fix-sev-td -> origin/zainr/fix-sev-td 2025-04-25T04:41:50.4843381Z * [new branch] zainr/lint-fix -> origin/zainr/lint-fix 2025-04-25T04:41:50.4843867Z * [new branch] zainr/metrics-job-id -> origin/zainr/metrics-job-id 2025-04-25T04:41:50.4844402Z * [new branch] zainr/mypy15-claude -> origin/zainr/mypy15-claude 2025-04-25T04:41:50.4844921Z * [new branch] zainr/pull-migration-c -> origin/zainr/pull-migration-c 2025-04-25T04:41:50.4845422Z * [new branch] zainr/td-class -> origin/zainr/td-class 2025-04-25T04:41:50.4846742Z * [new branch] zainr/td-class-metrics -> origin/zainr/td-class-metrics 2025-04-25T04:41:50.4847255Z * [new branch] zainr/td-downgrade -> origin/zainr/td-downgrade 2025-04-25T04:41:50.4847789Z * [new branch] zainr/td-pass-class-times -> origin/zainr/td-pass-class-times 2025-04-25T04:41:50.4848298Z * [new branch] zainr/td-trial -> origin/zainr/td-trial 2025-04-25T04:41:50.4848751Z * [new branch] zainr/unstable -> origin/zainr/unstable 2025-04-25T04:41:50.4849223Z * [new branch] zasdfgbnm-patch-3 -> origin/zasdfgbnm-patch-3 2025-04-25T04:41:50.4849676Z * [new branch] zb2p -> origin/zb2p 2025-04-25T04:41:50.4850125Z * [new branch] zdevito-patch-1 -> origin/zdevito-patch-1 2025-04-25T04:41:50.4850592Z * [new branch] zdevito-patch-2 -> origin/zdevito-patch-2 2025-04-25T04:41:50.4851113Z * [new branch] zeros-and-scatter-part2 -> origin/zeros-and-scatter-part2 2025-04-25T04:41:50.4852488Z * [new branch] zhxchen17/moodycamel -> origin/zhxchen17/moodycamel 2025-04-25T04:41:50.4853016Z * [new branch] zhxchen17/nativert/0 -> origin/zhxchen17/nativert/0 2025-04-25T04:41:50.4853531Z * [new branch] zhxchen17/scratch/0 -> origin/zhxchen17/scratch/0 2025-04-25T04:41:50.4854047Z * [new branch] zhxchen17/sticky_cache/0 -> origin/zhxchen17/sticky_cache/0 2025-04-25T04:41:50.4854576Z * [new branch] zhxhcen17/moodycamel -> origin/zhxhcen17/moodycamel 2025-04-25T04:41:50.4855169Z * [new branch] zxiiro/bazel -> origin/zxiiro/bazel 2025-04-25T04:41:50.5189861Z * [new branch] zxiiro/docs -> origin/zxiiro/docs 2025-04-25T04:41:50.5190407Z * [new branch] zxiiro/editor-config -> origin/zxiiro/editor-config 2025-04-25T04:41:50.5190932Z * [new branch] zxiiro/linux-build -> origin/zxiiro/linux-build 2025-04-25T04:41:50.5191457Z * [new branch] zxiiro/linux-test -> origin/zxiiro/linux-test 2025-04-25T04:41:50.5191912Z * [new branch] zxiiro/test -> origin/zxiiro/test 2025-04-25T04:41:50.5192411Z * [new branch] zxiiro/test-bazel -> origin/zxiiro/test-bazel 2025-04-25T04:41:50.5192875Z * [new branch] zxiiro/windows -> origin/zxiiro/windows 2025-04-25T04:41:50.5193310Z * [new branch] zxiiro/xpu -> origin/zxiiro/xpu 2025-04-25T04:41:50.5194036Z * [new tag] bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug -> bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug 2025-04-25T04:41:50.5194796Z * [new tag] ci/binaries/77164 -> ci/binaries/77164 2025-04-25T04:41:50.5195196Z * [new tag] ciflow/all/70978 -> ciflow/all/70978 2025-04-25T04:41:50.5195596Z * [new tag] ciflow/all/70979 -> ciflow/all/70979 2025-04-25T04:41:50.5195977Z * [new tag] ciflow/all/70989 -> ciflow/all/70989 2025-04-25T04:41:50.5196390Z * [new tag] ciflow/binaries/120076 -> ciflow/binaries/120076 2025-04-25T04:41:50.5196994Z * [new tag] ciflow/binaries/138996 -> ciflow/binaries/138996 2025-04-25T04:41:50.5197435Z * [new tag] ciflow/binaries/145224 -> ciflow/binaries/145224 2025-04-25T04:41:50.5197865Z * [new tag] ciflow/binaries/146717 -> ciflow/binaries/146717 2025-04-25T04:41:50.5198289Z * [new tag] ciflow/binaries/147498 -> ciflow/binaries/147498 2025-04-25T04:41:50.5198721Z * [new tag] ciflow/binaries/147664 -> ciflow/binaries/147664 2025-04-25T04:41:50.5199142Z * [new tag] ciflow/binaries/147917 -> ciflow/binaries/147917 2025-04-25T04:41:50.5199569Z * [new tag] ciflow/binaries/148163 -> ciflow/binaries/148163 2025-04-25T04:41:50.5199987Z * [new tag] ciflow/binaries/148173 -> ciflow/binaries/148173 2025-04-25T04:41:50.5200413Z * [new tag] ciflow/binaries/149192 -> ciflow/binaries/149192 2025-04-25T04:41:50.5200846Z * [new tag] ciflow/binaries/149254 -> ciflow/binaries/149254 2025-04-25T04:41:50.5201268Z * [new tag] ciflow/binaries/150688 -> ciflow/binaries/150688 2025-04-25T04:41:50.5201694Z * [new tag] ciflow/binaries/150705 -> ciflow/binaries/150705 2025-04-25T04:41:50.5202118Z * [new tag] ciflow/binaries/151581 -> ciflow/binaries/151581 2025-04-25T04:41:50.5202544Z * [new tag] ciflow/binaries/152099 -> ciflow/binaries/152099 2025-04-25T04:41:50.5203005Z * [new tag] ciflow/binaries_wheel/138834 -> ciflow/binaries_wheel/138834 2025-04-25T04:41:50.5203488Z * [new tag] ciflow/binaries_wheel/146055 -> ciflow/binaries_wheel/146055 2025-04-25T04:41:50.5203975Z * [new tag] ciflow/binaries_wheel/147455 -> ciflow/binaries_wheel/147455 2025-04-25T04:41:50.5204452Z * [new tag] ciflow/binaries_wheel/148320 -> ciflow/binaries_wheel/148320 2025-04-25T04:41:50.5204933Z * [new tag] ciflow/binaries_wheel/149192 -> ciflow/binaries_wheel/149192 2025-04-25T04:41:50.5205408Z * [new tag] ciflow/binaries_wheel/150329 -> ciflow/binaries_wheel/150329 2025-04-25T04:41:50.5205881Z * [new tag] ciflow/binaries_wheel/150525 -> ciflow/binaries_wheel/150525 2025-04-25T04:41:50.5206483Z * [new tag] ciflow/binaries_wheel/151035 -> ciflow/binaries_wheel/151035 2025-04-25T04:41:50.5206967Z * [new tag] ciflow/binaries_wheel/151429 -> ciflow/binaries_wheel/151429 2025-04-25T04:41:50.5207456Z * [new tag] ciflow/binaries_wheel/151767 -> ciflow/binaries_wheel/151767 2025-04-25T04:41:50.5207945Z * [new tag] ciflow/binaries_wheel/151899 -> ciflow/binaries_wheel/151899 2025-04-25T04:41:50.5208381Z * [new tag] ciflow/cuda/70978 -> ciflow/cuda/70978 2025-04-25T04:41:50.5208784Z * [new tag] ciflow/cuda/70979 -> ciflow/cuda/70979 2025-04-25T04:41:50.5209180Z * [new tag] ciflow/cuda/70989 -> ciflow/cuda/70989 2025-04-25T04:41:50.5209808Z * [new tag] ciflow/inductor-micro-benchmark-cpu-x86/151581 -> ciflow/inductor-micro-benchmark-cpu-x86/151581 2025-04-25T04:41:50.5210646Z * [new tag] ciflow/inductor-micro-benchmark-cpu-x86/151585 -> ciflow/inductor-micro-benchmark-cpu-x86/151585 2025-04-25T04:41:50.5211404Z * [new tag] ciflow/inductor-micro-benchmark/151581 -> ciflow/inductor-micro-benchmark/151581 2025-04-25T04:41:50.5212086Z * [new tag] ciflow/inductor-micro-benchmark/151585 -> ciflow/inductor-micro-benchmark/151585 2025-04-25T04:41:50.5499752Z * [new tag] ciflow/inductor-perf-compare/151581 -> ciflow/inductor-perf-compare/151581 2025-04-25T04:41:50.5500432Z * [new tag] ciflow/inductor-perf-compare/151585 -> ciflow/inductor-perf-compare/151585 2025-04-25T04:41:50.5501347Z * [new tag] ciflow/inductor-perf-test-nightly-rocm/148672 -> ciflow/inductor-perf-test-nightly-rocm/148672 2025-04-25T04:41:50.5502157Z * [new tag] ciflow/inductor-perf-test-nightly-rocm/149039 -> ciflow/inductor-perf-test-nightly-rocm/149039 2025-04-25T04:41:50.5502993Z * [new tag] ciflow/inductor-perf-test-nightly-rocm/149506 -> ciflow/inductor-perf-test-nightly-rocm/149506 2025-04-25T04:41:50.5503796Z * [new tag] ciflow/inductor-perf-test-nightly-rocm/151581 -> ciflow/inductor-perf-test-nightly-rocm/151581 2025-04-25T04:41:50.5504552Z * [new tag] ciflow/inductor-perf-test-nightly/151581 -> ciflow/inductor-perf-test-nightly/151581 2025-04-25T04:41:50.5505290Z * [new tag] ciflow/inductor-periodic/145612 -> ciflow/inductor-periodic/145612 2025-04-25T04:41:50.5505926Z * [new tag] ciflow/inductor-periodic/149949 -> ciflow/inductor-periodic/149949 2025-04-25T04:41:50.5506569Z * [new tag] ciflow/inductor-periodic/150411 -> ciflow/inductor-periodic/150411 2025-04-25T04:41:50.5507163Z * [new tag] ciflow/inductor-periodic/151581 -> ciflow/inductor-periodic/151581 2025-04-25T04:41:50.5507678Z * [new tag] ciflow/inductor-rocm/141309 -> ciflow/inductor-rocm/141309 2025-04-25T04:41:50.5508178Z * [new tag] ciflow/inductor-rocm/146903 -> ciflow/inductor-rocm/146903 2025-04-25T04:41:50.5508651Z * [new tag] ciflow/inductor-rocm/147583 -> ciflow/inductor-rocm/147583 2025-04-25T04:41:50.5509132Z * [new tag] ciflow/inductor-rocm/149041 -> ciflow/inductor-rocm/149041 2025-04-25T04:41:50.5509608Z * [new tag] ciflow/inductor-rocm/151368 -> ciflow/inductor-rocm/151368 2025-04-25T04:41:50.5510079Z * [new tag] ciflow/inductor-rocm/151581 -> ciflow/inductor-rocm/151581 2025-04-25T04:41:50.5510569Z * [new tag] ciflow/inductor-rocm/151708 -> ciflow/inductor-rocm/151708 2025-04-25T04:41:50.5511042Z * [new tag] ciflow/inductor-rocm/151845 -> ciflow/inductor-rocm/151845 2025-04-25T04:41:50.5511501Z * [new tag] ciflow/inductor/110155 -> ciflow/inductor/110155 2025-04-25T04:41:50.5511943Z * [new tag] ciflow/inductor/119496 -> ciflow/inductor/119496 2025-04-25T04:41:50.5512515Z * [new tag] ciflow/inductor/119977 -> ciflow/inductor/119977 2025-04-25T04:41:50.5513030Z * [new tag] ciflow/inductor/120076 -> ciflow/inductor/120076 2025-04-25T04:41:50.5513461Z * [new tag] ciflow/inductor/121445 -> ciflow/inductor/121445 2025-04-25T04:41:50.5513900Z * [new tag] ciflow/inductor/124490 -> ciflow/inductor/124490 2025-04-25T04:41:50.5514396Z * [new tag] ciflow/inductor/125270 -> ciflow/inductor/125270 2025-04-25T04:41:50.5514829Z * [new tag] ciflow/inductor/125326 -> ciflow/inductor/125326 2025-04-25T04:41:50.5515268Z * [new tag] ciflow/inductor/125428 -> ciflow/inductor/125428 2025-04-25T04:41:50.5515694Z * [new tag] ciflow/inductor/125806 -> ciflow/inductor/125806 2025-04-25T04:41:50.5516127Z * [new tag] ciflow/inductor/125888 -> ciflow/inductor/125888 2025-04-25T04:41:50.5516551Z * [new tag] ciflow/inductor/125995 -> ciflow/inductor/125995 2025-04-25T04:41:50.5516980Z * [new tag] ciflow/inductor/126348 -> ciflow/inductor/126348 2025-04-25T04:41:50.5517408Z * [new tag] ciflow/inductor/127171 -> ciflow/inductor/127171 2025-04-25T04:41:50.5517829Z * [new tag] ciflow/inductor/127293 -> ciflow/inductor/127293 2025-04-25T04:41:50.5518288Z * [new tag] ciflow/inductor/127294 -> ciflow/inductor/127294 2025-04-25T04:41:50.5518758Z * [new tag] ciflow/inductor/129352 -> ciflow/inductor/129352 2025-04-25T04:41:50.5519328Z * [new tag] ciflow/inductor/130141 -> ciflow/inductor/130141 2025-04-25T04:41:50.5519757Z * [new tag] ciflow/inductor/130499 -> ciflow/inductor/130499 2025-04-25T04:41:50.5520197Z * [new tag] ciflow/inductor/130887 -> ciflow/inductor/130887 2025-04-25T04:41:50.5520638Z * [new tag] ciflow/inductor/132414 -> ciflow/inductor/132414 2025-04-25T04:41:50.5521063Z * [new tag] ciflow/inductor/133044 -> ciflow/inductor/133044 2025-04-25T04:41:50.5521502Z * [new tag] ciflow/inductor/133121 -> ciflow/inductor/133121 2025-04-25T04:41:50.5521928Z * [new tag] ciflow/inductor/133287 -> ciflow/inductor/133287 2025-04-25T04:41:50.5522362Z * [new tag] ciflow/inductor/133289 -> ciflow/inductor/133289 2025-04-25T04:41:50.5522793Z * [new tag] ciflow/inductor/133296 -> ciflow/inductor/133296 2025-04-25T04:41:50.5523222Z * [new tag] ciflow/inductor/133297 -> ciflow/inductor/133297 2025-04-25T04:41:50.5822291Z * [new tag] ciflow/inductor/133315 -> ciflow/inductor/133315 2025-04-25T04:41:50.5822840Z * [new tag] ciflow/inductor/133392 -> ciflow/inductor/133392 2025-04-25T04:41:50.5823303Z * [new tag] ciflow/inductor/133419 -> ciflow/inductor/133419 2025-04-25T04:41:50.5823741Z * [new tag] ciflow/inductor/133423 -> ciflow/inductor/133423 2025-04-25T04:41:50.5824171Z * [new tag] ciflow/inductor/133667 -> ciflow/inductor/133667 2025-04-25T04:41:50.5824602Z * [new tag] ciflow/inductor/133753 -> ciflow/inductor/133753 2025-04-25T04:41:50.5825027Z * [new tag] ciflow/inductor/134681 -> ciflow/inductor/134681 2025-04-25T04:41:50.5825467Z * [new tag] ciflow/inductor/135708 -> ciflow/inductor/135708 2025-04-25T04:41:50.5825908Z * [new tag] ciflow/inductor/135792 -> ciflow/inductor/135792 2025-04-25T04:41:50.5826325Z * [new tag] ciflow/inductor/136355 -> ciflow/inductor/136355 2025-04-25T04:41:50.5826759Z * [new tag] ciflow/inductor/136702 -> ciflow/inductor/136702 2025-04-25T04:41:50.5827337Z * [new tag] ciflow/inductor/137400 -> ciflow/inductor/137400 2025-04-25T04:41:50.5836642Z * [new tag] ciflow/inductor/137568 -> ciflow/inductor/137568 2025-04-25T04:41:50.5837119Z * [new tag] ciflow/inductor/137583 -> ciflow/inductor/137583 2025-04-25T04:41:50.5837561Z * [new tag] ciflow/inductor/137846 -> ciflow/inductor/137846 2025-04-25T04:41:50.5837996Z * [new tag] ciflow/inductor/137884 -> ciflow/inductor/137884 2025-04-25T04:41:50.5838436Z * [new tag] ciflow/inductor/138202 -> ciflow/inductor/138202 2025-04-25T04:41:50.5838878Z * [new tag] ciflow/inductor/138214 -> ciflow/inductor/138214 2025-04-25T04:41:50.5839311Z * [new tag] ciflow/inductor/138388 -> ciflow/inductor/138388 2025-04-25T04:41:50.5839789Z * [new tag] ciflow/inductor/138513 -> ciflow/inductor/138513 2025-04-25T04:41:50.5840264Z * [new tag] ciflow/inductor/138519 -> ciflow/inductor/138519 2025-04-25T04:41:50.5840707Z * [new tag] ciflow/inductor/138626 -> ciflow/inductor/138626 2025-04-25T04:41:50.5841135Z * [new tag] ciflow/inductor/139094 -> ciflow/inductor/139094 2025-04-25T04:41:50.5841567Z * [new tag] ciflow/inductor/139561 -> ciflow/inductor/139561 2025-04-25T04:41:50.5842001Z * [new tag] ciflow/inductor/139975 -> ciflow/inductor/139975 2025-04-25T04:41:50.5842439Z * [new tag] ciflow/inductor/140032 -> ciflow/inductor/140032 2025-04-25T04:41:50.5843045Z * [new tag] ciflow/inductor/140159 -> ciflow/inductor/140159 2025-04-25T04:41:50.5843478Z * [new tag] ciflow/inductor/140756 -> ciflow/inductor/140756 2025-04-25T04:41:50.5843914Z * [new tag] ciflow/inductor/140979 -> ciflow/inductor/140979 2025-04-25T04:41:50.5844344Z * [new tag] ciflow/inductor/141213 -> ciflow/inductor/141213 2025-04-25T04:41:50.5844787Z * [new tag] ciflow/inductor/141309 -> ciflow/inductor/141309 2025-04-25T04:41:50.5845233Z * [new tag] ciflow/inductor/141684 -> ciflow/inductor/141684 2025-04-25T04:41:50.5845699Z * [new tag] ciflow/inductor/141700 -> ciflow/inductor/141700 2025-04-25T04:41:50.5846175Z * [new tag] ciflow/inductor/141730 -> ciflow/inductor/141730 2025-04-25T04:41:50.5846600Z * [new tag] ciflow/inductor/141842 -> ciflow/inductor/141842 2025-04-25T04:41:50.5847046Z * [new tag] ciflow/inductor/141961 -> ciflow/inductor/141961 2025-04-25T04:41:50.5847483Z * [new tag] ciflow/inductor/142295 -> ciflow/inductor/142295 2025-04-25T04:41:50.5847913Z * [new tag] ciflow/inductor/142372 -> ciflow/inductor/142372 2025-04-25T04:41:50.5848358Z * [new tag] ciflow/inductor/143457 -> ciflow/inductor/143457 2025-04-25T04:41:50.5848785Z * [new tag] ciflow/inductor/143527 -> ciflow/inductor/143527 2025-04-25T04:41:50.5849223Z * [new tag] ciflow/inductor/143544 -> ciflow/inductor/143544 2025-04-25T04:41:50.5849664Z * [new tag] ciflow/inductor/143666 -> ciflow/inductor/143666 2025-04-25T04:41:50.5850103Z * [new tag] ciflow/inductor/143712 -> ciflow/inductor/143712 2025-04-25T04:41:50.5850538Z * [new tag] ciflow/inductor/143812 -> ciflow/inductor/143812 2025-04-25T04:41:50.5850972Z * [new tag] ciflow/inductor/143833 -> ciflow/inductor/143833 2025-04-25T04:41:50.5851443Z * [new tag] ciflow/inductor/143987 -> ciflow/inductor/143987 2025-04-25T04:41:50.5851910Z * [new tag] ciflow/inductor/144272 -> ciflow/inductor/144272 2025-04-25T04:41:50.5852452Z * [new tag] ciflow/inductor/144293 -> ciflow/inductor/144293 2025-04-25T04:41:50.5852890Z * [new tag] ciflow/inductor/144332 -> ciflow/inductor/144332 2025-04-25T04:41:50.6157179Z * [new tag] ciflow/inductor/144333 -> ciflow/inductor/144333 2025-04-25T04:41:50.6157666Z * [new tag] ciflow/inductor/144353 -> ciflow/inductor/144353 2025-04-25T04:41:50.6158136Z * [new tag] ciflow/inductor/144365 -> ciflow/inductor/144365 2025-04-25T04:41:50.6158576Z * [new tag] ciflow/inductor/144366 -> ciflow/inductor/144366 2025-04-25T04:41:50.6159020Z * [new tag] ciflow/inductor/144405 -> ciflow/inductor/144405 2025-04-25T04:41:50.6159448Z * [new tag] ciflow/inductor/144438 -> ciflow/inductor/144438 2025-04-25T04:41:50.6159883Z * [new tag] ciflow/inductor/144501 -> ciflow/inductor/144501 2025-04-25T04:41:50.6160321Z * [new tag] ciflow/inductor/144505 -> ciflow/inductor/144505 2025-04-25T04:41:50.6160747Z * [new tag] ciflow/inductor/144507 -> ciflow/inductor/144507 2025-04-25T04:41:50.6161179Z * [new tag] ciflow/inductor/144516 -> ciflow/inductor/144516 2025-04-25T04:41:50.6161598Z * [new tag] ciflow/inductor/144542 -> ciflow/inductor/144542 2025-04-25T04:41:50.6162031Z * [new tag] ciflow/inductor/144548 -> ciflow/inductor/144548 2025-04-25T04:41:50.6162465Z * [new tag] ciflow/inductor/144551 -> ciflow/inductor/144551 2025-04-25T04:41:50.6163052Z * [new tag] ciflow/inductor/144553 -> ciflow/inductor/144553 2025-04-25T04:41:50.6163485Z * [new tag] ciflow/inductor/144555 -> ciflow/inductor/144555 2025-04-25T04:41:50.6163915Z * [new tag] ciflow/inductor/144556 -> ciflow/inductor/144556 2025-04-25T04:41:50.6164360Z * [new tag] ciflow/inductor/144721 -> ciflow/inductor/144721 2025-04-25T04:41:50.6164791Z * [new tag] ciflow/inductor/144765 -> ciflow/inductor/144765 2025-04-25T04:41:50.6165233Z * [new tag] ciflow/inductor/144905 -> ciflow/inductor/144905 2025-04-25T04:41:50.6165666Z * [new tag] ciflow/inductor/144925 -> ciflow/inductor/144925 2025-04-25T04:41:50.6166093Z * [new tag] ciflow/inductor/144992 -> ciflow/inductor/144992 2025-04-25T04:41:50.6166526Z * [new tag] ciflow/inductor/145024 -> ciflow/inductor/145024 2025-04-25T04:41:50.6166953Z * [new tag] ciflow/inductor/145153 -> ciflow/inductor/145153 2025-04-25T04:41:50.6167381Z * [new tag] ciflow/inductor/145353 -> ciflow/inductor/145353 2025-04-25T04:41:50.6167814Z * [new tag] ciflow/inductor/145475 -> ciflow/inductor/145475 2025-04-25T04:41:50.6168240Z * [new tag] ciflow/inductor/145540 -> ciflow/inductor/145540 2025-04-25T04:41:50.6168669Z * [new tag] ciflow/inductor/145559 -> ciflow/inductor/145559 2025-04-25T04:41:50.6169091Z * [new tag] ciflow/inductor/145594 -> ciflow/inductor/145594 2025-04-25T04:41:50.6169523Z * [new tag] ciflow/inductor/145595 -> ciflow/inductor/145595 2025-04-25T04:41:50.6169945Z * [new tag] ciflow/inductor/145612 -> ciflow/inductor/145612 2025-04-25T04:41:50.6170373Z * [new tag] ciflow/inductor/145647 -> ciflow/inductor/145647 2025-04-25T04:41:50.6170809Z * [new tag] ciflow/inductor/145681 -> ciflow/inductor/145681 2025-04-25T04:41:50.6171234Z * [new tag] ciflow/inductor/145865 -> ciflow/inductor/145865 2025-04-25T04:41:50.6171672Z * [new tag] ciflow/inductor/145885 -> ciflow/inductor/145885 2025-04-25T04:41:50.6172188Z * [new tag] ciflow/inductor/145911 -> ciflow/inductor/145911 2025-04-25T04:41:50.6172629Z * [new tag] ciflow/inductor/145922 -> ciflow/inductor/145922 2025-04-25T04:41:50.6173071Z * [new tag] ciflow/inductor/145936 -> ciflow/inductor/145936 2025-04-25T04:41:50.6173502Z * [new tag] ciflow/inductor/145969 -> ciflow/inductor/145969 2025-04-25T04:41:50.6173945Z * [new tag] ciflow/inductor/145979 -> ciflow/inductor/145979 2025-04-25T04:41:50.6174376Z * [new tag] ciflow/inductor/145992 -> ciflow/inductor/145992 2025-04-25T04:41:50.6174821Z * [new tag] ciflow/inductor/146063 -> ciflow/inductor/146063 2025-04-25T04:41:50.6175265Z * [new tag] ciflow/inductor/146101 -> ciflow/inductor/146101 2025-04-25T04:41:50.6175694Z * [new tag] ciflow/inductor/146115 -> ciflow/inductor/146115 2025-04-25T04:41:50.6176131Z * [new tag] ciflow/inductor/146172 -> ciflow/inductor/146172 2025-04-25T04:41:50.6176557Z * [new tag] ciflow/inductor/146180 -> ciflow/inductor/146180 2025-04-25T04:41:50.6176999Z * [new tag] ciflow/inductor/146218 -> ciflow/inductor/146218 2025-04-25T04:41:50.6177428Z * [new tag] ciflow/inductor/146228 -> ciflow/inductor/146228 2025-04-25T04:41:50.6177873Z * [new tag] ciflow/inductor/146267 -> ciflow/inductor/146267 2025-04-25T04:41:50.6178310Z * [new tag] ciflow/inductor/146275 -> ciflow/inductor/146275 2025-04-25T04:41:50.6507673Z * [new tag] ciflow/inductor/146280 -> ciflow/inductor/146280 2025-04-25T04:41:50.6509060Z * [new tag] ciflow/inductor/146288 -> ciflow/inductor/146288 2025-04-25T04:41:50.6509780Z * [new tag] ciflow/inductor/146319 -> ciflow/inductor/146319 2025-04-25T04:41:50.6510538Z * [new tag] ciflow/inductor/146335 -> ciflow/inductor/146335 2025-04-25T04:41:50.6511248Z * [new tag] ciflow/inductor/146341 -> ciflow/inductor/146341 2025-04-25T04:41:50.6511921Z * [new tag] ciflow/inductor/146395 -> ciflow/inductor/146395 2025-04-25T04:41:50.6512616Z * [new tag] ciflow/inductor/146415 -> ciflow/inductor/146415 2025-04-25T04:41:50.6513332Z * [new tag] ciflow/inductor/146436 -> ciflow/inductor/146436 2025-04-25T04:41:50.6514044Z * [new tag] ciflow/inductor/146506 -> ciflow/inductor/146506 2025-04-25T04:41:50.6514855Z * [new tag] ciflow/inductor/146526 -> ciflow/inductor/146526 2025-04-25T04:41:50.6515620Z * [new tag] ciflow/inductor/146530 -> ciflow/inductor/146530 2025-04-25T04:41:50.6516346Z * [new tag] ciflow/inductor/146535 -> ciflow/inductor/146535 2025-04-25T04:41:50.6517125Z * [new tag] ciflow/inductor/146558 -> ciflow/inductor/146558 2025-04-25T04:41:50.6517857Z * [new tag] ciflow/inductor/146561 -> ciflow/inductor/146561 2025-04-25T04:41:50.6518609Z * [new tag] ciflow/inductor/146562 -> ciflow/inductor/146562 2025-04-25T04:41:50.6519325Z * [new tag] ciflow/inductor/146661 -> ciflow/inductor/146661 2025-04-25T04:41:50.6520089Z * [new tag] ciflow/inductor/146678 -> ciflow/inductor/146678 2025-04-25T04:41:50.6520814Z * [new tag] ciflow/inductor/146718 -> ciflow/inductor/146718 2025-04-25T04:41:50.6521575Z * [new tag] ciflow/inductor/146779 -> ciflow/inductor/146779 2025-04-25T04:41:50.6522314Z * [new tag] ciflow/inductor/146781 -> ciflow/inductor/146781 2025-04-25T04:41:50.6523058Z * [new tag] ciflow/inductor/146844 -> ciflow/inductor/146844 2025-04-25T04:41:50.6523768Z * [new tag] ciflow/inductor/146845 -> ciflow/inductor/146845 2025-04-25T04:41:50.6524604Z * [new tag] ciflow/inductor/146850 -> ciflow/inductor/146850 2025-04-25T04:41:50.6525278Z * [new tag] ciflow/inductor/146864 -> ciflow/inductor/146864 2025-04-25T04:41:50.6525946Z * [new tag] ciflow/inductor/146874 -> ciflow/inductor/146874 2025-04-25T04:41:50.6526613Z * [new tag] ciflow/inductor/146894 -> ciflow/inductor/146894 2025-04-25T04:41:50.6527307Z * [new tag] ciflow/inductor/146895 -> ciflow/inductor/146895 2025-04-25T04:41:50.6528014Z * [new tag] ciflow/inductor/146935 -> ciflow/inductor/146935 2025-04-25T04:41:50.6528800Z * [new tag] ciflow/inductor/146942 -> ciflow/inductor/146942 2025-04-25T04:41:50.6529576Z * [new tag] ciflow/inductor/146962 -> ciflow/inductor/146962 2025-04-25T04:41:50.6530385Z * [new tag] ciflow/inductor/146983 -> ciflow/inductor/146983 2025-04-25T04:41:50.6531168Z * [new tag] ciflow/inductor/146989 -> ciflow/inductor/146989 2025-04-25T04:41:50.6531927Z * [new tag] ciflow/inductor/147007 -> ciflow/inductor/147007 2025-04-25T04:41:50.6532683Z * [new tag] ciflow/inductor/147021 -> ciflow/inductor/147021 2025-04-25T04:41:50.6533486Z * [new tag] ciflow/inductor/147036 -> ciflow/inductor/147036 2025-04-25T04:41:50.6534274Z * [new tag] ciflow/inductor/147049 -> ciflow/inductor/147049 2025-04-25T04:41:50.6535077Z * [new tag] ciflow/inductor/147146 -> ciflow/inductor/147146 2025-04-25T04:41:50.6536142Z * [new tag] ciflow/inductor/147155 -> ciflow/inductor/147155 2025-04-25T04:41:50.6536914Z * [new tag] ciflow/inductor/147178 -> ciflow/inductor/147178 2025-04-25T04:41:50.6537687Z * [new tag] ciflow/inductor/147314 -> ciflow/inductor/147314 2025-04-25T04:41:50.6538484Z * [new tag] ciflow/inductor/147341 -> ciflow/inductor/147341 2025-04-25T04:41:50.6539301Z * [new tag] ciflow/inductor/147360 -> ciflow/inductor/147360 2025-04-25T04:41:50.6540076Z * [new tag] ciflow/inductor/147368 -> ciflow/inductor/147368 2025-04-25T04:41:50.6540908Z * [new tag] ciflow/inductor/147410 -> ciflow/inductor/147410 2025-04-25T04:41:50.6541781Z * [new tag] ciflow/inductor/147414 -> ciflow/inductor/147414 2025-04-25T04:41:50.6542628Z * [new tag] ciflow/inductor/147415 -> ciflow/inductor/147415 2025-04-25T04:41:50.6543435Z * [new tag] ciflow/inductor/147481 -> ciflow/inductor/147481 2025-04-25T04:41:50.6544234Z * [new tag] ciflow/inductor/147498 -> ciflow/inductor/147498 2025-04-25T04:41:50.6545072Z * [new tag] ciflow/inductor/147514 -> ciflow/inductor/147514 2025-04-25T04:41:50.6545903Z * [new tag] ciflow/inductor/147528 -> ciflow/inductor/147528 2025-04-25T04:41:50.7496369Z * [new tag] ciflow/inductor/147562 -> ciflow/inductor/147562 2025-04-25T04:41:50.7496894Z * [new tag] ciflow/inductor/147583 -> ciflow/inductor/147583 2025-04-25T04:41:50.7497330Z * [new tag] ciflow/inductor/147603 -> ciflow/inductor/147603 2025-04-25T04:41:50.7497771Z * [new tag] ciflow/inductor/147745 -> ciflow/inductor/147745 2025-04-25T04:41:50.7498240Z * [new tag] ciflow/inductor/147797 -> ciflow/inductor/147797 2025-04-25T04:41:50.7498738Z * [new tag] ciflow/inductor/147800 -> ciflow/inductor/147800 2025-04-25T04:41:50.7499239Z * [new tag] ciflow/inductor/147881 -> ciflow/inductor/147881 2025-04-25T04:41:50.7499697Z * [new tag] ciflow/inductor/147899 -> ciflow/inductor/147899 2025-04-25T04:41:50.7500444Z * [new tag] ciflow/inductor/147902 -> ciflow/inductor/147902 2025-04-25T04:41:50.7500914Z * [new tag] ciflow/inductor/147903 -> ciflow/inductor/147903 2025-04-25T04:41:50.7501426Z * [new tag] ciflow/inductor/147908 -> ciflow/inductor/147908 2025-04-25T04:41:50.7501895Z * [new tag] ciflow/inductor/147910 -> ciflow/inductor/147910 2025-04-25T04:41:50.7502407Z * [new tag] ciflow/inductor/147915 -> ciflow/inductor/147915 2025-04-25T04:41:50.7502873Z * [new tag] ciflow/inductor/147917 -> ciflow/inductor/147917 2025-04-25T04:41:50.7503368Z * [new tag] ciflow/inductor/147927 -> ciflow/inductor/147927 2025-04-25T04:41:50.7503832Z * [new tag] ciflow/inductor/147990 -> ciflow/inductor/147990 2025-04-25T04:41:50.7504329Z * [new tag] ciflow/inductor/148008 -> ciflow/inductor/148008 2025-04-25T04:41:50.7504806Z * [new tag] ciflow/inductor/148010 -> ciflow/inductor/148010 2025-04-25T04:41:50.7505308Z * [new tag] ciflow/inductor/148104 -> ciflow/inductor/148104 2025-04-25T04:41:50.7505769Z * [new tag] ciflow/inductor/148160 -> ciflow/inductor/148160 2025-04-25T04:41:50.7506267Z * [new tag] ciflow/inductor/148163 -> ciflow/inductor/148163 2025-04-25T04:41:50.7506725Z * [new tag] ciflow/inductor/148173 -> ciflow/inductor/148173 2025-04-25T04:41:50.7507226Z * [new tag] ciflow/inductor/148186 -> ciflow/inductor/148186 2025-04-25T04:41:50.7507791Z * [new tag] ciflow/inductor/148202 -> ciflow/inductor/148202 2025-04-25T04:41:50.7508218Z * [new tag] ciflow/inductor/148206 -> ciflow/inductor/148206 2025-04-25T04:41:50.7508651Z * [new tag] ciflow/inductor/148234 -> ciflow/inductor/148234 2025-04-25T04:41:50.7509081Z * [new tag] ciflow/inductor/148235 -> ciflow/inductor/148235 2025-04-25T04:41:50.7509521Z * [new tag] ciflow/inductor/148294 -> ciflow/inductor/148294 2025-04-25T04:41:50.7509948Z * [new tag] ciflow/inductor/148328 -> ciflow/inductor/148328 2025-04-25T04:41:50.7510378Z * [new tag] ciflow/inductor/148357 -> ciflow/inductor/148357 2025-04-25T04:41:50.7510813Z * [new tag] ciflow/inductor/148380 -> ciflow/inductor/148380 2025-04-25T04:41:50.7511233Z * [new tag] ciflow/inductor/148408 -> ciflow/inductor/148408 2025-04-25T04:41:50.7511666Z * [new tag] ciflow/inductor/148413 -> ciflow/inductor/148413 2025-04-25T04:41:50.7512085Z * [new tag] ciflow/inductor/148414 -> ciflow/inductor/148414 2025-04-25T04:41:50.7512554Z * [new tag] ciflow/inductor/148415 -> ciflow/inductor/148415 2025-04-25T04:41:50.7513028Z * [new tag] ciflow/inductor/148418 -> ciflow/inductor/148418 2025-04-25T04:41:50.7513490Z * [new tag] ciflow/inductor/148424 -> ciflow/inductor/148424 2025-04-25T04:41:50.7513921Z * [new tag] ciflow/inductor/148459 -> ciflow/inductor/148459 2025-04-25T04:41:50.7514418Z * [new tag] ciflow/inductor/148484 -> ciflow/inductor/148484 2025-04-25T04:41:50.7514859Z * [new tag] ciflow/inductor/148485 -> ciflow/inductor/148485 2025-04-25T04:41:50.7515304Z * [new tag] ciflow/inductor/148488 -> ciflow/inductor/148488 2025-04-25T04:41:50.7515737Z * [new tag] ciflow/inductor/148492 -> ciflow/inductor/148492 2025-04-25T04:41:50.7516178Z * [new tag] ciflow/inductor/148502 -> ciflow/inductor/148502 2025-04-25T04:41:50.7516609Z * [new tag] ciflow/inductor/148529 -> ciflow/inductor/148529 2025-04-25T04:41:50.7517134Z * [new tag] ciflow/inductor/148569 -> ciflow/inductor/148569 2025-04-25T04:41:50.7517567Z * [new tag] ciflow/inductor/148613 -> ciflow/inductor/148613 2025-04-25T04:41:50.7518023Z * [new tag] ciflow/inductor/148618 -> ciflow/inductor/148618 2025-04-25T04:41:50.7518449Z * [new tag] ciflow/inductor/148630 -> ciflow/inductor/148630 2025-04-25T04:41:50.7518954Z * [new tag] ciflow/inductor/148684 -> ciflow/inductor/148684 2025-04-25T04:41:50.7821416Z * [new tag] ciflow/inductor/148694 -> ciflow/inductor/148694 2025-04-25T04:41:50.7821913Z * [new tag] ciflow/inductor/148710 -> ciflow/inductor/148710 2025-04-25T04:41:50.7822368Z * [new tag] ciflow/inductor/148712 -> ciflow/inductor/148712 2025-04-25T04:41:50.7822795Z * [new tag] ciflow/inductor/148731 -> ciflow/inductor/148731 2025-04-25T04:41:50.7823257Z * [new tag] ciflow/inductor/148742 -> ciflow/inductor/148742 2025-04-25T04:41:50.7823687Z * [new tag] ciflow/inductor/148773 -> ciflow/inductor/148773 2025-04-25T04:41:50.7824116Z * [new tag] ciflow/inductor/148780 -> ciflow/inductor/148780 2025-04-25T04:41:50.7824544Z * [new tag] ciflow/inductor/148893 -> ciflow/inductor/148893 2025-04-25T04:41:50.7824970Z * [new tag] ciflow/inductor/148898 -> ciflow/inductor/148898 2025-04-25T04:41:50.7825403Z * [new tag] ciflow/inductor/148932 -> ciflow/inductor/148932 2025-04-25T04:41:50.7826028Z * [new tag] ciflow/inductor/148947 -> ciflow/inductor/148947 2025-04-25T04:41:50.7826460Z * [new tag] ciflow/inductor/148962 -> ciflow/inductor/148962 2025-04-25T04:41:50.7826899Z * [new tag] ciflow/inductor/149003 -> ciflow/inductor/149003 2025-04-25T04:41:50.7827337Z * [new tag] ciflow/inductor/149039 -> ciflow/inductor/149039 2025-04-25T04:41:50.7827776Z * [new tag] ciflow/inductor/149041 -> ciflow/inductor/149041 2025-04-25T04:41:50.7828209Z * [new tag] ciflow/inductor/149055 -> ciflow/inductor/149055 2025-04-25T04:41:50.7828631Z * [new tag] ciflow/inductor/149066 -> ciflow/inductor/149066 2025-04-25T04:41:50.7829063Z * [new tag] ciflow/inductor/149067 -> ciflow/inductor/149067 2025-04-25T04:41:50.7829482Z * [new tag] ciflow/inductor/149068 -> ciflow/inductor/149068 2025-04-25T04:41:50.7829917Z * [new tag] ciflow/inductor/149069 -> ciflow/inductor/149069 2025-04-25T04:41:50.7830339Z * [new tag] ciflow/inductor/149140 -> ciflow/inductor/149140 2025-04-25T04:41:50.7830769Z * [new tag] ciflow/inductor/149167 -> ciflow/inductor/149167 2025-04-25T04:41:50.7831205Z * [new tag] ciflow/inductor/149173 -> ciflow/inductor/149173 2025-04-25T04:41:50.7831628Z * [new tag] ciflow/inductor/149192 -> ciflow/inductor/149192 2025-04-25T04:41:50.7832057Z * [new tag] ciflow/inductor/149267 -> ciflow/inductor/149267 2025-04-25T04:41:50.7832479Z * [new tag] ciflow/inductor/149288 -> ciflow/inductor/149288 2025-04-25T04:41:50.7832911Z * [new tag] ciflow/inductor/149346 -> ciflow/inductor/149346 2025-04-25T04:41:50.7833347Z * [new tag] ciflow/inductor/149348 -> ciflow/inductor/149348 2025-04-25T04:41:50.7833766Z * [new tag] ciflow/inductor/149373 -> ciflow/inductor/149373 2025-04-25T04:41:50.7834278Z * [new tag] ciflow/inductor/149420 -> ciflow/inductor/149420 2025-04-25T04:41:50.7834701Z * [new tag] ciflow/inductor/149426 -> ciflow/inductor/149426 2025-04-25T04:41:50.7835253Z * [new tag] ciflow/inductor/149427 -> ciflow/inductor/149427 2025-04-25T04:41:50.7835695Z * [new tag] ciflow/inductor/149439 -> ciflow/inductor/149439 2025-04-25T04:41:50.7836122Z * [new tag] ciflow/inductor/149486 -> ciflow/inductor/149486 2025-04-25T04:41:50.7836551Z * [new tag] ciflow/inductor/149506 -> ciflow/inductor/149506 2025-04-25T04:41:50.7836973Z * [new tag] ciflow/inductor/149518 -> ciflow/inductor/149518 2025-04-25T04:41:50.7837410Z * [new tag] ciflow/inductor/149547 -> ciflow/inductor/149547 2025-04-25T04:41:50.7837833Z * [new tag] ciflow/inductor/149560 -> ciflow/inductor/149560 2025-04-25T04:41:50.7838266Z * [new tag] ciflow/inductor/149561 -> ciflow/inductor/149561 2025-04-25T04:41:50.7838693Z * [new tag] ciflow/inductor/149562 -> ciflow/inductor/149562 2025-04-25T04:41:50.7839114Z * [new tag] ciflow/inductor/149580 -> ciflow/inductor/149580 2025-04-25T04:41:50.7839539Z * [new tag] ciflow/inductor/149629 -> ciflow/inductor/149629 2025-04-25T04:41:50.7839958Z * [new tag] ciflow/inductor/149643 -> ciflow/inductor/149643 2025-04-25T04:41:50.7840390Z * [new tag] ciflow/inductor/149697 -> ciflow/inductor/149697 2025-04-25T04:41:50.7840815Z * [new tag] ciflow/inductor/149701 -> ciflow/inductor/149701 2025-04-25T04:41:50.7841235Z * [new tag] ciflow/inductor/149706 -> ciflow/inductor/149706 2025-04-25T04:41:50.7841668Z * [new tag] ciflow/inductor/149707 -> ciflow/inductor/149707 2025-04-25T04:41:50.7842771Z * [new tag] ciflow/inductor/149733 -> ciflow/inductor/149733 2025-04-25T04:41:50.7843218Z * [new tag] ciflow/inductor/149748 -> ciflow/inductor/149748 2025-04-25T04:41:50.7843660Z * [new tag] ciflow/inductor/149763 -> ciflow/inductor/149763 2025-04-25T04:41:50.8142867Z * [new tag] ciflow/inductor/149764 -> ciflow/inductor/149764 2025-04-25T04:41:50.8143477Z * [new tag] ciflow/inductor/149769 -> ciflow/inductor/149769 2025-04-25T04:41:50.8143949Z * [new tag] ciflow/inductor/149773 -> ciflow/inductor/149773 2025-04-25T04:41:50.8144378Z * [new tag] ciflow/inductor/149784 -> ciflow/inductor/149784 2025-04-25T04:41:50.8144813Z * [new tag] ciflow/inductor/149898 -> ciflow/inductor/149898 2025-04-25T04:41:50.8145247Z * [new tag] ciflow/inductor/149899 -> ciflow/inductor/149899 2025-04-25T04:41:50.8145687Z * [new tag] ciflow/inductor/149913 -> ciflow/inductor/149913 2025-04-25T04:41:50.8146129Z * [new tag] ciflow/inductor/149949 -> ciflow/inductor/149949 2025-04-25T04:41:50.8146559Z * [new tag] ciflow/inductor/149958 -> ciflow/inductor/149958 2025-04-25T04:41:50.8146988Z * [new tag] ciflow/inductor/149959 -> ciflow/inductor/149959 2025-04-25T04:41:50.8147412Z * [new tag] ciflow/inductor/149961 -> ciflow/inductor/149961 2025-04-25T04:41:50.8147834Z * [new tag] ciflow/inductor/149967 -> ciflow/inductor/149967 2025-04-25T04:41:50.8148262Z * [new tag] ciflow/inductor/149998 -> ciflow/inductor/149998 2025-04-25T04:41:50.8148684Z * [new tag] ciflow/inductor/150003 -> ciflow/inductor/150003 2025-04-25T04:41:50.8149111Z * [new tag] ciflow/inductor/150032 -> ciflow/inductor/150032 2025-04-25T04:41:50.8149543Z * [new tag] ciflow/inductor/150044 -> ciflow/inductor/150044 2025-04-25T04:41:50.8149966Z * [new tag] ciflow/inductor/150080 -> ciflow/inductor/150080 2025-04-25T04:41:50.8150397Z * [new tag] ciflow/inductor/150107 -> ciflow/inductor/150107 2025-04-25T04:41:50.8150965Z * [new tag] ciflow/inductor/150108 -> ciflow/inductor/150108 2025-04-25T04:41:50.8151413Z * [new tag] ciflow/inductor/150116 -> ciflow/inductor/150116 2025-04-25T04:41:50.8151840Z * [new tag] ciflow/inductor/150166 -> ciflow/inductor/150166 2025-04-25T04:41:50.8152276Z * [new tag] ciflow/inductor/150241 -> ciflow/inductor/150241 2025-04-25T04:41:50.8152715Z * [new tag] ciflow/inductor/150287 -> ciflow/inductor/150287 2025-04-25T04:41:50.8153146Z * [new tag] ciflow/inductor/150302 -> ciflow/inductor/150302 2025-04-25T04:41:50.8153584Z * [new tag] ciflow/inductor/150331 -> ciflow/inductor/150331 2025-04-25T04:41:50.8154013Z * [new tag] ciflow/inductor/150349 -> ciflow/inductor/150349 2025-04-25T04:41:50.8154532Z * [new tag] ciflow/inductor/150355 -> ciflow/inductor/150355 2025-04-25T04:41:50.8154971Z * [new tag] ciflow/inductor/150365 -> ciflow/inductor/150365 2025-04-25T04:41:50.8155399Z * [new tag] ciflow/inductor/150411 -> ciflow/inductor/150411 2025-04-25T04:41:50.8155835Z * [new tag] ciflow/inductor/150415 -> ciflow/inductor/150415 2025-04-25T04:41:50.8156260Z * [new tag] ciflow/inductor/150429 -> ciflow/inductor/150429 2025-04-25T04:41:50.8156692Z * [new tag] ciflow/inductor/150455 -> ciflow/inductor/150455 2025-04-25T04:41:50.8157122Z * [new tag] ciflow/inductor/150466 -> ciflow/inductor/150466 2025-04-25T04:41:50.8157664Z * [new tag] ciflow/inductor/150474 -> ciflow/inductor/150474 2025-04-25T04:41:50.8158093Z * [new tag] ciflow/inductor/150481 -> ciflow/inductor/150481 2025-04-25T04:41:50.8158520Z * [new tag] ciflow/inductor/150483 -> ciflow/inductor/150483 2025-04-25T04:41:50.8158956Z * [new tag] ciflow/inductor/150511 -> ciflow/inductor/150511 2025-04-25T04:41:50.8159381Z * [new tag] ciflow/inductor/150525 -> ciflow/inductor/150525 2025-04-25T04:41:50.8159808Z * [new tag] ciflow/inductor/150527 -> ciflow/inductor/150527 2025-04-25T04:41:50.8160241Z * [new tag] ciflow/inductor/150546 -> ciflow/inductor/150546 2025-04-25T04:41:50.8160658Z * [new tag] ciflow/inductor/150564 -> ciflow/inductor/150564 2025-04-25T04:41:50.8161161Z * [new tag] ciflow/inductor/150567 -> ciflow/inductor/150567 2025-04-25T04:41:50.8161626Z * [new tag] ciflow/inductor/150582 -> ciflow/inductor/150582 2025-04-25T04:41:50.8162066Z * [new tag] ciflow/inductor/150583 -> ciflow/inductor/150583 2025-04-25T04:41:50.8162498Z * [new tag] ciflow/inductor/150634 -> ciflow/inductor/150634 2025-04-25T04:41:50.8162925Z * [new tag] ciflow/inductor/150646 -> ciflow/inductor/150646 2025-04-25T04:41:50.8163349Z * [new tag] ciflow/inductor/150654 -> ciflow/inductor/150654 2025-04-25T04:41:50.8163771Z * [new tag] ciflow/inductor/150669 -> ciflow/inductor/150669 2025-04-25T04:41:50.8164196Z * [new tag] ciflow/inductor/150673 -> ciflow/inductor/150673 2025-04-25T04:41:50.8464538Z * [new tag] ciflow/inductor/150689 -> ciflow/inductor/150689 2025-04-25T04:41:50.8465030Z * [new tag] ciflow/inductor/150704 -> ciflow/inductor/150704 2025-04-25T04:41:50.8465487Z * [new tag] ciflow/inductor/150717 -> ciflow/inductor/150717 2025-04-25T04:41:50.8465923Z * [new tag] ciflow/inductor/150719 -> ciflow/inductor/150719 2025-04-25T04:41:50.8466358Z * [new tag] ciflow/inductor/150720 -> ciflow/inductor/150720 2025-04-25T04:41:50.8467568Z * [new tag] ciflow/inductor/150727 -> ciflow/inductor/150727 2025-04-25T04:41:50.8468068Z * [new tag] ciflow/inductor/150738 -> ciflow/inductor/150738 2025-04-25T04:41:50.8468507Z * [new tag] ciflow/inductor/150739 -> ciflow/inductor/150739 2025-04-25T04:41:50.8468934Z * [new tag] ciflow/inductor/150762 -> ciflow/inductor/150762 2025-04-25T04:41:50.8469366Z * [new tag] ciflow/inductor/150767 -> ciflow/inductor/150767 2025-04-25T04:41:50.8469796Z * [new tag] ciflow/inductor/150787 -> ciflow/inductor/150787 2025-04-25T04:41:50.8470222Z * [new tag] ciflow/inductor/150788 -> ciflow/inductor/150788 2025-04-25T04:41:50.8470651Z * [new tag] ciflow/inductor/150789 -> ciflow/inductor/150789 2025-04-25T04:41:50.8471080Z * [new tag] ciflow/inductor/150790 -> ciflow/inductor/150790 2025-04-25T04:41:50.8471510Z * [new tag] ciflow/inductor/150791 -> ciflow/inductor/150791 2025-04-25T04:41:50.8471941Z * [new tag] ciflow/inductor/150792 -> ciflow/inductor/150792 2025-04-25T04:41:50.8472364Z * [new tag] ciflow/inductor/150793 -> ciflow/inductor/150793 2025-04-25T04:41:50.8472799Z * [new tag] ciflow/inductor/150794 -> ciflow/inductor/150794 2025-04-25T04:41:50.8473296Z * [new tag] ciflow/inductor/150795 -> ciflow/inductor/150795 2025-04-25T04:41:50.8473738Z * [new tag] ciflow/inductor/150796 -> ciflow/inductor/150796 2025-04-25T04:41:50.8474347Z * [new tag] ciflow/inductor/150797 -> ciflow/inductor/150797 2025-04-25T04:41:50.8474788Z * [new tag] ciflow/inductor/150858 -> ciflow/inductor/150858 2025-04-25T04:41:50.8475223Z * [new tag] ciflow/inductor/150869 -> ciflow/inductor/150869 2025-04-25T04:41:50.8475654Z * [new tag] ciflow/inductor/150872 -> ciflow/inductor/150872 2025-04-25T04:41:50.8476093Z * [new tag] ciflow/inductor/150879 -> ciflow/inductor/150879 2025-04-25T04:41:50.8476516Z * [new tag] ciflow/inductor/150899 -> ciflow/inductor/150899 2025-04-25T04:41:50.8476953Z * [new tag] ciflow/inductor/150904 -> ciflow/inductor/150904 2025-04-25T04:41:50.8477379Z * [new tag] ciflow/inductor/150905 -> ciflow/inductor/150905 2025-04-25T04:41:50.8477803Z * [new tag] ciflow/inductor/150906 -> ciflow/inductor/150906 2025-04-25T04:41:50.8478234Z * [new tag] ciflow/inductor/150907 -> ciflow/inductor/150907 2025-04-25T04:41:50.8478695Z * [new tag] ciflow/inductor/150908 -> ciflow/inductor/150908 2025-04-25T04:41:50.8479177Z * [new tag] ciflow/inductor/150909 -> ciflow/inductor/150909 2025-04-25T04:41:50.8479609Z * [new tag] ciflow/inductor/150910 -> ciflow/inductor/150910 2025-04-25T04:41:50.8480033Z * [new tag] ciflow/inductor/150937 -> ciflow/inductor/150937 2025-04-25T04:41:50.8480458Z * [new tag] ciflow/inductor/150944 -> ciflow/inductor/150944 2025-04-25T04:41:50.8480877Z * [new tag] ciflow/inductor/150954 -> ciflow/inductor/150954 2025-04-25T04:41:50.8481306Z * [new tag] ciflow/inductor/150962 -> ciflow/inductor/150962 2025-04-25T04:41:50.8481728Z * [new tag] ciflow/inductor/150968 -> ciflow/inductor/150968 2025-04-25T04:41:50.8482168Z * [new tag] ciflow/inductor/150971 -> ciflow/inductor/150971 2025-04-25T04:41:50.8482597Z * [new tag] ciflow/inductor/151002 -> ciflow/inductor/151002 2025-04-25T04:41:50.8483012Z * [new tag] ciflow/inductor/151009 -> ciflow/inductor/151009 2025-04-25T04:41:50.8483532Z * [new tag] ciflow/inductor/151023 -> ciflow/inductor/151023 2025-04-25T04:41:50.8483953Z * [new tag] ciflow/inductor/151038 -> ciflow/inductor/151038 2025-04-25T04:41:50.8484423Z * [new tag] ciflow/inductor/151041 -> ciflow/inductor/151041 2025-04-25T04:41:50.8484896Z * [new tag] ciflow/inductor/151056 -> ciflow/inductor/151056 2025-04-25T04:41:50.8485318Z * [new tag] ciflow/inductor/151067 -> ciflow/inductor/151067 2025-04-25T04:41:50.8485752Z * [new tag] ciflow/inductor/151109 -> ciflow/inductor/151109 2025-04-25T04:41:50.8486184Z * [new tag] ciflow/inductor/151115 -> ciflow/inductor/151115 2025-04-25T04:41:50.8486615Z * [new tag] ciflow/inductor/151120 -> ciflow/inductor/151120 2025-04-25T04:41:50.8812013Z * [new tag] ciflow/inductor/151135 -> ciflow/inductor/151135 2025-04-25T04:41:50.8812531Z * [new tag] ciflow/inductor/151184 -> ciflow/inductor/151184 2025-04-25T04:41:50.8812999Z * [new tag] ciflow/inductor/151210 -> ciflow/inductor/151210 2025-04-25T04:41:50.8813429Z * [new tag] ciflow/inductor/151217 -> ciflow/inductor/151217 2025-04-25T04:41:50.8813865Z * [new tag] ciflow/inductor/151225 -> ciflow/inductor/151225 2025-04-25T04:41:50.8814302Z * [new tag] ciflow/inductor/151256 -> ciflow/inductor/151256 2025-04-25T04:41:50.8814730Z * [new tag] ciflow/inductor/151265 -> ciflow/inductor/151265 2025-04-25T04:41:50.8815335Z * [new tag] ciflow/inductor/151271 -> ciflow/inductor/151271 2025-04-25T04:41:50.8815763Z * [new tag] ciflow/inductor/151277 -> ciflow/inductor/151277 2025-04-25T04:41:50.8816202Z * [new tag] ciflow/inductor/151278 -> ciflow/inductor/151278 2025-04-25T04:41:50.8816639Z * [new tag] ciflow/inductor/151315 -> ciflow/inductor/151315 2025-04-25T04:41:50.8817064Z * [new tag] ciflow/inductor/151318 -> ciflow/inductor/151318 2025-04-25T04:41:50.8817495Z * [new tag] ciflow/inductor/151343 -> ciflow/inductor/151343 2025-04-25T04:41:50.8817916Z * [new tag] ciflow/inductor/151349 -> ciflow/inductor/151349 2025-04-25T04:41:50.8818345Z * [new tag] ciflow/inductor/151357 -> ciflow/inductor/151357 2025-04-25T04:41:50.8818773Z * [new tag] ciflow/inductor/151405 -> ciflow/inductor/151405 2025-04-25T04:41:50.8820300Z * [new tag] ciflow/inductor/151406 -> ciflow/inductor/151406 2025-04-25T04:41:50.8820733Z * [new tag] ciflow/inductor/151407 -> ciflow/inductor/151407 2025-04-25T04:41:50.8821153Z * [new tag] ciflow/inductor/151421 -> ciflow/inductor/151421 2025-04-25T04:41:50.8821594Z * [new tag] ciflow/inductor/151422 -> ciflow/inductor/151422 2025-04-25T04:41:50.8822015Z * [new tag] ciflow/inductor/151481 -> ciflow/inductor/151481 2025-04-25T04:41:50.8822453Z * [new tag] ciflow/inductor/151495 -> ciflow/inductor/151495 2025-04-25T04:41:50.8822889Z * [new tag] ciflow/inductor/151497 -> ciflow/inductor/151497 2025-04-25T04:41:50.8823308Z * [new tag] ciflow/inductor/151530 -> ciflow/inductor/151530 2025-04-25T04:41:50.8823737Z * [new tag] ciflow/inductor/151533 -> ciflow/inductor/151533 2025-04-25T04:41:50.8824186Z * [new tag] ciflow/inductor/151548 -> ciflow/inductor/151548 2025-04-25T04:41:50.8824619Z * [new tag] ciflow/inductor/151568 -> ciflow/inductor/151568 2025-04-25T04:41:50.8825903Z * [new tag] ciflow/inductor/151581 -> ciflow/inductor/151581 2025-04-25T04:41:50.8826489Z * [new tag] ciflow/inductor/151585 -> ciflow/inductor/151585 2025-04-25T04:41:50.8826919Z * [new tag] ciflow/inductor/151588 -> ciflow/inductor/151588 2025-04-25T04:41:50.8827355Z * [new tag] ciflow/inductor/151604 -> ciflow/inductor/151604 2025-04-25T04:41:50.8827783Z * [new tag] ciflow/inductor/151608 -> ciflow/inductor/151608 2025-04-25T04:41:50.8828212Z * [new tag] ciflow/inductor/151620 -> ciflow/inductor/151620 2025-04-25T04:41:50.8828644Z * [new tag] ciflow/inductor/151655 -> ciflow/inductor/151655 2025-04-25T04:41:50.8829064Z * [new tag] ciflow/inductor/151677 -> ciflow/inductor/151677 2025-04-25T04:41:50.8829497Z * [new tag] ciflow/inductor/151679 -> ciflow/inductor/151679 2025-04-25T04:41:50.8829916Z * [new tag] ciflow/inductor/151691 -> ciflow/inductor/151691 2025-04-25T04:41:50.8830344Z * [new tag] ciflow/inductor/151711 -> ciflow/inductor/151711 2025-04-25T04:41:50.8831620Z * [new tag] ciflow/inductor/151713 -> ciflow/inductor/151713 2025-04-25T04:41:50.8832058Z * [new tag] ciflow/inductor/151718 -> ciflow/inductor/151718 2025-04-25T04:41:50.8832489Z * [new tag] ciflow/inductor/151719 -> ciflow/inductor/151719 2025-04-25T04:41:50.8832909Z * [new tag] ciflow/inductor/151728 -> ciflow/inductor/151728 2025-04-25T04:41:50.8833350Z * [new tag] ciflow/inductor/151731 -> ciflow/inductor/151731 2025-04-25T04:41:50.8833771Z * [new tag] ciflow/inductor/151756 -> ciflow/inductor/151756 2025-04-25T04:41:50.8834365Z * [new tag] ciflow/inductor/151764 -> ciflow/inductor/151764 2025-04-25T04:41:50.8834794Z * [new tag] ciflow/inductor/151770 -> ciflow/inductor/151770 2025-04-25T04:41:50.8835222Z * [new tag] ciflow/inductor/151773 -> ciflow/inductor/151773 2025-04-25T04:41:50.8835657Z * [new tag] ciflow/inductor/151774 -> ciflow/inductor/151774 2025-04-25T04:41:50.8836079Z * [new tag] ciflow/inductor/151775 -> ciflow/inductor/151775 2025-04-25T04:41:50.8837354Z * [new tag] ciflow/inductor/151777 -> ciflow/inductor/151777 2025-04-25T04:41:50.9130877Z * [new tag] ciflow/inductor/151778 -> ciflow/inductor/151778 2025-04-25T04:41:50.9131364Z * [new tag] ciflow/inductor/151822 -> ciflow/inductor/151822 2025-04-25T04:41:50.9131806Z * [new tag] ciflow/inductor/151825 -> ciflow/inductor/151825 2025-04-25T04:41:50.9132251Z * [new tag] ciflow/inductor/151833 -> ciflow/inductor/151833 2025-04-25T04:41:50.9132688Z * [new tag] ciflow/inductor/151845 -> ciflow/inductor/151845 2025-04-25T04:41:50.9133125Z * [new tag] ciflow/inductor/151852 -> ciflow/inductor/151852 2025-04-25T04:41:50.9133548Z * [new tag] ciflow/inductor/151854 -> ciflow/inductor/151854 2025-04-25T04:41:50.9133973Z * [new tag] ciflow/inductor/151860 -> ciflow/inductor/151860 2025-04-25T04:41:50.9134391Z * [new tag] ciflow/inductor/151875 -> ciflow/inductor/151875 2025-04-25T04:41:50.9134823Z * [new tag] ciflow/inductor/151885 -> ciflow/inductor/151885 2025-04-25T04:41:50.9135249Z * [new tag] ciflow/inductor/151900 -> ciflow/inductor/151900 2025-04-25T04:41:50.9135682Z * [new tag] ciflow/inductor/151919 -> ciflow/inductor/151919 2025-04-25T04:41:50.9136119Z * [new tag] ciflow/inductor/151920 -> ciflow/inductor/151920 2025-04-25T04:41:50.9136540Z * [new tag] ciflow/inductor/151923 -> ciflow/inductor/151923 2025-04-25T04:41:50.9136970Z * [new tag] ciflow/inductor/151924 -> ciflow/inductor/151924 2025-04-25T04:41:50.9137581Z * [new tag] ciflow/inductor/151928 -> ciflow/inductor/151928 2025-04-25T04:41:50.9138007Z * [new tag] ciflow/inductor/151935 -> ciflow/inductor/151935 2025-04-25T04:41:50.9138443Z * [new tag] ciflow/inductor/151941 -> ciflow/inductor/151941 2025-04-25T04:41:50.9138868Z * [new tag] ciflow/inductor/151948 -> ciflow/inductor/151948 2025-04-25T04:41:50.9139300Z * [new tag] ciflow/inductor/151956 -> ciflow/inductor/151956 2025-04-25T04:41:50.9139723Z * [new tag] ciflow/inductor/151958 -> ciflow/inductor/151958 2025-04-25T04:41:50.9140160Z * [new tag] ciflow/inductor/151962 -> ciflow/inductor/151962 2025-04-25T04:41:50.9140588Z * [new tag] ciflow/inductor/151968 -> ciflow/inductor/151968 2025-04-25T04:41:50.9141011Z * [new tag] ciflow/inductor/151970 -> ciflow/inductor/151970 2025-04-25T04:41:50.9141449Z * [new tag] ciflow/inductor/151971 -> ciflow/inductor/151971 2025-04-25T04:41:50.9141868Z * [new tag] ciflow/inductor/151988 -> ciflow/inductor/151988 2025-04-25T04:41:50.9142303Z * [new tag] ciflow/inductor/151989 -> ciflow/inductor/151989 2025-04-25T04:41:50.9142731Z * [new tag] ciflow/inductor/151990 -> ciflow/inductor/151990 2025-04-25T04:41:50.9143155Z * [new tag] ciflow/inductor/152011 -> ciflow/inductor/152011 2025-04-25T04:41:50.9143585Z * [new tag] ciflow/inductor/152015 -> ciflow/inductor/152015 2025-04-25T04:41:50.9144102Z * [new tag] ciflow/inductor/152035 -> ciflow/inductor/152035 2025-04-25T04:41:50.9144532Z * [new tag] ciflow/inductor/152037 -> ciflow/inductor/152037 2025-04-25T04:41:50.9144957Z * [new tag] ciflow/inductor/152038 -> ciflow/inductor/152038 2025-04-25T04:41:50.9145381Z * [new tag] ciflow/inductor/152041 -> ciflow/inductor/152041 2025-04-25T04:41:50.9145813Z * [new tag] ciflow/inductor/152043 -> ciflow/inductor/152043 2025-04-25T04:41:50.9146241Z * [new tag] ciflow/inductor/152048 -> ciflow/inductor/152048 2025-04-25T04:41:50.9146672Z * [new tag] ciflow/inductor/152060 -> ciflow/inductor/152060 2025-04-25T04:41:50.9147091Z * [new tag] ciflow/inductor/152061 -> ciflow/inductor/152061 2025-04-25T04:41:50.9147524Z * [new tag] ciflow/inductor/152062 -> ciflow/inductor/152062 2025-04-25T04:41:50.9147961Z * [new tag] ciflow/inductor/152066 -> ciflow/inductor/152066 2025-04-25T04:41:50.9148381Z * [new tag] ciflow/inductor/152071 -> ciflow/inductor/152071 2025-04-25T04:41:50.9148820Z * [new tag] ciflow/inductor/152072 -> ciflow/inductor/152072 2025-04-25T04:41:50.9149245Z * [new tag] ciflow/inductor/152073 -> ciflow/inductor/152073 2025-04-25T04:41:50.9149680Z * [new tag] ciflow/inductor/152092 -> ciflow/inductor/152092 2025-04-25T04:41:50.9150111Z * [new tag] ciflow/inductor/152103 -> ciflow/inductor/152103 2025-04-25T04:41:50.9150534Z * [new tag] ciflow/inductor/152119 -> ciflow/inductor/152119 2025-04-25T04:41:50.9150966Z * [new tag] ciflow/inductor/152120 -> ciflow/inductor/152120 2025-04-25T04:41:50.9151386Z * [new tag] ciflow/inductor/152125 -> ciflow/inductor/152125 2025-04-25T04:41:50.9151821Z * [new tag] ciflow/inductor/152136 -> ciflow/inductor/152136 2025-04-25T04:41:50.9441410Z * [new tag] ciflow/inductor/152137 -> ciflow/inductor/152137 2025-04-25T04:41:50.9441952Z * [new tag] ciflow/inductor/152139 -> ciflow/inductor/152139 2025-04-25T04:41:50.9442608Z * [new tag] ciflow/inductor/152142 -> ciflow/inductor/152142 2025-04-25T04:41:50.9443046Z * [new tag] ciflow/inductor/152145 -> ciflow/inductor/152145 2025-04-25T04:41:50.9443482Z * [new tag] ciflow/inductor/152146 -> ciflow/inductor/152146 2025-04-25T04:41:50.9443927Z * [new tag] ciflow/inductor/152147 -> ciflow/inductor/152147 2025-04-25T04:41:50.9444350Z * [new tag] ciflow/inductor/152148 -> ciflow/inductor/152148 2025-04-25T04:41:50.9444784Z * [new tag] ciflow/inductor/152153 -> ciflow/inductor/152153 2025-04-25T04:41:50.9445221Z * [new tag] ciflow/inductor/152159 -> ciflow/inductor/152159 2025-04-25T04:41:50.9445666Z * [new tag] ciflow/inductor/3b9a386 -> ciflow/inductor/3b9a386 2025-04-25T04:41:50.9446114Z * [new tag] ciflow/inductor/3d4b92b -> ciflow/inductor/3d4b92b 2025-04-25T04:41:50.9446552Z * [new tag] ciflow/inductor/88106 -> ciflow/inductor/88106 2025-04-25T04:41:50.9446981Z * [new tag] ciflow/inductor/88196 -> ciflow/inductor/88196 2025-04-25T04:41:50.9447436Z * [new tag] ciflow/inductor/88998 -> ciflow/inductor/88998 2025-04-25T04:41:50.9447887Z * [new tag] ciflow/inductor/d224ac7 -> ciflow/inductor/d224ac7 2025-04-25T04:41:50.9448394Z * [new tag] ciflow/linux-aarch64/125888 -> ciflow/linux-aarch64/125888 2025-04-25T04:41:50.9448867Z * [new tag] ciflow/linux-aarch64/126050 -> ciflow/linux-aarch64/126050 2025-04-25T04:41:50.9449460Z * [new tag] ciflow/linux-aarch64/126054 -> ciflow/linux-aarch64/126054 2025-04-25T04:41:50.9449939Z * [new tag] ciflow/linux-aarch64/133297 -> ciflow/linux-aarch64/133297 2025-04-25T04:41:50.9450420Z * [new tag] ciflow/linux-aarch64/133315 -> ciflow/linux-aarch64/133315 2025-04-25T04:41:50.9450888Z * [new tag] ciflow/linux-aarch64/133392 -> ciflow/linux-aarch64/133392 2025-04-25T04:41:50.9451367Z * [new tag] ciflow/linux-aarch64/133419 -> ciflow/linux-aarch64/133419 2025-04-25T04:41:50.9451839Z * [new tag] ciflow/linux-aarch64/133423 -> ciflow/linux-aarch64/133423 2025-04-25T04:41:50.9452306Z * [new tag] ciflow/linux-aarch64/133667 -> ciflow/linux-aarch64/133667 2025-04-25T04:41:50.9452773Z * [new tag] ciflow/linux-aarch64/133753 -> ciflow/linux-aarch64/133753 2025-04-25T04:41:50.9453235Z * [new tag] ciflow/linux-aarch64/135792 -> ciflow/linux-aarch64/135792 2025-04-25T04:41:50.9453745Z * [new tag] ciflow/linux-aarch64/136355 -> ciflow/linux-aarch64/136355 2025-04-25T04:41:50.9454255Z * [new tag] ciflow/linux-aarch64/137568 -> ciflow/linux-aarch64/137568 2025-04-25T04:41:50.9454719Z * [new tag] ciflow/linux-aarch64/138388 -> ciflow/linux-aarch64/138388 2025-04-25T04:41:50.9455197Z * [new tag] ciflow/linux-aarch64/140159 -> ciflow/linux-aarch64/140159 2025-04-25T04:41:50.9455658Z * [new tag] ciflow/linux-aarch64/145260 -> ciflow/linux-aarch64/145260 2025-04-25T04:41:50.9456131Z * [new tag] ciflow/linux-aarch64/146895 -> ciflow/linux-aarch64/146895 2025-04-25T04:41:50.9456601Z * [new tag] ciflow/linux-aarch64/147073 -> ciflow/linux-aarch64/147073 2025-04-25T04:41:50.9457063Z * [new tag] ciflow/linux-aarch64/147341 -> ciflow/linux-aarch64/147341 2025-04-25T04:41:50.9457540Z * [new tag] ciflow/linux-aarch64/147359 -> ciflow/linux-aarch64/147359 2025-04-25T04:41:50.9458005Z * [new tag] ciflow/linux-aarch64/147498 -> ciflow/linux-aarch64/147498 2025-04-25T04:41:50.9458471Z * [new tag] ciflow/linux-aarch64/147763 -> ciflow/linux-aarch64/147763 2025-04-25T04:41:50.9459028Z * [new tag] ciflow/linux-aarch64/147855 -> ciflow/linux-aarch64/147855 2025-04-25T04:41:50.9459534Z * [new tag] ciflow/linux-aarch64/147917 -> ciflow/linux-aarch64/147917 2025-04-25T04:41:50.9460042Z * [new tag] ciflow/linux-aarch64/148163 -> ciflow/linux-aarch64/148163 2025-04-25T04:41:50.9460512Z * [new tag] ciflow/linux-aarch64/148173 -> ciflow/linux-aarch64/148173 2025-04-25T04:41:50.9460989Z * [new tag] ciflow/linux-aarch64/148424 -> ciflow/linux-aarch64/148424 2025-04-25T04:41:50.9461449Z * [new tag] ciflow/linux-aarch64/150095 -> ciflow/linux-aarch64/150095 2025-04-25T04:41:50.9461925Z * [new tag] ciflow/linux-aarch64/150525 -> ciflow/linux-aarch64/150525 2025-04-25T04:41:50.9462396Z * [new tag] ciflow/linux-aarch64/151896 -> ciflow/linux-aarch64/151896 2025-04-25T04:41:50.9462859Z * [new tag] ciflow/linux-aarch64/152001 -> ciflow/linux-aarch64/152001 2025-04-25T04:41:50.9463302Z * [new tag] ciflow/mps/102148 -> ciflow/mps/102148 2025-04-25T04:41:50.9463693Z * [new tag] ciflow/mps/119496 -> ciflow/mps/119496 2025-04-25T04:41:50.9832467Z * [new tag] ciflow/mps/120076 -> ciflow/mps/120076 2025-04-25T04:41:50.9832920Z * [new tag] ciflow/mps/133423 -> ciflow/mps/133423 2025-04-25T04:41:50.9833316Z * [new tag] ciflow/mps/133667 -> ciflow/mps/133667 2025-04-25T04:41:50.9833734Z * [new tag] ciflow/mps/138640 -> ciflow/mps/138640 2025-04-25T04:41:50.9834378Z * [new tag] ciflow/mps/140159 -> ciflow/mps/140159 2025-04-25T04:41:50.9835667Z * [new tag] ciflow/mps/142202 -> ciflow/mps/142202 2025-04-25T04:41:50.9836067Z * [new tag] ciflow/mps/143666 -> ciflow/mps/143666 2025-04-25T04:41:50.9836475Z * [new tag] ciflow/mps/144405 -> ciflow/mps/144405 2025-04-25T04:41:50.9836867Z * [new tag] ciflow/mps/145955 -> ciflow/mps/145955 2025-04-25T04:41:50.9837249Z * [new tag] ciflow/mps/146436 -> ciflow/mps/146436 2025-04-25T04:41:50.9837650Z * [new tag] ciflow/mps/146989 -> ciflow/mps/146989 2025-04-25T04:41:50.9838036Z * [new tag] ciflow/mps/147583 -> ciflow/mps/147583 2025-04-25T04:41:50.9838429Z * [new tag] ciflow/mps/147644 -> ciflow/mps/147644 2025-04-25T04:41:50.9838824Z * [new tag] ciflow/mps/147893 -> ciflow/mps/147893 2025-04-25T04:41:50.9839213Z * [new tag] ciflow/mps/148408 -> ciflow/mps/148408 2025-04-25T04:41:50.9839609Z * [new tag] ciflow/mps/148415 -> ciflow/mps/148415 2025-04-25T04:41:50.9839990Z * [new tag] ciflow/mps/149173 -> ciflow/mps/149173 2025-04-25T04:41:50.9841195Z * [new tag] ciflow/mps/150195 -> ciflow/mps/150195 2025-04-25T04:41:50.9841595Z * [new tag] ciflow/mps/150464 -> ciflow/mps/150464 2025-04-25T04:41:50.9841998Z * [new tag] ciflow/mps/150569 -> ciflow/mps/150569 2025-04-25T04:41:50.9842393Z * [new tag] ciflow/mps/150721 -> ciflow/mps/150721 2025-04-25T04:41:50.9842777Z * [new tag] ciflow/mps/150964 -> ciflow/mps/150964 2025-04-25T04:41:50.9843236Z * [new tag] ciflow/mps/151177 -> ciflow/mps/151177 2025-04-25T04:41:50.9843671Z * [new tag] ciflow/mps/151292 -> ciflow/mps/151292 2025-04-25T04:41:50.9844066Z * [new tag] ciflow/mps/151439 -> ciflow/mps/151439 2025-04-25T04:41:50.9844461Z * [new tag] ciflow/mps/151822 -> ciflow/mps/151822 2025-04-25T04:41:50.9844976Z * [new tag] ciflow/mps/151913 -> ciflow/mps/151913 2025-04-25T04:41:50.9845380Z * [new tag] ciflow/mps/151916 -> ciflow/mps/151916 2025-04-25T04:41:50.9845793Z * [new tag] ciflow/nightly/149192 -> ciflow/nightly/149192 2025-04-25T04:41:50.9847147Z * [new tag] ciflow/nightly/151567 -> ciflow/nightly/151567 2025-04-25T04:41:50.9847580Z * [new tag] ciflow/nightly/151581 -> ciflow/nightly/151581 2025-04-25T04:41:50.9848070Z * [new tag] ciflow/op-benchmark/151581 -> ciflow/op-benchmark/151581 2025-04-25T04:41:50.9848601Z * [new tag] ciflow/op-benchmark/151585 -> ciflow/op-benchmark/151585 2025-04-25T04:41:50.9849148Z * [new tag] ciflow/periodic-rocm-mi300/150580 -> ciflow/periodic-rocm-mi300/150580 2025-04-25T04:41:50.9849790Z * [new tag] ciflow/periodic-rocm-mi300/151368 -> ciflow/periodic-rocm-mi300/151368 2025-04-25T04:41:50.9850420Z * [new tag] ciflow/periodic-rocm-mi300/151581 -> ciflow/periodic-rocm-mi300/151581 2025-04-25T04:41:50.9851011Z * [new tag] ciflow/periodic-rocm-mi300/151708 -> ciflow/periodic-rocm-mi300/151708 2025-04-25T04:41:50.9851597Z * [new tag] ciflow/periodic-rocm-mi300/151977 -> ciflow/periodic-rocm-mi300/151977 2025-04-25T04:41:50.9852952Z * [new tag] ciflow/periodic/054a2fd -> ciflow/periodic/054a2fd 2025-04-25T04:41:50.9853473Z * [new tag] ciflow/periodic/123020 -> ciflow/periodic/123020 2025-04-25T04:41:50.9853907Z * [new tag] ciflow/periodic/141309 -> ciflow/periodic/141309 2025-04-25T04:41:50.9854474Z * [new tag] ciflow/periodic/141730 -> ciflow/periodic/141730 2025-04-25T04:41:50.9854923Z * [new tag] ciflow/periodic/143959 -> ciflow/periodic/143959 2025-04-25T04:41:50.9855357Z * [new tag] ciflow/periodic/146903 -> ciflow/periodic/146903 2025-04-25T04:41:50.9855806Z * [new tag] ciflow/periodic/148760 -> ciflow/periodic/148760 2025-04-25T04:41:50.9856250Z * [new tag] ciflow/periodic/149192 -> ciflow/periodic/149192 2025-04-25T04:41:50.9856692Z * [new tag] ciflow/periodic/150411 -> ciflow/periodic/150411 2025-04-25T04:41:50.9857125Z * [new tag] ciflow/periodic/150422 -> ciflow/periodic/150422 2025-04-25T04:41:50.9858426Z * [new tag] ciflow/periodic/150434 -> ciflow/periodic/150434 2025-04-25T04:41:51.0162284Z * [new tag] ciflow/periodic/150705 -> ciflow/periodic/150705 2025-04-25T04:41:51.0162802Z * [new tag] ciflow/periodic/150895 -> ciflow/periodic/150895 2025-04-25T04:41:51.0163270Z * [new tag] ciflow/periodic/151292 -> ciflow/periodic/151292 2025-04-25T04:41:51.0163712Z * [new tag] ciflow/periodic/151297 -> ciflow/periodic/151297 2025-04-25T04:41:51.0164153Z * [new tag] ciflow/periodic/151368 -> ciflow/periodic/151368 2025-04-25T04:41:51.0164586Z * [new tag] ciflow/periodic/151581 -> ciflow/periodic/151581 2025-04-25T04:41:51.0165011Z * [new tag] ciflow/periodic/151585 -> ciflow/periodic/151585 2025-04-25T04:41:51.0165464Z * [new tag] ciflow/periodic/2a6d37d -> ciflow/periodic/2a6d37d 2025-04-25T04:41:51.0165921Z * [new tag] ciflow/periodic/317eeb8 -> ciflow/periodic/317eeb8 2025-04-25T04:41:51.0166354Z * [new tag] ciflow/periodic/3c32 -> ciflow/periodic/3c32 2025-04-25T04:41:51.0166798Z * [new tag] ciflow/periodic/3e98831 -> ciflow/periodic/3e98831 2025-04-25T04:41:51.0167260Z * [new tag] ciflow/periodic/94512-point -> ciflow/periodic/94512-point 2025-04-25T04:41:51.0167827Z * [new tag] ciflow/periodic/csl/test87519 -> ciflow/periodic/csl/test87519 2025-04-25T04:41:51.0168583Z * [new tag] ciflow/periodic/csltest88275 -> ciflow/periodic/csltest88275 2025-04-25T04:41:51.0169106Z * [new tag] ciflow/periodic/csltest88761 -> ciflow/periodic/csltest88761 2025-04-25T04:41:51.0169892Z * [new tag] ciflow/periodic/ed0dea3e24a2ba4d01043c4cfd27e90655692adc -> ciflow/periodic/ed0dea3e24a2ba4d01043c4cfd27e90655692adc 2025-04-25T04:41:51.0170658Z * [new tag] ciflow/periodic/release_1.12 -> ciflow/periodic/release_1.12 2025-04-25T04:41:51.0171197Z * [new tag] ciflow/periodic/release_1.12.0 -> ciflow/periodic/release_1.12.0 2025-04-25T04:41:51.0171725Z * [new tag] ciflow/periodic/sha-ec5b83 -> ciflow/periodic/sha-ec5b83 2025-04-25T04:41:51.0172191Z * [new tag] ciflow/rocm-mi300/139975 -> ciflow/rocm-mi300/139975 2025-04-25T04:41:51.0172639Z * [new tag] ciflow/rocm-mi300/150580 -> ciflow/rocm-mi300/150580 2025-04-25T04:41:51.0173081Z * [new tag] ciflow/rocm-mi300/151368 -> ciflow/rocm-mi300/151368 2025-04-25T04:41:51.0173567Z * [new tag] ciflow/rocm-mi300/151465 -> ciflow/rocm-mi300/151465 2025-04-25T04:41:51.0174057Z * [new tag] ciflow/rocm-mi300/151581 -> ciflow/rocm-mi300/151581 2025-04-25T04:41:51.0174496Z * [new tag] ciflow/rocm-mi300/151708 -> ciflow/rocm-mi300/151708 2025-04-25T04:41:51.0174932Z * [new tag] ciflow/rocm-mi300/151727 -> ciflow/rocm-mi300/151727 2025-04-25T04:41:51.0175349Z * [new tag] ciflow/rocm/124424 -> ciflow/rocm/124424 2025-04-25T04:41:51.0175867Z * [new tag] ciflow/rocm/130522 -> ciflow/rocm/130522 2025-04-25T04:41:51.0176259Z * [new tag] ciflow/rocm/139975 -> ciflow/rocm/139975 2025-04-25T04:41:51.0176661Z * [new tag] ciflow/rocm/141309 -> ciflow/rocm/141309 2025-04-25T04:41:51.0177060Z * [new tag] ciflow/rocm/142859 -> ciflow/rocm/142859 2025-04-25T04:41:51.0177447Z * [new tag] ciflow/rocm/144572 -> ciflow/rocm/144572 2025-04-25T04:41:51.0177851Z * [new tag] ciflow/rocm/145475 -> ciflow/rocm/145475 2025-04-25T04:41:51.0178239Z * [new tag] ciflow/rocm/145584 -> ciflow/rocm/145584 2025-04-25T04:41:51.0178636Z * [new tag] ciflow/rocm/145685 -> ciflow/rocm/145685 2025-04-25T04:41:51.0179025Z * [new tag] ciflow/rocm/146903 -> ciflow/rocm/146903 2025-04-25T04:41:51.0179470Z * [new tag] ciflow/rocm/148037 -> ciflow/rocm/148037 2025-04-25T04:41:51.0179912Z * [new tag] ciflow/rocm/148355 -> ciflow/rocm/148355 2025-04-25T04:41:51.0180303Z * [new tag] ciflow/rocm/148492 -> ciflow/rocm/148492 2025-04-25T04:41:51.0180698Z * [new tag] ciflow/rocm/148672 -> ciflow/rocm/148672 2025-04-25T04:41:51.0181080Z * [new tag] ciflow/rocm/148864 -> ciflow/rocm/148864 2025-04-25T04:41:51.0181473Z * [new tag] ciflow/rocm/148880 -> ciflow/rocm/148880 2025-04-25T04:41:51.0181865Z * [new tag] ciflow/rocm/149039 -> ciflow/rocm/149039 2025-04-25T04:41:51.0182252Z * [new tag] ciflow/rocm/149041 -> ciflow/rocm/149041 2025-04-25T04:41:51.0182647Z * [new tag] ciflow/rocm/149466 -> ciflow/rocm/149466 2025-04-25T04:41:51.0183035Z * [new tag] ciflow/rocm/149506 -> ciflow/rocm/149506 2025-04-25T04:41:51.0183438Z * [new tag] ciflow/rocm/151305 -> ciflow/rocm/151305 2025-04-25T04:41:51.0183822Z * [new tag] ciflow/rocm/151326 -> ciflow/rocm/151326 2025-04-25T04:41:51.0184215Z * [new tag] ciflow/rocm/151368 -> ciflow/rocm/151368 2025-04-25T04:41:51.0507190Z * [new tag] ciflow/rocm/151439 -> ciflow/rocm/151439 2025-04-25T04:41:51.0507644Z * [new tag] ciflow/rocm/151465 -> ciflow/rocm/151465 2025-04-25T04:41:51.0508052Z * [new tag] ciflow/rocm/151581 -> ciflow/rocm/151581 2025-04-25T04:41:51.0508525Z * [new tag] ciflow/rocm/151727 -> ciflow/rocm/151727 2025-04-25T04:41:51.0508953Z * [new tag] ciflow/rocm/151845 -> ciflow/rocm/151845 2025-04-25T04:41:51.0509370Z * [new tag] ciflow/rocm/152133 -> ciflow/rocm/152133 2025-04-25T04:41:51.0509769Z * [new tag] ciflow/s390/142346 -> ciflow/s390/142346 2025-04-25T04:41:51.0510168Z * [new tag] ciflow/s390/143959 -> ciflow/s390/143959 2025-04-25T04:41:51.0510562Z * [new tag] ciflow/s390/150116 -> ciflow/s390/150116 2025-04-25T04:41:51.0510943Z * [new tag] ciflow/s390/150195 -> ciflow/s390/150195 2025-04-25T04:41:51.0511333Z * [new tag] ciflow/s390/150297 -> ciflow/s390/150297 2025-04-25T04:41:51.0511710Z * [new tag] ciflow/s390/151581 -> ciflow/s390/151581 2025-04-25T04:41:51.0512094Z * [new tag] ciflow/s390/151585 -> ciflow/s390/151585 2025-04-25T04:41:51.0512489Z * [new tag] ciflow/slow/01c7106 -> ciflow/slow/01c7106 2025-04-25T04:41:51.0512898Z * [new tag] ciflow/slow/0577043 -> ciflow/slow/0577043 2025-04-25T04:41:51.0513780Z * [new tag] ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym -> ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym 2025-04-25T04:41:51.0514632Z * [new tag] ciflow/slow/0e81104 -> ciflow/slow/0e81104 2025-04-25T04:41:51.0515043Z * [new tag] ciflow/slow/139975 -> ciflow/slow/139975 2025-04-25T04:41:51.0515445Z * [new tag] ciflow/slow/146903 -> ciflow/slow/146903 2025-04-25T04:41:51.0515843Z * [new tag] ciflow/slow/149192 -> ciflow/slow/149192 2025-04-25T04:41:51.0516248Z * [new tag] ciflow/slow/151207 -> ciflow/slow/151207 2025-04-25T04:41:51.0516634Z * [new tag] ciflow/slow/151581 -> ciflow/slow/151581 2025-04-25T04:41:51.0517027Z * [new tag] ciflow/slow/151585 -> ciflow/slow/151585 2025-04-25T04:41:51.0517417Z * [new tag] ciflow/slow/1732077 -> ciflow/slow/1732077 2025-04-25T04:41:51.0517832Z * [new tag] ciflow/slow/187eb7c -> ciflow/slow/187eb7c 2025-04-25T04:41:51.0518238Z * [new tag] ciflow/slow/1faef89 -> ciflow/slow/1faef89 2025-04-25T04:41:51.0518632Z * [new tag] ciflow/slow/3920ec1 -> ciflow/slow/3920ec1 2025-04-25T04:41:51.0519039Z * [new tag] ciflow/slow/3b7c6b2 -> ciflow/slow/3b7c6b2 2025-04-25T04:41:51.0519469Z * [new tag] ciflow/slow/59a3759 -> ciflow/slow/59a3759 2025-04-25T04:41:51.0519923Z * [new tag] ciflow/slow/70ef0bb -> ciflow/slow/70ef0bb 2025-04-25T04:41:51.0520364Z * [new tag] ciflow/slow/788ff06 -> ciflow/slow/788ff06 2025-04-25T04:41:51.0521187Z * [new tag] ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym -> ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym 2025-04-25T04:41:51.0521993Z * [new tag] ciflow/slow/9d85864 -> ciflow/slow/9d85864 2025-04-25T04:41:51.0522422Z * [new tag] ciflow/slow/9ffad5b -> ciflow/slow/9ffad5b 2025-04-25T04:41:51.0522831Z * [new tag] ciflow/slow/a206e8b -> ciflow/slow/a206e8b 2025-04-25T04:41:51.0523229Z * [new tag] ciflow/slow/a837609 -> ciflow/slow/a837609 2025-04-25T04:41:51.0523737Z * [new tag] ciflow/slow/af841f3 -> ciflow/slow/af841f3 2025-04-25T04:41:51.0524464Z * [new tag] ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym -> ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym 2025-04-25T04:41:51.0525196Z * [new tag] ciflow/torchao/149192 -> ciflow/torchao/149192 2025-04-25T04:41:51.0525657Z * [new tag] ciflow/torchbench/151581 -> ciflow/torchbench/151581 2025-04-25T04:41:51.0526107Z * [new tag] ciflow/torchbench/151585 -> ciflow/torchbench/151585 2025-04-25T04:41:51.0526550Z * [new tag] ciflow/trunk/108303 -> ciflow/trunk/108303 2025-04-25T04:41:51.0526960Z * [new tag] ciflow/trunk/113258 -> ciflow/trunk/113258 2025-04-25T04:41:51.0527402Z * [new tag] ciflow/trunk/120076 -> ciflow/trunk/120076 2025-04-25T04:41:51.0527876Z * [new tag] ciflow/trunk/121445 -> ciflow/trunk/121445 2025-04-25T04:41:51.0528288Z * [new tag] ciflow/trunk/123020 -> ciflow/trunk/123020 2025-04-25T04:41:51.0528697Z * [new tag] ciflow/trunk/124424 -> ciflow/trunk/124424 2025-04-25T04:41:51.0529096Z * [new tag] ciflow/trunk/124490 -> ciflow/trunk/124490 2025-04-25T04:41:51.0529492Z * [new tag] ciflow/trunk/125806 -> ciflow/trunk/125806 2025-04-25T04:41:51.0840267Z * [new tag] ciflow/trunk/125888 -> ciflow/trunk/125888 2025-04-25T04:41:51.0840724Z * [new tag] ciflow/trunk/125995 -> ciflow/trunk/125995 2025-04-25T04:41:51.0841285Z * [new tag] ciflow/trunk/126050 -> ciflow/trunk/126050 2025-04-25T04:41:51.0841695Z * [new tag] ciflow/trunk/126054 -> ciflow/trunk/126054 2025-04-25T04:41:51.0842093Z * [new tag] ciflow/trunk/127171 -> ciflow/trunk/127171 2025-04-25T04:41:51.0842514Z * [new tag] ciflow/trunk/127919 -> ciflow/trunk/127919 2025-04-25T04:41:51.0842911Z * [new tag] ciflow/trunk/129352 -> ciflow/trunk/129352 2025-04-25T04:41:51.0843311Z * [new tag] ciflow/trunk/130141 -> ciflow/trunk/130141 2025-04-25T04:41:51.0843708Z * [new tag] ciflow/trunk/130522 -> ciflow/trunk/130522 2025-04-25T04:41:51.0844164Z * [new tag] ciflow/trunk/130752 -> ciflow/trunk/130752 2025-04-25T04:41:51.0844610Z * [new tag] ciflow/trunk/133044 -> ciflow/trunk/133044 2025-04-25T04:41:51.0845011Z * [new tag] ciflow/trunk/133289 -> ciflow/trunk/133289 2025-04-25T04:41:51.0845413Z * [new tag] ciflow/trunk/133296 -> ciflow/trunk/133296 2025-04-25T04:41:51.0845806Z * [new tag] ciflow/trunk/133297 -> ciflow/trunk/133297 2025-04-25T04:41:51.0846219Z * [new tag] ciflow/trunk/133315 -> ciflow/trunk/133315 2025-04-25T04:41:51.0846630Z * [new tag] ciflow/trunk/133392 -> ciflow/trunk/133392 2025-04-25T04:41:51.0847022Z * [new tag] ciflow/trunk/133419 -> ciflow/trunk/133419 2025-04-25T04:41:51.0847426Z * [new tag] ciflow/trunk/133423 -> ciflow/trunk/133423 2025-04-25T04:41:51.0847821Z * [new tag] ciflow/trunk/133667 -> ciflow/trunk/133667 2025-04-25T04:41:51.0848226Z * [new tag] ciflow/trunk/133753 -> ciflow/trunk/133753 2025-04-25T04:41:51.0848625Z * [new tag] ciflow/trunk/135631 -> ciflow/trunk/135631 2025-04-25T04:41:51.0849040Z * [new tag] ciflow/trunk/136780 -> ciflow/trunk/136780 2025-04-25T04:41:51.0849443Z * [new tag] ciflow/trunk/136824 -> ciflow/trunk/136824 2025-04-25T04:41:51.0849977Z * [new tag] ciflow/trunk/136835 -> ciflow/trunk/136835 2025-04-25T04:41:51.0850432Z * [new tag] ciflow/trunk/137400 -> ciflow/trunk/137400 2025-04-25T04:41:51.0850832Z * [new tag] ciflow/trunk/138436 -> ciflow/trunk/138436 2025-04-25T04:41:51.0851239Z * [new tag] ciflow/trunk/138626 -> ciflow/trunk/138626 2025-04-25T04:41:51.0851645Z * [new tag] ciflow/trunk/138684 -> ciflow/trunk/138684 2025-04-25T04:41:51.0852039Z * [new tag] ciflow/trunk/138834 -> ciflow/trunk/138834 2025-04-25T04:41:51.0852441Z * [new tag] ciflow/trunk/138996 -> ciflow/trunk/138996 2025-04-25T04:41:51.0852838Z * [new tag] ciflow/trunk/139094 -> ciflow/trunk/139094 2025-04-25T04:41:51.0853238Z * [new tag] ciflow/trunk/139171 -> ciflow/trunk/139171 2025-04-25T04:41:51.0853642Z * [new tag] ciflow/trunk/139971 -> ciflow/trunk/139971 2025-04-25T04:41:51.0854040Z * [new tag] ciflow/trunk/139975 -> ciflow/trunk/139975 2025-04-25T04:41:51.0854440Z * [new tag] ciflow/trunk/140159 -> ciflow/trunk/140159 2025-04-25T04:41:51.0854838Z * [new tag] ciflow/trunk/140200 -> ciflow/trunk/140200 2025-04-25T04:41:51.0855238Z * [new tag] ciflow/trunk/140323 -> ciflow/trunk/140323 2025-04-25T04:41:51.0855654Z * [new tag] ciflow/trunk/140365 -> ciflow/trunk/140365 2025-04-25T04:41:51.0856118Z * [new tag] ciflow/trunk/140756 -> ciflow/trunk/140756 2025-04-25T04:41:51.0856608Z * [new tag] ciflow/trunk/140979 -> ciflow/trunk/140979 2025-04-25T04:41:51.0857004Z * [new tag] ciflow/trunk/141309 -> ciflow/trunk/141309 2025-04-25T04:41:51.0857417Z * [new tag] ciflow/trunk/141730 -> ciflow/trunk/141730 2025-04-25T04:41:51.0857819Z * [new tag] ciflow/trunk/141842 -> ciflow/trunk/141842 2025-04-25T04:41:51.0858220Z * [new tag] ciflow/trunk/141961 -> ciflow/trunk/141961 2025-04-25T04:41:51.0858629Z * [new tag] ciflow/trunk/142326 -> ciflow/trunk/142326 2025-04-25T04:41:51.0859030Z * [new tag] ciflow/trunk/142346 -> ciflow/trunk/142346 2025-04-25T04:41:51.0859435Z * [new tag] ciflow/trunk/142372 -> ciflow/trunk/142372 2025-04-25T04:41:51.0859827Z * [new tag] ciflow/trunk/142859 -> ciflow/trunk/142859 2025-04-25T04:41:51.0860231Z * [new tag] ciflow/trunk/143666 -> ciflow/trunk/143666 2025-04-25T04:41:51.0860631Z * [new tag] ciflow/trunk/143712 -> ciflow/trunk/143712 2025-04-25T04:41:51.0861022Z * [new tag] ciflow/trunk/143833 -> ciflow/trunk/143833 2025-04-25T04:41:51.1187394Z * [new tag] ciflow/trunk/143896 -> ciflow/trunk/143896 2025-04-25T04:41:51.1187842Z * [new tag] ciflow/trunk/144019 -> ciflow/trunk/144019 2025-04-25T04:41:51.1188266Z * [new tag] ciflow/trunk/144268 -> ciflow/trunk/144268 2025-04-25T04:41:51.1188670Z * [new tag] ciflow/trunk/144272 -> ciflow/trunk/144272 2025-04-25T04:41:51.1189066Z * [new tag] ciflow/trunk/144293 -> ciflow/trunk/144293 2025-04-25T04:41:51.1189515Z * [new tag] ciflow/trunk/144557 -> ciflow/trunk/144557 2025-04-25T04:41:51.1189951Z * [new tag] ciflow/trunk/144616 -> ciflow/trunk/144616 2025-04-25T04:41:51.1190363Z * [new tag] ciflow/trunk/144721 -> ciflow/trunk/144721 2025-04-25T04:41:51.1190769Z * [new tag] ciflow/trunk/144756 -> ciflow/trunk/144756 2025-04-25T04:41:51.1191165Z * [new tag] ciflow/trunk/144844 -> ciflow/trunk/144844 2025-04-25T04:41:51.1191710Z * [new tag] ciflow/trunk/144925 -> ciflow/trunk/144925 2025-04-25T04:41:51.1192107Z * [new tag] ciflow/trunk/144992 -> ciflow/trunk/144992 2025-04-25T04:41:51.1192514Z * [new tag] ciflow/trunk/145136 -> ciflow/trunk/145136 2025-04-25T04:41:51.1192909Z * [new tag] ciflow/trunk/145153 -> ciflow/trunk/145153 2025-04-25T04:41:51.1193327Z * [new tag] ciflow/trunk/145224 -> ciflow/trunk/145224 2025-04-25T04:41:51.1193736Z * [new tag] ciflow/trunk/145559 -> ciflow/trunk/145559 2025-04-25T04:41:51.1194205Z * [new tag] ciflow/trunk/145677 -> ciflow/trunk/145677 2025-04-25T04:41:51.1194614Z * [new tag] ciflow/trunk/145719 -> ciflow/trunk/145719 2025-04-25T04:41:51.1195012Z * [new tag] ciflow/trunk/145936 -> ciflow/trunk/145936 2025-04-25T04:41:51.1195468Z * [new tag] ciflow/trunk/145979 -> ciflow/trunk/145979 2025-04-25T04:41:51.1195919Z * [new tag] ciflow/trunk/146055 -> ciflow/trunk/146055 2025-04-25T04:41:51.1196317Z * [new tag] ciflow/trunk/146090 -> ciflow/trunk/146090 2025-04-25T04:41:51.1196727Z * [new tag] ciflow/trunk/146115 -> ciflow/trunk/146115 2025-04-25T04:41:51.1197122Z * [new tag] ciflow/trunk/146182 -> ciflow/trunk/146182 2025-04-25T04:41:51.1197525Z * [new tag] ciflow/trunk/146275 -> ciflow/trunk/146275 2025-04-25T04:41:51.1198023Z * [new tag] ciflow/trunk/146289 -> ciflow/trunk/146289 2025-04-25T04:41:51.1198427Z * [new tag] ciflow/trunk/146335 -> ciflow/trunk/146335 2025-04-25T04:41:51.1198832Z * [new tag] ciflow/trunk/146489 -> ciflow/trunk/146489 2025-04-25T04:41:51.1199234Z * [new tag] ciflow/trunk/146530 -> ciflow/trunk/146530 2025-04-25T04:41:51.1199635Z * [new tag] ciflow/trunk/146561 -> ciflow/trunk/146561 2025-04-25T04:41:51.1200029Z * [new tag] ciflow/trunk/146562 -> ciflow/trunk/146562 2025-04-25T04:41:51.1200438Z * [new tag] ciflow/trunk/146622 -> ciflow/trunk/146622 2025-04-25T04:41:51.1200847Z * [new tag] ciflow/trunk/146661 -> ciflow/trunk/146661 2025-04-25T04:41:51.1201286Z * [new tag] ciflow/trunk/146718 -> ciflow/trunk/146718 2025-04-25T04:41:51.1201739Z * [new tag] ciflow/trunk/146777 -> ciflow/trunk/146777 2025-04-25T04:41:51.1202144Z * [new tag] ciflow/trunk/146845 -> ciflow/trunk/146845 2025-04-25T04:41:51.1202546Z * [new tag] ciflow/trunk/146874 -> ciflow/trunk/146874 2025-04-25T04:41:51.1202957Z * [new tag] ciflow/trunk/146903 -> ciflow/trunk/146903 2025-04-25T04:41:51.1203357Z * [new tag] ciflow/trunk/146942 -> ciflow/trunk/146942 2025-04-25T04:41:51.1203761Z * [new tag] ciflow/trunk/147053 -> ciflow/trunk/147053 2025-04-25T04:41:51.1204155Z * [new tag] ciflow/trunk/147095 -> ciflow/trunk/147095 2025-04-25T04:41:51.1204564Z * [new tag] ciflow/trunk/147155 -> ciflow/trunk/147155 2025-04-25T04:41:51.1204959Z * [new tag] ciflow/trunk/147314 -> ciflow/trunk/147314 2025-04-25T04:41:51.1205373Z * [new tag] ciflow/trunk/147368 -> ciflow/trunk/147368 2025-04-25T04:41:51.1205786Z * [new tag] ciflow/trunk/147433 -> ciflow/trunk/147433 2025-04-25T04:41:51.1206181Z * [new tag] ciflow/trunk/147470 -> ciflow/trunk/147470 2025-04-25T04:41:51.1206591Z * [new tag] ciflow/trunk/147481 -> ciflow/trunk/147481 2025-04-25T04:41:51.1207129Z * [new tag] ciflow/trunk/147498 -> ciflow/trunk/147498 2025-04-25T04:41:51.1207586Z * [new tag] ciflow/trunk/147583 -> ciflow/trunk/147583 2025-04-25T04:41:51.1208010Z * [new tag] ciflow/trunk/147664 -> ciflow/trunk/147664 2025-04-25T04:41:51.1208414Z * [new tag] ciflow/trunk/147670 -> ciflow/trunk/147670 2025-04-25T04:41:51.1208820Z * [new tag] ciflow/trunk/147758 -> ciflow/trunk/147758 2025-04-25T04:41:51.1540308Z * [new tag] ciflow/trunk/147797 -> ciflow/trunk/147797 2025-04-25T04:41:51.1540781Z * [new tag] ciflow/trunk/147808 -> ciflow/trunk/147808 2025-04-25T04:41:51.1541194Z * [new tag] ciflow/trunk/147820 -> ciflow/trunk/147820 2025-04-25T04:41:51.1541601Z * [new tag] ciflow/trunk/147881 -> ciflow/trunk/147881 2025-04-25T04:41:51.1542021Z * [new tag] ciflow/trunk/147902 -> ciflow/trunk/147902 2025-04-25T04:41:51.1542419Z * [new tag] ciflow/trunk/147910 -> ciflow/trunk/147910 2025-04-25T04:41:51.1542828Z * [new tag] ciflow/trunk/147917 -> ciflow/trunk/147917 2025-04-25T04:41:51.1543226Z * [new tag] ciflow/trunk/148024 -> ciflow/trunk/148024 2025-04-25T04:41:51.1543636Z * [new tag] ciflow/trunk/148037 -> ciflow/trunk/148037 2025-04-25T04:41:51.1544043Z * [new tag] ciflow/trunk/148104 -> ciflow/trunk/148104 2025-04-25T04:41:51.1544440Z * [new tag] ciflow/trunk/148140 -> ciflow/trunk/148140 2025-04-25T04:41:51.1544994Z * [new tag] ciflow/trunk/148163 -> ciflow/trunk/148163 2025-04-25T04:41:51.1545397Z * [new tag] ciflow/trunk/148173 -> ciflow/trunk/148173 2025-04-25T04:41:51.1545811Z * [new tag] ciflow/trunk/148180 -> ciflow/trunk/148180 2025-04-25T04:41:51.1546234Z * [new tag] ciflow/trunk/148206 -> ciflow/trunk/148206 2025-04-25T04:41:51.1546634Z * [new tag] ciflow/trunk/148380 -> ciflow/trunk/148380 2025-04-25T04:41:51.1547060Z * [new tag] ciflow/trunk/148419 -> ciflow/trunk/148419 2025-04-25T04:41:51.1547456Z * [new tag] ciflow/trunk/148492 -> ciflow/trunk/148492 2025-04-25T04:41:51.1547864Z * [new tag] ciflow/trunk/148502 -> ciflow/trunk/148502 2025-04-25T04:41:51.1548263Z * [new tag] ciflow/trunk/148590 -> ciflow/trunk/148590 2025-04-25T04:41:51.1548658Z * [new tag] ciflow/trunk/148605 -> ciflow/trunk/148605 2025-04-25T04:41:51.1549059Z * [new tag] ciflow/trunk/148611 -> ciflow/trunk/148611 2025-04-25T04:41:51.1549459Z * [new tag] ciflow/trunk/148684 -> ciflow/trunk/148684 2025-04-25T04:41:51.1549857Z * [new tag] ciflow/trunk/148753 -> ciflow/trunk/148753 2025-04-25T04:41:51.1550262Z * [new tag] ciflow/trunk/148773 -> ciflow/trunk/148773 2025-04-25T04:41:51.1550655Z * [new tag] ciflow/trunk/148864 -> ciflow/trunk/148864 2025-04-25T04:41:51.1551054Z * [new tag] ciflow/trunk/148880 -> ciflow/trunk/148880 2025-04-25T04:41:51.1551447Z * [new tag] ciflow/trunk/148893 -> ciflow/trunk/148893 2025-04-25T04:41:51.1551853Z * [new tag] ciflow/trunk/148900 -> ciflow/trunk/148900 2025-04-25T04:41:51.1552254Z * [new tag] ciflow/trunk/148903 -> ciflow/trunk/148903 2025-04-25T04:41:51.1552672Z * [new tag] ciflow/trunk/148919 -> ciflow/trunk/148919 2025-04-25T04:41:51.1553074Z * [new tag] ciflow/trunk/148994 -> ciflow/trunk/148994 2025-04-25T04:41:51.1553567Z * [new tag] ciflow/trunk/149041 -> ciflow/trunk/149041 2025-04-25T04:41:51.1553976Z * [new tag] ciflow/trunk/149069 -> ciflow/trunk/149069 2025-04-25T04:41:51.1554471Z * [new tag] ciflow/trunk/149113 -> ciflow/trunk/149113 2025-04-25T04:41:51.1554874Z * [new tag] ciflow/trunk/149114 -> ciflow/trunk/149114 2025-04-25T04:41:51.1555282Z * [new tag] ciflow/trunk/149144 -> ciflow/trunk/149144 2025-04-25T04:41:51.1555675Z * [new tag] ciflow/trunk/149192 -> ciflow/trunk/149192 2025-04-25T04:41:51.1556087Z * [new tag] ciflow/trunk/149213 -> ciflow/trunk/149213 2025-04-25T04:41:51.1556481Z * [new tag] ciflow/trunk/149254 -> ciflow/trunk/149254 2025-04-25T04:41:51.1556971Z * [new tag] ciflow/trunk/149330 -> ciflow/trunk/149330 2025-04-25T04:41:51.1557440Z * [new tag] ciflow/trunk/149338 -> ciflow/trunk/149338 2025-04-25T04:41:51.1557849Z * [new tag] ciflow/trunk/149346 -> ciflow/trunk/149346 2025-04-25T04:41:51.1558255Z * [new tag] ciflow/trunk/149348 -> ciflow/trunk/149348 2025-04-25T04:41:51.1558655Z * [new tag] ciflow/trunk/149373 -> ciflow/trunk/149373 2025-04-25T04:41:51.1559057Z * [new tag] ciflow/trunk/149427 -> ciflow/trunk/149427 2025-04-25T04:41:51.1559454Z * [new tag] ciflow/trunk/149486 -> ciflow/trunk/149486 2025-04-25T04:41:51.1559859Z * [new tag] ciflow/trunk/149602 -> ciflow/trunk/149602 2025-04-25T04:41:51.1560370Z * [new tag] ciflow/trunk/149744 -> ciflow/trunk/149744 2025-04-25T04:41:51.1560770Z * [new tag] ciflow/trunk/149764 -> ciflow/trunk/149764 2025-04-25T04:41:51.1561177Z * [new tag] ciflow/trunk/149769 -> ciflow/trunk/149769 2025-04-25T04:41:51.1940232Z * [new tag] ciflow/trunk/149814 -> ciflow/trunk/149814 2025-04-25T04:41:51.1940695Z * [new tag] ciflow/trunk/149843 -> ciflow/trunk/149843 2025-04-25T04:41:51.1941108Z * [new tag] ciflow/trunk/149949 -> ciflow/trunk/149949 2025-04-25T04:41:51.1941513Z * [new tag] ciflow/trunk/149967 -> ciflow/trunk/149967 2025-04-25T04:41:51.1941927Z * [new tag] ciflow/trunk/150032 -> ciflow/trunk/150032 2025-04-25T04:41:51.1942326Z * [new tag] ciflow/trunk/150079 -> ciflow/trunk/150079 2025-04-25T04:41:51.1942742Z * [new tag] ciflow/trunk/150095 -> ciflow/trunk/150095 2025-04-25T04:41:51.1943148Z * [new tag] ciflow/trunk/150105 -> ciflow/trunk/150105 2025-04-25T04:41:51.1943548Z * [new tag] ciflow/trunk/150107 -> ciflow/trunk/150107 2025-04-25T04:41:51.1943959Z * [new tag] ciflow/trunk/150108 -> ciflow/trunk/150108 2025-04-25T04:41:51.1944356Z * [new tag] ciflow/trunk/150116 -> ciflow/trunk/150116 2025-04-25T04:41:51.1944768Z * [new tag] ciflow/trunk/150166 -> ciflow/trunk/150166 2025-04-25T04:41:51.1945179Z * [new tag] ciflow/trunk/150227 -> ciflow/trunk/150227 2025-04-25T04:41:51.1945573Z * [new tag] ciflow/trunk/150297 -> ciflow/trunk/150297 2025-04-25T04:41:51.1945975Z * [new tag] ciflow/trunk/150318 -> ciflow/trunk/150318 2025-04-25T04:41:51.1946377Z * [new tag] ciflow/trunk/150338 -> ciflow/trunk/150338 2025-04-25T04:41:51.1946774Z * [new tag] ciflow/trunk/150365 -> ciflow/trunk/150365 2025-04-25T04:41:51.1947168Z * [new tag] ciflow/trunk/150383 -> ciflow/trunk/150383 2025-04-25T04:41:51.1947718Z * [new tag] ciflow/trunk/150415 -> ciflow/trunk/150415 2025-04-25T04:41:51.1948131Z * [new tag] ciflow/trunk/150429 -> ciflow/trunk/150429 2025-04-25T04:41:51.1948523Z * [new tag] ciflow/trunk/150511 -> ciflow/trunk/150511 2025-04-25T04:41:51.1948934Z * [new tag] ciflow/trunk/150546 -> ciflow/trunk/150546 2025-04-25T04:41:51.1949333Z * [new tag] ciflow/trunk/150583 -> ciflow/trunk/150583 2025-04-25T04:41:51.1949742Z * [new tag] ciflow/trunk/150634 -> ciflow/trunk/150634 2025-04-25T04:41:51.1950147Z * [new tag] ciflow/trunk/150669 -> ciflow/trunk/150669 2025-04-25T04:41:51.1950550Z * [new tag] ciflow/trunk/150678 -> ciflow/trunk/150678 2025-04-25T04:41:51.1950947Z * [new tag] ciflow/trunk/150705 -> ciflow/trunk/150705 2025-04-25T04:41:51.1951342Z * [new tag] ciflow/trunk/150717 -> ciflow/trunk/150717 2025-04-25T04:41:51.1951755Z * [new tag] ciflow/trunk/150719 -> ciflow/trunk/150719 2025-04-25T04:41:51.1952150Z * [new tag] ciflow/trunk/150732 -> ciflow/trunk/150732 2025-04-25T04:41:51.1952553Z * [new tag] ciflow/trunk/150738 -> ciflow/trunk/150738 2025-04-25T04:41:51.1952961Z * [new tag] ciflow/trunk/150739 -> ciflow/trunk/150739 2025-04-25T04:41:51.1953362Z * [new tag] ciflow/trunk/150827 -> ciflow/trunk/150827 2025-04-25T04:41:51.1953776Z * [new tag] ciflow/trunk/150872 -> ciflow/trunk/150872 2025-04-25T04:41:51.1955027Z * [new tag] ciflow/trunk/150897 -> ciflow/trunk/150897 2025-04-25T04:41:51.1955443Z * [new tag] ciflow/trunk/150904 -> ciflow/trunk/150904 2025-04-25T04:41:51.1955860Z * [new tag] ciflow/trunk/150905 -> ciflow/trunk/150905 2025-04-25T04:41:51.1956272Z * [new tag] ciflow/trunk/150937 -> ciflow/trunk/150937 2025-04-25T04:41:51.1956680Z * [new tag] ciflow/trunk/150954 -> ciflow/trunk/150954 2025-04-25T04:41:51.1957074Z * [new tag] ciflow/trunk/150979 -> ciflow/trunk/150979 2025-04-25T04:41:51.1957484Z * [new tag] ciflow/trunk/151002 -> ciflow/trunk/151002 2025-04-25T04:41:51.1957891Z * [new tag] ciflow/trunk/151023 -> ciflow/trunk/151023 2025-04-25T04:41:51.1958293Z * [new tag] ciflow/trunk/151034 -> ciflow/trunk/151034 2025-04-25T04:41:51.1958701Z * [new tag] ciflow/trunk/151041 -> ciflow/trunk/151041 2025-04-25T04:41:51.1959096Z * [new tag] ciflow/trunk/151069 -> ciflow/trunk/151069 2025-04-25T04:41:51.1959503Z * [new tag] ciflow/trunk/151079 -> ciflow/trunk/151079 2025-04-25T04:41:51.1959903Z * [new tag] ciflow/trunk/151109 -> ciflow/trunk/151109 2025-04-25T04:41:51.1960308Z * [new tag] ciflow/trunk/151125 -> ciflow/trunk/151125 2025-04-25T04:41:51.1960708Z * [new tag] ciflow/trunk/151126 -> ciflow/trunk/151126 2025-04-25T04:41:51.1961102Z * [new tag] ciflow/trunk/151146 -> ciflow/trunk/151146 2025-04-25T04:41:51.1961509Z * [new tag] ciflow/trunk/151150 -> ciflow/trunk/151150 2025-04-25T04:41:51.2290259Z * [new tag] ciflow/trunk/151177 -> ciflow/trunk/151177 2025-04-25T04:41:51.2290711Z * [new tag] ciflow/trunk/151184 -> ciflow/trunk/151184 2025-04-25T04:41:51.2291131Z * [new tag] ciflow/trunk/151207 -> ciflow/trunk/151207 2025-04-25T04:41:51.2291530Z * [new tag] ciflow/trunk/151210 -> ciflow/trunk/151210 2025-04-25T04:41:51.2292087Z * [new tag] ciflow/trunk/151221 -> ciflow/trunk/151221 2025-04-25T04:41:51.2292490Z * [new tag] ciflow/trunk/151226 -> ciflow/trunk/151226 2025-04-25T04:41:51.2292906Z * [new tag] ciflow/trunk/151253 -> ciflow/trunk/151253 2025-04-25T04:41:51.2293336Z * [new tag] ciflow/trunk/151256 -> ciflow/trunk/151256 2025-04-25T04:41:51.2293738Z * [new tag] ciflow/trunk/151292 -> ciflow/trunk/151292 2025-04-25T04:41:51.2294155Z * [new tag] ciflow/trunk/151305 -> ciflow/trunk/151305 2025-04-25T04:41:51.2294552Z * [new tag] ciflow/trunk/151318 -> ciflow/trunk/151318 2025-04-25T04:41:51.2294968Z * [new tag] ciflow/trunk/151343 -> ciflow/trunk/151343 2025-04-25T04:41:51.2295375Z * [new tag] ciflow/trunk/151349 -> ciflow/trunk/151349 2025-04-25T04:41:51.2295772Z * [new tag] ciflow/trunk/151357 -> ciflow/trunk/151357 2025-04-25T04:41:51.2296177Z * [new tag] ciflow/trunk/151407 -> ciflow/trunk/151407 2025-04-25T04:41:51.2296569Z * [new tag] ciflow/trunk/151411 -> ciflow/trunk/151411 2025-04-25T04:41:51.2296965Z * [new tag] ciflow/trunk/151439 -> ciflow/trunk/151439 2025-04-25T04:41:51.2297365Z * [new tag] ciflow/trunk/151456 -> ciflow/trunk/151456 2025-04-25T04:41:51.2307494Z * [new tag] ciflow/trunk/151464 -> ciflow/trunk/151464 2025-04-25T04:41:51.2308054Z * [new tag] ciflow/trunk/151473 -> ciflow/trunk/151473 2025-04-25T04:41:51.2308633Z * [new tag] ciflow/trunk/151481 -> ciflow/trunk/151481 2025-04-25T04:41:51.2309048Z * [new tag] ciflow/trunk/151527 -> ciflow/trunk/151527 2025-04-25T04:41:51.2309459Z * [new tag] ciflow/trunk/151530 -> ciflow/trunk/151530 2025-04-25T04:41:51.2309936Z * [new tag] ciflow/trunk/151548 -> ciflow/trunk/151548 2025-04-25T04:41:51.2310393Z * [new tag] ciflow/trunk/151557 -> ciflow/trunk/151557 2025-04-25T04:41:51.2310791Z * [new tag] ciflow/trunk/151567 -> ciflow/trunk/151567 2025-04-25T04:41:51.2311205Z * [new tag] ciflow/trunk/151581 -> ciflow/trunk/151581 2025-04-25T04:41:51.2311600Z * [new tag] ciflow/trunk/151585 -> ciflow/trunk/151585 2025-04-25T04:41:51.2312005Z * [new tag] ciflow/trunk/151596 -> ciflow/trunk/151596 2025-04-25T04:41:51.2312414Z * [new tag] ciflow/trunk/151647 -> ciflow/trunk/151647 2025-04-25T04:41:51.2312814Z * [new tag] ciflow/trunk/151655 -> ciflow/trunk/151655 2025-04-25T04:41:51.2313214Z * [new tag] ciflow/trunk/151676 -> ciflow/trunk/151676 2025-04-25T04:41:51.2313611Z * [new tag] ciflow/trunk/151677 -> ciflow/trunk/151677 2025-04-25T04:41:51.2314017Z * [new tag] ciflow/trunk/151691 -> ciflow/trunk/151691 2025-04-25T04:41:51.2314508Z * [new tag] ciflow/trunk/151728 -> ciflow/trunk/151728 2025-04-25T04:41:51.2314905Z * [new tag] ciflow/trunk/151752 -> ciflow/trunk/151752 2025-04-25T04:41:51.2315359Z * [new tag] ciflow/trunk/151764 -> ciflow/trunk/151764 2025-04-25T04:41:51.2315802Z * [new tag] ciflow/trunk/151774 -> ciflow/trunk/151774 2025-04-25T04:41:51.2316208Z * [new tag] ciflow/trunk/151777 -> ciflow/trunk/151777 2025-04-25T04:41:51.2316608Z * [new tag] ciflow/trunk/151795 -> ciflow/trunk/151795 2025-04-25T04:41:51.2317013Z * [new tag] ciflow/trunk/151817 -> ciflow/trunk/151817 2025-04-25T04:41:51.2317421Z * [new tag] ciflow/trunk/151849 -> ciflow/trunk/151849 2025-04-25T04:41:51.2318420Z * [new tag] ciflow/trunk/151850 -> ciflow/trunk/151850 2025-04-25T04:41:51.2318847Z * [new tag] ciflow/trunk/151852 -> ciflow/trunk/151852 2025-04-25T04:41:51.2319252Z * [new tag] ciflow/trunk/151875 -> ciflow/trunk/151875 2025-04-25T04:41:51.2319671Z * [new tag] ciflow/trunk/151920 -> ciflow/trunk/151920 2025-04-25T04:41:51.2320092Z * [new tag] ciflow/trunk/151943 -> ciflow/trunk/151943 2025-04-25T04:41:51.2320498Z * [new tag] ciflow/trunk/151968 -> ciflow/trunk/151968 2025-04-25T04:41:51.2320971Z * [new tag] ciflow/trunk/151974 -> ciflow/trunk/151974 2025-04-25T04:41:51.2321415Z * [new tag] ciflow/trunk/152026 -> ciflow/trunk/152026 2025-04-25T04:41:51.2321840Z * [new tag] ciflow/trunk/152030 -> ciflow/trunk/152030 2025-04-25T04:41:51.2640532Z * [new tag] ciflow/trunk/152038 -> ciflow/trunk/152038 2025-04-25T04:41:51.2641020Z * [new tag] ciflow/trunk/152041 -> ciflow/trunk/152041 2025-04-25T04:41:51.2641444Z * [new tag] ciflow/trunk/152045 -> ciflow/trunk/152045 2025-04-25T04:41:51.2641894Z * [new tag] ciflow/trunk/152048 -> ciflow/trunk/152048 2025-04-25T04:41:51.2642362Z * [new tag] ciflow/trunk/152060 -> ciflow/trunk/152060 2025-04-25T04:41:51.2642772Z * [new tag] ciflow/trunk/152062 -> ciflow/trunk/152062 2025-04-25T04:41:51.2643314Z * [new tag] ciflow/trunk/152066 -> ciflow/trunk/152066 2025-04-25T04:41:51.2643719Z * [new tag] ciflow/trunk/152069 -> ciflow/trunk/152069 2025-04-25T04:41:51.2644126Z * [new tag] ciflow/trunk/152071 -> ciflow/trunk/152071 2025-04-25T04:41:51.2644542Z * [new tag] ciflow/trunk/152076 -> ciflow/trunk/152076 2025-04-25T04:41:51.2644943Z * [new tag] ciflow/trunk/152092 -> ciflow/trunk/152092 2025-04-25T04:41:51.2645364Z * [new tag] ciflow/trunk/152103 -> ciflow/trunk/152103 2025-04-25T04:41:51.2645765Z * [new tag] ciflow/trunk/152111 -> ciflow/trunk/152111 2025-04-25T04:41:51.2646159Z * [new tag] ciflow/trunk/152125 -> ciflow/trunk/152125 2025-04-25T04:41:51.2646565Z * [new tag] ciflow/trunk/152133 -> ciflow/trunk/152133 2025-04-25T04:41:51.2646961Z * [new tag] ciflow/trunk/152139 -> ciflow/trunk/152139 2025-04-25T04:41:51.2647364Z * [new tag] ciflow/trunk/152145 -> ciflow/trunk/152145 2025-04-25T04:41:51.2647764Z * [new tag] ciflow/trunk/152148 -> ciflow/trunk/152148 2025-04-25T04:41:51.2648162Z * [new tag] ciflow/trunk/152151 -> ciflow/trunk/152151 2025-04-25T04:41:51.2648575Z * [new tag] ciflow/trunk/70978 -> ciflow/trunk/70978 2025-04-25T04:41:51.2648971Z * [new tag] ciflow/trunk/70979 -> ciflow/trunk/70979 2025-04-25T04:41:51.2649390Z * [new tag] ciflow/unstable/123 -> ciflow/unstable/123 2025-04-25T04:41:51.2649807Z * [new tag] ciflow/unstable/146104 -> ciflow/unstable/146104 2025-04-25T04:41:51.2650231Z * [new tag] ciflow/xpu/138996 -> ciflow/xpu/138996 2025-04-25T04:41:51.2650634Z * [new tag] ciflow/xpu/139971 -> ciflow/xpu/139971 2025-04-25T04:41:51.2651026Z * [new tag] ciflow/xpu/140365 -> ciflow/xpu/140365 2025-04-25T04:41:51.2651418Z * [new tag] ciflow/xpu/140372 -> ciflow/xpu/140372 2025-04-25T04:41:51.2651801Z * [new tag] ciflow/xpu/143833 -> ciflow/xpu/143833 2025-04-25T04:41:51.2652290Z * [new tag] ciflow/xpu/147355 -> ciflow/xpu/147355 2025-04-25T04:41:51.2652696Z * [new tag] ciflow/xpu/147498 -> ciflow/xpu/147498 2025-04-25T04:41:51.2653087Z * [new tag] ciflow/xpu/147583 -> ciflow/xpu/147583 2025-04-25T04:41:51.2653494Z * [new tag] ciflow/xpu/147593 -> ciflow/xpu/147593 2025-04-25T04:41:51.2653898Z * [new tag] ciflow/xpu/147664 -> ciflow/xpu/147664 2025-04-25T04:41:51.2654299Z * [new tag] ciflow/xpu/148864 -> ciflow/xpu/148864 2025-04-25T04:41:51.2654698Z * [new tag] ciflow/xpu/148880 -> ciflow/xpu/148880 2025-04-25T04:41:51.2655085Z * [new tag] ciflow/xpu/149113 -> ciflow/xpu/149113 2025-04-25T04:41:51.2655483Z * [new tag] ciflow/xpu/149114 -> ciflow/xpu/149114 2025-04-25T04:41:51.2655875Z * [new tag] ciflow/xpu/150095 -> ciflow/xpu/150095 2025-04-25T04:41:51.2656287Z * [new tag] ciflow/xpu/150525 -> ciflow/xpu/150525 2025-04-25T04:41:51.2656677Z * [new tag] ciflow/xpu/150673 -> ciflow/xpu/150673 2025-04-25T04:41:51.2657084Z * [new tag] ciflow/xpu/150827 -> ciflow/xpu/150827 2025-04-25T04:41:51.2657490Z * [new tag] ciflow/xpu/150927 -> ciflow/xpu/150927 2025-04-25T04:41:51.2657886Z * [new tag] ciflow/xpu/150983 -> ciflow/xpu/150983 2025-04-25T04:41:51.2658294Z * [new tag] ciflow/xpu/151116 -> ciflow/xpu/151116 2025-04-25T04:41:51.2658766Z * [new tag] ciflow/xpu/151226 -> ciflow/xpu/151226 2025-04-25T04:41:51.2659176Z * [new tag] ciflow/xpu/151420 -> ciflow/xpu/151420 2025-04-25T04:41:51.2659579Z * [new tag] ciflow/xpu/151439 -> ciflow/xpu/151439 2025-04-25T04:41:51.2659986Z * [new tag] ciflow/xpu/151533 -> ciflow/xpu/151533 2025-04-25T04:41:51.2660400Z * [new tag] ciflow/xpu/151560 -> ciflow/xpu/151560 2025-04-25T04:41:51.2660800Z * [new tag] ciflow/xpu/151581 -> ciflow/xpu/151581 2025-04-25T04:41:51.2661211Z * [new tag] ciflow/xpu/151596 -> ciflow/xpu/151596 2025-04-25T04:41:51.2661597Z * [new tag] ciflow/xpu/151655 -> ciflow/xpu/151655 2025-04-25T04:41:51.3033402Z * [new tag] ciflow/xpu/151767 -> ciflow/xpu/151767 2025-04-25T04:41:51.3033841Z * [new tag] ciflow/xpu/151777 -> ciflow/xpu/151777 2025-04-25T04:41:51.3034311Z * [new tag] ciflow/xpu/151976 -> ciflow/xpu/151976 2025-04-25T04:41:51.3034702Z * [new tag] ciflow/xpu/152001 -> ciflow/xpu/152001 2025-04-25T04:41:51.3035104Z * [new tag] cslpull75 -> cslpull75 2025-04-25T04:41:51.3035483Z * [new tag] cslpull76 -> cslpull76 2025-04-25T04:41:51.3035835Z * [new tag] cslpull77 -> cslpull77 2025-04-25T04:41:51.3036199Z * [new tag] cslpull78 -> cslpull78 2025-04-25T04:41:51.3036552Z * [new tag] cslpull79 -> cslpull79 2025-04-25T04:41:51.3036912Z * [new tag] cslpull80 -> cslpull80 2025-04-25T04:41:51.3037273Z * [new tag] cslpull81 -> cslpull81 2025-04-25T04:41:51.3037624Z * [new tag] cslpull82 -> cslpull82 2025-04-25T04:41:51.3037996Z * [new tag] cslpull83 -> cslpull83 2025-04-25T04:41:51.3038343Z * [new tag] cslpull84 -> cslpull84 2025-04-25T04:41:51.3038714Z * [new tag] cslpull85 -> cslpull85 2025-04-25T04:41:51.3039209Z * [new tag] cslpull86 -> cslpull86 2025-04-25T04:41:51.3039565Z * [new tag] cslpull87 -> cslpull87 2025-04-25T04:41:51.3039932Z * [new tag] cslpull88 -> cslpull88 2025-04-25T04:41:51.3040285Z * [new tag] cslpull89 -> cslpull89 2025-04-25T04:41:51.3040647Z * [new tag] cslpull90 -> cslpull90 2025-04-25T04:41:51.3041004Z * [new tag] cslpull91 -> cslpull91 2025-04-25T04:41:51.3041367Z * [new tag] cslpull92 -> cslpull92 2025-04-25T04:41:51.3041736Z * [new tag] flight_5 -> flight_5 2025-04-25T04:41:51.3042085Z * [new tag] flight_5.1 -> flight_5.1 2025-04-25T04:41:51.3042452Z * [new tag] flight_5.2 -> flight_5.2 2025-04-25T04:41:51.3042817Z * [new tag] flight_5.3 -> flight_5.3 2025-04-25T04:41:51.3043182Z * [new tag] forpull1 -> forpull1 2025-04-25T04:41:51.3043556Z * [new tag] malfet/tag-2ef5611 -> malfet/tag-2ef5611 2025-04-25T04:41:51.3043966Z * [new tag] malfet/tag-317b1a0 -> malfet/tag-317b1a0 2025-04-25T04:41:51.3044378Z * [new tag] malfet/tag-ec6f767 -> malfet/tag-ec6f767 2025-04-25T04:41:51.3044776Z * [new tag] nightly-binary -> nightly-binary 2025-04-25T04:41:51.3045192Z * [new tag] sqzhang_flight4_plus -> sqzhang_flight4_plus 2025-04-25T04:41:51.3045700Z * [new tag] sqzhang_flight_3 -> sqzhang_flight_3 2025-04-25T04:41:51.3046082Z * [new tag] v0.1.1 -> v0.1.1 2025-04-25T04:41:51.3046441Z * [new tag] v0.1.10 -> v0.1.10 2025-04-25T04:41:51.3046778Z * [new tag] v0.1.11 -> v0.1.11 2025-04-25T04:41:51.3047123Z * [new tag] v0.1.12 -> v0.1.12 2025-04-25T04:41:51.3047454Z * [new tag] v0.1.2 -> v0.1.2 2025-04-25T04:41:51.3047794Z * [new tag] v0.1.3 -> v0.1.3 2025-04-25T04:41:51.3048122Z * [new tag] v0.1.4 -> v0.1.4 2025-04-25T04:41:51.3048454Z * [new tag] v0.1.5 -> v0.1.5 2025-04-25T04:41:51.3048783Z * [new tag] v0.1.6 -> v0.1.6 2025-04-25T04:41:51.3049114Z * [new tag] v0.1.7 -> v0.1.7 2025-04-25T04:41:51.3049447Z * [new tag] v0.1.8 -> v0.1.8 2025-04-25T04:41:51.3049773Z * [new tag] v0.1.9 -> v0.1.9 2025-04-25T04:41:51.3050109Z * [new tag] v0.2.0 -> v0.2.0 2025-04-25T04:41:51.3050435Z * [new tag] v0.3.0 -> v0.3.0 2025-04-25T04:41:51.3050770Z * [new tag] v0.3.1 -> v0.3.1 2025-04-25T04:41:51.3051104Z * [new tag] v0.4.0 -> v0.4.0 2025-04-25T04:41:51.3051431Z * [new tag] v0.4.1 -> v0.4.1 2025-04-25T04:41:51.3051764Z * [new tag] v1.0.0 -> v1.0.0 2025-04-25T04:41:51.3052098Z * [new tag] v1.0.0a0 -> v1.0.0a0 2025-04-25T04:41:51.3052450Z * [new tag] v1.0.1 -> v1.0.1 2025-04-25T04:41:51.3052793Z * [new tag] v1.0rc0 -> v1.0rc0 2025-04-25T04:41:51.3053123Z * [new tag] v1.0rc1 -> v1.0rc1 2025-04-25T04:41:51.3053462Z * [new tag] v1.1.0 -> v1.1.0 2025-04-25T04:41:51.3053878Z * [new tag] v1.1.0a0 -> v1.1.0a0 2025-04-25T04:41:51.3054238Z * [new tag] v1.10.0 -> v1.10.0 2025-04-25T04:41:51.3452782Z * [new tag] v1.10.0-rc1 -> v1.10.0-rc1 2025-04-25T04:41:51.3453224Z * [new tag] v1.10.0-rc2 -> v1.10.0-rc2 2025-04-25T04:41:51.3453596Z * [new tag] v1.10.0-rc3 -> v1.10.0-rc3 2025-04-25T04:41:51.3453953Z * [new tag] v1.10.1 -> v1.10.1 2025-04-25T04:41:51.3454313Z * [new tag] v1.10.1-rc1 -> v1.10.1-rc1 2025-04-25T04:41:51.3454685Z * [new tag] v1.10.2 -> v1.10.2 2025-04-25T04:41:51.3455041Z * [new tag] v1.10.2-rc1 -> v1.10.2-rc1 2025-04-25T04:41:51.3455395Z * [new tag] v1.11.0 -> v1.11.0 2025-04-25T04:41:51.3455748Z * [new tag] v1.11.0-rc1 -> v1.11.0-rc1 2025-04-25T04:41:51.3456110Z * [new tag] v1.11.0-rc2 -> v1.11.0-rc2 2025-04-25T04:41:51.3456462Z * [new tag] v1.11.0-rc3 -> v1.11.0-rc3 2025-04-25T04:41:51.3456825Z * [new tag] v1.11.0-rc4 -> v1.11.0-rc4 2025-04-25T04:41:51.3457185Z * [new tag] v1.11.0-rc5 -> v1.11.0-rc5 2025-04-25T04:41:51.3457532Z * [new tag] v1.11.0-rc6 -> v1.11.0-rc6 2025-04-25T04:41:51.3457893Z * [new tag] v1.11.0-rc7 -> v1.11.0-rc7 2025-04-25T04:41:51.3458406Z * [new tag] v1.12.0 -> v1.12.0 2025-04-25T04:41:51.3458778Z * [new tag] v1.12.0-rc1 -> v1.12.0-rc1 2025-04-25T04:41:51.3459140Z * [new tag] v1.12.0-rc2 -> v1.12.0-rc2 2025-04-25T04:41:51.3459502Z * [new tag] v1.12.0-rc3 -> v1.12.0-rc3 2025-04-25T04:41:51.3459857Z * [new tag] v1.12.0-rc4 -> v1.12.0-rc4 2025-04-25T04:41:51.3460205Z * [new tag] v1.12.0-rc5 -> v1.12.0-rc5 2025-04-25T04:41:51.3460561Z * [new tag] v1.12.0-rc6 -> v1.12.0-rc6 2025-04-25T04:41:51.3460906Z * [new tag] v1.12.0-rc7 -> v1.12.0-rc7 2025-04-25T04:41:51.3461261Z * [new tag] v1.12.0-rc8 -> v1.12.0-rc8 2025-04-25T04:41:51.3461602Z * [new tag] v1.12.1 -> v1.12.1 2025-04-25T04:41:51.3461954Z * [new tag] v1.12.1-rc1 -> v1.12.1-rc1 2025-04-25T04:41:51.3462317Z * [new tag] v1.12.1-rc2 -> v1.12.1-rc2 2025-04-25T04:41:51.3462664Z * [new tag] v1.12.1-rc3 -> v1.12.1-rc3 2025-04-25T04:41:51.3463027Z * [new tag] v1.12.1-rc4 -> v1.12.1-rc4 2025-04-25T04:41:51.3463373Z * [new tag] v1.12.1-rc5 -> v1.12.1-rc5 2025-04-25T04:41:51.3463717Z * [new tag] v1.13.0 -> v1.13.0 2025-04-25T04:41:51.3464052Z * [new tag] v1.13.0-rc1 -> v1.13.0-rc1 2025-04-25T04:41:51.3464410Z * [new tag] v1.13.0-rc2 -> v1.13.0-rc2 2025-04-25T04:41:51.3464769Z * [new tag] v1.13.0-rc3 -> v1.13.0-rc3 2025-04-25T04:41:51.3465117Z * [new tag] v1.13.0-rc4 -> v1.13.0-rc4 2025-04-25T04:41:51.3465482Z * [new tag] v1.13.0-rc5 -> v1.13.0-rc5 2025-04-25T04:41:51.3465828Z * [new tag] v1.13.0-rc6 -> v1.13.0-rc6 2025-04-25T04:41:51.3466180Z * [new tag] v1.13.1 -> v1.13.1 2025-04-25T04:41:51.3466633Z * [new tag] v1.13.1-rc1 -> v1.13.1-rc1 2025-04-25T04:41:51.3466981Z * [new tag] v1.2.0 -> v1.2.0 2025-04-25T04:41:51.3467336Z * [new tag] v1.2.0a0 -> v1.2.0a0 2025-04-25T04:41:51.3467677Z * [new tag] v1.3.0 -> v1.3.0 2025-04-25T04:41:51.3468032Z * [new tag] v1.3.0a0 -> v1.3.0a0 2025-04-25T04:41:51.3468370Z * [new tag] v1.3.1 -> v1.3.1 2025-04-25T04:41:51.3468710Z * [new tag] v1.4.0 -> v1.4.0 2025-04-25T04:41:51.3469059Z * [new tag] v1.4.0a0 -> v1.4.0a0 2025-04-25T04:41:51.3469391Z * [new tag] v1.4.1 -> v1.4.1 2025-04-25T04:41:51.3469728Z * [new tag] v1.5.0 -> v1.5.0 2025-04-25T04:41:51.3470066Z * [new tag] v1.5.0-rc1 -> v1.5.0-rc1 2025-04-25T04:41:51.3470440Z * [new tag] v1.5.0-rc2 -> v1.5.0-rc2 2025-04-25T04:41:51.3470788Z * [new tag] v1.5.0-rc3 -> v1.5.0-rc3 2025-04-25T04:41:51.3471147Z * [new tag] v1.5.0-rc4 -> v1.5.0-rc4 2025-04-25T04:41:51.3471506Z * [new tag] v1.5.0-rc5 -> v1.5.0-rc5 2025-04-25T04:41:51.3471845Z * [new tag] v1.5.1 -> v1.5.1 2025-04-25T04:41:51.3472195Z * [new tag] v1.5.1-rc1 -> v1.5.1-rc1 2025-04-25T04:41:51.3472536Z * [new tag] v1.6.0 -> v1.6.0 2025-04-25T04:41:51.3472976Z * [new tag] v1.6.0-rc1 -> v1.6.0-rc1 2025-04-25T04:41:51.3473323Z * [new tag] v1.6.0-rc2 -> v1.6.0-rc2 2025-04-25T04:41:51.3861612Z * [new tag] v1.6.0-rc3 -> v1.6.0-rc3 2025-04-25T04:41:51.3862157Z * [new tag] v1.6.0-rc4 -> v1.6.0-rc4 2025-04-25T04:41:51.3862511Z * [new tag] v1.6.0-rc5 -> v1.6.0-rc5 2025-04-25T04:41:51.3862877Z * [new tag] v1.6.0-rc6 -> v1.6.0-rc6 2025-04-25T04:41:51.3863244Z * [new tag] v1.6.0-rc7 -> v1.6.0-rc7 2025-04-25T04:41:51.3863583Z * [new tag] v1.7.0 -> v1.7.0 2025-04-25T04:41:51.3863933Z * [new tag] v1.7.0-rc1 -> v1.7.0-rc1 2025-04-25T04:41:51.3864280Z * [new tag] v1.7.0-rc2 -> v1.7.0-rc2 2025-04-25T04:41:51.3864640Z * [new tag] v1.7.0-rc3 -> v1.7.0-rc3 2025-04-25T04:41:51.3864990Z * [new tag] v1.7.0-rc4 -> v1.7.0-rc4 2025-04-25T04:41:51.3865338Z * [new tag] v1.7.1 -> v1.7.1 2025-04-25T04:41:51.3865693Z * [new tag] v1.7.1-rc1 -> v1.7.1-rc1 2025-04-25T04:41:51.3866042Z * [new tag] v1.7.1-rc2 -> v1.7.1-rc2 2025-04-25T04:41:51.3866401Z * [new tag] v1.7.1-rc3 -> v1.7.1-rc3 2025-04-25T04:41:51.3866742Z * [new tag] v1.8.0 -> v1.8.0 2025-04-25T04:41:51.3867100Z * [new tag] v1.8.0-rc1 -> v1.8.0-rc1 2025-04-25T04:41:51.3867451Z * [new tag] v1.8.0-rc2 -> v1.8.0-rc2 2025-04-25T04:41:51.3867796Z * [new tag] v1.8.0-rc3 -> v1.8.0-rc3 2025-04-25T04:41:51.3868157Z * [new tag] v1.8.0-rc4 -> v1.8.0-rc4 2025-04-25T04:41:51.3868498Z * [new tag] v1.8.0-rc5 -> v1.8.0-rc5 2025-04-25T04:41:51.3868852Z * [new tag] v1.8.1 -> v1.8.1 2025-04-25T04:41:51.3869331Z * [new tag] v1.8.1-rc1 -> v1.8.1-rc1 2025-04-25T04:41:51.3869695Z * [new tag] v1.8.1-rc2 -> v1.8.1-rc2 2025-04-25T04:41:51.3870060Z * [new tag] v1.8.1-rc3 -> v1.8.1-rc3 2025-04-25T04:41:51.3870400Z * [new tag] v1.8.2 -> v1.8.2 2025-04-25T04:41:51.3870750Z * [new tag] v1.8.2-rc1 -> v1.8.2-rc1 2025-04-25T04:41:51.3871100Z * [new tag] v1.9.0 -> v1.9.0 2025-04-25T04:41:51.3871458Z * [new tag] v1.9.0-rc1 -> v1.9.0-rc1 2025-04-25T04:41:51.3871809Z * [new tag] v1.9.0-rc2 -> v1.9.0-rc2 2025-04-25T04:41:51.3872165Z * [new tag] v1.9.0-rc3 -> v1.9.0-rc3 2025-04-25T04:41:51.3872522Z * [new tag] v1.9.0-rc4 -> v1.9.0-rc4 2025-04-25T04:41:51.3872861Z * [new tag] v1.9.1 -> v1.9.1 2025-04-25T04:41:51.3873217Z * [new tag] v1.9.1-rc1 -> v1.9.1-rc1 2025-04-25T04:41:51.3873574Z * [new tag] v1.9.1-rc2 -> v1.9.1-rc2 2025-04-25T04:41:51.3873927Z * [new tag] v2.0.0 -> v2.0.0 2025-04-25T04:41:51.3874346Z * [new tag] v2.0.0-rc1 -> v2.0.0-rc1 2025-04-25T04:41:51.3874708Z * [new tag] v2.0.0-rc2 -> v2.0.0-rc2 2025-04-25T04:41:51.3875067Z * [new tag] v2.0.0-rc3 -> v2.0.0-rc3 2025-04-25T04:41:51.3875416Z * [new tag] v2.0.0-rc4 -> v2.0.0-rc4 2025-04-25T04:41:51.3875883Z * [new tag] v2.0.0-rc5 -> v2.0.0-rc5 2025-04-25T04:41:51.3876233Z * [new tag] v2.0.0-rc6 -> v2.0.0-rc6 2025-04-25T04:41:51.3876590Z * [new tag] v2.0.1 -> v2.0.1 2025-04-25T04:41:51.3876945Z * [new tag] v2.0.1-rc1 -> v2.0.1-rc1 2025-04-25T04:41:51.3877295Z * [new tag] v2.0.1-rc2 -> v2.0.1-rc2 2025-04-25T04:41:51.3877655Z * [new tag] v2.0.1-rc3 -> v2.0.1-rc3 2025-04-25T04:41:51.3878002Z * [new tag] v2.0.1-rc4 -> v2.0.1-rc4 2025-04-25T04:41:51.3878346Z * [new tag] v2.1.0 -> v2.1.0 2025-04-25T04:41:51.3878682Z * [new tag] v2.1.0-rc1 -> v2.1.0-rc1 2025-04-25T04:41:51.3879047Z * [new tag] v2.1.0-rc2 -> v2.1.0-rc2 2025-04-25T04:41:51.3879407Z * [new tag] v2.1.0-rc3 -> v2.1.0-rc3 2025-04-25T04:41:51.3879752Z * [new tag] v2.1.0-rc4 -> v2.1.0-rc4 2025-04-25T04:41:51.3880107Z * [new tag] v2.1.0-rc5 -> v2.1.0-rc5 2025-04-25T04:41:51.3880457Z * [new tag] v2.1.0-rc6 -> v2.1.0-rc6 2025-04-25T04:41:51.3880803Z * [new tag] v2.1.1 -> v2.1.1 2025-04-25T04:41:51.3881152Z * [new tag] v2.1.1-rc1 -> v2.1.1-rc1 2025-04-25T04:41:51.3881515Z * [new tag] v2.1.1-rc2 -> v2.1.1-rc2 2025-04-25T04:41:51.3881868Z * [new tag] v2.1.1-rc3 -> v2.1.1-rc3 2025-04-25T04:41:51.3882215Z * [new tag] v2.1.1-rc4 -> v2.1.1-rc4 2025-04-25T04:41:51.3882563Z * [new tag] v2.1.1-rc5 -> v2.1.1-rc5 2025-04-25T04:41:51.4243296Z * [new tag] v2.1.1-rc6 -> v2.1.1-rc6 2025-04-25T04:41:51.4243731Z * [new tag] v2.1.2 -> v2.1.2 2025-04-25T04:41:51.4244089Z * [new tag] v2.1.2-rc1 -> v2.1.2-rc1 2025-04-25T04:41:51.4244622Z * [new tag] v2.1.2-rc2 -> v2.1.2-rc2 2025-04-25T04:41:51.4244997Z * [new tag] v2.1.2-rc3 -> v2.1.2-rc3 2025-04-25T04:41:51.4245341Z * [new tag] v2.2.0 -> v2.2.0 2025-04-25T04:41:51.4245706Z * [new tag] v2.2.0-rc1 -> v2.2.0-rc1 2025-04-25T04:41:51.4246055Z * [new tag] v2.2.0-rc2 -> v2.2.0-rc2 2025-04-25T04:41:51.4246426Z * [new tag] v2.2.0-rc3 -> v2.2.0-rc3 2025-04-25T04:41:51.4246799Z * [new tag] v2.2.0-rc4 -> v2.2.0-rc4 2025-04-25T04:41:51.4247153Z * [new tag] v2.2.0-rc5 -> v2.2.0-rc5 2025-04-25T04:41:51.4247507Z * [new tag] v2.2.0-rc6 -> v2.2.0-rc6 2025-04-25T04:41:51.4247859Z * [new tag] v2.2.0-rc7 -> v2.2.0-rc7 2025-04-25T04:41:51.4248202Z * [new tag] v2.2.0-rc8 -> v2.2.0-rc8 2025-04-25T04:41:51.4248558Z * [new tag] v2.2.1 -> v2.2.1 2025-04-25T04:41:51.4248899Z * [new tag] v2.2.1-rc1 -> v2.2.1-rc1 2025-04-25T04:41:51.4249252Z * [new tag] v2.2.1-rc2 -> v2.2.1-rc2 2025-04-25T04:41:51.4249593Z * [new tag] v2.2.1-rc3 -> v2.2.1-rc3 2025-04-25T04:41:51.4249938Z * [new tag] v2.2.2 -> v2.2.2 2025-04-25T04:41:51.4250280Z * [new tag] v2.2.2-rc1 -> v2.2.2-rc1 2025-04-25T04:41:51.4250620Z * [new tag] v2.2.2-rc2 -> v2.2.2-rc2 2025-04-25T04:41:51.4251096Z * [new tag] v2.2.2-rc3 -> v2.2.2-rc3 2025-04-25T04:41:51.4251443Z * [new tag] v2.3.0 -> v2.3.0 2025-04-25T04:41:51.4251797Z * [new tag] v2.3.0-rc1 -> v2.3.0-rc1 2025-04-25T04:41:51.4252157Z * [new tag] v2.3.0-rc10 -> v2.3.0-rc10 2025-04-25T04:41:51.4252526Z * [new tag] v2.3.0-rc11 -> v2.3.0-rc11 2025-04-25T04:41:51.4252889Z * [new tag] v2.3.0-rc12 -> v2.3.0-rc12 2025-04-25T04:41:51.4253239Z * [new tag] v2.3.0-rc2 -> v2.3.0-rc2 2025-04-25T04:41:51.4253592Z * [new tag] v2.3.0-rc3 -> v2.3.0-rc3 2025-04-25T04:41:51.4253934Z * [new tag] v2.3.0-rc4 -> v2.3.0-rc4 2025-04-25T04:41:51.4254289Z * [new tag] v2.3.0-rc5 -> v2.3.0-rc5 2025-04-25T04:41:51.4254650Z * [new tag] v2.3.0-rc6 -> v2.3.0-rc6 2025-04-25T04:41:51.4254994Z * [new tag] v2.3.0-rc7 -> v2.3.0-rc7 2025-04-25T04:41:51.4255356Z * [new tag] v2.3.0-rc8 -> v2.3.0-rc8 2025-04-25T04:41:51.4255706Z * [new tag] v2.3.0-rc9 -> v2.3.0-rc9 2025-04-25T04:41:51.4256057Z * [new tag] v2.3.1 -> v2.3.1 2025-04-25T04:41:51.4256396Z * [new tag] v2.3.1-rc1 -> v2.3.1-rc1 2025-04-25T04:41:51.4256750Z * [new tag] v2.3.1-rc2 -> v2.3.1-rc2 2025-04-25T04:41:51.4257105Z * [new tag] v2.3.1-rc3 -> v2.3.1-rc3 2025-04-25T04:41:51.4257440Z * [new tag] v2.4.0 -> v2.4.0 2025-04-25T04:41:51.4257783Z * [new tag] v2.4.0-rc1 -> v2.4.0-rc1 2025-04-25T04:41:51.4258130Z * [new tag] v2.4.0-rc2 -> v2.4.0-rc2 2025-04-25T04:41:51.4258487Z * [new tag] v2.4.0-rc3 -> v2.4.0-rc3 2025-04-25T04:41:51.4258836Z * [new tag] v2.4.0-rc4 -> v2.4.0-rc4 2025-04-25T04:41:51.4259295Z * [new tag] v2.4.0-rc5 -> v2.4.0-rc5 2025-04-25T04:41:51.4259652Z * [new tag] v2.4.0-rc6 -> v2.4.0-rc6 2025-04-25T04:41:51.4260001Z * [new tag] v2.4.0-rc7 -> v2.4.0-rc7 2025-04-25T04:41:51.4260363Z * [new tag] v2.4.0-rc8 -> v2.4.0-rc8 2025-04-25T04:41:51.4260711Z * [new tag] v2.4.0-rc9 -> v2.4.0-rc9 2025-04-25T04:41:51.4261059Z * [new tag] v2.4.1 -> v2.4.1 2025-04-25T04:41:51.4261395Z * [new tag] v2.4.1-rc1 -> v2.4.1-rc1 2025-04-25T04:41:51.4261754Z * [new tag] v2.4.1-rc2 -> v2.4.1-rc2 2025-04-25T04:41:51.4262107Z * [new tag] v2.4.1-rc3 -> v2.4.1-rc3 2025-04-25T04:41:51.4262442Z * [new tag] v2.5.0 -> v2.5.0 2025-04-25T04:41:51.4262789Z * [new tag] v2.5.0-rc1 -> v2.5.0-rc1 2025-04-25T04:41:51.4263135Z * [new tag] v2.5.0-rc10 -> v2.5.0-rc10 2025-04-25T04:41:51.4263496Z * [new tag] v2.5.0-rc2 -> v2.5.0-rc2 2025-04-25T04:41:51.4263852Z * [new tag] v2.5.0-rc3 -> v2.5.0-rc3 2025-04-25T04:41:51.7231177Z * [new tag] v2.5.0-rc4 -> v2.5.0-rc4 2025-04-25T04:41:51.7231608Z * [new tag] v2.5.0-rc5 -> v2.5.0-rc5 2025-04-25T04:41:51.7231965Z * [new tag] v2.5.0-rc6 -> v2.5.0-rc6 2025-04-25T04:41:51.7232549Z * [new tag] v2.5.0-rc7 -> v2.5.0-rc7 2025-04-25T04:41:51.7232915Z * [new tag] v2.5.0-rc8 -> v2.5.0-rc8 2025-04-25T04:41:51.7233272Z * [new tag] v2.5.0-rc9 -> v2.5.0-rc9 2025-04-25T04:41:51.7233651Z * [new tag] v2.5.1 -> v2.5.1 2025-04-25T04:41:51.7234068Z * [new tag] v2.5.1-rc1 -> v2.5.1-rc1 2025-04-25T04:41:51.7234429Z * [new tag] v2.6.0 -> v2.6.0 2025-04-25T04:41:51.7234778Z * [new tag] v2.6.0-rc1 -> v2.6.0-rc1 2025-04-25T04:41:51.7235138Z * [new tag] v2.6.0-rc2 -> v2.6.0-rc2 2025-04-25T04:41:51.7235503Z * [new tag] v2.6.0-rc3 -> v2.6.0-rc3 2025-04-25T04:41:51.7235857Z * [new tag] v2.6.0-rc4 -> v2.6.0-rc4 2025-04-25T04:41:51.7236214Z * [new tag] v2.6.0-rc5 -> v2.6.0-rc5 2025-04-25T04:41:51.7236561Z * [new tag] v2.6.0-rc6 -> v2.6.0-rc6 2025-04-25T04:41:51.7236932Z * [new tag] v2.6.0-rc7 -> v2.6.0-rc7 2025-04-25T04:41:51.7237289Z * [new tag] v2.6.0-rc8 -> v2.6.0-rc8 2025-04-25T04:41:51.7237636Z * [new tag] v2.6.0-rc9 -> v2.6.0-rc9 2025-04-25T04:41:51.7237988Z * [new tag] v2.7.0 -> v2.7.0 2025-04-25T04:41:51.7238323Z * [new tag] v2.7.0-rc1 -> v2.7.0-rc1 2025-04-25T04:41:51.7238688Z * [new tag] v2.7.0-rc10 -> v2.7.0-rc10 2025-04-25T04:41:51.7239036Z * [new tag] v2.7.0-rc2 -> v2.7.0-rc2 2025-04-25T04:41:51.7239389Z * [new tag] v2.7.0-rc3 -> v2.7.0-rc3 2025-04-25T04:41:51.7239741Z * [new tag] v2.7.0-rc4 -> v2.7.0-rc4 2025-04-25T04:41:51.7240088Z * [new tag] v2.7.0-rc5 -> v2.7.0-rc5 2025-04-25T04:41:51.7240442Z * [new tag] v2.7.0-rc6 -> v2.7.0-rc6 2025-04-25T04:41:51.7240793Z * [new tag] v2.7.0-rc7 -> v2.7.0-rc7 2025-04-25T04:41:51.7241282Z * [new tag] v2.7.0-rc8 -> v2.7.0-rc8 2025-04-25T04:41:51.7241657Z * [new tag] v2.7.0-rc9 -> v2.7.0-rc9 2025-04-25T04:41:51.7242028Z * [new tag] whc_flight_1 -> whc_flight_1 2025-04-25T04:41:51.7242407Z * [new tag] whc_flight_2 -> whc_flight_2 2025-04-25T04:41:51.7242767Z * [new tag] whc_flight_4 -> whc_flight_4 2025-04-25T04:41:51.7410241Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet b68c0effe97351b0c24b2f7aef671559be6aa977^{object} 2025-04-25T04:41:51.7603422Z b68c0effe97351b0c24b2f7aef671559be6aa977 2025-04-25T04:41:51.7635965Z ##[endgroup] 2025-04-25T04:41:51.7636333Z ##[group]Determining the checkout info 2025-04-25T04:41:51.7637519Z ##[endgroup] 2025-04-25T04:41:51.7647068Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable 2025-04-25T04:41:51.7910225Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig 2025-04-25T04:41:51.8134173Z ##[group]Checking out the ref 2025-04-25T04:41:51.8144104Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force b68c0effe97351b0c24b2f7aef671559be6aa977 2025-04-25T04:41:52.9144702Z Updating files: 12% (1993/16547) 2025-04-25T04:41:52.9793822Z Updating files: 13% (2152/16547) 2025-04-25T04:41:53.0443971Z Updating files: 14% (2317/16547) 2025-04-25T04:41:53.1057594Z Updating files: 15% (2483/16547) 2025-04-25T04:41:53.1798836Z Updating files: 16% (2648/16547) 2025-04-25T04:41:53.2381287Z Updating files: 17% (2813/16547) 2025-04-25T04:41:53.2931585Z Updating files: 18% (2979/16547) 2025-04-25T04:41:53.3576846Z Updating files: 19% (3144/16547) 2025-04-25T04:41:53.8161203Z Updating files: 20% (3310/16547) 2025-04-25T04:41:53.8603824Z Updating files: 21% (3475/16547) 2025-04-25T04:41:53.8846950Z Updating files: 21% (3582/16547) 2025-04-25T04:41:53.9929435Z Updating files: 22% (3641/16547) 2025-04-25T04:41:54.1000225Z Updating files: 23% (3806/16547) 2025-04-25T04:41:54.1576225Z Updating files: 24% (3972/16547) 2025-04-25T04:41:54.2494493Z Updating files: 25% (4137/16547) 2025-04-25T04:41:54.3897153Z Updating files: 26% (4303/16547) 2025-04-25T04:41:54.4548726Z Updating files: 27% (4468/16547) 2025-04-25T04:41:54.5483700Z Updating files: 28% (4634/16547) 2025-04-25T04:41:54.6152208Z Updating files: 29% (4799/16547) 2025-04-25T04:41:54.7217641Z Updating files: 30% (4965/16547) 2025-04-25T04:41:54.7930108Z Updating files: 31% (5130/16547) 2025-04-25T04:41:54.8609872Z Updating files: 32% (5296/16547) 2025-04-25T04:41:54.8789426Z Updating files: 32% (5437/16547) 2025-04-25T04:41:54.9603935Z Updating files: 33% (5461/16547) 2025-04-25T04:41:54.9926874Z Updating files: 34% (5626/16547) 2025-04-25T04:41:55.0227423Z Updating files: 35% (5792/16547) 2025-04-25T04:41:55.1123713Z Updating files: 36% (5957/16547) 2025-04-25T04:41:55.1438918Z Updating files: 37% (6123/16547) 2025-04-25T04:41:55.1743738Z Updating files: 38% (6288/16547) 2025-04-25T04:41:55.2487792Z Updating files: 39% (6454/16547) 2025-04-25T04:41:55.2904772Z Updating files: 40% (6619/16547) 2025-04-25T04:41:55.3248175Z Updating files: 41% (6785/16547) 2025-04-25T04:41:55.3954173Z Updating files: 42% (6950/16547) 2025-04-25T04:41:55.4321874Z Updating files: 43% (7116/16547) 2025-04-25T04:41:55.4683761Z Updating files: 44% (7281/16547) 2025-04-25T04:41:55.5467310Z Updating files: 45% (7447/16547) 2025-04-25T04:41:55.5852590Z Updating files: 46% (7612/16547) 2025-04-25T04:41:55.6244676Z Updating files: 47% (7778/16547) 2025-04-25T04:41:55.7013249Z Updating files: 48% (7943/16547) 2025-04-25T04:41:55.7408307Z Updating files: 49% (8109/16547) 2025-04-25T04:41:55.7761526Z Updating files: 50% (8274/16547) 2025-04-25T04:41:55.8604087Z Updating files: 51% (8439/16547) 2025-04-25T04:41:55.8631312Z Updating files: 52% (8605/16547) 2025-04-25T04:41:55.8997746Z Updating files: 52% (8617/16547) 2025-04-25T04:41:55.9409339Z Updating files: 53% (8770/16547) 2025-04-25T04:41:55.9815558Z Updating files: 54% (8936/16547) 2025-04-25T04:41:56.1429342Z Updating files: 55% (9101/16547) 2025-04-25T04:41:56.1864572Z Updating files: 56% (9267/16547) 2025-04-25T04:41:56.2280710Z Updating files: 57% (9432/16547) 2025-04-25T04:41:56.3961146Z Updating files: 58% (9598/16547) 2025-04-25T04:41:56.4353432Z Updating files: 59% (9763/16547) 2025-04-25T04:41:56.4793214Z Updating files: 60% (9929/16547) 2025-04-25T04:41:56.6257446Z Updating files: 61% (10094/16547) 2025-04-25T04:41:56.6680128Z Updating files: 62% (10260/16547) 2025-04-25T04:41:56.7050842Z Updating files: 63% (10425/16547) 2025-04-25T04:41:56.7527814Z Updating files: 64% (10591/16547) 2025-04-25T04:41:56.8069246Z Updating files: 65% (10756/16547) 2025-04-25T04:41:56.8651114Z Updating files: 66% (10922/16547) 2025-04-25T04:41:56.9059273Z Updating files: 66% (11019/16547) 2025-04-25T04:41:57.0676369Z Updating files: 67% (11087/16547) 2025-04-25T04:41:57.1046754Z Updating files: 68% (11252/16547) 2025-04-25T04:41:57.1497716Z Updating files: 69% (11418/16547) 2025-04-25T04:41:57.2872840Z Updating files: 70% (11583/16547) 2025-04-25T04:41:57.9280110Z Updating files: 71% (11749/16547) 2025-04-25T04:41:58.5764706Z Updating files: 71% (11900/16547) 2025-04-25T04:41:59.2831275Z Updating files: 72% (11914/16547) 2025-04-25T04:41:59.3818241Z Updating files: 72% (11915/16547) 2025-04-25T04:41:59.6162540Z Updating files: 73% (12080/16547) 2025-04-25T04:41:59.6846770Z Updating files: 74% (12245/16547) 2025-04-25T04:41:59.7917885Z Updating files: 75% (12411/16547) 2025-04-25T04:41:59.8735030Z Updating files: 76% (12576/16547) 2025-04-25T04:41:59.8868591Z Updating files: 77% (12742/16547) 2025-04-25T04:41:59.9515516Z Updating files: 77% (12776/16547) 2025-04-25T04:42:00.0484106Z Updating files: 78% (12907/16547) 2025-04-25T04:42:00.1502454Z Updating files: 79% (13073/16547) 2025-04-25T04:42:00.3591216Z Updating files: 80% (13238/16547) 2025-04-25T04:42:00.4392996Z Updating files: 81% (13404/16547) 2025-04-25T04:42:00.5099722Z Updating files: 82% (13569/16547) 2025-04-25T04:42:00.5920394Z Updating files: 83% (13735/16547) 2025-04-25T04:42:00.6748044Z Updating files: 84% (13900/16547) 2025-04-25T04:42:00.7568437Z Updating files: 85% (14065/16547) 2025-04-25T04:42:00.9168233Z Updating files: 86% (14231/16547) 2025-04-25T04:42:00.9321163Z Updating files: 86% (14363/16547) 2025-04-25T04:42:00.9969556Z Updating files: 87% (14396/16547) 2025-04-25T04:42:01.0610189Z Updating files: 88% (14562/16547) 2025-04-25T04:42:01.1397924Z Updating files: 89% (14727/16547) 2025-04-25T04:42:01.2173169Z Updating files: 90% (14893/16547) 2025-04-25T04:42:01.2914830Z Updating files: 91% (15058/16547) 2025-04-25T04:42:01.3677157Z Updating files: 92% (15224/16547) 2025-04-25T04:42:01.4533391Z Updating files: 93% (15389/16547) 2025-04-25T04:42:01.5407775Z Updating files: 94% (15555/16547) 2025-04-25T04:42:01.6901945Z Updating files: 95% (15720/16547) 2025-04-25T04:42:01.7691806Z Updating files: 96% (15886/16547) 2025-04-25T04:42:01.8754852Z Updating files: 97% (16051/16547) 2025-04-25T04:42:01.8994864Z Updating files: 98% (16217/16547) 2025-04-25T04:42:01.9591754Z Updating files: 98% (16263/16547) 2025-04-25T04:42:02.0438552Z Updating files: 99% (16382/16547) 2025-04-25T04:42:02.0438882Z Updating files: 100% (16547/16547) 2025-04-25T04:42:02.0439157Z Updating files: 100% (16547/16547), done. 2025-04-25T04:42:02.0858654Z Note: switching to 'b68c0effe97351b0c24b2f7aef671559be6aa977'. 2025-04-25T04:42:02.0858982Z 2025-04-25T04:42:02.0859219Z You are in 'detached HEAD' state. You can look around, make experimental 2025-04-25T04:42:02.0859721Z changes and commit them, and you can discard any commits you make in this 2025-04-25T04:42:02.0860206Z state without impacting any branches by switching back to a branch. 2025-04-25T04:42:02.0860499Z 2025-04-25T04:42:02.0860895Z If you want to create a new branch to retain commits you create, you may 2025-04-25T04:42:02.0861354Z do so (now or later) by using -c with the switch command. Example: 2025-04-25T04:42:02.0861629Z 2025-04-25T04:42:02.0861734Z git switch -c 2025-04-25T04:42:02.0861916Z 2025-04-25T04:42:02.0862069Z Or undo this operation with: 2025-04-25T04:42:02.0862234Z 2025-04-25T04:42:02.0862313Z git switch - 2025-04-25T04:42:02.0862472Z 2025-04-25T04:42:02.0862696Z Turn off this advice by setting config variable advice.detachedHead to false 2025-04-25T04:42:02.0863080Z 2025-04-25T04:42:02.0863474Z HEAD is now at b68c0effe97 Update on "use statically known true instead of guard size oblivious in bmm and mm decompositions . " 2025-04-25T04:42:02.1017644Z ##[endgroup] 2025-04-25T04:42:02.1018026Z ##[group]Setting up auth for fetching submodules 2025-04-25T04:42:02.1031137Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-04-25T04:42:02.1286724Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2025-04-25T04:42:02.1519312Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2025-04-25T04:42:02.1775989Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-04-25T04:42:02.2029256Z ##[endgroup] 2025-04-25T04:42:02.2029695Z ##[group]Fetching submodules 2025-04-25T04:42:02.2039105Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2025-04-25T04:42:02.5701386Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2025-04-25T04:42:02.9806990Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2025-04-25T04:42:02.9808010Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2025-04-25T04:42:02.9808937Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2025-04-25T04:42:02.9809869Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2025-04-25T04:42:02.9810690Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2025-04-25T04:42:02.9811791Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2025-04-25T04:42:02.9812956Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2025-04-25T04:42:02.9813830Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2025-04-25T04:42:02.9814815Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2025-04-25T04:42:02.9815832Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2025-04-25T04:42:02.9816731Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2025-04-25T04:42:02.9817663Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2025-04-25T04:42:02.9818591Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2025-04-25T04:42:02.9819415Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2025-04-25T04:42:02.9820222Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2025-04-25T04:42:02.9821324Z Submodule 'third_party/flash-attention' (https://github.com/Dao-AILab/flash-attention.git) registered for path 'third_party/flash-attention' 2025-04-25T04:42:02.9822369Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2025-04-25T04:42:02.9823228Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2025-04-25T04:42:02.9824114Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2025-04-25T04:42:02.9825068Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2025-04-25T04:42:02.9825963Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2025-04-25T04:42:02.9826804Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2025-04-25T04:42:02.9827574Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2025-04-25T04:42:02.9828376Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2025-04-25T04:42:02.9829234Z Submodule 'third_party/kleidiai' (https://github.com/ARM-software/kleidiai.git) registered for path 'third_party/kleidiai' 2025-04-25T04:42:02.9830132Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2025-04-25T04:42:02.9831004Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2025-04-25T04:42:02.9831916Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2025-04-25T04:42:02.9832894Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2025-04-25T04:42:02.9834036Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2025-04-25T04:42:02.9834962Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2025-04-25T04:42:02.9835930Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2025-04-25T04:42:02.9836948Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2025-04-25T04:42:02.9879971Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2025-04-25T04:42:02.9880953Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2025-04-25T04:42:02.9881855Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2025-04-25T04:42:02.9882726Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2025-04-25T04:42:03.2880197Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2025-04-25T04:42:04.4594107Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2025-04-25T04:42:04.4594710Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2025-04-25T04:42:05.2003532Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2025-04-25T04:42:11.6463387Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2025-04-25T04:42:11.6464469Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2025-04-25T04:42:11.6465454Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NVTX'... 2025-04-25T04:42:11.6466731Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2025-04-25T04:42:11.6467757Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2025-04-25T04:42:11.6468657Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2025-04-25T04:42:11.6469652Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flash-attention'... 2025-04-25T04:42:11.6470749Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2025-04-25T04:42:11.6471803Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kleidiai'... 2025-04-25T04:42:11.6472907Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2025-04-25T04:42:11.6473857Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2025-04-25T04:42:11.6474839Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2025-04-25T04:42:11.6475889Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2025-04-25T04:42:11.6476847Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2025-04-25T04:42:11.6477816Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2025-04-25T04:42:12.2127853Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2025-04-25T04:42:28.5947362Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2025-04-25T04:42:28.5948056Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2025-04-25T04:42:28.5948693Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2025-04-25T04:42:28.5949492Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2025-04-25T04:42:28.5950047Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2025-04-25T04:42:28.5950627Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2025-04-25T04:42:28.5951190Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/composable_kernel'... 2025-04-25T04:42:28.5951790Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2025-04-25T04:42:28.5952370Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2025-04-25T04:42:28.5952930Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2025-04-25T04:42:28.5953449Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2025-04-25T04:42:28.5953970Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2025-04-25T04:42:28.5954510Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2025-04-25T04:42:28.5955038Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2025-04-25T04:42:28.5955570Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2025-04-25T04:42:28.5956162Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2025-04-25T04:42:28.5956745Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2025-04-25T04:42:28.6917023Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-04-25T04:42:28.7796025Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-04-25T04:42:28.8496297Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-04-25T04:42:29.0192466Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-04-25T04:42:29.2501283Z Submodule path 'third_party/NVTX': checked out 'e170594ac7cf1dac584da473d4ca9301087090c1' 2025-04-25T04:42:29.4373581Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-04-25T04:42:37.5517761Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-04-25T04:42:37.6900216Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2025-04-25T04:42:40.6018335Z Submodule path 'third_party/composable_kernel': checked out '8086bbe3a78d931eb96fe12fdc014082e18d18d3' 2025-04-25T04:42:40.7513732Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2025-04-25T04:42:41.3042135Z Submodule path 'third_party/cpuinfo': checked out '5e3d2445e6a84d9599bee2bf78edbb4d80865e1d' 2025-04-25T04:42:41.7076818Z Submodule path 'third_party/cudnn_frontend': checked out '8801fd7b31c2f798732ed1e1dd4711a9cde4217d' 2025-04-25T04:42:46.0219233Z Submodule path 'third_party/cutlass': checked out 'afa1772203677c5118fcd82537a9c8fefbcc7008' 2025-04-25T04:42:47.3250522Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2025-04-25T04:42:47.8597616Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2025-04-25T04:42:47.8762928Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2025-04-25T04:42:47.8763963Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2025-04-25T04:42:47.8764961Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2025-04-25T04:42:47.8765971Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2025-04-25T04:42:47.8767339Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2025-04-25T04:42:47.9405330Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2025-04-25T04:42:51.0419232Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2025-04-25T04:42:51.0420025Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2025-04-25T04:42:51.0420773Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2025-04-25T04:42:51.0421522Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2025-04-25T04:42:51.2199474Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2025-04-25T04:42:51.5956349Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2025-04-25T04:42:54.6645946Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2025-04-25T04:42:54.9416409Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2025-04-25T04:42:55.0107973Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2025-04-25T04:42:55.5329850Z Submodule path 'third_party/flash-attention': checked out '979702c87a8713a8e0a5e9fee122b90d2ef13be5' 2025-04-25T04:42:55.5439830Z Submodule 'csrc/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/flash-attention/csrc/composable_kernel' 2025-04-25T04:42:55.5440940Z Submodule 'csrc/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/flash-attention/csrc/cutlass' 2025-04-25T04:43:01.4820580Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flash-attention/csrc/composable_kernel'... 2025-04-25T04:43:01.4821401Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flash-attention/csrc/cutlass'... 2025-04-25T04:43:03.5229704Z Submodule path 'third_party/flash-attention/csrc/composable_kernel': checked out '888317e698e9803c62bd38568abc9e05d7709f33' 2025-04-25T04:43:07.7574887Z Submodule path 'third_party/flash-attention/csrc/cutlass': checked out 'c506e16788cb08416a4a57e11a9067beeee29420' 2025-04-25T04:43:08.8498312Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2025-04-25T04:43:09.0096507Z Submodule path 'third_party/fmt': checked out '123913715afeb8a437e6388b4473fcc4753e1c9a' 2025-04-25T04:43:09.1775572Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-04-25T04:43:09.5485403Z Submodule path 'third_party/gloo': checked out 'c61070427610ccd923efe3e7f8b3eca12bbcc31a' 2025-04-25T04:43:09.7758256Z Submodule path 'third_party/googletest': checked out 'b514bdc898e2951020cbdca1304b75f5950d1f59' 2025-04-25T04:43:09.8991731Z Submodule path 'third_party/ideep': checked out '719d8e6cd7f7a0e01b155657526d693acf97c2b3' 2025-04-25T04:43:09.9081435Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2025-04-25T04:43:20.9653623Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2025-04-25T04:43:24.2172615Z Submodule path 'third_party/ideep/mkl-dnn': checked out '8d263e693366ef8db40acc569cc7d8edf644556d' 2025-04-25T04:43:24.3273796Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2025-04-25T04:43:24.6581855Z Submodule path 'third_party/kineto': checked out '5fa4bd8c8fb581a621f72957d0cb11431cc4714f' 2025-04-25T04:43:24.6720428Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2025-04-25T04:43:24.6722409Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2025-04-25T04:43:24.6723565Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2025-04-25T04:43:27.6927335Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2025-04-25T04:43:27.6928156Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2025-04-25T04:43:27.6928954Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2025-04-25T04:43:28.0884194Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2025-04-25T04:43:28.1094729Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-04-25T04:43:28.1095909Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-04-25T04:43:28.1097425Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-04-25T04:43:28.1098918Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-04-25T04:43:28.1100367Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-04-25T04:43:28.1101586Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-04-25T04:43:28.1102838Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-04-25T04:43:28.1104197Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-04-25T04:43:28.1610708Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2025-04-25T04:43:36.5030340Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2025-04-25T04:43:36.5031323Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2025-04-25T04:43:36.5032270Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2025-04-25T04:43:36.5033221Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2025-04-25T04:43:36.5034130Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2025-04-25T04:43:36.5035094Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2025-04-25T04:43:36.5036043Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2025-04-25T04:43:37.6215021Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-04-25T04:43:37.7503046Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-04-25T04:43:37.9157149Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-04-25T04:43:38.0010991Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-04-25T04:43:38.0098910Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-04-25T04:43:38.6254788Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2025-04-25T04:43:38.6856436Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-04-25T04:43:38.8163645Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-04-25T04:43:39.0260556Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2025-04-25T04:43:39.5432685Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-04-25T04:43:39.6391588Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-04-25T04:43:39.8304366Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2025-04-25T04:43:40.0571225Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2025-04-25T04:43:40.2719586Z Submodule path 'third_party/kleidiai': checked out 'ef685a13cfbe8d418aa2ed34350e21e4938358b6' 2025-04-25T04:43:40.4734453Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2025-04-25T04:43:41.0880217Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2025-04-25T04:43:45.0136303Z Submodule path 'third_party/onnx': checked out 'b8baa8446686496da4cc8fda09f2b6fe65c2a02c' 2025-04-25T04:43:45.0248664Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2025-04-25T04:43:46.2957528Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2025-04-25T04:43:46.4780874Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2025-04-25T04:43:47.1788401Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-04-25T04:43:47.2013669Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-04-25T04:43:47.2014941Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2025-04-25T04:43:47.2016149Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-04-25T04:43:47.2017356Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-04-25T04:43:47.2018875Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-04-25T04:43:47.2020501Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-04-25T04:43:47.2021959Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-04-25T04:43:47.2023462Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-04-25T04:43:47.2450381Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2025-04-25T04:43:58.8039735Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2025-04-25T04:43:58.8040612Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2025-04-25T04:43:58.8041487Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2025-04-25T04:43:58.8042381Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2025-04-25T04:43:58.8043217Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2025-04-25T04:43:58.8044086Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2025-04-25T04:43:58.8044869Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2025-04-25T04:43:58.9759381Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-04-25T04:43:59.1706873Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-04-25T04:43:59.2572560Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-04-25T04:43:59.9258673Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-04-25T04:44:00.0040712Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-04-25T04:44:00.1076863Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-04-25T04:44:00.2357831Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-04-25T04:44:00.2462560Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-04-25T04:44:00.2463878Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-04-25T04:44:02.6831161Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2025-04-25T04:44:02.6832275Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2025-04-25T04:44:03.4727515Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-04-25T04:44:03.7038650Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-04-25T04:44:09.3749846Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-04-25T04:44:09.4571358Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2025-04-25T04:44:10.9719870Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-04-25T04:44:10.9831219Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2025-04-25T04:44:10.9832597Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2025-04-25T04:44:12.4586490Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2025-04-25T04:44:12.4587324Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2025-04-25T04:44:12.5363285Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-04-25T04:44:12.7773464Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-04-25T04:44:12.8483062Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-04-25T04:44:12.9271143Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-04-25T04:44:13.7358551Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-04-25T04:44:13.8710796Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-04-25T04:44:14.0515908Z Submodule path 'third_party/sleef': checked out '56e1f79cb140fb9326d612d0be06b5250565cade' 2025-04-25T04:44:14.2238948Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2025-04-25T04:44:14.2384722Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2025-04-25T04:44:14.2385820Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2025-04-25T04:44:14.2386800Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2025-04-25T04:44:14.2387852Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2025-04-25T04:44:16.5396312Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2025-04-25T04:44:16.5397318Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2025-04-25T04:44:16.5398221Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2025-04-25T04:44:16.5398980Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2025-04-25T04:44:16.7484056Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-04-25T04:44:16.8507866Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-04-25T04:44:17.1123300Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2025-04-25T04:44:17.2755562Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-04-25T04:44:17.2849742Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-04-25T04:44:17.9534087Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2025-04-25T04:44:18.0143266Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-04-25T04:44:18.0361795Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2025-04-25T04:44:18.3369497Z Entering 'android/libs/fbjni' 2025-04-25T04:44:18.3717912Z Entering 'third_party/FP16' 2025-04-25T04:44:18.4043670Z Entering 'third_party/FXdiv' 2025-04-25T04:44:18.4370956Z Entering 'third_party/NNPACK' 2025-04-25T04:44:18.4707707Z Entering 'third_party/NVTX' 2025-04-25T04:44:18.5059553Z Entering 'third_party/VulkanMemoryAllocator' 2025-04-25T04:44:18.5386619Z Entering 'third_party/XNNPACK' 2025-04-25T04:44:18.5753989Z Entering 'third_party/benchmark' 2025-04-25T04:44:18.6077438Z Entering 'third_party/composable_kernel' 2025-04-25T04:44:18.6413280Z Entering 'third_party/cpp-httplib' 2025-04-25T04:44:18.6740294Z Entering 'third_party/cpuinfo' 2025-04-25T04:44:18.7077038Z Entering 'third_party/cudnn_frontend' 2025-04-25T04:44:18.7418138Z Entering 'third_party/cutlass' 2025-04-25T04:44:18.7765234Z Entering 'third_party/eigen' 2025-04-25T04:44:18.8099587Z Entering 'third_party/fbgemm' 2025-04-25T04:44:18.8443119Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-04-25T04:44:18.8783731Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-04-25T04:44:18.9117577Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-04-25T04:44:18.9455593Z Entering 'third_party/fbgemm/third_party/googletest' 2025-04-25T04:44:18.9784590Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-04-25T04:44:19.0161353Z Entering 'third_party/flash-attention' 2025-04-25T04:44:19.0478399Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-04-25T04:44:19.0823652Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-04-25T04:44:19.1197777Z Entering 'third_party/flatbuffers' 2025-04-25T04:44:19.1545897Z Entering 'third_party/fmt' 2025-04-25T04:44:19.1867784Z Entering 'third_party/gemmlowp/gemmlowp' 2025-04-25T04:44:19.2229338Z Entering 'third_party/gloo' 2025-04-25T04:44:19.2564414Z Entering 'third_party/googletest' 2025-04-25T04:44:19.2898461Z Entering 'third_party/ideep' 2025-04-25T04:44:19.3235252Z Entering 'third_party/ideep/mkl-dnn' 2025-04-25T04:44:19.3606934Z Entering 'third_party/ittapi' 2025-04-25T04:44:19.3936819Z Entering 'third_party/kineto' 2025-04-25T04:44:19.4267201Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-04-25T04:44:19.4603499Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-04-25T04:44:19.4946908Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-04-25T04:44:19.5287672Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-04-25T04:44:19.5634667Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-04-25T04:44:19.5961596Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-04-25T04:44:19.6330260Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-04-25T04:44:19.6680568Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-04-25T04:44:19.7032080Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-04-25T04:44:19.7378382Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-04-25T04:44:19.7773832Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-04-25T04:44:19.8120841Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-04-25T04:44:19.8476693Z Entering 'third_party/kleidiai' 2025-04-25T04:44:19.8841855Z Entering 'third_party/mimalloc' 2025-04-25T04:44:19.9186475Z Entering 'third_party/nlohmann' 2025-04-25T04:44:19.9538006Z Entering 'third_party/onnx' 2025-04-25T04:44:19.9875509Z Entering 'third_party/onnx/third_party/pybind11' 2025-04-25T04:44:20.0239491Z Entering 'third_party/opentelemetry-cpp' 2025-04-25T04:44:20.0561103Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-04-25T04:44:20.0893916Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-04-25T04:44:20.1224147Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-04-25T04:44:20.1561213Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-04-25T04:44:20.1904176Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-04-25T04:44:20.2257574Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-04-25T04:44:20.2589125Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-04-25T04:44:20.2912196Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-04-25T04:44:20.3293494Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-04-25T04:44:20.3655303Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-04-25T04:44:20.4037723Z Entering 'third_party/pocketfft' 2025-04-25T04:44:20.4383775Z Entering 'third_party/protobuf' 2025-04-25T04:44:20.4705480Z Entering 'third_party/protobuf/third_party/benchmark' 2025-04-25T04:44:20.5031520Z Entering 'third_party/protobuf/third_party/googletest' 2025-04-25T04:44:20.5379801Z Entering 'third_party/psimd' 2025-04-25T04:44:20.5710146Z Entering 'third_party/pthreadpool' 2025-04-25T04:44:20.6031741Z Entering 'third_party/pybind11' 2025-04-25T04:44:20.6355563Z Entering 'third_party/python-peachpy' 2025-04-25T04:44:20.6688841Z Entering 'third_party/sleef' 2025-04-25T04:44:20.7029572Z Entering 'third_party/tensorpipe' 2025-04-25T04:44:20.7355641Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-04-25T04:44:20.7714260Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-04-25T04:44:20.8053662Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-04-25T04:44:20.8392665Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-04-25T04:44:20.8739672Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-04-25T04:44:20.9188731Z ##[endgroup] 2025-04-25T04:44:20.9189153Z ##[group]Persisting credentials for submodules 2025-04-25T04:44:20.9202063Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :\"" 2025-04-25T04:44:21.2486593Z Entering 'android/libs/fbjni' 2025-04-25T04:44:21.3022180Z Entering 'third_party/FP16' 2025-04-25T04:44:21.3548344Z Entering 'third_party/FXdiv' 2025-04-25T04:44:21.4082119Z Entering 'third_party/NNPACK' 2025-04-25T04:44:21.4594610Z Entering 'third_party/NVTX' 2025-04-25T04:44:21.5112340Z Entering 'third_party/VulkanMemoryAllocator' 2025-04-25T04:44:21.5664034Z Entering 'third_party/XNNPACK' 2025-04-25T04:44:21.6194655Z Entering 'third_party/benchmark' 2025-04-25T04:44:21.6713865Z Entering 'third_party/composable_kernel' 2025-04-25T04:44:21.7257645Z Entering 'third_party/cpp-httplib' 2025-04-25T04:44:21.7774124Z Entering 'third_party/cpuinfo' 2025-04-25T04:44:21.8294652Z Entering 'third_party/cudnn_frontend' 2025-04-25T04:44:21.8818374Z Entering 'third_party/cutlass' 2025-04-25T04:44:21.9335197Z Entering 'third_party/eigen' 2025-04-25T04:44:21.9854335Z Entering 'third_party/fbgemm' 2025-04-25T04:44:22.0354599Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-04-25T04:44:22.0895062Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-04-25T04:44:22.1430169Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-04-25T04:44:22.1971967Z Entering 'third_party/fbgemm/third_party/googletest' 2025-04-25T04:44:22.2516628Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-04-25T04:44:22.3058987Z Entering 'third_party/flash-attention' 2025-04-25T04:44:22.3588262Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-04-25T04:44:22.4166484Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-04-25T04:44:22.4727418Z Entering 'third_party/flatbuffers' 2025-04-25T04:44:22.5281685Z Entering 'third_party/fmt' 2025-04-25T04:44:22.5821480Z Entering 'third_party/gemmlowp/gemmlowp' 2025-04-25T04:44:22.6347510Z Entering 'third_party/gloo' 2025-04-25T04:44:22.6857162Z Entering 'third_party/googletest' 2025-04-25T04:44:22.7375816Z Entering 'third_party/ideep' 2025-04-25T04:44:22.7876764Z Entering 'third_party/ideep/mkl-dnn' 2025-04-25T04:44:22.8418598Z Entering 'third_party/ittapi' 2025-04-25T04:44:22.8958895Z Entering 'third_party/kineto' 2025-04-25T04:44:22.9503919Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-04-25T04:44:23.0010363Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-04-25T04:44:23.0546121Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-04-25T04:44:23.1072442Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-04-25T04:44:23.1596287Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-04-25T04:44:23.2114516Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-04-25T04:44:23.2665383Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-04-25T04:44:23.3187317Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-04-25T04:44:23.3711672Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-04-25T04:44:23.4228781Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-04-25T04:44:23.4767488Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-04-25T04:44:23.5290151Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-04-25T04:44:23.5866074Z Entering 'third_party/kleidiai' 2025-04-25T04:44:23.6364248Z Entering 'third_party/mimalloc' 2025-04-25T04:44:23.6916258Z Entering 'third_party/nlohmann' 2025-04-25T04:44:23.7428508Z Entering 'third_party/onnx' 2025-04-25T04:44:23.7973124Z Entering 'third_party/onnx/third_party/pybind11' 2025-04-25T04:44:23.8509372Z Entering 'third_party/opentelemetry-cpp' 2025-04-25T04:44:23.9070068Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-04-25T04:44:23.9603787Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-04-25T04:44:24.0226476Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-04-25T04:44:24.0805337Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-04-25T04:44:24.1316580Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-04-25T04:44:24.1839700Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-04-25T04:44:24.2376526Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-04-25T04:44:24.2879377Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-04-25T04:44:24.3398678Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-04-25T04:44:24.3960541Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-04-25T04:44:24.4520883Z Entering 'third_party/pocketfft' 2025-04-25T04:44:24.5040034Z Entering 'third_party/protobuf' 2025-04-25T04:44:24.5572134Z Entering 'third_party/protobuf/third_party/benchmark' 2025-04-25T04:44:24.6110068Z Entering 'third_party/protobuf/third_party/googletest' 2025-04-25T04:44:24.6642633Z Entering 'third_party/psimd' 2025-04-25T04:44:24.7153578Z Entering 'third_party/pthreadpool' 2025-04-25T04:44:24.7671460Z Entering 'third_party/pybind11' 2025-04-25T04:44:24.8188599Z Entering 'third_party/python-peachpy' 2025-04-25T04:44:24.8695592Z Entering 'third_party/sleef' 2025-04-25T04:44:24.9208829Z Entering 'third_party/tensorpipe' 2025-04-25T04:44:24.9720726Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-04-25T04:44:25.0246653Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-04-25T04:44:25.0792425Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-04-25T04:44:25.1315234Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-04-25T04:44:25.1828930Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-04-25T04:44:25.2443475Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url\"" 2025-04-25T04:44:25.5743810Z Entering 'android/libs/fbjni' 2025-04-25T04:44:25.6237452Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-04-25T04:44:25.6352315Z Entering 'third_party/FP16' 2025-04-25T04:44:25.6820474Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-04-25T04:44:25.6933973Z Entering 'third_party/FXdiv' 2025-04-25T04:44:25.7401686Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-04-25T04:44:25.7516350Z Entering 'third_party/NNPACK' 2025-04-25T04:44:25.7983358Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-04-25T04:44:25.8098655Z Entering 'third_party/NVTX' 2025-04-25T04:44:25.8568810Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-04-25T04:44:25.8684483Z Entering 'third_party/VulkanMemoryAllocator' 2025-04-25T04:44:25.9165264Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-04-25T04:44:25.9281852Z Entering 'third_party/XNNPACK' 2025-04-25T04:44:25.9747902Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-04-25T04:44:25.9880262Z Entering 'third_party/benchmark' 2025-04-25T04:44:26.0360814Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-04-25T04:44:26.0481518Z Entering 'third_party/composable_kernel' 2025-04-25T04:44:26.0950858Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-04-25T04:44:26.1072609Z Entering 'third_party/cpp-httplib' 2025-04-25T04:44:26.1553270Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-04-25T04:44:26.1668508Z Entering 'third_party/cpuinfo' 2025-04-25T04:44:26.2134724Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-04-25T04:44:26.2251242Z Entering 'third_party/cudnn_frontend' 2025-04-25T04:44:26.2727504Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-04-25T04:44:26.2843090Z Entering 'third_party/cutlass' 2025-04-25T04:44:26.3317326Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-04-25T04:44:26.3443047Z Entering 'third_party/eigen' 2025-04-25T04:44:26.3929347Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2025-04-25T04:44:26.4048586Z Entering 'third_party/fbgemm' 2025-04-25T04:44:26.4519494Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-04-25T04:44:26.4623231Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-04-25T04:44:26.5104456Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2025-04-25T04:44:26.5221948Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-04-25T04:44:26.5696874Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2025-04-25T04:44:26.5813050Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-04-25T04:44:26.6313571Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2025-04-25T04:44:26.6443110Z Entering 'third_party/fbgemm/third_party/googletest' 2025-04-25T04:44:26.6941265Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2025-04-25T04:44:26.7067732Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-04-25T04:44:26.7578201Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2025-04-25T04:44:26.7713704Z Entering 'third_party/flash-attention' 2025-04-25T04:44:26.8248736Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-04-25T04:44:26.8353980Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-04-25T04:44:26.8861336Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-04-25T04:44:26.8996764Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-04-25T04:44:26.9515764Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-04-25T04:44:26.9663871Z Entering 'third_party/flatbuffers' 2025-04-25T04:44:27.0175924Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-04-25T04:44:27.0303298Z Entering 'third_party/fmt' 2025-04-25T04:44:27.0810438Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-04-25T04:44:27.0931514Z Entering 'third_party/gemmlowp/gemmlowp' 2025-04-25T04:44:27.1433260Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-04-25T04:44:27.1559928Z Entering 'third_party/gloo' 2025-04-25T04:44:27.2064937Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-04-25T04:44:27.2185824Z Entering 'third_party/googletest' 2025-04-25T04:44:27.2698312Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-04-25T04:44:27.2816816Z Entering 'third_party/ideep' 2025-04-25T04:44:27.3324493Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-04-25T04:44:27.3428803Z Entering 'third_party/ideep/mkl-dnn' 2025-04-25T04:44:27.3934373Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-04-25T04:44:27.4097392Z Entering 'third_party/ittapi' 2025-04-25T04:44:27.4580705Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-04-25T04:44:27.4708937Z Entering 'third_party/kineto' 2025-04-25T04:44:27.5215739Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-04-25T04:44:27.5325787Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-04-25T04:44:27.5849727Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-04-25T04:44:27.5958814Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-04-25T04:44:27.6474611Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2025-04-25T04:44:27.6598892Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-04-25T04:44:27.7096514Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2025-04-25T04:44:27.7218916Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-04-25T04:44:27.7722871Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2025-04-25T04:44:27.7847718Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-04-25T04:44:27.8339841Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2025-04-25T04:44:27.8446618Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-04-25T04:44:27.8946933Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2025-04-25T04:44:27.9084091Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-04-25T04:44:27.9580860Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2025-04-25T04:44:27.9704775Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-04-25T04:44:28.0204859Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2025-04-25T04:44:28.0325657Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-04-25T04:44:28.0822115Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2025-04-25T04:44:28.0944844Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-04-25T04:44:28.1442357Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2025-04-25T04:44:28.1579306Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-04-25T04:44:28.2078270Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-04-25T04:44:28.2201535Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-04-25T04:44:28.2715105Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-04-25T04:44:28.2852393Z Entering 'third_party/kleidiai' 2025-04-25T04:44:28.3350175Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-04-25T04:44:28.3470996Z Entering 'third_party/mimalloc' 2025-04-25T04:44:28.3965806Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-04-25T04:44:28.4086142Z Entering 'third_party/nlohmann' 2025-04-25T04:44:28.4591090Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-04-25T04:44:28.4725250Z Entering 'third_party/onnx' 2025-04-25T04:44:28.5216712Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-04-25T04:44:28.5345122Z Entering 'third_party/onnx/third_party/pybind11' 2025-04-25T04:44:28.5852101Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-04-25T04:44:28.5990389Z Entering 'third_party/opentelemetry-cpp' 2025-04-25T04:44:28.6504823Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-04-25T04:44:28.6612827Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-04-25T04:44:28.7115190Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-04-25T04:44:28.7253441Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-04-25T04:44:28.7769763Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-04-25T04:44:28.7891554Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-04-25T04:44:28.8401136Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-04-25T04:44:28.8522008Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-04-25T04:44:28.9032440Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-04-25T04:44:28.9158712Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-04-25T04:44:28.9649529Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-04-25T04:44:28.9774435Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-04-25T04:44:29.0275897Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-04-25T04:44:29.0395278Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-04-25T04:44:29.1744444Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-04-25T04:44:29.1851612Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-04-25T04:44:29.2360084Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-04-25T04:44:29.2481950Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-04-25T04:44:29.3027241Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-04-25T04:44:29.3162856Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-04-25T04:44:29.3698388Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-04-25T04:44:29.3855351Z Entering 'third_party/pocketfft' 2025-04-25T04:44:29.4355338Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-04-25T04:44:29.4473339Z Entering 'third_party/protobuf' 2025-04-25T04:44:29.4988270Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-04-25T04:44:29.5100358Z Entering 'third_party/protobuf/third_party/benchmark' 2025-04-25T04:44:29.5615242Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-04-25T04:44:29.5740028Z Entering 'third_party/protobuf/third_party/googletest' 2025-04-25T04:44:29.6240030Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-04-25T04:44:29.6378024Z Entering 'third_party/psimd' 2025-04-25T04:44:29.6881337Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-04-25T04:44:29.6999506Z Entering 'third_party/pthreadpool' 2025-04-25T04:44:29.7526126Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-04-25T04:44:29.7650580Z Entering 'third_party/pybind11' 2025-04-25T04:44:29.8149839Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-04-25T04:44:29.8277466Z Entering 'third_party/python-peachpy' 2025-04-25T04:44:29.8779646Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-04-25T04:44:29.8898232Z Entering 'third_party/sleef' 2025-04-25T04:44:29.9386501Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-04-25T04:44:29.9507246Z Entering 'third_party/tensorpipe' 2025-04-25T04:44:29.9999951Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-04-25T04:44:30.0105130Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-04-25T04:44:30.0598972Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-04-25T04:44:30.0720731Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-04-25T04:44:30.1206680Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-04-25T04:44:30.1330046Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-04-25T04:44:30.1821980Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-04-25T04:44:30.1942260Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-04-25T04:44:30.2445388Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-04-25T04:44:30.2550647Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-04-25T04:44:30.3059966Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-04-25T04:44:30.3621998Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2025-04-25T04:44:30.7129491Z Entering 'android/libs/fbjni' 2025-04-25T04:44:30.7471445Z Entering 'third_party/FP16' 2025-04-25T04:44:30.7807086Z Entering 'third_party/FXdiv' 2025-04-25T04:44:30.8133554Z Entering 'third_party/NNPACK' 2025-04-25T04:44:30.8467617Z Entering 'third_party/NVTX' 2025-04-25T04:44:30.8812288Z Entering 'third_party/VulkanMemoryAllocator' 2025-04-25T04:44:30.9138197Z Entering 'third_party/XNNPACK' 2025-04-25T04:44:30.9490148Z Entering 'third_party/benchmark' 2025-04-25T04:44:30.9827684Z Entering 'third_party/composable_kernel' 2025-04-25T04:44:31.0159104Z Entering 'third_party/cpp-httplib' 2025-04-25T04:44:31.0510263Z Entering 'third_party/cpuinfo' 2025-04-25T04:44:31.0843792Z Entering 'third_party/cudnn_frontend' 2025-04-25T04:44:31.1169655Z Entering 'third_party/cutlass' 2025-04-25T04:44:31.1517488Z Entering 'third_party/eigen' 2025-04-25T04:44:31.1852962Z Entering 'third_party/fbgemm' 2025-04-25T04:44:31.2200807Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-04-25T04:44:31.2582254Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-04-25T04:44:31.2920277Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-04-25T04:44:31.3337536Z Entering 'third_party/fbgemm/third_party/googletest' 2025-04-25T04:44:31.3700654Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-04-25T04:44:31.4066515Z Entering 'third_party/flash-attention' 2025-04-25T04:44:31.4404085Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-04-25T04:44:31.4752860Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-04-25T04:44:31.5108696Z Entering 'third_party/flatbuffers' 2025-04-25T04:44:31.5465908Z Entering 'third_party/fmt' 2025-04-25T04:44:31.5798531Z Entering 'third_party/gemmlowp/gemmlowp' 2025-04-25T04:44:31.6132893Z Entering 'third_party/gloo' 2025-04-25T04:44:31.6462813Z Entering 'third_party/googletest' 2025-04-25T04:44:31.6793438Z Entering 'third_party/ideep' 2025-04-25T04:44:31.7115437Z Entering 'third_party/ideep/mkl-dnn' 2025-04-25T04:44:31.7471942Z Entering 'third_party/ittapi' 2025-04-25T04:44:31.7798831Z Entering 'third_party/kineto' 2025-04-25T04:44:31.8122259Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-04-25T04:44:31.8446852Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-04-25T04:44:31.8781644Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-04-25T04:44:31.9108867Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-04-25T04:44:31.9444168Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-04-25T04:44:31.9755856Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-04-25T04:44:32.0123080Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-04-25T04:44:32.0461953Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-04-25T04:44:32.0801613Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-04-25T04:44:32.1141018Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-04-25T04:44:32.1496699Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-04-25T04:44:32.1829282Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-04-25T04:44:32.2178165Z Entering 'third_party/kleidiai' 2025-04-25T04:44:32.2539601Z Entering 'third_party/mimalloc' 2025-04-25T04:44:32.2872130Z Entering 'third_party/nlohmann' 2025-04-25T04:44:32.3222291Z Entering 'third_party/onnx' 2025-04-25T04:44:32.3576601Z Entering 'third_party/onnx/third_party/pybind11' 2025-04-25T04:44:32.3927457Z Entering 'third_party/opentelemetry-cpp' 2025-04-25T04:44:32.4256167Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-04-25T04:44:32.4586260Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-04-25T04:44:32.4929445Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-04-25T04:44:32.5260586Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-04-25T04:44:32.5594571Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-04-25T04:44:32.5987365Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-04-25T04:44:32.6332426Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-04-25T04:44:32.6660684Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-04-25T04:44:32.7029621Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-04-25T04:44:32.7393072Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-04-25T04:44:32.7801037Z Entering 'third_party/pocketfft' 2025-04-25T04:44:32.8153047Z Entering 'third_party/protobuf' 2025-04-25T04:44:32.8531169Z Entering 'third_party/protobuf/third_party/benchmark' 2025-04-25T04:44:32.8892658Z Entering 'third_party/protobuf/third_party/googletest' 2025-04-25T04:44:32.9237913Z Entering 'third_party/psimd' 2025-04-25T04:44:32.9567946Z Entering 'third_party/pthreadpool' 2025-04-25T04:44:32.9909352Z Entering 'third_party/pybind11' 2025-04-25T04:44:33.0235830Z Entering 'third_party/python-peachpy' 2025-04-25T04:44:33.0568979Z Entering 'third_party/sleef' 2025-04-25T04:44:33.0901820Z Entering 'third_party/tensorpipe' 2025-04-25T04:44:33.1219464Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-04-25T04:44:33.1560495Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-04-25T04:44:33.1890658Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-04-25T04:44:33.2227936Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-04-25T04:44:33.2550930Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-04-25T04:44:33.3027931Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:'" 2025-04-25T04:44:33.6145703Z Entering 'android/libs/fbjni' 2025-04-25T04:44:33.6484340Z Entering 'third_party/FP16' 2025-04-25T04:44:33.6815052Z Entering 'third_party/FXdiv' 2025-04-25T04:44:33.7166952Z Entering 'third_party/NNPACK' 2025-04-25T04:44:33.7495164Z Entering 'third_party/NVTX' 2025-04-25T04:44:33.7824639Z Entering 'third_party/VulkanMemoryAllocator' 2025-04-25T04:44:33.8163685Z Entering 'third_party/XNNPACK' 2025-04-25T04:44:33.8513115Z Entering 'third_party/benchmark' 2025-04-25T04:44:33.8840984Z Entering 'third_party/composable_kernel' 2025-04-25T04:44:33.9175312Z Entering 'third_party/cpp-httplib' 2025-04-25T04:44:33.9512130Z Entering 'third_party/cpuinfo' 2025-04-25T04:44:33.9852607Z Entering 'third_party/cudnn_frontend' 2025-04-25T04:44:34.0199348Z Entering 'third_party/cutlass' 2025-04-25T04:44:34.0543250Z Entering 'third_party/eigen' 2025-04-25T04:44:34.0892163Z Entering 'third_party/fbgemm' 2025-04-25T04:44:34.1208175Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-04-25T04:44:34.1549509Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-04-25T04:44:34.1887785Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-04-25T04:44:34.2224864Z Entering 'third_party/fbgemm/third_party/googletest' 2025-04-25T04:44:34.2599709Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-04-25T04:44:34.2958178Z Entering 'third_party/flash-attention' 2025-04-25T04:44:34.3289280Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-04-25T04:44:34.3631541Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-04-25T04:44:34.3990441Z Entering 'third_party/flatbuffers' 2025-04-25T04:44:34.4330359Z Entering 'third_party/fmt' 2025-04-25T04:44:34.4676612Z Entering 'third_party/gemmlowp/gemmlowp' 2025-04-25T04:44:34.5022643Z Entering 'third_party/gloo' 2025-04-25T04:44:34.5358924Z Entering 'third_party/googletest' 2025-04-25T04:44:34.5709661Z Entering 'third_party/ideep' 2025-04-25T04:44:34.6059547Z Entering 'third_party/ideep/mkl-dnn' 2025-04-25T04:44:34.6414964Z Entering 'third_party/ittapi' 2025-04-25T04:44:34.6755059Z Entering 'third_party/kineto' 2025-04-25T04:44:34.7074788Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-04-25T04:44:34.7394333Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-04-25T04:44:34.7736784Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-04-25T04:44:34.8074117Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-04-25T04:44:34.8410237Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-04-25T04:44:34.8734487Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-04-25T04:44:34.9084917Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-04-25T04:44:34.9441690Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-04-25T04:44:34.9774709Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-04-25T04:44:35.0112336Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-04-25T04:44:35.0460803Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-04-25T04:44:35.0806733Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-04-25T04:44:35.1160108Z Entering 'third_party/kleidiai' 2025-04-25T04:44:35.1486812Z Entering 'third_party/mimalloc' 2025-04-25T04:44:35.1819081Z Entering 'third_party/nlohmann' 2025-04-25T04:44:35.2152529Z Entering 'third_party/onnx' 2025-04-25T04:44:35.2478876Z Entering 'third_party/onnx/third_party/pybind11' 2025-04-25T04:44:35.2830698Z Entering 'third_party/opentelemetry-cpp' 2025-04-25T04:44:35.3152279Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-04-25T04:44:35.3493349Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-04-25T04:44:35.3832176Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-04-25T04:44:35.4167739Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-04-25T04:44:35.4504484Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-04-25T04:44:35.4843863Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-04-25T04:44:35.5180908Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-04-25T04:44:35.5509940Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-04-25T04:44:35.5850714Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-04-25T04:44:35.6206265Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-04-25T04:44:35.6586210Z Entering 'third_party/pocketfft' 2025-04-25T04:44:35.6947456Z Entering 'third_party/protobuf' 2025-04-25T04:44:35.7275549Z Entering 'third_party/protobuf/third_party/benchmark' 2025-04-25T04:44:35.7630669Z Entering 'third_party/protobuf/third_party/googletest' 2025-04-25T04:44:35.7983115Z Entering 'third_party/psimd' 2025-04-25T04:44:35.8321167Z Entering 'third_party/pthreadpool' 2025-04-25T04:44:35.8666441Z Entering 'third_party/pybind11' 2025-04-25T04:44:35.8991146Z Entering 'third_party/python-peachpy' 2025-04-25T04:44:35.9340079Z Entering 'third_party/sleef' 2025-04-25T04:44:35.9672325Z Entering 'third_party/tensorpipe' 2025-04-25T04:44:35.9989660Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-04-25T04:44:36.0342736Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-04-25T04:44:36.0690332Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-04-25T04:44:36.1017760Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-04-25T04:44:36.1356522Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-04-25T04:44:36.1807197Z ##[endgroup] 2025-04-25T04:44:36.2061735Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H 2025-04-25T04:44:36.2259485Z b68c0effe97351b0c24b2f7aef671559be6aa977 2025-04-25T04:44:36.2543708Z Prepare all required actions 2025-04-25T04:44:36.2606759Z ##[group]Run ./.github/actions/setup-win 2025-04-25T04:44:36.2607035Z with: 2025-04-25T04:44:36.2607235Z cuda-version: cpu 2025-04-25T04:44:36.2607440Z env: 2025-04-25T04:44:36.2607620Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:44:36.2607856Z ##[endgroup] 2025-04-25T04:44:36.2676487Z ##[group]Run set -euo pipefail 2025-04-25T04:44:36.2676803Z set -euo pipefail 2025-04-25T04:44:36.2677074Z function get_ec2_metadata() { 2025-04-25T04:44:36.2677418Z  # Pulled from instance metadata endpoint for EC2 2025-04-25T04:44:36.2678015Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-04-25T04:44:36.2678567Z  category=$1 2025-04-25T04:44:36.2679421Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-04-25T04:44:36.2680256Z } 2025-04-25T04:44:36.2680499Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-04-25T04:44:36.2680895Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-04-25T04:44:36.2681330Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-04-25T04:44:36.2681722Z echo "system info $(uname -a)" 2025-04-25T04:44:36.2700368Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-04-25T04:44:36.2700788Z env: 2025-04-25T04:44:36.2700993Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:44:36.2701243Z ##[endgroup] 2025-04-25T04:44:36.3246821Z ami-id: ami-047591c381c19028d 2025-04-25T04:44:36.3712953Z instance-id: i-097c425ec88d960a1 2025-04-25T04:44:36.4073575Z instance-type: c5d.4xlarge 2025-04-25T04:44:36.4256776Z system info MSYS_NT-10.0-17763 EC2AMAZ-DD9BHOF 3.5.4-395fda67.x86_64 2024-11-25 09:49 UTC x86_64 Msys 2025-04-25T04:44:36.4354728Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-04-25T04:44:36.4355665Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-04-25T04:44:36.4371096Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-04-25T04:44:36.4371558Z env: 2025-04-25T04:44:36.4371748Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:44:36.4371991Z ##[endgroup] 2025-04-25T04:44:36.7843043Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-04-25T04:44:36.7891849Z Finished 2025-04-25T04:44:36.8184821Z ##[group]Run # Windows conda is baked into the AMI at this location 2025-04-25T04:44:36.8185452Z # Windows conda is baked into the AMI at this location 2025-04-25T04:44:36.8185866Z CONDA="C:\Jenkins\Miniconda3\condabin\conda.bat" 2025-04-25T04:44:36.8186172Z  2025-04-25T04:44:36.8186352Z { 2025-04-25T04:44:36.8186612Z  echo "CONDA_RUN=${CONDA} run --no-capture-output"; 2025-04-25T04:44:36.8186993Z  echo "CONDA_BUILD=${CONDA} run conda-build"; 2025-04-25T04:44:36.8187330Z  echo "CONDA_INSTALL=${CONDA} install"; 2025-04-25T04:44:36.8187698Z } >> "${GITHUB_ENV}" 2025-04-25T04:44:36.8206715Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-04-25T04:44:36.8207145Z env: 2025-04-25T04:44:36.8207328Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:44:36.8207557Z ##[endgroup] 2025-04-25T04:44:36.8473793Z ##[group]Run set +e 2025-04-25T04:44:36.8474035Z set +e 2025-04-25T04:44:36.8474240Z set -x 2025-04-25T04:44:36.8474418Z  2025-04-25T04:44:36.8474648Z PYTHON3=$(${CONDA_RUN} which python3) 2025-04-25T04:44:36.8474941Z EXIT_CODE=$? 2025-04-25T04:44:36.8475136Z  2025-04-25T04:44:36.8477168Z if [[ "${EXIT_CODE}" == "0" ]]; then 2025-04-25T04:44:36.8477745Z  echo "Found Python3 at ${PYTHON3}, adding it into GITHUB_PATH" 2025-04-25T04:44:36.8478125Z  2025-04-25T04:44:36.8478340Z  PYTHON_PATH=$(dirname "${PYTHON3}") 2025-04-25T04:44:36.8478680Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2025-04-25T04:44:36.8478965Z else 2025-04-25T04:44:36.8479403Z  # According to https://docs.conda.io/en/latest/miniconda.html, we are using the Miniconda3 2025-04-25T04:44:36.8480098Z  # installation, which is Python 3 based. Its Python is default to Python 3. Further, there 2025-04-25T04:44:36.8480750Z  # is also the Miniconda installation that is Python 2 based, and both can be installed if 2025-04-25T04:44:36.8481323Z  # needed. In both cases, Python binary is just called python 2025-04-25T04:44:36.8481709Z  PYTHON=$(${CONDA_RUN} which python) 2025-04-25T04:44:36.8482004Z  EXIT_CODE=$? 2025-04-25T04:44:36.8482216Z  2025-04-25T04:44:36.8482420Z  if [[ "${EXIT_CODE}" == "0" ]]; then 2025-04-25T04:44:36.8482898Z  echo "Found Python at ${PYTHON}, set Python3 alias and add it into GITHUB_PATH" 2025-04-25T04:44:36.8483353Z  2025-04-25T04:44:36.8483600Z  PYTHON3=$(echo "${PYTHON}" | sed "s/python/python3/") 2025-04-25T04:44:36.8484109Z  # It's difficult to setup alias across GitHub action steps, so I just add a softlink 2025-04-25T04:44:36.8484561Z  # here pointing to Python 2025-04-25T04:44:36.8484852Z  ln -s "${PYTHON}" "${PYTHON3}" 2025-04-25T04:44:36.8485118Z  2025-04-25T04:44:36.8485318Z  PYTHON_PATH=$(dirname "${PYTHON}") 2025-04-25T04:44:36.8485661Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2025-04-25T04:44:36.8485939Z  else 2025-04-25T04:44:36.8486183Z  echo "Found no Python using ${CONDA_RUN}" 2025-04-25T04:44:36.8486469Z  fi 2025-04-25T04:44:36.8486645Z fi 2025-04-25T04:44:36.8504805Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-04-25T04:44:36.8505294Z env: 2025-04-25T04:44:36.8505512Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:44:36.8505882Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T04:44:36.8506389Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T04:44:36.8506868Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T04:44:36.8507223Z ##[endgroup] 2025-04-25T04:44:36.8781717Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python3 2025-04-25T04:44:43.3852278Z which: no python3 in (/c/Jenkins/Miniconda3:/c/Jenkins/Miniconda3/Library/mingw-w64/bin:/c/Jenkins/Miniconda3/Library/usr/bin:/c/Jenkins/Miniconda3/Library/bin:/c/Jenkins/Miniconda3/Scripts:/c/Jenkins/Miniconda3/bin:/c/Jenkins/Miniconda3/condabin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/Amazon/cfn-bootstrap:/c/ProgramData/chocolatey/bin:/c/Program Files/Amazon/AWSCLIV2:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps) 2025-04-25T04:44:43.3877058Z ERROR conda.cli.main_run:execute(49): `conda run which python3` failed. (See above for error) 2025-04-25T04:44:43.4603695Z + PYTHON3= 2025-04-25T04:44:43.4603929Z + EXIT_CODE=1 2025-04-25T04:44:43.4604209Z + [[ 1 == \0 ]] 2025-04-25T04:44:43.4661476Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python 2025-04-25T04:44:45.2002890Z + PYTHON=/c/Jenkins/Miniconda3/python 2025-04-25T04:44:45.2003266Z + EXIT_CODE=0 2025-04-25T04:44:45.2003448Z + [[ 0 == \0 ]] 2025-04-25T04:44:45.2003877Z + echo 'Found Python at /c/Jenkins/Miniconda3/python, set Python3 alias and add it into GITHUB_PATH' 2025-04-25T04:44:45.2005387Z Found Python at /c/Jenkins/Miniconda3/python, set Python3 alias and add it into GITHUB_PATH 2025-04-25T04:44:45.2117792Z ++ echo /c/Jenkins/Miniconda3/python 2025-04-25T04:44:45.2181192Z ++ sed s/python/python3/ 2025-04-25T04:44:45.2253648Z + PYTHON3=/c/Jenkins/Miniconda3/python3 2025-04-25T04:44:45.2254069Z + ln -s /c/Jenkins/Miniconda3/python /c/Jenkins/Miniconda3/python3 2025-04-25T04:44:45.2424760Z ++ dirname /c/Jenkins/Miniconda3/python 2025-04-25T04:44:45.2492775Z + PYTHON_PATH=/c/Jenkins/Miniconda3 2025-04-25T04:44:45.2493096Z + echo /c/Jenkins/Miniconda3 2025-04-25T04:44:45.2603673Z ##[group]Run TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2025-04-25T04:44:45.2604291Z TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2025-04-25T04:44:45.2604759Z echo "TMPDIR=${TMPDIR}" >> "${GITHUB_ENV}" 2025-04-25T04:44:45.2626564Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-04-25T04:44:45.2627009Z env: 2025-04-25T04:44:45.2627214Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:44:45.2627600Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T04:44:45.2628116Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T04:44:45.2628599Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T04:44:45.2629008Z ##[endgroup] 2025-04-25T04:44:45.3571296Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2025-04-25T04:44:45.3572262Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2025-04-25T04:44:45.3573040Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2025-04-25T04:44:45.3573514Z # that it doesn't interfere 2025-04-25T04:44:45.3573973Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2025-04-25T04:44:45.3589880Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-04-25T04:44:45.3590348Z env: 2025-04-25T04:44:45.3590540Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:44:45.3590930Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T04:44:45.3591454Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T04:44:45.3591943Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T04:44:45.3592324Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T04:44:45.3592614Z ##[endgroup] 2025-04-25T04:44:45.7263896Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-04-25T04:44:45.7328006Z Finished 2025-04-25T04:44:46.4552463Z ##[group]Run choco install handle -y 2025-04-25T04:44:46.4552784Z choco install handle -y 2025-04-25T04:44:46.4553077Z handle C:\actions-runner\_work\ 2025-04-25T04:44:46.4568775Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-04-25T04:44:46.4569214Z env: 2025-04-25T04:44:46.4569409Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:44:46.4569772Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T04:44:46.4570293Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T04:44:46.4570818Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T04:44:46.4571244Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T04:44:46.4571536Z ##[endgroup] 2025-04-25T04:44:46.7976452Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-04-25T04:44:46.8040926Z Finished 2025-04-25T04:44:49.3983437Z Chocolatey v2.4.2 2025-04-25T04:44:49.5575845Z Installing the following packages: 2025-04-25T04:44:49.5580649Z handle 2025-04-25T04:44:49.5584489Z By installing, you accept licenses for the packages. 2025-04-25T04:44:50.6545125Z Downloading package from source 'https://community.chocolatey.org/api/v2/' 2025-04-25T04:44:50.8076289Z 2025-04-25T04:44:50.8076894Z Progress: Downloading Handle 5.0... 15% 2025-04-25T04:44:50.8077263Z Progress: Downloading Handle 5.0... 45% 2025-04-25T04:44:50.8078033Z Progress: Downloading Handle 5.0... 75% 2025-04-25T04:44:50.8078377Z Progress: Downloading Handle 5.0... 100% 2025-04-25T04:44:51.0640861Z 2025-04-25T04:44:51.0641269Z handle v5.0.0 [Approved] 2025-04-25T04:44:51.0842439Z handle package files install completed. Performing other installation steps. 2025-04-25T04:44:53.0256167Z Downloading Handle 2025-04-25T04:44:53.0256562Z from 'https://download.sysinternals.com/files/Handle.zip' 2025-04-25T04:44:53.1669014Z 2025-04-25T04:44:53.1793883Z Progress: 19% - Saving 143.51 KB of 729.82 KB 2025-04-25T04:44:53.1807608Z Progress: 41% - Saving 303.51 KB of 729.82 KB 2025-04-25T04:44:53.1822855Z Progress: 63% - Saving 463.51 KB of 729.82 KB 2025-04-25T04:44:53.1841041Z Progress: 85% - Saving 623.51 KB of 729.82 KB 2025-04-25T04:44:53.1844921Z Progress: 100% - Completed download of C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip (729.82 KB). 2025-04-25T04:44:53.1851827Z Download of Handle.zip (729.82 KB) completed. 2025-04-25T04:44:56.2510324Z Hashes match. 2025-04-25T04:44:56.2772271Z Extracting C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip to C:\ProgramData\chocolatey\lib\Handle\tools... 2025-04-25T04:44:56.5644667Z C:\ProgramData\chocolatey\lib\Handle\tools 2025-04-25T04:44:56.5701512Z HKEY_CURRENT_USER\Software\Sysinternals 2025-04-25T04:44:56.5731504Z HKEY_CURRENT_USER\Software\Sysinternals\Handle 2025-04-25T04:44:57.1688678Z ShimGen has successfully created a shim for handle.exe 2025-04-25T04:44:57.3500642Z ShimGen has successfully created a shim for handle64.exe 2025-04-25T04:44:57.5134582Z ShimGen has successfully created a shim for handle64a.exe 2025-04-25T04:44:57.5403618Z The install of handle was successful. 2025-04-25T04:44:57.5407227Z Deployed to 'C:\ProgramData\chocolatey\lib\Handle\tools' 2025-04-25T04:44:57.5508457Z 2025-04-25T04:44:57.5508572Z Chocolatey installed 1/1 packages. 2025-04-25T04:44:57.5508990Z See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). 2025-04-25T04:44:57.6774194Z 2025-04-25T04:44:57.6774966Z Nthandle v5.0 - Handle viewer 2025-04-25T04:44:57.6775295Z Copyright (C) 1997-2022 Mark Russinovich 2025-04-25T04:44:57.6775607Z Sysinternals - www.sysinternals.com 2025-04-25T04:44:57.6775798Z 2025-04-25T04:44:57.8289082Z powershell.exe pid: 5284 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-04-25T04:44:57.8289698Z handle.exe pid: 6076 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-04-25T04:44:57.8290474Z handle.exe pid: 4136 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2025-04-25T04:44:57.8291023Z handle64.exe pid: 3988 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2025-04-25T04:44:57.8657182Z ##[group]Run nick-fields/retry@v3.0.0 2025-04-25T04:44:57.8657497Z with: 2025-04-25T04:44:57.8657664Z shell: bash 2025-04-25T04:44:57.8657855Z timeout_minutes: 5 2025-04-25T04:44:57.8658057Z max_attempts: 5 2025-04-25T04:44:57.8658255Z retry_wait_seconds: 30 2025-04-25T04:44:57.8658561Z command: set -eu python3 -m pip install 'xdoctest>=1.1.0' 2025-04-25T04:44:57.8658906Z polling_interval_seconds: 1 2025-04-25T04:44:57.8659152Z warning_on_retry: true 2025-04-25T04:44:57.8659373Z continue_on_error: false 2025-04-25T04:44:57.8659586Z env: 2025-04-25T04:44:57.8659753Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:44:57.8660117Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T04:44:57.8660639Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T04:44:57.8661099Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T04:44:57.8661517Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T04:44:57.8661789Z ##[endgroup] 2025-04-25T04:45:02.0544890Z Collecting xdoctest>=1.1.0 2025-04-25T04:45:02.2625536Z Downloading xdoctest-1.2.0-py3-none-any.whl.metadata (37 kB) 2025-04-25T04:45:02.6770196Z Downloading xdoctest-1.2.0-py3-none-any.whl (151 kB) 2025-04-25T04:45:02.7580122Z ---------------------------------------- 151.2/151.2 kB 1.8 MB/s eta 0:00:00 2025-04-25T04:45:04.4661331Z Installing collected packages: xdoctest 2025-04-25T04:45:04.4661868Z Attempting uninstall: xdoctest 2025-04-25T04:45:04.4686573Z Found existing installation: xdoctest 1.0.2 2025-04-25T04:45:04.5517027Z Uninstalling xdoctest-1.0.2: 2025-04-25T04:45:04.5556237Z Successfully uninstalled xdoctest-1.0.2 2025-04-25T04:45:04.6658592Z WARNING: The script xdoctest.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-04-25T04:45:04.6659517Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-04-25T04:45:04.7233677Z Successfully installed xdoctest-1.2.0 2025-04-25T04:45:06.0151281Z Command completed after 1 attempt(s). 2025-04-25T04:45:06.0347512Z ##[group]Run seemethere/download-artifact-s3@v4 2025-04-25T04:45:06.0347857Z with: 2025-04-25T04:45:06.0348046Z name: win-vs2022-cpu-py3 2025-04-25T04:45:06.0348307Z path: C:\14656749847\build-results 2025-04-25T04:45:06.0348565Z s3-bucket: gha-artifacts 2025-04-25T04:45:06.0348812Z region: us-east-1 2025-04-25T04:45:06.0348995Z env: 2025-04-25T04:45:06.0349182Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:45:06.0349546Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T04:45:06.0350052Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T04:45:06.0350549Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T04:45:06.0350939Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T04:45:06.0351222Z ##[endgroup] 2025-04-25T04:45:06.5535245Z (node:6072) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2025-04-25T04:45:06.5535878Z 2025-04-25T04:45:06.5536059Z Please migrate your code to use AWS SDK for JavaScript (v3). 2025-04-25T04:45:06.5536612Z For more information, check the migration guide at https://a.co/7PzMCcy 2025-04-25T04:45:06.5537184Z (Use `node --trace-warnings ...` to show where the warning was created) 2025-04-25T04:45:06.6650757Z Found 4 objects with prefix pytorch/pytorch/14656749847/win-vs2022-cpu-py3/ 2025-04-25T04:45:06.6657105Z Starting download (1/4): C:\14656749847\build-results\.additional_ci_files\test-class-times.json 2025-04-25T04:45:06.7969988Z Finished download (1/4): C:\14656749847\build-results\.additional_ci_files\test-class-times.json 2025-04-25T04:45:06.7971261Z Starting download (2/4): C:\14656749847\build-results\.additional_ci_files\test-times.json 2025-04-25T04:45:06.8691109Z Finished download (2/4): C:\14656749847\build-results\.additional_ci_files\test-times.json 2025-04-25T04:45:06.8692687Z Starting download (3/4): C:\14656749847\build-results\.ninja_log 2025-04-25T04:45:06.9726201Z Finished download (3/4): C:\14656749847\build-results\.ninja_log 2025-04-25T04:45:06.9727833Z Starting download (4/4): C:\14656749847\build-results\torch-2.8.0a0+gitb68c0ef-cp39-cp39-win_amd64.whl 2025-04-25T04:45:10.3824440Z Finished download (4/4): C:\14656749847\build-results\torch-2.8.0a0+gitb68c0ef-cp39-cp39-win_amd64.whl 2025-04-25T04:45:10.3835695Z Artifact download has finished successfully 2025-04-25T04:45:10.4128141Z ##[group]Run tree /F C:\$Env:GITHUB_RUN_ID\build-results 2025-04-25T04:45:10.4128567Z tree /F C:\$Env:GITHUB_RUN_ID\build-results 2025-04-25T04:45:10.4144824Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-04-25T04:45:10.4145370Z env: 2025-04-25T04:45:10.4145550Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:45:10.4146011Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T04:45:10.4146583Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T04:45:10.4147104Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T04:45:10.4147570Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T04:45:10.4147896Z ##[endgroup] 2025-04-25T04:45:10.7759419Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-04-25T04:45:10.7827619Z Finished 2025-04-25T04:45:10.7938887Z Folder PATH listing 2025-04-25T04:45:10.7939244Z Volume serial number is 0000026F EA7F:0099 2025-04-25T04:45:10.7939546Z C:\14656749847\BUILD-RESULTS 2025-04-25T04:45:10.7945174Z � .ninja_log 2025-04-25T04:45:10.7945583Z � torch-2.8.0a0+gitb68c0ef-cp39-cp39-win_amd64.whl 2025-04-25T04:45:10.7945926Z � 2025-04-25T04:45:10.7946152Z ����.additional_ci_files 2025-04-25T04:45:10.7946390Z test-class-times.json 2025-04-25T04:45:10.7946631Z test-times.json 2025-04-25T04:45:10.7946828Z 2025-04-25T04:45:10.8175413Z Prepare all required actions 2025-04-25T04:45:10.8175895Z Getting action download info 2025-04-25T04:45:10.9655615Z Download action repository 'actions/download-artifact@v4' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-04-25T04:45:12.5587030Z ##[group]Run ./.github/actions/download-td-artifacts 2025-04-25T04:45:12.5587404Z with: 2025-04-25T04:45:12.5587576Z env: 2025-04-25T04:45:12.5587752Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:45:12.5588117Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T04:45:12.5588621Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T04:45:12.5589105Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T04:45:12.5589486Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T04:45:12.5589771Z ##[endgroup] 2025-04-25T04:45:12.5677738Z ##[group]Run seemethere/download-artifact-s3@v4 2025-04-25T04:45:12.5678051Z with: 2025-04-25T04:45:12.5678262Z name: td_results 2025-04-25T04:45:12.5678470Z s3-bucket: gha-artifacts 2025-04-25T04:45:12.5678700Z region: us-east-1 2025-04-25T04:45:12.5678881Z env: 2025-04-25T04:45:12.5679067Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:45:12.5679479Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T04:45:12.5680041Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T04:45:12.5680498Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T04:45:12.5680887Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T04:45:12.5681173Z ##[endgroup] 2025-04-25T04:45:13.0868710Z (node:2740) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2025-04-25T04:45:13.0869468Z 2025-04-25T04:45:13.0869637Z Please migrate your code to use AWS SDK for JavaScript (v3). 2025-04-25T04:45:13.0870153Z For more information, check the migration guide at https://a.co/7PzMCcy 2025-04-25T04:45:13.0870679Z (Use `node --trace-warnings ...` to show where the warning was created) 2025-04-25T04:45:13.2105518Z Found 1 objects with prefix pytorch/pytorch/14656749847/td_results/ 2025-04-25T04:45:13.2106659Z Starting download (1/1): C:\actions-runner\_work\pytorch\pytorch\td_results.json 2025-04-25T04:45:13.2616244Z Finished download (1/1): C:\actions-runner\_work\pytorch\pytorch\td_results.json 2025-04-25T04:45:13.2625416Z Artifact download has finished successfully 2025-04-25T04:45:13.2867138Z ##[group]Run mkdir -p .additional_ci_files 2025-04-25T04:45:13.2867773Z mkdir -p .additional_ci_files 2025-04-25T04:45:13.2868480Z mv td_results.json .additional_ci_files/td_results.json || true 2025-04-25T04:45:13.2892852Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-04-25T04:45:13.2893275Z env: 2025-04-25T04:45:13.2893460Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:45:13.2893844Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T04:45:13.2894361Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T04:45:13.2894898Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T04:45:13.2895284Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T04:45:13.2895580Z ##[endgroup] 2025-04-25T04:45:13.4081377Z Prepare all required actions 2025-04-25T04:45:13.4115207Z ##[group]Run ./.github/actions/get-workflow-job-id 2025-04-25T04:45:13.4115524Z with: 2025-04-25T04:45:13.4116118Z github-token: *** 2025-04-25T04:45:13.4116320Z env: 2025-04-25T04:45:13.4116494Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:45:13.4116874Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T04:45:13.4117410Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T04:45:13.4117875Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T04:45:13.4118269Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T04:45:13.4118547Z ##[endgroup] 2025-04-25T04:45:13.4861077Z ##[group]Run set -eux 2025-04-25T04:45:13.4861320Z set -eux 2025-04-25T04:45:13.4861720Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-04-25T04:45:13.4882312Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-04-25T04:45:13.4882742Z env: 2025-04-25T04:45:13.4882928Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:45:13.4883292Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T04:45:13.4883809Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T04:45:13.4884276Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T04:45:13.4884662Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T04:45:13.4885188Z GITHUB_TOKEN: *** 2025-04-25T04:45:13.4885379Z ##[endgroup] 2025-04-25T04:45:13.6668820Z + python3 .github/scripts/get_workflow_job_id.py 14656749847 i-097c425ec88d960a1 2025-04-25T04:45:14.7354043Z setting job-id=41133890953 2025-04-25T04:45:14.7354650Z setting job-name=win-vs2022-cpu-py3 / test (default, 1, 3, ephemeral.windows.4xlarge.nonephemeral) 2025-04-25T04:45:14.7685907Z Prepare all required actions 2025-04-25T04:45:14.7686298Z Getting action download info 2025-04-25T04:45:14.8814886Z ##[group]Run ./.github/actions/filter-test-configs 2025-04-25T04:45:14.8815206Z with: 2025-04-25T04:45:14.8815592Z github-token: *** 2025-04-25T04:45:14.8816762Z test-matrix: {"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "ephemeral.windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "ephemeral.windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "ephemeral.windows.4xlarge.nonephemeral"}]} 2025-04-25T04:45:14.8818328Z job-name: win-vs2022-cpu-py3 / test (default, 1, 3, ephemeral.windows.4xlarge.nonephemeral) 2025-04-25T04:45:14.8818777Z env: 2025-04-25T04:45:14.8818973Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:45:14.8819348Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T04:45:14.8819890Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T04:45:14.8820348Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T04:45:14.8820737Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T04:45:14.8821010Z ##[endgroup] 2025-04-25T04:45:14.8907146Z ##[group]Run nick-fields/retry@v3.0.0 2025-04-25T04:45:14.8907417Z with: 2025-04-25T04:45:14.8907590Z shell: bash 2025-04-25T04:45:14.8907787Z timeout_minutes: 10 2025-04-25T04:45:14.8908002Z max_attempts: 5 2025-04-25T04:45:14.8908196Z retry_wait_seconds: 30 2025-04-25T04:45:14.8908918Z command: set -eux # PyYAML 6.0 doesn't work with MacOS x86 anymore # This must run on Python-3.7 (AmazonLinux2) so can't use request=3.32.2 python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-04-25T04:45:14.8909685Z polling_interval_seconds: 1 2025-04-25T04:45:14.8909926Z warning_on_retry: true 2025-04-25T04:45:14.8910150Z continue_on_error: false 2025-04-25T04:45:14.8910360Z env: 2025-04-25T04:45:14.8910556Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:45:14.8910913Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T04:45:14.8911428Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T04:45:14.8911887Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T04:45:14.8912274Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T04:45:14.8912764Z GITHUB_TOKEN: *** 2025-04-25T04:45:14.8912959Z ##[endgroup] 2025-04-25T04:45:15.2672171Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-04-25T04:45:16.0446742Z Collecting requests==2.27.1 2025-04-25T04:45:16.2302351Z Downloading requests-2.27.1-py2.py3-none-any.whl.metadata (5.0 kB) 2025-04-25T04:45:16.3414159Z Collecting pyyaml==6.0.1 2025-04-25T04:45:16.3465530Z Downloading PyYAML-6.0.1-cp39-cp39-win_amd64.whl.metadata (2.1 kB) 2025-04-25T04:45:16.3690427Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (1.26.19) 2025-04-25T04:45:16.3696739Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2025.1.31) 2025-04-25T04:45:16.3708426Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2.0.4) 2025-04-25T04:45:16.3722083Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (3.7) 2025-04-25T04:45:16.4008272Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2025-04-25T04:45:16.4691577Z ---------------------------------------- 63.1/63.1 kB 839.6 kB/s eta 0:00:00 2025-04-25T04:45:16.4746713Z Downloading PyYAML-6.0.1-cp39-cp39-win_amd64.whl (152 kB) 2025-04-25T04:45:16.6944066Z -------------------------------------- 152.8/152.8 kB 653.7 kB/s eta 0:00:00 2025-04-25T04:45:17.4425221Z Installing collected packages: requests, pyyaml 2025-04-25T04:45:17.4427674Z Attempting uninstall: requests 2025-04-25T04:45:17.4436972Z Found existing installation: requests 2.32.3 2025-04-25T04:45:17.6027876Z Uninstalling requests-2.32.3: 2025-04-25T04:45:17.6050282Z Successfully uninstalled requests-2.32.3 2025-04-25T04:45:17.8544535Z Attempting uninstall: pyyaml 2025-04-25T04:45:17.8554134Z Found existing installation: PyYAML 6.0.2 2025-04-25T04:45:17.9655524Z Uninstalling PyYAML-6.0.2: 2025-04-25T04:45:17.9685914Z Successfully uninstalled PyYAML-6.0.2 2025-04-25T04:45:18.0793119Z Successfully installed pyyaml-6.0.1 requests-2.27.1 2025-04-25T04:45:18.9956652Z Command completed after 1 attempt(s). 2025-04-25T04:45:19.0104032Z ##[group]Run set -x 2025-04-25T04:45:19.0104268Z set -x 2025-04-25T04:45:19.0104456Z  2025-04-25T04:45:19.0104805Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-04-25T04:45:19.0105245Z # in runner workspace 2025-04-25T04:45:19.0105658Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-04-25T04:45:19.0124929Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-04-25T04:45:19.0125357Z env: 2025-04-25T04:45:19.0125535Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:45:19.0125907Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T04:45:19.0126417Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T04:45:19.0126902Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T04:45:19.0127286Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T04:45:19.0127568Z ##[endgroup] 2025-04-25T04:45:19.1791076Z + python3 'C:\actions-runner\_work\pytorch\pytorch\./.github/actions/filter-test-configs/../../scripts/parse_ref.py' 2025-04-25T04:45:19.2360106Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-04-25T04:45:19.2360474Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-04-25T04:45:19.2360799Z echo "Job name: ${JOB_NAME}" 2025-04-25T04:45:19.2361048Z  2025-04-25T04:45:19.2361382Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-04-25T04:45:19.2361815Z # in runner workspace 2025-04-25T04:45:19.2362191Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-04-25T04:45:19.2362626Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-04-25T04:45:19.2362924Z  --job-name "${JOB_NAME}" \ 2025-04-25T04:45:19.2364173Z  --test-matrix "{"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "ephemeral.windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "ephemeral.windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "ephemeral.windows.4xlarge.nonephemeral"}]}" \ 2025-04-25T04:45:19.2365446Z  --selected-test-configs "" \ 2025-04-25T04:45:19.2365738Z  --pr-number "${PR_NUMBER}" \ 2025-04-25T04:45:19.2366012Z  --tag "${TAG}" \ 2025-04-25T04:45:19.2366252Z  --event-name "${EVENT_NAME}" \ 2025-04-25T04:45:19.2366531Z  --schedule "${SCHEDULE}" \ 2025-04-25T04:45:19.2366803Z  --branch "${HEAD_BRANCH}" 2025-04-25T04:45:19.2386117Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-04-25T04:45:19.2386564Z env: 2025-04-25T04:45:19.2386806Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:45:19.2387234Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T04:45:19.2387745Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T04:45:19.2388218Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T04:45:19.2388616Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T04:45:19.2389145Z GITHUB_TOKEN: *** 2025-04-25T04:45:19.2390141Z JOB_NAME: win-vs2022-cpu-py3 / test (default, 1, 3, ephemeral.windows.4xlarge.nonephemeral) 2025-04-25T04:45:19.2390612Z PR_NUMBER: 2025-04-25T04:45:19.2390810Z TAG: ciflow/trunk/148893 2025-04-25T04:45:19.2391028Z EVENT_NAME: push 2025-04-25T04:45:19.2391229Z SCHEDULE: 2025-04-25T04:45:19.2391414Z HEAD_BRANCH: 2025-04-25T04:45:19.2391592Z ##[endgroup] 2025-04-25T04:45:19.2578491Z Workflow: trunk 2025-04-25T04:45:19.2578949Z Job name: win-vs2022-cpu-py3 / test (default, 1, 3, ephemeral.windows.4xlarge.nonephemeral) 2025-04-25T04:45:19.5351119Z INFO:root:Found no test-config label on the PR, so all test configs are included 2025-04-25T04:45:19.7811314Z ##[group]Run echo "Filtered matrix:" 2025-04-25T04:45:19.7811630Z echo "Filtered matrix:" 2025-04-25T04:45:19.7812856Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "ephemeral.windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "ephemeral.windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "ephemeral.windows.4xlarge.nonephemeral"}]}" 2025-04-25T04:45:19.7814068Z  2025-04-25T04:45:19.7814326Z echo 2025-04-25T04:45:19.7814558Z echo "Is the current job unstable? False" 2025-04-25T04:45:19.7814869Z  2025-04-25T04:45:19.7815036Z echo 2025-04-25T04:45:19.7815290Z echo "Is keep-going label set? False" 2025-04-25T04:45:19.7815577Z  2025-04-25T04:45:19.7815743Z echo 2025-04-25T04:45:19.7815939Z echo "Renabled issues? " 2025-04-25T04:45:19.7834487Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-04-25T04:45:19.7834913Z env: 2025-04-25T04:45:19.7835105Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:45:19.7835465Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T04:45:19.7835987Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T04:45:19.7836472Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T04:45:19.7836853Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T04:45:19.7837144Z ##[endgroup] 2025-04-25T04:45:19.8018338Z Filtered matrix: 2025-04-25T04:45:19.8020076Z {include: [{config: default, shard: 1, num_shards: 3, runner: ephemeral.windows.4xlarge.nonephemeral}, {config: default, shard: 2, num_shards: 3, runner: ephemeral.windows.4xlarge.nonephemeral}, {config: default, shard: 3, num_shards: 3, runner: ephemeral.windows.4xlarge.nonephemeral}]} 2025-04-25T04:45:19.8021338Z 2025-04-25T04:45:19.8021441Z Is the current job unstable? False 2025-04-25T04:45:19.8021621Z 2025-04-25T04:45:19.8021712Z Is keep-going label set? False 2025-04-25T04:45:19.8021879Z 2025-04-25T04:45:19.8021963Z Renabled issues? 2025-04-25T04:45:19.8132608Z ##[group]Run echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2025-04-25T04:45:19.8133104Z echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2025-04-25T04:45:19.8151524Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-04-25T04:45:19.8151945Z env: 2025-04-25T04:45:19.8152129Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:45:19.8152504Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T04:45:19.8153008Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T04:45:19.8153560Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T04:45:19.8153992Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T04:45:19.8154290Z JOB_TIMEOUT: 240 2025-04-25T04:45:19.8154477Z ##[endgroup] 2025-04-25T04:45:19.8450114Z ##[group]Run pushd "${PYTORCH_FINAL_PACKAGE_DIR}" 2025-04-25T04:45:19.8450505Z pushd "${PYTORCH_FINAL_PACKAGE_DIR}" 2025-04-25T04:45:19.8450835Z # shellcheck disable=SC2046,SC2102 2025-04-25T04:45:19.8451250Z python3 -mpip install $(echo *.whl)[opt-einsum,optree] optree==0.13.0 2025-04-25T04:45:19.8451649Z popd 2025-04-25T04:45:19.8451823Z  2025-04-25T04:45:19.8452011Z .ci/pytorch/win-test.sh 2025-04-25T04:45:19.8470240Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-04-25T04:45:19.8470741Z env: 2025-04-25T04:45:19.8470965Z GIT_DEFAULT_BRANCH: main 2025-04-25T04:45:19.8471340Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T04:45:19.8472002Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T04:45:19.8472463Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T04:45:19.8472890Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T04:45:19.8473177Z USE_CUDA: 0 2025-04-25T04:45:19.8473368Z INSTALL_WINDOWS_SDK: 1 2025-04-25T04:45:19.8473580Z PYTHON_VERSION: 3.9 2025-04-25T04:45:19.8473799Z CONTINUE_THROUGH_ERROR: False 2025-04-25T04:45:19.8474044Z VERBOSE_TEST_LOGS: False 2025-04-25T04:45:19.8474270Z TEST_SHOWLOCALS: False 2025-04-25T04:45:19.8474494Z NO_TEST_TIMEOUT: False 2025-04-25T04:45:19.8474701Z NO_TD: False 2025-04-25T04:45:19.8474885Z VC_PRODUCT: BuildTools 2025-04-25T04:45:19.8475094Z VC_VERSION: 2025-04-25T04:45:19.8475272Z VS_VERSION: 16.8.6 2025-04-25T04:45:19.8475472Z VC_YEAR: 2019 2025-04-25T04:45:19.8475676Z AWS_DEFAULT_REGION: us-east-1 2025-04-25T04:45:19.8475905Z PR_NUMBER: 2025-04-25T04:45:19.8476166Z GITHUB_REPOSITORY: pytorch/pytorch 2025-04-25T04:45:19.8476426Z GITHUB_WORKFLOW: trunk 2025-04-25T04:45:19.8476691Z GITHUB_JOB: test 2025-04-25T04:45:19.8476889Z GITHUB_RUN_ID: 14656749847 2025-04-25T04:45:19.8477130Z GITHUB_RUN_NUMBER: 124706 2025-04-25T04:45:19.8477352Z GITHUB_RUN_ATTEMPT: 1 2025-04-25T04:45:19.8477560Z JOB_ID: 41133890953 2025-04-25T04:45:19.8477960Z JOB_NAME: win-vs2022-cpu-py3 / test (default, 1, 3, ephemeral.windows.4xlarge.nonephemeral) 2025-04-25T04:45:19.8478470Z SHA1: b68c0effe97351b0c24b2f7aef671559be6aa977 2025-04-25T04:45:19.8478767Z CUDA_VERSION: cpu 2025-04-25T04:45:19.8479028Z PYTORCH_FINAL_PACKAGE_DIR: /c/14656749847/build-results/ 2025-04-25T04:45:19.8479375Z BUILD_ENVIRONMENT: win-vs2022-cpu-py3 2025-04-25T04:45:19.8479761Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-04-25T04:45:19.8480146Z SHARD_NUMBER: 1 2025-04-25T04:45:19.8480337Z NUM_TEST_SHARDS: 3 2025-04-25T04:45:19.8480556Z TEST_CONFIG: default 2025-04-25T04:45:19.8480763Z REENABLED_ISSUES: 2025-04-25T04:45:19.8480966Z TORCH_CUDA_ARCH_LIST: 8.6 2025-04-25T04:45:19.8481216Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2025-04-25T04:45:19.8481497Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2025-04-25T04:45:19.8481799Z ##[endgroup] 2025-04-25T04:45:19.8662413Z /c/14656749847/build-results /c/actions-runner/_work/pytorch/pytorch 2025-04-25T04:45:20.3806787Z Processing c:\14656749847\build-results\torch-2.8.0a0+gitb68c0ef-cp39-cp39-win_amd64.whl (from torch==2.8.0a0+gitb68c0ef) 2025-04-25T04:45:21.7346349Z Collecting optree==0.13.0 2025-04-25T04:45:21.9249069Z Downloading optree-0.13.0-cp39-cp39-win_amd64.whl.metadata (48 kB) 2025-04-25T04:45:22.0082975Z -------------------------------------- 48.7/48.7 kB 493.4 kB/s eta 0:00:00 2025-04-25T04:45:22.0449154Z Requirement already satisfied: typing-extensions>=4.5.0 in c:\jenkins\miniconda3\lib\site-packages (from optree==0.13.0) (4.12.2) 2025-04-25T04:45:22.0904607Z Collecting filelock (from torch==2.8.0a0+gitb68c0ef->torch==2.8.0a0+gitb68c0ef) 2025-04-25T04:45:22.0949936Z Downloading filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB) 2025-04-25T04:45:22.1364880Z Collecting sympy>=1.13.3 (from torch==2.8.0a0+gitb68c0ef->torch==2.8.0a0+gitb68c0ef) 2025-04-25T04:45:22.1406087Z Downloading sympy-1.13.3-py3-none-any.whl.metadata (12 kB) 2025-04-25T04:45:22.1548359Z Requirement already satisfied: networkx in c:\jenkins\miniconda3\lib\site-packages (from torch==2.8.0a0+gitb68c0ef->torch==2.8.0a0+gitb68c0ef) (2.8.8) 2025-04-25T04:45:22.1811623Z Collecting jinja2 (from torch==2.8.0a0+gitb68c0ef->torch==2.8.0a0+gitb68c0ef) 2025-04-25T04:45:22.1856810Z Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) 2025-04-25T04:45:22.2443573Z Collecting fsspec (from torch==2.8.0a0+gitb68c0ef->torch==2.8.0a0+gitb68c0ef) 2025-04-25T04:45:22.2492116Z Downloading fsspec-2025.3.2-py3-none-any.whl.metadata (11 kB) 2025-04-25T04:45:22.2789250Z Requirement already satisfied: opt-einsum>=3.3 in c:\jenkins\miniconda3\lib\site-packages (from torch==2.8.0a0+gitb68c0ef->torch==2.8.0a0+gitb68c0ef) (3.4.0) 2025-04-25T04:45:22.2860060Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in c:\jenkins\miniconda3\lib\site-packages (from sympy>=1.13.3->torch==2.8.0a0+gitb68c0ef->torch==2.8.0a0+gitb68c0ef) (1.2.1) 2025-04-25T04:45:22.4966253Z Collecting MarkupSafe>=2.0 (from jinja2->torch==2.8.0a0+gitb68c0ef->torch==2.8.0a0+gitb68c0ef) 2025-04-25T04:45:22.5023050Z Downloading MarkupSafe-3.0.2-cp39-cp39-win_amd64.whl.metadata (4.1 kB) 2025-04-25T04:45:22.5439439Z Downloading optree-0.13.0-cp39-cp39-win_amd64.whl (270 kB) 2025-04-25T04:45:22.9148736Z -------------------------------------- 270.1/270.1 kB 724.0 kB/s eta 0:00:00 2025-04-25T04:45:22.9194702Z Downloading sympy-1.13.3-py3-none-any.whl (6.2 MB) 2025-04-25T04:45:23.0714332Z ---------------------------------------- 6.2/6.2 MB 39.6 MB/s eta 0:00:00 2025-04-25T04:45:23.0760663Z Downloading filelock-3.18.0-py3-none-any.whl (16 kB) 2025-04-25T04:45:23.0856409Z Downloading fsspec-2025.3.2-py3-none-any.whl (194 kB) 2025-04-25T04:45:23.0966507Z ---------------------------------------- 194.4/194.4 kB ? eta 0:00:00 2025-04-25T04:45:23.1008864Z Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) 2025-04-25T04:45:23.1110623Z ---------------------------------------- 134.9/134.9 kB 8.3 MB/s eta 0:00:00 2025-04-25T04:45:23.1161814Z Downloading MarkupSafe-3.0.2-cp39-cp39-win_amd64.whl (15 kB) 2025-04-25T04:45:24.1573138Z Installing collected packages: sympy, optree, MarkupSafe, fsspec, filelock, jinja2, torch 2025-04-25T04:45:24.1574439Z Attempting uninstall: sympy 2025-04-25T04:45:24.1587816Z Found existing installation: sympy 1.11.1 2025-04-25T04:45:24.6626116Z Uninstalling sympy-1.11.1: 2025-04-25T04:45:25.0349836Z Successfully uninstalled sympy-1.11.1 2025-04-25T04:45:35.8058735Z WARNING: The script isympy.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-04-25T04:45:35.8059628Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-04-25T04:45:56.8716476Z WARNING: The scripts torchfrtrace.exe and torchrun.exe are installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-04-25T04:45:56.8717404Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-04-25T04:45:57.0014106Z Successfully installed MarkupSafe-3.0.2 filelock-3.18.0 fsspec-2025.3.2 jinja2-3.1.6 optree-0.13.0 sympy-1.13.3 torch-2.8.0a0+gitb68c0ef 2025-04-25T04:45:57.1068567Z /c/actions-runner/_work/pytorch/pytorch 2025-04-25T04:45:57.1358804Z +++ dirname .ci/pytorch/win-test.sh 2025-04-25T04:45:57.1424097Z ++ cd .ci/pytorch 2025-04-25T04:45:57.1428774Z ++ pwd 2025-04-25T04:45:57.1434262Z + SCRIPT_PARENT_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch 2025-04-25T04:45:57.1434796Z + source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common.sh 2025-04-25T04:45:57.1492085Z +++ dirname /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common.sh 2025-04-25T04:45:57.1555521Z ++ source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common_utils.sh 2025-04-25T04:45:57.1559067Z +++ declare -f -t trap_add 2025-04-25T04:45:57.1564316Z ++ set -ex -o pipefail 2025-04-25T04:45:57.1564647Z ++ [[ win-vs2022-cpu-py3 == *rocm* ]] 2025-04-25T04:45:57.1564918Z ++ BUILD_TEST_LIBTORCH=0 2025-04-25T04:45:57.1565269Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-04-25T04:45:57.1565732Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-04-25T04:45:57.1620223Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-04-25T04:45:57.1714948Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2025-04-25T04:45:57.1715355Z + export TMP_DIR_WIN 2025-04-25T04:45:57.1715660Z + export PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2025-04-25T04:45:57.1716056Z + PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2025-04-25T04:45:57.1780052Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch 2025-04-25T04:45:57.1866807Z + PROJECT_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch' 2025-04-25T04:45:57.1867227Z + export PROJECT_DIR_WIN 2025-04-25T04:45:57.1867541Z + export TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2025-04-25T04:45:57.1867942Z + TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2025-04-25T04:45:57.1921640Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/test 2025-04-25T04:45:57.2011247Z + TEST_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\test' 2025-04-25T04:45:57.2011730Z + export TEST_DIR_WIN 2025-04-25T04:45:57.2012037Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/14656749847/build-results/ 2025-04-25T04:45:57.2012461Z + PYTORCH_FINAL_PACKAGE_DIR=/c/14656749847/build-results/ 2025-04-25T04:45:57.2065651Z ++ cygpath -w /c/14656749847/build-results/ 2025-04-25T04:45:57.2159042Z + PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\14656749847\build-results\' 2025-04-25T04:45:57.2159521Z + export PYTORCH_FINAL_PACKAGE_DIR_WIN 2025-04-25T04:45:57.2159813Z + export TORCH_SERIALIZATION_DEBUG=1 2025-04-25T04:45:57.2160089Z + TORCH_SERIALIZATION_DEBUG=1 2025-04-25T04:45:57.2160489Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch 2025-04-25T04:45:57.2293236Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-04-25T04:45:57.2293959Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-04-25T04:45:57.2294427Z + [[ default = \f\o\r\c\e\_\o\n\_\c\p\u ]] 2025-04-25T04:45:57.2294720Z + [[ win-vs2022-cpu-py3 == *cuda* ]] 2025-04-25T04:45:57.2296088Z + python -m pip install pytest-rerunfailures==10.3 pytest-cpp==2.3.0 tensorboard==2.13.0 pytest-subtests==0.13.1 2025-04-25T04:45:57.9457473Z Collecting pytest-rerunfailures==10.3 2025-04-25T04:45:58.1314913Z Downloading pytest_rerunfailures-10.3-py3-none-any.whl.metadata (15 kB) 2025-04-25T04:45:58.1395279Z Requirement already satisfied: pytest-cpp==2.3.0 in c:\jenkins\miniconda3\lib\site-packages (2.3.0) 2025-04-25T04:45:58.1685512Z Collecting tensorboard==2.13.0 2025-04-25T04:45:58.1735949Z Downloading tensorboard-2.13.0-py3-none-any.whl.metadata (1.8 kB) 2025-04-25T04:45:58.1977184Z Collecting pytest-subtests==0.13.1 2025-04-25T04:45:58.2026095Z Downloading pytest_subtests-0.13.1-py3-none-any.whl.metadata (6.1 kB) 2025-04-25T04:45:58.2131485Z Requirement already satisfied: packaging>=17.1 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures==10.3) (23.2) 2025-04-25T04:45:58.2140068Z Requirement already satisfied: pytest>=5.3 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures==10.3) (7.1.3) 2025-04-25T04:45:58.2166475Z Requirement already satisfied: colorama in c:\jenkins\miniconda3\lib\site-packages (from pytest-cpp==2.3.0) (0.4.6) 2025-04-25T04:45:58.2449638Z Collecting absl-py>=0.4 (from tensorboard==2.13.0) 2025-04-25T04:45:58.2489820Z Downloading absl_py-2.2.2-py3-none-any.whl.metadata (2.6 kB) 2025-04-25T04:45:59.0237727Z Collecting grpcio>=1.48.2 (from tensorboard==2.13.0) 2025-04-25T04:45:59.0290146Z Downloading grpcio-1.71.0-cp39-cp39-win_amd64.whl.metadata (4.0 kB) 2025-04-25T04:45:59.2203018Z Collecting google-auth<3,>=1.6.3 (from tensorboard==2.13.0) 2025-04-25T04:45:59.2256179Z Downloading google_auth-2.39.0-py2.py3-none-any.whl.metadata (6.2 kB) 2025-04-25T04:45:59.2522383Z Collecting google-auth-oauthlib<1.1,>=0.5 (from tensorboard==2.13.0) 2025-04-25T04:45:59.2575371Z Downloading google_auth_oauthlib-1.0.0-py2.py3-none-any.whl.metadata (2.7 kB) 2025-04-25T04:45:59.2896614Z Collecting markdown>=2.6.8 (from tensorboard==2.13.0) 2025-04-25T04:45:59.2940207Z Downloading markdown-3.8-py3-none-any.whl.metadata (5.1 kB) 2025-04-25T04:45:59.3006039Z Requirement already satisfied: numpy>=1.12.0 in c:\jenkins\miniconda3\lib\site-packages (from tensorboard==2.13.0) (1.22.3) 2025-04-25T04:45:59.3012932Z Requirement already satisfied: protobuf>=3.19.6 in c:\jenkins\miniconda3\lib\site-packages (from tensorboard==2.13.0) (4.25.3) 2025-04-25T04:45:59.3021076Z Requirement already satisfied: requests<3,>=2.21.0 in c:\jenkins\miniconda3\lib\site-packages (from tensorboard==2.13.0) (2.27.1) 2025-04-25T04:45:59.3027636Z Requirement already satisfied: setuptools>=41.0.0 in c:\jenkins\miniconda3\lib\site-packages (from tensorboard==2.13.0) (75.8.0) 2025-04-25T04:45:59.3171686Z Collecting tensorboard-data-server<0.8.0,>=0.7.0 (from tensorboard==2.13.0) 2025-04-25T04:45:59.3214615Z Downloading tensorboard_data_server-0.7.2-py3-none-any.whl.metadata (1.1 kB) 2025-04-25T04:45:59.3661465Z Collecting werkzeug>=1.0.1 (from tensorboard==2.13.0) 2025-04-25T04:45:59.3706028Z Downloading werkzeug-3.1.3-py3-none-any.whl.metadata (3.7 kB) 2025-04-25T04:45:59.3774551Z Requirement already satisfied: wheel>=0.26 in c:\jenkins\miniconda3\lib\site-packages (from tensorboard==2.13.0) (0.43.0) 2025-04-25T04:45:59.3812956Z Requirement already satisfied: attrs>=19.2.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest-subtests==0.13.1) (25.1.0) 2025-04-25T04:45:59.4881758Z Collecting cachetools<6.0,>=2.0.0 (from google-auth<3,>=1.6.3->tensorboard==2.13.0) 2025-04-25T04:45:59.4927729Z Downloading cachetools-5.5.2-py3-none-any.whl.metadata (5.4 kB) 2025-04-25T04:45:59.5266081Z Collecting pyasn1-modules>=0.2.1 (from google-auth<3,>=1.6.3->tensorboard==2.13.0) 2025-04-25T04:45:59.5309984Z Downloading pyasn1_modules-0.4.2-py3-none-any.whl.metadata (3.5 kB) 2025-04-25T04:45:59.5586621Z Collecting rsa<5,>=3.1.4 (from google-auth<3,>=1.6.3->tensorboard==2.13.0) 2025-04-25T04:45:59.5634861Z Downloading rsa-4.9.1-py3-none-any.whl.metadata (5.6 kB) 2025-04-25T04:45:59.6107307Z Collecting requests-oauthlib>=0.7.0 (from google-auth-oauthlib<1.1,>=0.5->tensorboard==2.13.0) 2025-04-25T04:45:59.6148782Z Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB) 2025-04-25T04:45:59.6676992Z Requirement already satisfied: importlib-metadata>=4.4 in c:\jenkins\miniconda3\lib\site-packages (from markdown>=2.6.8->tensorboard==2.13.0) (8.5.0) 2025-04-25T04:45:59.6847487Z Requirement already satisfied: iniconfig in c:\jenkins\miniconda3\lib\site-packages (from pytest>=5.3->pytest-rerunfailures==10.3) (2.0.0) 2025-04-25T04:45:59.6855005Z Requirement already satisfied: pluggy<2.0,>=0.12 in c:\jenkins\miniconda3\lib\site-packages (from pytest>=5.3->pytest-rerunfailures==10.3) (1.0.0) 2025-04-25T04:45:59.6861853Z Requirement already satisfied: py>=1.8.2 in c:\jenkins\miniconda3\lib\site-packages (from pytest>=5.3->pytest-rerunfailures==10.3) (1.11.0) 2025-04-25T04:45:59.6869968Z Requirement already satisfied: tomli>=1.0.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest>=5.3->pytest-rerunfailures==10.3) (2.2.1) 2025-04-25T04:45:59.7003966Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\jenkins\miniconda3\lib\site-packages (from requests<3,>=2.21.0->tensorboard==2.13.0) (1.26.19) 2025-04-25T04:45:59.7012720Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests<3,>=2.21.0->tensorboard==2.13.0) (2025.1.31) 2025-04-25T04:45:59.7025107Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from requests<3,>=2.21.0->tensorboard==2.13.0) (2.0.4) 2025-04-25T04:45:59.7038824Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests<3,>=2.21.0->tensorboard==2.13.0) (3.7) 2025-04-25T04:45:59.7320388Z Requirement already satisfied: MarkupSafe>=2.1.1 in c:\jenkins\miniconda3\lib\site-packages (from werkzeug>=1.0.1->tensorboard==2.13.0) (3.0.2) 2025-04-25T04:45:59.7714411Z Requirement already satisfied: zipp>=3.20 in c:\jenkins\miniconda3\lib\site-packages (from importlib-metadata>=4.4->markdown>=2.6.8->tensorboard==2.13.0) (3.21.0) 2025-04-25T04:45:59.8201015Z Collecting pyasn1<0.7.0,>=0.6.1 (from pyasn1-modules>=0.2.1->google-auth<3,>=1.6.3->tensorboard==2.13.0) 2025-04-25T04:45:59.8241751Z Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB) 2025-04-25T04:45:59.8553420Z Collecting oauthlib>=3.0.0 (from requests-oauthlib>=0.7.0->google-auth-oauthlib<1.1,>=0.5->tensorboard==2.13.0) 2025-04-25T04:45:59.8593966Z Downloading oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) 2025-04-25T04:45:59.9383135Z Downloading pytest_rerunfailures-10.3-py3-none-any.whl (11 kB) 2025-04-25T04:45:59.9512711Z Downloading tensorboard-2.13.0-py3-none-any.whl (5.6 MB) 2025-04-25T04:46:00.0080635Z ---------------------------------------- 5.6/5.6 MB 88.2 MB/s eta 0:00:00 2025-04-25T04:46:00.0145594Z Downloading pytest_subtests-0.13.1-py3-none-any.whl (8.0 kB) 2025-04-25T04:46:00.0248631Z Downloading absl_py-2.2.2-py3-none-any.whl (135 kB) 2025-04-25T04:46:00.0338976Z ---------------------------------------- 135.6/135.6 kB ? eta 0:00:00 2025-04-25T04:46:00.0380741Z Downloading google_auth-2.39.0-py2.py3-none-any.whl (212 kB) 2025-04-25T04:46:00.0469408Z ---------------------------------------- 212.3/212.3 kB ? eta 0:00:00 2025-04-25T04:46:00.0510919Z Downloading google_auth_oauthlib-1.0.0-py2.py3-none-any.whl (18 kB) 2025-04-25T04:46:00.0632385Z Downloading grpcio-1.71.0-cp39-cp39-win_amd64.whl (4.3 MB) 2025-04-25T04:46:00.1001538Z ---------------------------------------- 4.3/4.3 MB 133.5 MB/s eta 0:00:00 2025-04-25T04:46:00.1042597Z Downloading markdown-3.8-py3-none-any.whl (106 kB) 2025-04-25T04:46:00.1120824Z ---------------------------------------- 106.2/106.2 kB ? eta 0:00:00 2025-04-25T04:46:00.1166720Z Downloading tensorboard_data_server-0.7.2-py3-none-any.whl (2.4 kB) 2025-04-25T04:46:00.1260229Z Downloading werkzeug-3.1.3-py3-none-any.whl (224 kB) 2025-04-25T04:46:00.1345337Z ---------------------------------------- 224.5/224.5 kB ? eta 0:00:00 2025-04-25T04:46:00.1382528Z Downloading cachetools-5.5.2-py3-none-any.whl (10 kB) 2025-04-25T04:46:00.1471043Z Downloading pyasn1_modules-0.4.2-py3-none-any.whl (181 kB) 2025-04-25T04:46:00.1556363Z --------------------------------------- 181.3/181.3 kB 10.7 MB/s eta 0:00:00 2025-04-25T04:46:00.1595509Z Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl (24 kB) 2025-04-25T04:46:00.1690431Z Downloading rsa-4.9.1-py3-none-any.whl (34 kB) 2025-04-25T04:46:00.1780836Z Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB) 2025-04-25T04:46:00.1873794Z ---------------------------------------- 151.7/151.7 kB 9.4 MB/s eta 0:00:00 2025-04-25T04:46:00.1923424Z Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB) 2025-04-25T04:46:00.1994979Z ---------------------------------------- 83.1/83.1 kB ? eta 0:00:00 2025-04-25T04:46:01.0744834Z Installing collected packages: werkzeug, tensorboard-data-server, pyasn1, oauthlib, grpcio, cachetools, absl-py, rsa, requests-oauthlib, pytest-subtests, pytest-rerunfailures, pyasn1-modules, markdown, google-auth, google-auth-oauthlib, tensorboard 2025-04-25T04:46:01.9638997Z WARNING: The scripts pyrsa-decrypt.exe, pyrsa-encrypt.exe, pyrsa-keygen.exe, pyrsa-priv2pub.exe, pyrsa-sign.exe and pyrsa-verify.exe are installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-04-25T04:46:01.9640979Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-04-25T04:46:02.0318649Z Attempting uninstall: pytest-rerunfailures 2025-04-25T04:46:02.0332951Z Found existing installation: pytest-rerunfailures 10.2 2025-04-25T04:46:02.0370973Z Uninstalling pytest-rerunfailures-10.2: 2025-04-25T04:46:02.5019463Z Successfully uninstalled pytest-rerunfailures-10.2 2025-04-25T04:46:02.8974421Z WARNING: The script markdown_py.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-04-25T04:46:02.8975263Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-04-25T04:46:03.0901525Z WARNING: The script google-oauthlib-tool.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-04-25T04:46:03.0902643Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-04-25T04:46:03.8165483Z WARNING: The script tensorboard.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-04-25T04:46:03.8167165Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-04-25T04:46:03.8767659Z Successfully installed absl-py-2.2.2 cachetools-5.5.2 google-auth-2.39.0 google-auth-oauthlib-1.0.0 grpcio-1.71.0 markdown-3.8 oauthlib-3.2.2 pyasn1-0.6.1 pyasn1-modules-0.4.2 pytest-rerunfailures-10.3 pytest-subtests-0.13.1 requests-oauthlib-2.0.0 rsa-4.9.1 tensorboard-2.13.0 tensorboard-data-server-0.7.2 werkzeug-3.1.3 2025-04-25T04:46:04.0559723Z + python -m pip install z3-solver==4.12.2.0 2025-04-25T04:46:04.8266391Z Collecting z3-solver==4.12.2.0 2025-04-25T04:46:05.0138755Z Downloading z3_solver-4.12.2.0-py2.py3-none-win_amd64.whl.metadata (697 bytes) 2025-04-25T04:46:05.0270264Z Downloading z3_solver-4.12.2.0-py2.py3-none-win_amd64.whl (57.9 MB) 2025-04-25T04:46:05.7239663Z ---------------------------------------- 57.9/57.9 MB 32.7 MB/s eta 0:00:00 2025-04-25T04:46:06.8763450Z Installing collected packages: z3-solver 2025-04-25T04:46:07.9680992Z Successfully installed z3-solver-4.12.2.0 2025-04-25T04:46:08.0505894Z + python -m pip install tlparse==0.3.30 2025-04-25T04:46:08.8723830Z Collecting tlparse==0.3.30 2025-04-25T04:46:09.0598668Z Downloading tlparse-0.3.30-py3-none-win_amd64.whl.metadata (2.0 kB) 2025-04-25T04:46:09.0745139Z Downloading tlparse-0.3.30-py3-none-win_amd64.whl (1.8 MB) 2025-04-25T04:46:09.2589573Z ---------------------------------------- 1.8/1.8 MB 10.7 MB/s eta 0:00:00 2025-04-25T04:46:10.2289811Z Installing collected packages: tlparse 2025-04-25T04:46:10.3035506Z Successfully installed tlparse-0.3.30 2025-04-25T04:46:10.3876266Z + python -m pip install parameterized==0.8.1 2025-04-25T04:46:11.1093790Z Collecting parameterized==0.8.1 2025-04-25T04:46:11.2960560Z Downloading parameterized-0.8.1-py2.py3-none-any.whl.metadata (18 kB) 2025-04-25T04:46:11.3295367Z Downloading parameterized-0.8.1-py2.py3-none-any.whl (26 kB) 2025-04-25T04:46:12.3227084Z Installing collected packages: parameterized 2025-04-25T04:46:12.4549126Z Successfully installed parameterized-0.8.1 2025-04-25T04:46:12.5352682Z + python -m pip install pulp==2.9.0 2025-04-25T04:46:13.3066406Z Collecting pulp==2.9.0 2025-04-25T04:46:13.4916429Z Downloading PuLP-2.9.0-py3-none-any.whl.metadata (5.4 kB) 2025-04-25T04:46:13.5046843Z Downloading PuLP-2.9.0-py3-none-any.whl (17.7 MB) 2025-04-25T04:46:13.8230660Z ---------------------------------------- 17.7/17.7 MB 109.9 MB/s eta 0:00:00 2025-04-25T04:46:14.8874216Z Installing collected packages: pulp 2025-04-25T04:46:15.2789239Z WARNING: The script pulptest.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-04-25T04:46:15.2790051Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-04-25T04:46:15.3243369Z Successfully installed pulp-2.9.0 2025-04-25T04:46:15.4099415Z + run_tests 2025-04-25T04:46:15.4100207Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2025-04-25T04:46:15.4100876Z + [[ -x /c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe ]] 2025-04-25T04:46:15.4101507Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2025-04-25T04:46:15.4102073Z + [[ -x /c/Windows/System32/nvidia-smi.exe ]] 2025-04-25T04:46:15.4102376Z + /c/Windows/System32/nvidia-smi.exe 2025-04-25T04:46:15.5697400Z NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running. This can also be happening if non-NVIDIA GPU is running as primary display, and NVIDIA GPU is in WDDM mode. 2025-04-25T04:46:15.5698413Z 2025-04-25T04:46:15.5735219Z + echo true 2025-04-25T04:46:15.5735447Z true 2025-04-25T04:46:15.5735626Z + break 2025-04-25T04:46:15.5735794Z + [[ 3 -eq 1 ]] 2025-04-25T04:46:15.5736272Z + /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_python_shard.bat 2025-04-25T04:46:15.5867083Z 2025-04-25T04:46:15.5867934Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\setup_pytorch_env.bat 2025-04-25T04:46:15.5876577Z 2025-04-25T04:46:15.5879140Z C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-04-25T04:46:15.5881749Z 2025-04-25T04:46:15.5882287Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-04-25T04:46:15.5882902Z 2025-04-25T04:46:15.5883456Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2025-04-25T04:46:15.5893078Z 2025-04-25T04:46:15.5893825Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2022-cpu-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2025-04-25T04:46:15.5897737Z 2025-04-25T04:46:15.5898124Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2025-04-25T04:46:15.5900712Z 2025-04-25T04:46:15.5900968Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2025-04-25T04:46:15.5902012Z curl --retry 3 --retry-all-errors -k https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe 2025-04-25T04:46:15.5902967Z if errorlevel 1 exit /b 2025-04-25T04:46:15.5903201Z if not errorlevel 0 exit /b 2025-04-25T04:46:15.5903982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /AddToPath=0 /D=C:\Jenkins\Miniconda3 2025-04-25T04:46:15.5904788Z if errorlevel 1 exit /b 2025-04-25T04:46:15.5905023Z if not errorlevel 0 exit /b 2025-04-25T04:46:15.5905263Z ) 2025-04-25T04:46:15.5905358Z 2025-04-25T04:46:15.5905702Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2025-04-25T04:46:16.2580535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\functional.py 2025-04-25T04:46:16.2586229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\hub.py 2025-04-25T04:46:16.2589822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\library.py 2025-04-25T04:46:16.2593887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\overrides.py 2025-04-25T04:46:16.2597874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\py.typed 2025-04-25T04:46:16.2605812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quasirandom.py 2025-04-25T04:46:16.2609252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\random.py 2025-04-25T04:46:16.2612800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\return_types.py 2025-04-25T04:46:16.2616354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\return_types.pyi 2025-04-25T04:46:16.2619986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\serialization.py 2025-04-25T04:46:16.2623890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\storage.py 2025-04-25T04:46:16.2627488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\torch_version.py 2025-04-25T04:46:16.2630948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\types.py 2025-04-25T04:46:16.2634676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\version.py 2025-04-25T04:46:16.2638358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_appdirs.py 2025-04-25T04:46:16.2641648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C.cp39-win_amd64.pyd 2025-04-25T04:46:16.2645926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_classes.py 2025-04-25T04:46:16.2649487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_compile.py 2025-04-25T04:46:16.2652706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_ops.py 2025-04-25T04:46:16.2656533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_deploy.py 2025-04-25T04:46:16.2659699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_environment.py 2025-04-25T04:46:16.2663458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_guards.py 2025-04-25T04:46:16.2667088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_jit_internal.py 2025-04-25T04:46:16.2670549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_linalg_utils.py 2025-04-25T04:46:16.2674579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lobpcg.py 2025-04-25T04:46:16.2682781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lowrank.py 2025-04-25T04:46:16.2686720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_meta_registrations.py 2025-04-25T04:46:16.2691318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_namedtensor_internals.py 2025-04-25T04:46:16.2694676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_ops.py 2025-04-25T04:46:16.2698389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_python_dispatcher.py 2025-04-25T04:46:16.2702227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_size_docs.py 2025-04-25T04:46:16.2705666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_sources.py 2025-04-25T04:46:16.2708893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_storage_docs.py 2025-04-25T04:46:16.2712395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_streambase.py 2025-04-25T04:46:16.2716011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_tensor.py 2025-04-25T04:46:16.2719990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_tensor_docs.py 2025-04-25T04:46:16.2728748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_tensor_str.py 2025-04-25T04:46:16.2732256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_thread_safe_fork.py 2025-04-25T04:46:16.2735051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_torch_docs.py 2025-04-25T04:46:16.2740770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_utils.py 2025-04-25T04:46:16.2743989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_utils_internal.py 2025-04-25T04:46:16.2747361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_VF.py 2025-04-25T04:46:16.2750825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_VF.pyi 2025-04-25T04:46:16.2760248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vmap_internals.py 2025-04-25T04:46:16.2764423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_weights_only_unpickler.py 2025-04-25T04:46:16.2768118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__config__.py 2025-04-25T04:46:16.2771602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__future__.py 2025-04-25T04:46:16.2779514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__init__.py 2025-04-25T04:46:16.2787179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\accelerator\_utils.py 2025-04-25T04:46:16.2790419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\accelerator\__init__.py 2025-04-25T04:46:16.2797265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\accelerator\__pycache__\_utils.cpython-39.pyc 2025-04-25T04:46:16.2800843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\accelerator\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.2808053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\autocast_mode.py 2025-04-25T04:46:16.2811717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\grad_scaler.py 2025-04-25T04:46:16.2817037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\__init__.py 2025-04-25T04:46:16.2829384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\__pycache__\autocast_mode.cpython-39.pyc 2025-04-25T04:46:16.2833512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\__pycache__\grad_scaler.cpython-39.pyc 2025-04-25T04:46:16.2837654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.2852754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\__init__.py 2025-04-25T04:46:16.2860378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\__init__.py 2025-04-25T04:46:16.2867430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\__init__.py 2025-04-25T04:46:16.2873968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\modules\fused.py 2025-04-25T04:46:16.2877392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\modules\__init__.py 2025-04-25T04:46:16.2884130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\modules\__pycache__\fused.cpython-39.pyc 2025-04-25T04:46:16.2887567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\modules\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.2895482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\__init__.py 2025-04-25T04:46:16.2902577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\conv_fused.py 2025-04-25T04:46:16.2906171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\linear_fused.py 2025-04-25T04:46:16.2909645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\linear_relu.py 2025-04-25T04:46:16.2913025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__init__.py 2025-04-25T04:46:16.2926093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__pycache__\conv_fused.cpython-39.pyc 2025-04-25T04:46:16.2929642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__pycache__\linear_fused.cpython-39.pyc 2025-04-25T04:46:16.2933093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__pycache__\linear_relu.cpython-39.pyc 2025-04-25T04:46:16.2940952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.2948609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.2957520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\__init__.py 2025-04-25T04:46:16.2964634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\__init__.py 2025-04-25T04:46:16.2971568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\modules\linear_relu.py 2025-04-25T04:46:16.2975049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\modules\__init__.py 2025-04-25T04:46:16.2982338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\modules\__pycache__\linear_relu.cpython-39.pyc 2025-04-25T04:46:16.2986035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.2993886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3002323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\bn_relu.py 2025-04-25T04:46:16.3005036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\conv_add.py 2025-04-25T04:46:16.3008312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\conv_relu.py 2025-04-25T04:46:16.3012159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\linear_relu.py 2025-04-25T04:46:16.3015499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__init__.py 2025-04-25T04:46:16.3027852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\bn_relu.cpython-39.pyc 2025-04-25T04:46:16.3031349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\conv_add.cpython-39.pyc 2025-04-25T04:46:16.3034824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\conv_relu.cpython-39.pyc 2025-04-25T04:46:16.3045709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\linear_relu.cpython-39.pyc 2025-04-25T04:46:16.3049266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3057383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3070417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3079168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\__init__.py 2025-04-25T04:46:16.3086554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\__init__.py 2025-04-25T04:46:16.3093362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\modules\linear.py 2025-04-25T04:46:16.3096655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\modules\__init__.py 2025-04-25T04:46:16.3103939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\modules\__pycache__\linear.cpython-39.pyc 2025-04-25T04:46:16.3107497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3115266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3123201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\conv.py 2025-04-25T04:46:16.3126621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\embedding_ops.py 2025-04-25T04:46:16.3129845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\linear.py 2025-04-25T04:46:16.3133988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\__init__.py 2025-04-25T04:46:16.3146839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\__pycache__\conv.cpython-39.pyc 2025-04-25T04:46:16.3150755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\__pycache__\embedding_ops.cpython-39.pyc 2025-04-25T04:46:16.3154272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\__pycache__\linear.cpython-39.pyc 2025-04-25T04:46:16.3162830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3171363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3180212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\__init__.py 2025-04-25T04:46:16.3186869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\activation.py 2025-04-25T04:46:16.3190648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\rnn.py 2025-04-25T04:46:16.3194056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\__init__.py 2025-04-25T04:46:16.3201250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\__pycache__\activation.cpython-39.pyc 2025-04-25T04:46:16.3204923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\__pycache__\rnn.cpython-39.pyc 2025-04-25T04:46:16.3208811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3221773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3235241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\functional.py 2025-04-25T04:46:16.3239008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\__init__.py 2025-04-25T04:46:16.3246213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\__init__.py 2025-04-25T04:46:16.3253138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\conv.py 2025-04-25T04:46:16.3256605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\linear.py 2025-04-25T04:46:16.3259814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\rnn.py 2025-04-25T04:46:16.3263349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__init__.py 2025-04-25T04:46:16.3270397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__pycache__\conv.cpython-39.pyc 2025-04-25T04:46:16.3274047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__pycache__\linear.cpython-39.pyc 2025-04-25T04:46:16.3277428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__pycache__\rnn.cpython-39.pyc 2025-04-25T04:46:16.3285543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3293533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3301243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\activation.py 2025-04-25T04:46:16.3304698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\batchnorm.py 2025-04-25T04:46:16.3308206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\conv.py 2025-04-25T04:46:16.3311704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\dropout.py 2025-04-25T04:46:16.3314908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\embedding_ops.py 2025-04-25T04:46:16.3322374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\functional_modules.py 2025-04-25T04:46:16.3326531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\linear.py 2025-04-25T04:46:16.3329869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\normalization.py 2025-04-25T04:46:16.3333220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\rnn.py 2025-04-25T04:46:16.3336550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\utils.py 2025-04-25T04:46:16.3340222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__init__.py 2025-04-25T04:46:16.3347479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\activation.cpython-39.pyc 2025-04-25T04:46:16.3351018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\batchnorm.cpython-39.pyc 2025-04-25T04:46:16.3354596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\conv.cpython-39.pyc 2025-04-25T04:46:16.3362434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\dropout.cpython-39.pyc 2025-04-25T04:46:16.3365912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\embedding_ops.cpython-39.pyc 2025-04-25T04:46:16.3369563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\functional_modules.cpython-39.pyc 2025-04-25T04:46:16.3372959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\linear.cpython-39.pyc 2025-04-25T04:46:16.3376639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\normalization.cpython-39.pyc 2025-04-25T04:46:16.3379923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\rnn.cpython-39.pyc 2025-04-25T04:46:16.3383421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:16.3387005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3399789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\__init__.py 2025-04-25T04:46:16.3406638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\conv.py 2025-04-25T04:46:16.3410129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\linear.py 2025-04-25T04:46:16.3413286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\rnn.py 2025-04-25T04:46:16.3416623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\sparse.py 2025-04-25T04:46:16.3419986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\utils.py 2025-04-25T04:46:16.3423405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__init__.py 2025-04-25T04:46:16.3434164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\conv.cpython-39.pyc 2025-04-25T04:46:16.3437865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\linear.cpython-39.pyc 2025-04-25T04:46:16.3441502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\rnn.cpython-39.pyc 2025-04-25T04:46:16.3450032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\sparse.cpython-39.pyc 2025-04-25T04:46:16.3453888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:16.3457091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3465043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3473085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\__pycache__\functional.cpython-39.pyc 2025-04-25T04:46:16.3476479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3488933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\__init__.py 2025-04-25T04:46:16.3512630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\linear.py 2025-04-25T04:46:16.3515954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\utils.py 2025-04-25T04:46:16.3519296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\__init__.py 2025-04-25T04:46:16.3526353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\dynamic\linear.py 2025-04-25T04:46:16.3529821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\dynamic\__init__.py 2025-04-25T04:46:16.3536357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\dynamic\__pycache__\linear.cpython-39.pyc 2025-04-25T04:46:16.3539701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\dynamic\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3552756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\__pycache__\linear.cpython-39.pyc 2025-04-25T04:46:16.3556280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:16.3559728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3572598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3581033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3589766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\_numeric_suite.py 2025-04-25T04:46:16.3593550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\_numeric_suite_fx.py 2025-04-25T04:46:16.3597343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\__init__.py 2025-04-25T04:46:16.3603256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\graph_matcher.py 2025-04-25T04:46:16.3606798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\graph_passes.py 2025-04-25T04:46:16.3610989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\mappings.py 2025-04-25T04:46:16.3614240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\ns_types.py 2025-04-25T04:46:16.3617546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\n_shadows_utils.py 2025-04-25T04:46:16.3625701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\pattern_utils.py 2025-04-25T04:46:16.3629262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\qconfig_multi_mapping.py 2025-04-25T04:46:16.3632554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\utils.py 2025-04-25T04:46:16.3635823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\weight_utils.py 2025-04-25T04:46:16.3639131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__init__.py 2025-04-25T04:46:16.3645403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\graph_matcher.cpython-39.pyc 2025-04-25T04:46:16.3648921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\graph_passes.cpython-39.pyc 2025-04-25T04:46:16.3652785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\mappings.cpython-39.pyc 2025-04-25T04:46:16.3660660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\ns_types.cpython-39.pyc 2025-04-25T04:46:16.3664113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\n_shadows_utils.cpython-39.pyc 2025-04-25T04:46:16.3667582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\pattern_utils.cpython-39.pyc 2025-04-25T04:46:16.3671081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\qconfig_multi_mapping.cpython-39.pyc 2025-04-25T04:46:16.3674477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:16.3677892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\weight_utils.cpython-39.pyc 2025-04-25T04:46:16.3681311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3694007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\__pycache__\_numeric_suite.cpython-39.pyc 2025-04-25T04:46:16.3697846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\__pycache__\_numeric_suite_fx.cpython-39.pyc 2025-04-25T04:46:16.3701576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3715103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_mappings.py 2025-04-25T04:46:16.3719028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\__init__.py 2025-04-25T04:46:16.3727131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\base_scheduler.py 2025-04-25T04:46:16.3731262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\cubic_scheduler.py 2025-04-25T04:46:16.3735298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\lambda_scheduler.py 2025-04-25T04:46:16.3744456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\__init__.py 2025-04-25T04:46:16.3750873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\__pycache__\base_scheduler.cpython-39.pyc 2025-04-25T04:46:16.3754428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\__pycache__\cubic_scheduler.cpython-39.pyc 2025-04-25T04:46:16.3758281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\__pycache__\lambda_scheduler.cpython-39.pyc 2025-04-25T04:46:16.3766411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3779256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\base_sparsifier.py 2025-04-25T04:46:16.3782952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py 2025-04-25T04:46:16.3786265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\utils.py 2025-04-25T04:46:16.3794039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\weight_norm_sparsifier.py 2025-04-25T04:46:16.3797319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__init__.py 2025-04-25T04:46:16.3803677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\base_sparsifier.cpython-39.pyc 2025-04-25T04:46:16.3807554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\nearly_diagonal_sparsifier.cpython-39.pyc 2025-04-25T04:46:16.3811087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:16.3819382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\weight_norm_sparsifier.cpython-39.pyc 2025-04-25T04:46:16.3822798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3830999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\__init__.py 2025-04-25T04:46:16.3837349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py 2025-04-25T04:46:16.3841107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\activation_sparsifier\__init__.py 2025-04-25T04:46:16.3851698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\activation_sparsifier\__pycache__\activation_sparsifier.cpython-39.pyc 2025-04-25T04:46:16.3855181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\activation_sparsifier\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3862516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py 2025-04-25T04:46:16.3865909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_scheduler\__init__.py 2025-04-25T04:46:16.3873521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_scheduler\__pycache__\base_data_scheduler.cpython-39.pyc 2025-04-25T04:46:16.3877240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_scheduler\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3889050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py 2025-04-25T04:46:16.3892644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\data_norm_sparsifier.py 2025-04-25T04:46:16.3896062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\quantization_utils.py 2025-04-25T04:46:16.3903845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__init__.py 2025-04-25T04:46:16.3911559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\__init__.py 2025-04-25T04:46:16.3917707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\data_sparsity.py 2025-04-25T04:46:16.3921171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\_data_sparstity_utils.py 2025-04-25T04:46:16.3924590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__init__.py 2025-04-25T04:46:16.3935312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__pycache__\data_sparsity.cpython-39.pyc 2025-04-25T04:46:16.3939016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__pycache__\_data_sparstity_utils.cpython-39.pyc 2025-04-25T04:46:16.3942442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3954887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3962901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__pycache__\base_data_sparsifier.cpython-39.pyc 2025-04-25T04:46:16.3966535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__pycache__\data_norm_sparsifier.cpython-39.pyc 2025-04-25T04:46:16.3970014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__pycache__\quantization_utils.cpython-39.pyc 2025-04-25T04:46:16.3978544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.3986351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\base_structured_sparsifier.py 2025-04-25T04:46:16.3989664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\FPGM_pruner.py 2025-04-25T04:46:16.3993067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\lstm_saliency_pruner.py 2025-04-25T04:46:16.4002834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\match_utils.py 2025-04-25T04:46:16.4006262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\parametrization.py 2025-04-25T04:46:16.4009757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\prune_functions.py 2025-04-25T04:46:16.4013178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\saliency_pruner.py 2025-04-25T04:46:16.4016718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__init__.py 2025-04-25T04:46:16.4023938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\base_structured_sparsifier.cpython-39.pyc 2025-04-25T04:46:16.4027451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\FPGM_pruner.cpython-39.pyc 2025-04-25T04:46:16.4031088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\lstm_saliency_pruner.cpython-39.pyc 2025-04-25T04:46:16.4039060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\match_utils.cpython-39.pyc 2025-04-25T04:46:16.4042692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\parametrization.cpython-39.pyc 2025-04-25T04:46:16.4046385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\prune_functions.cpython-39.pyc 2025-04-25T04:46:16.4050060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\saliency_pruner.cpython-39.pyc 2025-04-25T04:46:16.4053542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.4061245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.4069904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\__pycache__\_mappings.cpython-39.pyc 2025-04-25T04:46:16.4073539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.4082616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fake_quantize.py 2025-04-25T04:46:16.4086337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fuser_method_mappings.py 2025-04-25T04:46:16.4090223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fuse_modules.py 2025-04-25T04:46:16.4097695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\observer.py 2025-04-25T04:46:16.4101405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\qconfig.py 2025-04-25T04:46:16.4105309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\qconfig_mapping.py 2025-04-25T04:46:16.4109002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantization_mappings.py 2025-04-25T04:46:16.4112620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantize.py 2025-04-25T04:46:16.4116390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantize_fx.py 2025-04-25T04:46:16.4120022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantize_jit.py 2025-04-25T04:46:16.4123460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantize_pt2e.py 2025-04-25T04:46:16.4127278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quant_type.py 2025-04-25T04:46:16.4130928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\stubs.py 2025-04-25T04:46:16.4134215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\utils.py 2025-04-25T04:46:16.4137650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\_correct_bias.py 2025-04-25T04:46:16.4141191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\_equalize.py 2025-04-25T04:46:16.4145294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\_learnable_fake_quantize.py 2025-04-25T04:46:16.4148814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__init__.py 2025-04-25T04:46:16.4156457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\backend_config.py 2025-04-25T04:46:16.4160397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\executorch.py 2025-04-25T04:46:16.4164003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\fbgemm.py 2025-04-25T04:46:16.4167398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\native.py 2025-04-25T04:46:16.4185203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\observation_type.py 2025-04-25T04:46:16.4188174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\onednn.py 2025-04-25T04:46:16.4192196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\qnnpack.py 2025-04-25T04:46:16.4195663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\tensorrt.py 2025-04-25T04:46:16.4199051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\utils.py 2025-04-25T04:46:16.4202488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\x86.py 2025-04-25T04:46:16.4206170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\_common_operator_config_utils.py 2025-04-25T04:46:16.4210510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\_qnnpack_pt2e.py 2025-04-25T04:46:16.4214064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__init__.py 2025-04-25T04:46:16.4222006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\backend_config.cpython-39.pyc 2025-04-25T04:46:16.4226077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\executorch.cpython-39.pyc 2025-04-25T04:46:16.4229542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\fbgemm.cpython-39.pyc 2025-04-25T04:46:16.4237171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\native.cpython-39.pyc 2025-04-25T04:46:16.4241612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\observation_type.cpython-39.pyc 2025-04-25T04:46:16.4244987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\onednn.cpython-39.pyc 2025-04-25T04:46:16.4248724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\qnnpack.cpython-39.pyc 2025-04-25T04:46:16.4252153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\tensorrt.cpython-39.pyc 2025-04-25T04:46:16.4255757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:16.4259309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\x86.cpython-39.pyc 2025-04-25T04:46:16.4262921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\_common_operator_config_utils.cpython-39.pyc 2025-04-25T04:46:16.4266518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\_qnnpack_pt2e.cpython-39.pyc 2025-04-25T04:46:16.4270064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.4278554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\convert.py 2025-04-25T04:46:16.4282363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\custom_config.py 2025-04-25T04:46:16.4286044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\fuse.py 2025-04-25T04:46:16.4289506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\fuse_handler.py 2025-04-25T04:46:16.4292822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\graph_module.py 2025-04-25T04:46:16.4300857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\lower_to_fbgemm.py 2025-04-25T04:46:16.4304380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\lower_to_qnnpack.py 2025-04-25T04:46:16.4307758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\lstm_utils.py 2025-04-25T04:46:16.4311135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\match_utils.py 2025-04-25T04:46:16.4314524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\pattern_utils.py 2025-04-25T04:46:16.4317944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\prepare.py 2025-04-25T04:46:16.4322425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\qconfig_mapping_utils.py 2025-04-25T04:46:16.4325915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\quantize_handler.py 2025-04-25T04:46:16.4329332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\tracer.py 2025-04-25T04:46:16.4332642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\utils.py 2025-04-25T04:46:16.4336052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_decomposed.py 2025-04-25T04:46:16.4339517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_equalize.py 2025-04-25T04:46:16.4343181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_lower_to_native_backend.py 2025-04-25T04:46:16.4347043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__init__.py 2025-04-25T04:46:16.4354719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\detector.py 2025-04-25T04:46:16.4358606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\model_report.py 2025-04-25T04:46:16.4363093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\model_report_observer.py 2025-04-25T04:46:16.4371281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\model_report_visualizer.py 2025-04-25T04:46:16.4374940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__init__.py 2025-04-25T04:46:16.4381240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\detector.cpython-39.pyc 2025-04-25T04:46:16.4385005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\model_report.cpython-39.pyc 2025-04-25T04:46:16.4389475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\model_report_observer.cpython-39.pyc 2025-04-25T04:46:16.4396905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\model_report_visualizer.cpython-39.pyc 2025-04-25T04:46:16.4400476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.4408454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\convert.cpython-39.pyc 2025-04-25T04:46:16.4412249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\custom_config.cpython-39.pyc 2025-04-25T04:46:16.4415607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\fuse.cpython-39.pyc 2025-04-25T04:46:16.4423592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\fuse_handler.cpython-39.pyc 2025-04-25T04:46:16.4427002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\graph_module.cpython-39.pyc 2025-04-25T04:46:16.4430411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\lower_to_fbgemm.cpython-39.pyc 2025-04-25T04:46:16.4433889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\lower_to_qnnpack.cpython-39.pyc 2025-04-25T04:46:16.4437413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\lstm_utils.cpython-39.pyc 2025-04-25T04:46:16.4440786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\match_utils.cpython-39.pyc 2025-04-25T04:46:16.4444232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\pattern_utils.cpython-39.pyc 2025-04-25T04:46:16.4447899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\prepare.cpython-39.pyc 2025-04-25T04:46:16.4451802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\qconfig_mapping_utils.cpython-39.pyc 2025-04-25T04:46:16.4455374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\quantize_handler.cpython-39.pyc 2025-04-25T04:46:16.4458814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\tracer.cpython-39.pyc 2025-04-25T04:46:16.4462267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:16.4466008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\_decomposed.cpython-39.pyc 2025-04-25T04:46:16.4469786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\_equalize.cpython-39.pyc 2025-04-25T04:46:16.4477959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\_lower_to_native_backend.cpython-39.pyc 2025-04-25T04:46:16.4481597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.4489878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\duplicate_dq_pass.py 2025-04-25T04:46:16.4493291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\export_utils.py 2025-04-25T04:46:16.4496561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\graph_utils.py 2025-04-25T04:46:16.4499811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\lowering.py 2025-04-25T04:46:16.4507408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\port_metadata_pass.py 2025-04-25T04:46:16.4510930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\prepare.py 2025-04-25T04:46:16.4514258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\qat_utils.py 2025-04-25T04:46:16.4517795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\utils.py 2025-04-25T04:46:16.4521109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\_affine_quantization.py 2025-04-25T04:46:16.4525041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\_numeric_debugger.py 2025-04-25T04:46:16.4529110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__init__.py 2025-04-25T04:46:16.4535315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\representation\rewrite.py 2025-04-25T04:46:16.4538992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\representation\__init__.py 2025-04-25T04:46:16.4545966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\representation\__pycache__\rewrite.cpython-39.pyc 2025-04-25T04:46:16.4549430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\representation\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.4557273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\duplicate_dq_pass.cpython-39.pyc 2025-04-25T04:46:16.4560743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\export_utils.cpython-39.pyc 2025-04-25T04:46:16.4564123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\graph_utils.cpython-39.pyc 2025-04-25T04:46:16.4572398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\lowering.cpython-39.pyc 2025-04-25T04:46:16.4576171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\port_metadata_pass.cpython-39.pyc 2025-04-25T04:46:16.4579564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\prepare.cpython-39.pyc 2025-04-25T04:46:16.4583011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\qat_utils.cpython-39.pyc 2025-04-25T04:46:16.4601923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:16.4605878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\_affine_quantization.cpython-39.pyc 2025-04-25T04:46:16.4609678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\_numeric_debugger.cpython-39.pyc 2025-04-25T04:46:16.4613374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.4622090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\composable_quantizer.py 2025-04-25T04:46:16.4625633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\embedding_quantizer.py 2025-04-25T04:46:16.4629662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\quantizer.py 2025-04-25T04:46:16.4637511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\utils.py 2025-04-25T04:46:16.4641028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\x86_inductor_quantizer.py 2025-04-25T04:46:16.4645146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\xnnpack_quantizer.py 2025-04-25T04:46:16.4648722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py 2025-04-25T04:46:16.4652682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\xpu_inductor_quantizer.py 2025-04-25T04:46:16.4656191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__init__.py 2025-04-25T04:46:16.4663734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\composable_quantizer.cpython-39.pyc 2025-04-25T04:46:16.4667399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\embedding_quantizer.cpython-39.pyc 2025-04-25T04:46:16.4670873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\quantizer.cpython-39.pyc 2025-04-25T04:46:16.4680579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:16.4684715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\x86_inductor_quantizer.cpython-39.pyc 2025-04-25T04:46:16.4688722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\xnnpack_quantizer.cpython-39.pyc 2025-04-25T04:46:16.4692578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\xnnpack_quantizer_utils.cpython-39.pyc 2025-04-25T04:46:16.4696380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\xpu_inductor_quantizer.cpython-39.pyc 2025-04-25T04:46:16.4700571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.4714494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\fake_quantize.cpython-39.pyc 2025-04-25T04:46:16.4718460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\fuser_method_mappings.cpython-39.pyc 2025-04-25T04:46:16.4721936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\fuse_modules.cpython-39.pyc 2025-04-25T04:46:16.4730757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\observer.cpython-39.pyc 2025-04-25T04:46:16.4734598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\qconfig.cpython-39.pyc 2025-04-25T04:46:16.4738046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\qconfig_mapping.cpython-39.pyc 2025-04-25T04:46:16.4741557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quantization_mappings.cpython-39.pyc 2025-04-25T04:46:16.4745690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quantize.cpython-39.pyc 2025-04-25T04:46:16.4749244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quantize_fx.cpython-39.pyc 2025-04-25T04:46:16.4753025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quantize_jit.cpython-39.pyc 2025-04-25T04:46:16.4756607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quantize_pt2e.cpython-39.pyc 2025-04-25T04:46:16.4760066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quant_type.cpython-39.pyc 2025-04-25T04:46:16.4763624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\stubs.cpython-39.pyc 2025-04-25T04:46:16.4767118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:16.4771120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\_correct_bias.cpython-39.pyc 2025-04-25T04:46:16.4774803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\_equalize.cpython-39.pyc 2025-04-25T04:46:16.4778317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\_learnable_fake_quantize.cpython-39.pyc 2025-04-25T04:46:16.4787324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.4801355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.4810355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\anomaly_mode.py 2025-04-25T04:46:16.4813866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\forward_ad.py 2025-04-25T04:46:16.4817136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\function.py 2025-04-25T04:46:16.4820623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\functional.py 2025-04-25T04:46:16.4828217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\gradcheck.py 2025-04-25T04:46:16.4832029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\grad_mode.py 2025-04-25T04:46:16.4835372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\graph.py 2025-04-25T04:46:16.4838655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\profiler.py 2025-04-25T04:46:16.4842198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\profiler_legacy.py 2025-04-25T04:46:16.4845654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\profiler_util.py 2025-04-25T04:46:16.4849659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\variable.py 2025-04-25T04:46:16.4853259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__init__.py 2025-04-25T04:46:16.4860362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\tensor.py 2025-04-25T04:46:16.4864107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\utils.py 2025-04-25T04:46:16.4867790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\__init__.py 2025-04-25T04:46:16.4874823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\__pycache__\tensor.cpython-39.pyc 2025-04-25T04:46:16.4878346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:16.4881881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.4894253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\anomaly_mode.cpython-39.pyc 2025-04-25T04:46:16.4898149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\forward_ad.cpython-39.pyc 2025-04-25T04:46:16.4901684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\function.cpython-39.pyc 2025-04-25T04:46:16.4909993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\functional.cpython-39.pyc 2025-04-25T04:46:16.4913627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\gradcheck.cpython-39.pyc 2025-04-25T04:46:16.4917293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\grad_mode.cpython-39.pyc 2025-04-25T04:46:16.4921779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\graph.cpython-39.pyc 2025-04-25T04:46:16.4926046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\profiler.cpython-39.pyc 2025-04-25T04:46:16.4929955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\profiler_legacy.cpython-39.pyc 2025-04-25T04:46:16.4933545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\profiler_util.cpython-39.pyc 2025-04-25T04:46:16.4937321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\variable.cpython-39.pyc 2025-04-25T04:46:16.4940907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.4949954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\__init__.py 2025-04-25T04:46:16.4956652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cpu\__init__.py 2025-04-25T04:46:16.4963508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cpu\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.4970873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cuda\__init__.py 2025-04-25T04:46:16.4977855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cuda\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.4985470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cudnn\rnn.py 2025-04-25T04:46:16.4989156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cudnn\__init__.py 2025-04-25T04:46:16.4995789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cudnn\__pycache__\rnn.cpython-39.pyc 2025-04-25T04:46:16.4999455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cudnn\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.5006727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cusparselt\__init__.py 2025-04-25T04:46:16.5014011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cusparselt\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.5025927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\kleidiai\__init__.py 2025-04-25T04:46:16.5033647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\kleidiai\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.5040678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mha\__init__.py 2025-04-25T04:46:16.5047473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mha\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.5055018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mkl\__init__.py 2025-04-25T04:46:16.5061873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mkl\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.5069067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mkldnn\__init__.py 2025-04-25T04:46:16.5075781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mkldnn\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.5083453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mps\__init__.py 2025-04-25T04:46:16.5090676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mps\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.5098138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\nnpack\__init__.py 2025-04-25T04:46:16.5105131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\nnpack\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.5112393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\openmp\__init__.py 2025-04-25T04:46:16.5119279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\openmp\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.5126585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\opt_einsum\__init__.py 2025-04-25T04:46:16.5133628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\opt_einsum\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.5141336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\quantized\__init__.py 2025-04-25T04:46:16.5148538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\quantized\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.5156206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xeon\run_cpu.py 2025-04-25T04:46:16.5159515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xeon\__init__.py 2025-04-25T04:46:16.5165435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xeon\__pycache__\run_cpu.cpython-39.pyc 2025-04-25T04:46:16.5169365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xeon\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.5176516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xnnpack\__init__.py 2025-04-25T04:46:16.5183843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xnnpack\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.5191779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_coreml\preprocess.py 2025-04-25T04:46:16.5195342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_coreml\__init__.py 2025-04-25T04:46:16.5201252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_coreml\__pycache__\preprocess.cpython-39.pyc 2025-04-25T04:46:16.5204892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_coreml\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.5213412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\prepare.py 2025-04-25T04:46:16.5216998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\serializer.py 2025-04-25T04:46:16.5221140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\__init__.py 2025-04-25T04:46:16.5227588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\__pycache__\prepare.cpython-39.pyc 2025-04-25T04:46:16.5231286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\__pycache__\serializer.cpython-39.pyc 2025-04-25T04:46:16.5235111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.5249308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.5257509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\asmjit.dll 2025-04-25T04:46:16.5262979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\fbgemm.dll 2025-04-25T04:46:16.5291526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\FileStoreTest.exe 2025-04-25T04:46:16.5296575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\protoc.exe 2025-04-25T04:46:16.5313175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\TCPStoreTest.exe 2025-04-25T04:46:16.5323884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\test_api.exe 2025-04-25T04:46:16.5376152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\test_edge_op_registration.exe 2025-04-25T04:46:16.5380778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\test_jit.exe 2025-04-25T04:46:16.5408147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\test_lazy.exe 2025-04-25T04:46:16.5422225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\test_tensorexpr.exe 2025-04-25T04:46:16.5451459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\tutorial_tensorexpr.exe 2025-04-25T04:46:16.5459536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\compiler\config.py 2025-04-25T04:46:16.5462816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\compiler\_cache.py 2025-04-25T04:46:16.5466072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\compiler\__init__.py 2025-04-25T04:46:16.5473361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\compiler\__pycache__\config.cpython-39.pyc 2025-04-25T04:46:16.5476756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\compiler\__pycache__\_cache.cpython-39.pyc 2025-04-25T04:46:16.5480052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\compiler\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.5495104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\contrib\_tensorboard_vis.py 2025-04-25T04:46:16.5498357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\contrib\__init__.py 2025-04-25T04:46:16.5504727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\contrib\__pycache__\_tensorboard_vis.cpython-39.pyc 2025-04-25T04:46:16.5508082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\contrib\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.5515729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\__init__.py 2025-04-25T04:46:16.5522298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\autocast_mode.py 2025-04-25T04:46:16.5525623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\grad_scaler.py 2025-04-25T04:46:16.5528964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\__init__.py 2025-04-25T04:46:16.5541855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\__pycache__\autocast_mode.cpython-39.pyc 2025-04-25T04:46:16.5545337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\__pycache__\grad_scaler.cpython-39.pyc 2025-04-25T04:46:16.5548921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.5562240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.5571213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\comm.py 2025-04-25T04:46:16.5574821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\error.py 2025-04-25T04:46:16.5577853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\gds.py 2025-04-25T04:46:16.5581619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\graphs.py 2025-04-25T04:46:16.5585142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\jiterator.py 2025-04-25T04:46:16.5588532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\memory.py 2025-04-25T04:46:16.5597302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\nccl.py 2025-04-25T04:46:16.5600480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\nvtx.py 2025-04-25T04:46:16.5604043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\profiler.py 2025-04-25T04:46:16.5607401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\random.py 2025-04-25T04:46:16.5610868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\sparse.py 2025-04-25T04:46:16.5614180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\streams.py 2025-04-25T04:46:16.5617428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\tunable.py 2025-04-25T04:46:16.5620791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\_gpu_trace.py 2025-04-25T04:46:16.5624154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\_memory_viz.py 2025-04-25T04:46:16.5627847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\_sanitizer.py 2025-04-25T04:46:16.5631415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\_utils.py 2025-04-25T04:46:16.5634642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__init__.py 2025-04-25T04:46:16.5641739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\autocast_mode.py 2025-04-25T04:46:16.5645442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\common.py 2025-04-25T04:46:16.5648797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\grad_scaler.py 2025-04-25T04:46:16.5652219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\__init__.py 2025-04-25T04:46:16.5664470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\__pycache__\autocast_mode.cpython-39.pyc 2025-04-25T04:46:16.5668229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\__pycache__\common.cpython-39.pyc 2025-04-25T04:46:16.5672017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\__pycache__\grad_scaler.cpython-39.pyc 2025-04-25T04:46:16.5680658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.5689057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\comm.cpython-39.pyc 2025-04-25T04:46:16.5692536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\error.cpython-39.pyc 2025-04-25T04:46:16.5695843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\gds.cpython-39.pyc 2025-04-25T04:46:16.5703971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\graphs.cpython-39.pyc 2025-04-25T04:46:16.5709150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\jiterator.cpython-39.pyc 2025-04-25T04:46:16.5713821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\memory.cpython-39.pyc 2025-04-25T04:46:16.5718851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\nccl.cpython-39.pyc 2025-04-25T04:46:16.5723600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\nvtx.cpython-39.pyc 2025-04-25T04:46:16.5728452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\profiler.cpython-39.pyc 2025-04-25T04:46:16.5733296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\random.cpython-39.pyc 2025-04-25T04:46:16.5737356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\sparse.cpython-39.pyc 2025-04-25T04:46:16.5741589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\streams.cpython-39.pyc 2025-04-25T04:46:16.5745075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\tunable.cpython-39.pyc 2025-04-25T04:46:16.5748617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\_gpu_trace.cpython-39.pyc 2025-04-25T04:46:16.5752172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\_memory_viz.cpython-39.pyc 2025-04-25T04:46:16.5763866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\_sanitizer.cpython-39.pyc 2025-04-25T04:46:16.5764540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\_utils.cpython-39.pyc 2025-04-25T04:46:16.5770556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.5780753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\argparse_util.py 2025-04-25T04:46:16.5784311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\c10d_logger.py 2025-04-25T04:46:16.5787723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\collective_utils.py 2025-04-25T04:46:16.5796858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\constants.py 2025-04-25T04:46:16.5800333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\device_mesh.py 2025-04-25T04:46:16.5804022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\distributed_c10d.py 2025-04-25T04:46:16.5808767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\launch.py 2025-04-25T04:46:16.5812180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\logging_handlers.py 2025-04-25T04:46:16.5837603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\remote_device.py 2025-04-25T04:46:16.5840987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rendezvous.py 2025-04-25T04:46:16.5844295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\run.py 2025-04-25T04:46:16.5847634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\utils.py 2025-04-25T04:46:16.5851304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_checkpointable.py 2025-04-25T04:46:16.5854626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable_state.py 2025-04-25T04:46:16.5858047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_functional_collectives.py 2025-04-25T04:46:16.5861678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_functional_collectives_impl.py 2025-04-25T04:46:16.5865163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_serialization.py 2025-04-25T04:46:16.5869282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_state_dict_utils.py 2025-04-25T04:46:16.5873342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__init__.py 2025-04-25T04:46:16.5880750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\join.py 2025-04-25T04:46:16.5885087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\__init__.py 2025-04-25T04:46:16.5892496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\ddp_zero_hook.py 2025-04-25T04:46:16.5896033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py 2025-04-25T04:46:16.5899458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py 2025-04-25T04:46:16.5908955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\mixed_precision_hooks.py 2025-04-25T04:46:16.5912464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\optimizer_overlap_hooks.py 2025-04-25T04:46:16.5915849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py 2025-04-25T04:46:16.5919180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py 2025-04-25T04:46:16.5922763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py 2025-04-25T04:46:16.5926048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__init__.py 2025-04-25T04:46:16.5933377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\ddp_zero_hook.cpython-39.pyc 2025-04-25T04:46:16.5937061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\debugging_hooks.cpython-39.pyc 2025-04-25T04:46:16.5940634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\default_hooks.cpython-39.pyc 2025-04-25T04:46:16.5950417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\mixed_precision_hooks.cpython-39.pyc 2025-04-25T04:46:16.5953978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\optimizer_overlap_hooks.cpython-39.pyc 2025-04-25T04:46:16.5957549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\post_localSGD_hook.cpython-39.pyc 2025-04-25T04:46:16.5961073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\powerSGD_hook.cpython-39.pyc 2025-04-25T04:46:16.5964831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\quantization_hooks.cpython-39.pyc 2025-04-25T04:46:16.5968288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.5982104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\averagers.py 2025-04-25T04:46:16.5985589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py 2025-04-25T04:46:16.5988884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\utils.py 2025-04-25T04:46:16.5996814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\__init__.py 2025-04-25T04:46:16.6002919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\__pycache__\averagers.cpython-39.pyc 2025-04-25T04:46:16.6006607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\__pycache__\hierarchical_model_averager.cpython-39.pyc 2025-04-25T04:46:16.6010047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:16.6017412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.6025278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py 2025-04-25T04:46:16.6028651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_checkpoint\__init__.py 2025-04-25T04:46:16.6035071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_checkpoint\__pycache__\checkpoint_wrapper.cpython-39.pyc 2025-04-25T04:46:16.6039285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_checkpoint\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.6046822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_comm_hooks\default_hooks.py 2025-04-25T04:46:16.6050401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_comm_hooks\__init__.py 2025-04-25T04:46:16.6057442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_comm_hooks\__pycache__\default_hooks.cpython-39.pyc 2025-04-25T04:46:16.6060805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_comm_hooks\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.6068464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_optimizer_overlap\optimizer_overlap.py 2025-04-25T04:46:16.6072243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_optimizer_overlap\__init__.py 2025-04-25T04:46:16.6079308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_optimizer_overlap\__pycache__\optimizer_overlap.cpython-39.pyc 2025-04-25T04:46:16.6082829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_optimizer_overlap\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.6090432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_quantization\quantization.py 2025-04-25T04:46:16.6094106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_quantization\__init__.py 2025-04-25T04:46:16.6100739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_quantization\__pycache__\quantization.cpython-39.pyc 2025-04-25T04:46:16.6104344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_quantization\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.6111985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\__pycache__\join.cpython-39.pyc 2025-04-25T04:46:16.6115568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.6128000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\autograd\__init__.py 2025-04-25T04:46:16.6135340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\autograd\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.6143084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\api.py 2025-04-25T04:46:16.6146518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\default_planner.py 2025-04-25T04:46:16.6150411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\filesystem.py 2025-04-25T04:46:16.6153955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\format_utils.py 2025-04-25T04:46:16.6162742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\logger.py 2025-04-25T04:46:16.6166345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\logging_handlers.py 2025-04-25T04:46:16.6170208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\metadata.py 2025-04-25T04:46:16.6173528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\optimizer.py 2025-04-25T04:46:16.6177019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\planner.py 2025-04-25T04:46:16.6180420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\planner_helpers.py 2025-04-25T04:46:16.6184006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\resharding.py 2025-04-25T04:46:16.6187433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\staging.py 2025-04-25T04:46:16.6191213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\stateful.py 2025-04-25T04:46:16.6194627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\state_dict.py 2025-04-25T04:46:16.6198352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\state_dict_loader.py 2025-04-25T04:46:16.6202469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\state_dict_saver.py 2025-04-25T04:46:16.6206381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\storage.py 2025-04-25T04:46:16.6210007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\utils.py 2025-04-25T04:46:16.6213503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_async_executor.py 2025-04-25T04:46:16.6217234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_async_process_executor.py 2025-04-25T04:46:16.6220744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_async_thread_executor.py 2025-04-25T04:46:16.6224242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_checkpointer.py 2025-04-25T04:46:16.6227805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_dedup_save_plans.py 2025-04-25T04:46:16.6236916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_dedup_tensors.py 2025-04-25T04:46:16.6240498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_extension.py 2025-04-25T04:46:16.6243821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_fsspec_filesystem.py 2025-04-25T04:46:16.6247253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_hf_planner.py 2025-04-25T04:46:16.6250832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_hf_storage.py 2025-04-25T04:46:16.6254337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_nested_dict.py 2025-04-25T04:46:16.6257958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_sharded_tensor_utils.py 2025-04-25T04:46:16.6261323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_storage_utils.py 2025-04-25T04:46:16.6264781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_traverse.py 2025-04-25T04:46:16.6272389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_version.py 2025-04-25T04:46:16.6275724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__init__.py 2025-04-25T04:46:16.6283842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\api.cpython-39.pyc 2025-04-25T04:46:16.6287408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\default_planner.cpython-39.pyc 2025-04-25T04:46:16.6290973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\filesystem.cpython-39.pyc 2025-04-25T04:46:16.6299294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\format_utils.cpython-39.pyc 2025-04-25T04:46:16.6302722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\logger.cpython-39.pyc 2025-04-25T04:46:16.6306447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\logging_handlers.cpython-39.pyc 2025-04-25T04:46:16.6310077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\metadata.cpython-39.pyc 2025-04-25T04:46:16.6313368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\optimizer.cpython-39.pyc 2025-04-25T04:46:16.6316864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\planner.cpython-39.pyc 2025-04-25T04:46:16.6331349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\planner_helpers.cpython-39.pyc 2025-04-25T04:46:16.6332192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\resharding.cpython-39.pyc 2025-04-25T04:46:16.6332975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\staging.cpython-39.pyc 2025-04-25T04:46:16.6333924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\stateful.cpython-39.pyc 2025-04-25T04:46:16.6335073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\state_dict.cpython-39.pyc 2025-04-25T04:46:16.6338733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\state_dict_loader.cpython-39.pyc 2025-04-25T04:46:16.6342699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\state_dict_saver.cpython-39.pyc 2025-04-25T04:46:16.6346235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\storage.cpython-39.pyc 2025-04-25T04:46:16.6355017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:16.6358630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_async_executor.cpython-39.pyc 2025-04-25T04:46:16.6362348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_async_process_executor.cpython-39.pyc 2025-04-25T04:46:16.6365857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_async_thread_executor.cpython-39.pyc 2025-04-25T04:46:16.6369510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_checkpointer.cpython-39.pyc 2025-04-25T04:46:16.6373126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_dedup_save_plans.cpython-39.pyc 2025-04-25T04:46:16.6376594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_dedup_tensors.cpython-39.pyc 2025-04-25T04:46:16.6380094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_extension.cpython-39.pyc 2025-04-25T04:46:16.6388601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_fsspec_filesystem.cpython-39.pyc 2025-04-25T04:46:16.6392072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_hf_planner.cpython-39.pyc 2025-04-25T04:46:16.6395561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_hf_storage.cpython-39.pyc 2025-04-25T04:46:16.6398976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_nested_dict.cpython-39.pyc 2025-04-25T04:46:16.6402585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_sharded_tensor_utils.cpython-39.pyc 2025-04-25T04:46:16.6406091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_storage_utils.cpython-39.pyc 2025-04-25T04:46:16.6409612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_traverse.cpython-39.pyc 2025-04-25T04:46:16.6413231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_version.cpython-39.pyc 2025-04-25T04:46:16.6421700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.6431706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\control_plane.py 2025-04-25T04:46:16.6435239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\__init__.py 2025-04-25T04:46:16.6442330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\__init__.py 2025-04-25T04:46:16.6448706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\api.py 2025-04-25T04:46:16.6452191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\health_check_server.py 2025-04-25T04:46:16.6456617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\local_elastic_agent.py 2025-04-25T04:46:16.6460024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\__init__.py 2025-04-25T04:46:16.6471603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\__pycache__\api.cpython-39.pyc 2025-04-25T04:46:16.6475247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\__pycache__\health_check_server.cpython-39.pyc 2025-04-25T04:46:16.6478797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\__pycache__\local_elastic_agent.cpython-39.pyc 2025-04-25T04:46:16.6488487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.6496269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.6504260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\api.py 2025-04-25T04:46:16.6507624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\handlers.py 2025-04-25T04:46:16.6510875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\__init__.py 2025-04-25T04:46:16.6517688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\__pycache__\api.cpython-39.pyc 2025-04-25T04:46:16.6521422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\__pycache__\handlers.cpython-39.pyc 2025-04-25T04:46:16.6525077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.6537228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\metrics\api.py 2025-04-25T04:46:16.6540570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\metrics\__init__.py 2025-04-25T04:46:16.6547743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\metrics\__pycache__\api.cpython-39.pyc 2025-04-25T04:46:16.6551182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\metrics\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.6562960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\api.py 2025-04-25T04:46:16.6566889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\redirects.py 2025-04-25T04:46:16.6570496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\tail_log.py 2025-04-25T04:46:16.6573803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\__init__.py 2025-04-25T04:46:16.6584997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\error_handler.py 2025-04-25T04:46:16.6588724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\handlers.py 2025-04-25T04:46:16.6592024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\__init__.py 2025-04-25T04:46:16.6598694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\__pycache__\error_handler.cpython-39.pyc 2025-04-25T04:46:16.6602370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\__pycache__\handlers.cpython-39.pyc 2025-04-25T04:46:16.6606349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.6618663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\handlers.py 2025-04-25T04:46:16.6622608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\subprocess_handler.py 2025-04-25T04:46:16.6626026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\__init__.py 2025-04-25T04:46:16.6637012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\__pycache__\handlers.cpython-39.pyc 2025-04-25T04:46:16.6640867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\__pycache__\subprocess_handler.cpython-39.pyc 2025-04-25T04:46:16.6644380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.6656915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\__pycache__\api.cpython-39.pyc 2025-04-25T04:46:16.6660716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\__pycache__\redirects.cpython-39.pyc 2025-04-25T04:46:16.6664216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\__pycache__\tail_log.cpython-39.pyc 2025-04-25T04:46:16.6672213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.6680425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\api.py 2025-04-25T04:46:16.6684001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py 2025-04-25T04:46:16.6687340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\dynamic_rendezvous.py 2025-04-25T04:46:16.6695904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\etcd_rendezvous.py 2025-04-25T04:46:16.6699621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py 2025-04-25T04:46:16.6703078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\etcd_server.py 2025-04-25T04:46:16.6706522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\etcd_store.py 2025-04-25T04:46:16.6709836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\registry.py 2025-04-25T04:46:16.6713669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py 2025-04-25T04:46:16.6717088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\utils.py 2025-04-25T04:46:16.6720620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\_etcd_stub.py 2025-04-25T04:46:16.6724219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__init__.py 2025-04-25T04:46:16.6732593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\api.cpython-39.pyc 2025-04-25T04:46:16.6736294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\c10d_rendezvous_backend.cpython-39.pyc 2025-04-25T04:46:16.6739886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\dynamic_rendezvous.cpython-39.pyc 2025-04-25T04:46:16.6748127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\etcd_rendezvous.cpython-39.pyc 2025-04-25T04:46:16.6751890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\etcd_rendezvous_backend.cpython-39.pyc 2025-04-25T04:46:16.6755381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\etcd_server.cpython-39.pyc 2025-04-25T04:46:16.6758841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\etcd_store.cpython-39.pyc 2025-04-25T04:46:16.6762297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\registry.cpython-39.pyc 2025-04-25T04:46:16.6766117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\static_tcp_rendezvous.cpython-39.pyc 2025-04-25T04:46:16.6769562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:16.6773251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\_etcd_stub.cpython-39.pyc 2025-04-25T04:46:16.6776732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.6784350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\api.py 2025-04-25T04:46:16.6787652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\debug_info_logging.py 2025-04-25T04:46:16.6790986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\file_based_local_timer.py 2025-04-25T04:46:16.6794433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\local_timer.py 2025-04-25T04:46:16.6801672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__init__.py 2025-04-25T04:46:16.6808891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\api.cpython-39.pyc 2025-04-25T04:46:16.6812733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\debug_info_logging.cpython-39.pyc 2025-04-25T04:46:16.6816188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\file_based_local_timer.cpython-39.pyc 2025-04-25T04:46:16.6823604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\local_timer.cpython-39.pyc 2025-04-25T04:46:16.6827085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.6834859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\api.py 2025-04-25T04:46:16.6838408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\distributed.py 2025-04-25T04:46:16.6842434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\logging.py 2025-04-25T04:46:16.6845715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\log_level.py 2025-04-25T04:46:16.6849100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\store.py 2025-04-25T04:46:16.6856168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__init__.py 2025-04-25T04:46:16.6862787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\cycling_iterator.py 2025-04-25T04:46:16.6866373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\elastic_distributed_sampler.py 2025-04-25T04:46:16.6869734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\__init__.py 2025-04-25T04:46:16.6880604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\__pycache__\cycling_iterator.cpython-39.pyc 2025-04-25T04:46:16.6884266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\__pycache__\elastic_distributed_sampler.cpython-39.pyc 2025-04-25T04:46:16.6887682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.6913250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\api.cpython-39.pyc 2025-04-25T04:46:16.6916740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\distributed.cpython-39.pyc 2025-04-25T04:46:16.6920214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\logging.cpython-39.pyc 2025-04-25T04:46:16.6928997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\log_level.cpython-39.pyc 2025-04-25T04:46:16.6932552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\store.cpython-39.pyc 2025-04-25T04:46:16.6936079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.6943657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\__pycache__\control_plane.cpython-39.pyc 2025-04-25T04:46:16.6947112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.6955546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\api.py 2025-04-25T04:46:16.6958976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\fully_sharded_data_parallel.py 2025-04-25T04:46:16.6962894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\sharded_grad_scaler.py 2025-04-25T04:46:16.6966314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\wrap.py 2025-04-25T04:46:16.6969763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_common_utils.py 2025-04-25T04:46:16.6978317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_debug_utils.py 2025-04-25T04:46:16.6981745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_dynamo_utils.py 2025-04-25T04:46:16.6985261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_exec_order_utils.py 2025-04-25T04:46:16.6988774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_flat_param.py 2025-04-25T04:46:16.6992996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fsdp_extensions.py 2025-04-25T04:46:16.6996690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_init_utils.py 2025-04-25T04:46:16.7000484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_limiter_utils.py 2025-04-25T04:46:16.7003773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_optim_utils.py 2025-04-25T04:46:16.7007578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_runtime_utils.py 2025-04-25T04:46:16.7011885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_shard_utils.py 2025-04-25T04:46:16.7015258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_state_dict_utils.py 2025-04-25T04:46:16.7018841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_trace_utils.py 2025-04-25T04:46:16.7022431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_traversal_utils.py 2025-04-25T04:46:16.7025920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_unshard_param_utils.py 2025-04-25T04:46:16.7029466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_wrap_utils.py 2025-04-25T04:46:16.7037358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__init__.py 2025-04-25T04:46:16.7044687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_api.py 2025-04-25T04:46:16.7048272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_collectives.py 2025-04-25T04:46:16.7051824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_common.py 2025-04-25T04:46:16.7060494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_init.py 2025-04-25T04:46:16.7064494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_param.py 2025-04-25T04:46:16.7068346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_param_group.py 2025-04-25T04:46:16.7072037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_state.py 2025-04-25T04:46:16.7075842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fully_shard.py 2025-04-25T04:46:16.7079470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__init__.py 2025-04-25T04:46:16.7086804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_api.cpython-39.pyc 2025-04-25T04:46:16.7090845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_collectives.cpython-39.pyc 2025-04-25T04:46:16.7094650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_common.cpython-39.pyc 2025-04-25T04:46:16.7104939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_init.cpython-39.pyc 2025-04-25T04:46:16.7108591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_param.cpython-39.pyc 2025-04-25T04:46:16.7112225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_param_group.cpython-39.pyc 2025-04-25T04:46:16.7116704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_state.cpython-39.pyc 2025-04-25T04:46:16.7120421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fully_shard.cpython-39.pyc 2025-04-25T04:46:16.7124640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.7133703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\api.cpython-39.pyc 2025-04-25T04:46:16.7137377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\fully_sharded_data_parallel.cpython-39.pyc 2025-04-25T04:46:16.7141255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\sharded_grad_scaler.cpython-39.pyc 2025-04-25T04:46:16.7149715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\wrap.cpython-39.pyc 2025-04-25T04:46:16.7153378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_common_utils.cpython-39.pyc 2025-04-25T04:46:16.7156859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_debug_utils.cpython-39.pyc 2025-04-25T04:46:16.7161158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_dynamo_utils.cpython-39.pyc 2025-04-25T04:46:16.7164849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_exec_order_utils.cpython-39.pyc 2025-04-25T04:46:16.7168280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_flat_param.cpython-39.pyc 2025-04-25T04:46:16.7172338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_fsdp_extensions.cpython-39.pyc 2025-04-25T04:46:16.7176332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_init_utils.cpython-39.pyc 2025-04-25T04:46:16.7179867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_limiter_utils.cpython-39.pyc 2025-04-25T04:46:16.7183626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_optim_utils.cpython-39.pyc 2025-04-25T04:46:16.7187756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_runtime_utils.cpython-39.pyc 2025-04-25T04:46:16.7191570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_shard_utils.cpython-39.pyc 2025-04-25T04:46:16.7195335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_state_dict_utils.cpython-39.pyc 2025-04-25T04:46:16.7203197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_trace_utils.cpython-39.pyc 2025-04-25T04:46:16.7207344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_traversal_utils.cpython-39.pyc 2025-04-25T04:46:16.7211128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_unshard_param_utils.cpython-39.pyc 2025-04-25T04:46:16.7214781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_wrap_utils.cpython-39.pyc 2025-04-25T04:46:16.7218544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.7226712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\launcher\api.py 2025-04-25T04:46:16.7229957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\launcher\__init__.py 2025-04-25T04:46:16.7237585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\launcher\__pycache__\api.cpython-39.pyc 2025-04-25T04:46:16.7240650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\launcher\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.7248693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\functional.py 2025-04-25T04:46:16.7252381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\__init__.py 2025-04-25T04:46:16.7259002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\api\remote_module.py 2025-04-25T04:46:16.7262574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\api\__init__.py 2025-04-25T04:46:16.7268607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\api\__pycache__\remote_module.cpython-39.pyc 2025-04-25T04:46:16.7272150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\api\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.7279711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\instantiator.py 2025-04-25T04:46:16.7283208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\__init__.py 2025-04-25T04:46:16.7289163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\templates\remote_module_template.py 2025-04-25T04:46:16.7292624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\templates\__init__.py 2025-04-25T04:46:16.7298707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\templates\__pycache__\remote_module_template.cpython-39.pyc 2025-04-25T04:46:16.7302217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\templates\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.7314563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\__pycache__\instantiator.cpython-39.pyc 2025-04-25T04:46:16.7318413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.7332280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\__pycache__\functional.cpython-39.pyc 2025-04-25T04:46:16.7336143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.7344134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\apply_optimizer_in_backward.py 2025-04-25T04:46:16.7347540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_adadelta.py 2025-04-25T04:46:16.7351082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_adagrad.py 2025-04-25T04:46:16.7358458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_adam.py 2025-04-25T04:46:16.7361727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_adamax.py 2025-04-25T04:46:16.7365773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_adamw.py 2025-04-25T04:46:16.7369319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_rmsprop.py 2025-04-25T04:46:16.7373547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_rprop.py 2025-04-25T04:46:16.7377143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_sgd.py 2025-04-25T04:46:16.7380529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\named_optimizer.py 2025-04-25T04:46:16.7384804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\optimizer.py 2025-04-25T04:46:16.7388253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\post_localSGD_optimizer.py 2025-04-25T04:46:16.7391664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\utils.py 2025-04-25T04:46:16.7395035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\zero_redundancy_optimizer.py 2025-04-25T04:46:16.7398898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\zero_redundancy_optimizer.pyi 2025-04-25T04:46:16.7402395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\_deprecation_warning.py 2025-04-25T04:46:16.7405932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__init__.py 2025-04-25T04:46:16.7414700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\apply_optimizer_in_backward.cpython-39.pyc 2025-04-25T04:46:16.7418660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adadelta.cpython-39.pyc 2025-04-25T04:46:16.7422295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adagrad.cpython-39.pyc 2025-04-25T04:46:16.7430140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adam.cpython-39.pyc 2025-04-25T04:46:16.7433963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adamax.cpython-39.pyc 2025-04-25T04:46:16.7437490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adamw.cpython-39.pyc 2025-04-25T04:46:16.7441154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_rmsprop.cpython-39.pyc 2025-04-25T04:46:16.7444903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_rprop.cpython-39.pyc 2025-04-25T04:46:16.7448475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_sgd.cpython-39.pyc 2025-04-25T04:46:16.7452141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\named_optimizer.cpython-39.pyc 2025-04-25T04:46:16.7455643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\optimizer.cpython-39.pyc 2025-04-25T04:46:16.7459147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\post_localSGD_optimizer.cpython-39.pyc 2025-04-25T04:46:16.7462572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:16.7466459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\zero_redundancy_optimizer.cpython-39.pyc 2025-04-25T04:46:16.7470202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\_deprecation_warning.cpython-39.pyc 2025-04-25T04:46:16.7473731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.7487240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\microbatch.py 2025-04-25T04:46:16.7491170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\schedules.py 2025-04-25T04:46:16.7495094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\stage.py 2025-04-25T04:46:16.7498709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\_backward.py 2025-04-25T04:46:16.7506319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\_debug.py 2025-04-25T04:46:16.7509693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\_IR.py 2025-04-25T04:46:16.7513157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\_schedule_visualizer.py 2025-04-25T04:46:16.7516490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\_unflatten.py 2025-04-25T04:46:16.7519857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\_utils.py 2025-04-25T04:46:16.7523163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__init__.py 2025-04-25T04:46:16.7530450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\microbatch.cpython-39.pyc 2025-04-25T04:46:16.7534239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\schedules.cpython-39.pyc 2025-04-25T04:46:16.7538044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\stage.cpython-39.pyc 2025-04-25T04:46:16.7545826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\_backward.cpython-39.pyc 2025-04-25T04:46:16.7549310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\_debug.cpython-39.pyc 2025-04-25T04:46:16.7552930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\_IR.cpython-39.pyc 2025-04-25T04:46:16.7556657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\_schedule_visualizer.cpython-39.pyc 2025-04-25T04:46:16.7560188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\_unflatten.cpython-39.pyc 2025-04-25T04:46:16.7563681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\_utils.cpython-39.pyc 2025-04-25T04:46:16.7567458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.7575314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\api.py 2025-04-25T04:46:16.7578954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\backend_registry.py 2025-04-25T04:46:16.7582748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\constants.py 2025-04-25T04:46:16.7586564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\functions.py 2025-04-25T04:46:16.7593685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\internal.py 2025-04-25T04:46:16.7597395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\options.py 2025-04-25T04:46:16.7600718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\rref_proxy.py 2025-04-25T04:46:16.7604281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\server_process_global_profiler.py 2025-04-25T04:46:16.7607916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\_utils.py 2025-04-25T04:46:16.7611374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__init__.py 2025-04-25T04:46:16.7618343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\_testing\faulty_agent_backend_registry.py 2025-04-25T04:46:16.7621725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\_testing\__init__.py 2025-04-25T04:46:16.7629158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\_testing\__pycache__\faulty_agent_backend_registry.cpython-39.pyc 2025-04-25T04:46:16.7633245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\_testing\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.7641220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\api.cpython-39.pyc 2025-04-25T04:46:16.7644813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\backend_registry.cpython-39.pyc 2025-04-25T04:46:16.7648426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\constants.cpython-39.pyc 2025-04-25T04:46:16.7655889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\functions.cpython-39.pyc 2025-04-25T04:46:16.7659666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\internal.cpython-39.pyc 2025-04-25T04:46:16.7663191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\options.cpython-39.pyc 2025-04-25T04:46:16.7666867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\rref_proxy.cpython-39.pyc 2025-04-25T04:46:16.7670479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\server_process_global_profiler.cpython-39.pyc 2025-04-25T04:46:16.7673847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\_utils.cpython-39.pyc 2025-04-25T04:46:16.7677341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.7685757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\device_mesh.py 2025-04-25T04:46:16.7689419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\placement_types.py 2025-04-25T04:46:16.7693025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_api.py 2025-04-25T04:46:16.7696843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_collective_utils.py 2025-04-25T04:46:16.7704556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_dispatch.py 2025-04-25T04:46:16.7708099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_dtensor_spec.py 2025-04-25T04:46:16.7711421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_op_schema.py 2025-04-25T04:46:16.7715064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_random.py 2025-04-25T04:46:16.7718454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_redistribute.py 2025-04-25T04:46:16.7722117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_sharding_prop.py 2025-04-25T04:46:16.7725896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_shards_wrapper.py 2025-04-25T04:46:16.7729973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_tp_conv.py 2025-04-25T04:46:16.7733271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_utils.py 2025-04-25T04:46:16.7736529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__init__.py 2025-04-25T04:46:16.7744285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\_comm_mode.py 2025-04-25T04:46:16.7747892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\_op_coverage.py 2025-04-25T04:46:16.7751416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\_visualize_sharding.py 2025-04-25T04:46:16.7754850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\__init__.py 2025-04-25T04:46:16.7765645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\__pycache__\_comm_mode.cpython-39.pyc 2025-04-25T04:46:16.7769587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\__pycache__\_op_coverage.cpython-39.pyc 2025-04-25T04:46:16.7773170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\__pycache__\_visualize_sharding.cpython-39.pyc 2025-04-25T04:46:16.7780508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.7788207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\_attention.py 2025-04-25T04:46:16.7791878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\_func_map.py 2025-04-25T04:46:16.7795782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\_register_sharding.py 2025-04-25T04:46:16.7803356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\_tp_transform.py 2025-04-25T04:46:16.7806790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__init__.py 2025-04-25T04:46:16.7814146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\_attention.cpython-39.pyc 2025-04-25T04:46:16.7817778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\_func_map.cpython-39.pyc 2025-04-25T04:46:16.7821198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\_register_sharding.cpython-39.pyc 2025-04-25T04:46:16.7829180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\_tp_transform.cpython-39.pyc 2025-04-25T04:46:16.7832653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.7840250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\api.py 2025-04-25T04:46:16.7843479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\ddp.py 2025-04-25T04:46:16.7846865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\fsdp.py 2025-04-25T04:46:16.7850234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\input_reshard.py 2025-04-25T04:46:16.7853568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\loss.py 2025-04-25T04:46:16.7856740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\style.py 2025-04-25T04:46:16.7864701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\_data_parallel_utils.py 2025-04-25T04:46:16.7868000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\_utils.py 2025-04-25T04:46:16.7871488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__init__.py 2025-04-25T04:46:16.7878802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\api.cpython-39.pyc 2025-04-25T04:46:16.7882740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\ddp.cpython-39.pyc 2025-04-25T04:46:16.7886324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\fsdp.cpython-39.pyc 2025-04-25T04:46:16.7894316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\input_reshard.cpython-39.pyc 2025-04-25T04:46:16.7898009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\loss.cpython-39.pyc 2025-04-25T04:46:16.7901526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\style.cpython-39.pyc 2025-04-25T04:46:16.7905509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\_data_parallel_utils.cpython-39.pyc 2025-04-25T04:46:16.7909340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\_utils.cpython-39.pyc 2025-04-25T04:46:16.7913004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.7921111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\utils.py 2025-04-25T04:46:16.7924439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_common_rules.py 2025-04-25T04:46:16.7928131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_conv_ops.py 2025-04-25T04:46:16.7931760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_einsum_strategy.py 2025-04-25T04:46:16.7939566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_embedding_ops.py 2025-04-25T04:46:16.7943255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_math_ops.py 2025-04-25T04:46:16.7946741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_matrix_ops.py 2025-04-25T04:46:16.7950479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_pointwise_ops.py 2025-04-25T04:46:16.7953966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_random_ops.py 2025-04-25T04:46:16.7957428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_tensor_ops.py 2025-04-25T04:46:16.7979931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_view_ops.py 2025-04-25T04:46:16.7983404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__init__.py 2025-04-25T04:46:16.7991407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:16.7995189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_common_rules.cpython-39.pyc 2025-04-25T04:46:16.7998555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_conv_ops.cpython-39.pyc 2025-04-25T04:46:16.8006837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_einsum_strategy.cpython-39.pyc 2025-04-25T04:46:16.8010622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_embedding_ops.cpython-39.pyc 2025-04-25T04:46:16.8014158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_math_ops.cpython-39.pyc 2025-04-25T04:46:16.8017719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_matrix_ops.cpython-39.pyc 2025-04-25T04:46:16.8021237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_pointwise_ops.cpython-39.pyc 2025-04-25T04:46:16.8025030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_random_ops.cpython-39.pyc 2025-04-25T04:46:16.8028558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_tensor_ops.cpython-39.pyc 2025-04-25T04:46:16.8032011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_view_ops.cpython-39.pyc 2025-04-25T04:46:16.8035665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.8043926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\device_mesh.cpython-39.pyc 2025-04-25T04:46:16.8047650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\placement_types.cpython-39.pyc 2025-04-25T04:46:16.8051481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_api.cpython-39.pyc 2025-04-25T04:46:16.8059903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_collective_utils.cpython-39.pyc 2025-04-25T04:46:16.8063863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_dispatch.cpython-39.pyc 2025-04-25T04:46:16.8067411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_dtensor_spec.cpython-39.pyc 2025-04-25T04:46:16.8070851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_op_schema.cpython-39.pyc 2025-04-25T04:46:16.8074350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_random.cpython-39.pyc 2025-04-25T04:46:16.8077921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_redistribute.cpython-39.pyc 2025-04-25T04:46:16.8081677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_sharding_prop.cpython-39.pyc 2025-04-25T04:46:16.8085302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_shards_wrapper.cpython-39.pyc 2025-04-25T04:46:16.8088763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_tp_conv.cpython-39.pyc 2025-04-25T04:46:16.8092295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_utils.cpython-39.pyc 2025-04-25T04:46:16.8095816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.8104827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\checkpoint_activation.py 2025-04-25T04:46:16.8108427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\contract.py 2025-04-25T04:46:16.8112002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\replicate.py 2025-04-25T04:46:16.8115376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\__init__.py 2025-04-25T04:46:16.8130388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\fully_shard.py 2025-04-25T04:46:16.8133845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\__init__.py 2025-04-25T04:46:16.8140902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\__pycache__\fully_shard.cpython-39.pyc 2025-04-25T04:46:16.8144567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.8153196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\__pycache__\checkpoint_activation.cpython-39.pyc 2025-04-25T04:46:16.8156535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\__pycache__\contract.cpython-39.pyc 2025-04-25T04:46:16.8160244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\__pycache__\replicate.cpython-39.pyc 2025-04-25T04:46:16.8168011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.8175948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\api.py 2025-04-25T04:46:16.8179429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\common_op_utils.py 2025-04-25T04:46:16.8183137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\metadata.py 2025-04-25T04:46:16.8186596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\op_registry_utils.py 2025-04-25T04:46:16.8190127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharder.py 2025-04-25T04:46:16.8197776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\_utils.py 2025-04-25T04:46:16.8200946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__init__.py 2025-04-25T04:46:16.8207779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\checkpoint\__init__.py 2025-04-25T04:46:16.8215010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\checkpoint\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.8222554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_optim\api.py 2025-04-25T04:46:16.8225961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_optim\__init__.py 2025-04-25T04:46:16.8233021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_optim\__pycache__\api.cpython-39.pyc 2025-04-25T04:46:16.8236365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_optim\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.8244119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\api.py 2025-04-25T04:46:16.8247676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\logger.py 2025-04-25T04:46:16.8251223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\logging_handlers.py 2025-04-25T04:46:16.8254884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\metadata.py 2025-04-25T04:46:16.8258375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\reshard.py 2025-04-25T04:46:16.8265816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\shard.py 2025-04-25T04:46:16.8269111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\utils.py 2025-04-25T04:46:16.8272403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__init__.py 2025-04-25T04:46:16.8279218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\binary_cmp.py 2025-04-25T04:46:16.8282685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\init.py 2025-04-25T04:46:16.8285945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\misc_ops.py 2025-04-25T04:46:16.8289500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\tensor_ops.py 2025-04-25T04:46:16.8292793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\_common.py 2025-04-25T04:46:16.8300739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__init__.py 2025-04-25T04:46:16.8307653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\binary_cmp.cpython-39.pyc 2025-04-25T04:46:16.8311179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\init.cpython-39.pyc 2025-04-25T04:46:16.8314745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\misc_ops.cpython-39.pyc 2025-04-25T04:46:16.8322528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\tensor_ops.cpython-39.pyc 2025-04-25T04:46:16.8333196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\_common.cpython-39.pyc 2025-04-25T04:46:16.8334131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.8339865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\api.cpython-39.pyc 2025-04-25T04:46:16.8343226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\logger.cpython-39.pyc 2025-04-25T04:46:16.8346820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\logging_handlers.cpython-39.pyc 2025-04-25T04:46:16.8354445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\metadata.cpython-39.pyc 2025-04-25T04:46:16.8357984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\reshard.cpython-39.pyc 2025-04-25T04:46:16.8361653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\shard.cpython-39.pyc 2025-04-25T04:46:16.8365334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:16.8368901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.8376609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_plan\api.py 2025-04-25T04:46:16.8380132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_plan\__init__.py 2025-04-25T04:46:16.8386983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_plan\__pycache__\api.cpython-39.pyc 2025-04-25T04:46:16.8390391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_plan\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.8398075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\api.py 2025-04-25T04:46:16.8401595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec.py 2025-04-25T04:46:16.8404653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\_internals.py 2025-04-25T04:46:16.8407930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\__init__.py 2025-04-25T04:46:16.8419059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding.py 2025-04-25T04:46:16.8422538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding_bag.py 2025-04-25T04:46:16.8426093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\_common.py 2025-04-25T04:46:16.8433501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__init__.py 2025-04-25T04:46:16.8439902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__pycache__\embedding.cpython-39.pyc 2025-04-25T04:46:16.8443505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__pycache__\embedding_bag.cpython-39.pyc 2025-04-25T04:46:16.8446993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__pycache__\_common.cpython-39.pyc 2025-04-25T04:46:16.8454564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.8462297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\__pycache__\api.cpython-39.pyc 2025-04-25T04:46:16.8466026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\__pycache__\chunk_sharding_spec.cpython-39.pyc 2025-04-25T04:46:16.8469472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\__pycache__\_internals.cpython-39.pyc 2025-04-25T04:46:16.8477622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.8485410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\api.cpython-39.pyc 2025-04-25T04:46:16.8489442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\common_op_utils.cpython-39.pyc 2025-04-25T04:46:16.8492974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\metadata.cpython-39.pyc 2025-04-25T04:46:16.8500682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\op_registry_utils.cpython-39.pyc 2025-04-25T04:46:16.8504697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\sharder.cpython-39.pyc 2025-04-25T04:46:16.8508109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\_utils.cpython-39.pyc 2025-04-25T04:46:16.8511624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.8519539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_sharded_tensor\__init__.py 2025-04-25T04:46:16.8526463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_sharded_tensor\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.8534598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_sharding_spec\__init__.py 2025-04-25T04:46:16.8541380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_sharding_spec\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.8549617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_symmetric_memory\__init__.py 2025-04-25T04:46:16.8556764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_symmetric_memory\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.8565549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\api.py 2025-04-25T04:46:16.8569181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\placement_types.py 2025-04-25T04:46:16.8572743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\__init__.py 2025-04-25T04:46:16.8580070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\__pycache__\api.cpython-39.pyc 2025-04-25T04:46:16.8583814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\__pycache__\placement_types.cpython-39.pyc 2025-04-25T04:46:16.8587274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.8600288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\common_utils.py 2025-04-25T04:46:16.8603816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\fake_collectives.py 2025-04-25T04:46:16.8607494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\fsdp2_mem_tracker.py 2025-04-25T04:46:16.8611135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\ilp_utils.py 2025-04-25T04:46:16.8619101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\memory_tracker.py 2025-04-25T04:46:16.8622515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\mem_tracker.py 2025-04-25T04:46:16.8626093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\mod_tracker.py 2025-04-25T04:46:16.8629458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\runtime_estimator.py 2025-04-25T04:46:16.8633006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\sac_estimator.py 2025-04-25T04:46:16.8636788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\sac_ilp.py 2025-04-25T04:46:16.8640177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__init__.py 2025-04-25T04:46:16.8647480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\common_utils.cpython-39.pyc 2025-04-25T04:46:16.8651260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\fake_collectives.cpython-39.pyc 2025-04-25T04:46:16.8654649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\fsdp2_mem_tracker.cpython-39.pyc 2025-04-25T04:46:16.8662675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\ilp_utils.cpython-39.pyc 2025-04-25T04:46:16.8666438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\memory_tracker.cpython-39.pyc 2025-04-25T04:46:16.8670014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\mem_tracker.cpython-39.pyc 2025-04-25T04:46:16.8673652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\mod_tracker.cpython-39.pyc 2025-04-25T04:46:16.8677101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\runtime_estimator.cpython-39.pyc 2025-04-25T04:46:16.8680710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\sac_estimator.cpython-39.pyc 2025-04-25T04:46:16.8684266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\sac_ilp.cpython-39.pyc 2025-04-25T04:46:16.8688088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.8696852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\argparse_util.cpython-39.pyc 2025-04-25T04:46:16.8700289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\c10d_logger.cpython-39.pyc 2025-04-25T04:46:16.8703797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\collective_utils.cpython-39.pyc 2025-04-25T04:46:16.8711577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\constants.cpython-39.pyc 2025-04-25T04:46:16.8715184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\device_mesh.cpython-39.pyc 2025-04-25T04:46:16.8719348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\distributed_c10d.cpython-39.pyc 2025-04-25T04:46:16.8723612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\launch.cpython-39.pyc 2025-04-25T04:46:16.8727514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\logging_handlers.cpython-39.pyc 2025-04-25T04:46:16.8731067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\remote_device.cpython-39.pyc 2025-04-25T04:46:16.8734603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\rendezvous.cpython-39.pyc 2025-04-25T04:46:16.8738426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\run.cpython-39.pyc 2025-04-25T04:46:16.8741790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:16.8745768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_checkpointable.cpython-39.pyc 2025-04-25T04:46:16.8749133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_composable_state.cpython-39.pyc 2025-04-25T04:46:16.8753173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_functional_collectives.cpython-39.pyc 2025-04-25T04:46:16.8756513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_functional_collectives_impl.cpython-39.pyc 2025-04-25T04:46:16.8764450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_serialization.cpython-39.pyc 2025-04-25T04:46:16.8767924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_state_dict_utils.cpython-39.pyc 2025-04-25T04:46:16.8771977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.8781918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\bernoulli.py 2025-04-25T04:46:16.8785214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\beta.py 2025-04-25T04:46:16.8788457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\binomial.py 2025-04-25T04:46:16.8791930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\categorical.py 2025-04-25T04:46:16.8799566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\cauchy.py 2025-04-25T04:46:16.8802853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\chi2.py 2025-04-25T04:46:16.8805942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\constraints.py 2025-04-25T04:46:16.8809557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\constraint_registry.py 2025-04-25T04:46:16.8812828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\continuous_bernoulli.py 2025-04-25T04:46:16.8816405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\dirichlet.py 2025-04-25T04:46:16.8819739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\distribution.py 2025-04-25T04:46:16.8823064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\exponential.py 2025-04-25T04:46:16.8826428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\exp_family.py 2025-04-25T04:46:16.8829819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\fishersnedecor.py 2025-04-25T04:46:16.8833281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\gamma.py 2025-04-25T04:46:16.8836671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\generalized_pareto.py 2025-04-25T04:46:16.8840247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\geometric.py 2025-04-25T04:46:16.8843641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\gumbel.py 2025-04-25T04:46:16.8847178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\half_cauchy.py 2025-04-25T04:46:16.8850832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\half_normal.py 2025-04-25T04:46:16.8854269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\independent.py 2025-04-25T04:46:16.8857662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\inverse_gamma.py 2025-04-25T04:46:16.8865236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\kl.py 2025-04-25T04:46:16.8868543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\kumaraswamy.py 2025-04-25T04:46:16.8871963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\laplace.py 2025-04-25T04:46:16.8875250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\lkj_cholesky.py 2025-04-25T04:46:16.8878585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\logistic_normal.py 2025-04-25T04:46:16.8882328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\log_normal.py 2025-04-25T04:46:16.8885936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\lowrank_multivariate_normal.py 2025-04-25T04:46:16.8889474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\mixture_same_family.py 2025-04-25T04:46:16.8892807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\multinomial.py 2025-04-25T04:46:16.8896309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\multivariate_normal.py 2025-04-25T04:46:16.8904256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\negative_binomial.py 2025-04-25T04:46:16.8907345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\normal.py 2025-04-25T04:46:16.8910710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\one_hot_categorical.py 2025-04-25T04:46:16.8914599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\pareto.py 2025-04-25T04:46:16.8917928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\poisson.py 2025-04-25T04:46:16.8921245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\relaxed_bernoulli.py 2025-04-25T04:46:16.8924575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\relaxed_categorical.py 2025-04-25T04:46:16.8927865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\studentT.py 2025-04-25T04:46:16.8931393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\transformed_distribution.py 2025-04-25T04:46:16.8934635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\transforms.py 2025-04-25T04:46:16.8937980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\uniform.py 2025-04-25T04:46:16.8941254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\utils.py 2025-04-25T04:46:16.8944693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\von_mises.py 2025-04-25T04:46:16.8952725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\weibull.py 2025-04-25T04:46:16.8956024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\wishart.py 2025-04-25T04:46:16.8959167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__init__.py 2025-04-25T04:46:16.8967630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\bernoulli.cpython-39.pyc 2025-04-25T04:46:16.8971140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\beta.cpython-39.pyc 2025-04-25T04:46:16.8974463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\binomial.cpython-39.pyc 2025-04-25T04:46:16.8981806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\categorical.cpython-39.pyc 2025-04-25T04:46:16.8985453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\cauchy.cpython-39.pyc 2025-04-25T04:46:16.8988914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\chi2.cpython-39.pyc 2025-04-25T04:46:16.8992480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\constraints.cpython-39.pyc 2025-04-25T04:46:16.8995968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\constraint_registry.cpython-39.pyc 2025-04-25T04:46:16.8999416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\continuous_bernoulli.cpython-39.pyc 2025-04-25T04:46:16.9002736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\dirichlet.cpython-39.pyc 2025-04-25T04:46:16.9006121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\distribution.cpython-39.pyc 2025-04-25T04:46:16.9009836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\exponential.cpython-39.pyc 2025-04-25T04:46:16.9027010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\exp_family.cpython-39.pyc 2025-04-25T04:46:16.9030531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\fishersnedecor.cpython-39.pyc 2025-04-25T04:46:16.9034004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\gamma.cpython-39.pyc 2025-04-25T04:46:16.9037459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\generalized_pareto.cpython-39.pyc 2025-04-25T04:46:16.9041039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\geometric.cpython-39.pyc 2025-04-25T04:46:16.9048791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\gumbel.cpython-39.pyc 2025-04-25T04:46:16.9052640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\half_cauchy.cpython-39.pyc 2025-04-25T04:46:16.9056230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\half_normal.cpython-39.pyc 2025-04-25T04:46:16.9060084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\independent.cpython-39.pyc 2025-04-25T04:46:16.9063650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\inverse_gamma.cpython-39.pyc 2025-04-25T04:46:16.9067101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\kl.cpython-39.pyc 2025-04-25T04:46:16.9071082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\kumaraswamy.cpython-39.pyc 2025-04-25T04:46:16.9075099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\laplace.cpython-39.pyc 2025-04-25T04:46:16.9082169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\lkj_cholesky.cpython-39.pyc 2025-04-25T04:46:16.9085811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\logistic_normal.cpython-39.pyc 2025-04-25T04:46:16.9089533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\log_normal.cpython-39.pyc 2025-04-25T04:46:16.9093668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\lowrank_multivariate_normal.cpython-39.pyc 2025-04-25T04:46:16.9097176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\mixture_same_family.cpython-39.pyc 2025-04-25T04:46:16.9100833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\multinomial.cpython-39.pyc 2025-04-25T04:46:16.9104190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\multivariate_normal.cpython-39.pyc 2025-04-25T04:46:16.9107853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\negative_binomial.cpython-39.pyc 2025-04-25T04:46:16.9115312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\normal.cpython-39.pyc 2025-04-25T04:46:16.9118802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\one_hot_categorical.cpython-39.pyc 2025-04-25T04:46:16.9122284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\pareto.cpython-39.pyc 2025-04-25T04:46:16.9125739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\poisson.cpython-39.pyc 2025-04-25T04:46:16.9130177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\relaxed_bernoulli.cpython-39.pyc 2025-04-25T04:46:16.9133744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\relaxed_categorical.cpython-39.pyc 2025-04-25T04:46:16.9137389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\studentT.cpython-39.pyc 2025-04-25T04:46:16.9141066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\transformed_distribution.cpython-39.pyc 2025-04-25T04:46:16.9149579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\transforms.cpython-39.pyc 2025-04-25T04:46:16.9153656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\uniform.cpython-39.pyc 2025-04-25T04:46:16.9157287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:16.9160880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\von_mises.cpython-39.pyc 2025-04-25T04:46:16.9164441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\weibull.cpython-39.pyc 2025-04-25T04:46:16.9168289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\wishart.cpython-39.pyc 2025-04-25T04:46:16.9171856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.9181005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\custom_obj.py 2025-04-25T04:46:16.9184630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\custom_ops.py 2025-04-25T04:46:16.9187975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\decomp_utils.py 2025-04-25T04:46:16.9191694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\dynamic_shapes.py 2025-04-25T04:46:16.9200437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\exported_program.py 2025-04-25T04:46:16.9204050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\graph_signature.py 2025-04-25T04:46:16.9207552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\unflatten.py 2025-04-25T04:46:16.9211303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_draft_export.py 2025-04-25T04:46:16.9214971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_remove_auto_functionalized_pass.py 2025-04-25T04:46:16.9218636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_remove_effect_tokens_pass.py 2025-04-25T04:46:16.9221991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_safeguard.py 2025-04-25T04:46:16.9225683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_swap.py 2025-04-25T04:46:16.9229113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_trace.py 2025-04-25T04:46:16.9233404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_tree_utils.py 2025-04-25T04:46:16.9236942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_unlift.py 2025-04-25T04:46:16.9240451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_wrapper_utils.py 2025-04-25T04:46:16.9243853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__init__.py 2025-04-25T04:46:16.9251056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\experimental\__init__.py 2025-04-25T04:46:16.9258176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\experimental\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.9266307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\passes\__init__.py 2025-04-25T04:46:16.9273744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\passes\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.9281498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\custom_obj.cpython-39.pyc 2025-04-25T04:46:16.9285131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\custom_ops.cpython-39.pyc 2025-04-25T04:46:16.9288716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\decomp_utils.cpython-39.pyc 2025-04-25T04:46:16.9300740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\dynamic_shapes.cpython-39.pyc 2025-04-25T04:46:16.9304975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\exported_program.cpython-39.pyc 2025-04-25T04:46:16.9308563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\graph_signature.cpython-39.pyc 2025-04-25T04:46:16.9311930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\unflatten.cpython-39.pyc 2025-04-25T04:46:16.9315479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_draft_export.cpython-39.pyc 2025-04-25T04:46:16.9319038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_remove_auto_functionalized_pass.cpython-39.pyc 2025-04-25T04:46:16.9322782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_remove_effect_tokens_pass.cpython-39.pyc 2025-04-25T04:46:16.9326357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_safeguard.cpython-39.pyc 2025-04-25T04:46:16.9329928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_swap.cpython-39.pyc 2025-04-25T04:46:16.9333379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_trace.cpython-39.pyc 2025-04-25T04:46:16.9337087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_tree_utils.cpython-39.pyc 2025-04-25T04:46:16.9340595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_unlift.cpython-39.pyc 2025-04-25T04:46:16.9343993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_wrapper_utils.cpython-39.pyc 2025-04-25T04:46:16.9352964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.9360736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fft\__init__.py 2025-04-25T04:46:16.9367906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fft\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.9375022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\func\__init__.py 2025-04-25T04:46:16.9381774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\func\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.9389225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\futures\__init__.py 2025-04-25T04:46:16.9395958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\futures\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.9403563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\annotate.py 2025-04-25T04:46:16.9406634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\config.py 2025-04-25T04:46:16.9409878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\graph.py 2025-04-25T04:46:16.9413640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\graph_module.py 2025-04-25T04:46:16.9417082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\immutable_collections.py 2025-04-25T04:46:16.9425647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\interpreter.py 2025-04-25T04:46:16.9429255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\node.py 2025-04-25T04:46:16.9432647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\operator_schemas.py 2025-04-25T04:46:16.9436080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\proxy.py 2025-04-25T04:46:16.9439759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\subgraph_rewriter.py 2025-04-25T04:46:16.9443416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\tensor_type.py 2025-04-25T04:46:16.9446541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\traceback.py 2025-04-25T04:46:16.9449883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_compatibility.py 2025-04-25T04:46:16.9453386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_graph_pickler.py 2025-04-25T04:46:16.9457037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_lazy_graph_module.py 2025-04-25T04:46:16.9460647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_pytree.py 2025-04-25T04:46:16.9463976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_symbolic_trace.py 2025-04-25T04:46:16.9468371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_utils.py 2025-04-25T04:46:16.9472098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__init__.py 2025-04-25T04:46:16.9479506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\accelerator_partitioner.py 2025-04-25T04:46:16.9483188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\const_fold.py 2025-04-25T04:46:16.9486563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\debug.py 2025-04-25T04:46:16.9494494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\graph_gradual_typechecker.py 2025-04-25T04:46:16.9498086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\merge_matmul.py 2025-04-25T04:46:16.9501769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\meta_tracer.py 2025-04-25T04:46:16.9505349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\normalize.py 2025-04-25T04:46:16.9508771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\optimization.py 2025-04-25T04:46:16.9512290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\partitioner_utils.py 2025-04-25T04:46:16.9515698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\proxy_tensor.py 2025-04-25T04:46:16.9519601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\recording.py 2025-04-25T04:46:16.9523248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\refinement_types.py 2025-04-25T04:46:16.9526841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\rewriter.py 2025-04-25T04:46:16.9530379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\schema_type_annotation.py 2025-04-25T04:46:16.9533747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\symbolic_shapes.py 2025-04-25T04:46:16.9538860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\sym_node.py 2025-04-25T04:46:16.9542578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unify_refinements.py 2025-04-25T04:46:16.9546311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\validator.py 2025-04-25T04:46:16.9550030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\_backward_state.py 2025-04-25T04:46:16.9553413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\_config.py 2025-04-25T04:46:16.9556815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\_constant_symnode.py 2025-04-25T04:46:16.9565472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\_dynamism.py 2025-04-25T04:46:16.9569296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__init__.py 2025-04-25T04:46:16.9576431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\constraint.py 2025-04-25T04:46:16.9580089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\constraint_generator.py 2025-04-25T04:46:16.9583751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\constraint_transformation.py 2025-04-25T04:46:16.9592404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\operation.py 2025-04-25T04:46:16.9595918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\transform_to_z3.py 2025-04-25T04:46:16.9599616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\util.py 2025-04-25T04:46:16.9603336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\z3_types.py 2025-04-25T04:46:16.9606928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__init__.py 2025-04-25T04:46:16.9613540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\constraint.cpython-39.pyc 2025-04-25T04:46:16.9617161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\constraint_generator.cpython-39.pyc 2025-04-25T04:46:16.9620852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\constraint_transformation.cpython-39.pyc 2025-04-25T04:46:16.9628595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\operation.cpython-39.pyc 2025-04-25T04:46:16.9632765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\transform_to_z3.cpython-39.pyc 2025-04-25T04:46:16.9636298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\util.cpython-39.pyc 2025-04-25T04:46:16.9639862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\z3_types.cpython-39.pyc 2025-04-25T04:46:16.9643521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.9651439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\core.py 2025-04-25T04:46:16.9654822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\dispatch.py 2025-04-25T04:46:16.9658158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\match.py 2025-04-25T04:46:16.9661590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\more.py 2025-04-25T04:46:16.9665184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\unification_tools.py 2025-04-25T04:46:16.9672946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\utils.py 2025-04-25T04:46:16.9676629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\variable.py 2025-04-25T04:46:16.9680143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__init__.py 2025-04-25T04:46:16.9687174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\conflict.py 2025-04-25T04:46:16.9690662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\core.py 2025-04-25T04:46:16.9694094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\dispatcher.py 2025-04-25T04:46:16.9697675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\utils.py 2025-04-25T04:46:16.9701194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\variadic.py 2025-04-25T04:46:16.9708241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__init__.py 2025-04-25T04:46:16.9715518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\conflict.cpython-39.pyc 2025-04-25T04:46:16.9718959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\core.cpython-39.pyc 2025-04-25T04:46:16.9722529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\dispatcher.cpython-39.pyc 2025-04-25T04:46:16.9730496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:16.9734106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\variadic.cpython-39.pyc 2025-04-25T04:46:16.9738489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.9746404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\core.cpython-39.pyc 2025-04-25T04:46:16.9749946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\dispatch.cpython-39.pyc 2025-04-25T04:46:16.9753992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\match.cpython-39.pyc 2025-04-25T04:46:16.9761260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\more.cpython-39.pyc 2025-04-25T04:46:16.9765063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\unification_tools.cpython-39.pyc 2025-04-25T04:46:16.9768819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:16.9772357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\variable.cpython-39.pyc 2025-04-25T04:46:16.9775798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.9784315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\accelerator_partitioner.cpython-39.pyc 2025-04-25T04:46:16.9787557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\const_fold.cpython-39.pyc 2025-04-25T04:46:16.9791069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\debug.cpython-39.pyc 2025-04-25T04:46:16.9799552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\graph_gradual_typechecker.cpython-39.pyc 2025-04-25T04:46:16.9803191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\merge_matmul.cpython-39.pyc 2025-04-25T04:46:16.9807375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\meta_tracer.cpython-39.pyc 2025-04-25T04:46:16.9810936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\normalize.cpython-39.pyc 2025-04-25T04:46:16.9814320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\optimization.cpython-39.pyc 2025-04-25T04:46:16.9817834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\partitioner_utils.cpython-39.pyc 2025-04-25T04:46:16.9821361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\proxy_tensor.cpython-39.pyc 2025-04-25T04:46:16.9825219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\recording.cpython-39.pyc 2025-04-25T04:46:16.9828682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\refinement_types.cpython-39.pyc 2025-04-25T04:46:16.9832103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\rewriter.cpython-39.pyc 2025-04-25T04:46:16.9835544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\schema_type_annotation.cpython-39.pyc 2025-04-25T04:46:16.9839112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\symbolic_shapes.cpython-39.pyc 2025-04-25T04:46:16.9843346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\sym_node.cpython-39.pyc 2025-04-25T04:46:16.9853414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\unify_refinements.cpython-39.pyc 2025-04-25T04:46:16.9857054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\validator.cpython-39.pyc 2025-04-25T04:46:16.9860698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\_backward_state.cpython-39.pyc 2025-04-25T04:46:16.9864212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\_config.cpython-39.pyc 2025-04-25T04:46:16.9867708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\_constant_symnode.cpython-39.pyc 2025-04-25T04:46:16.9871179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\_dynamism.cpython-39.pyc 2025-04-25T04:46:16.9874794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.9884086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\annotate_getitem_nodes.py 2025-04-25T04:46:16.9887688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\fake_tensor_prop.py 2025-04-25T04:46:16.9891121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\graph_drawer.py 2025-04-25T04:46:16.9894973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\graph_manipulation.py 2025-04-25T04:46:16.9903415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\graph_transform_observer.py 2025-04-25T04:46:16.9906923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\net_min_base.py 2025-04-25T04:46:16.9910664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\operator_support.py 2025-04-25T04:46:16.9913960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\param_fetch.py 2025-04-25T04:46:16.9917642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\pass_manager.py 2025-04-25T04:46:16.9921033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\reinplace.py 2025-04-25T04:46:16.9924874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\runtime_assert.py 2025-04-25T04:46:16.9928478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\shape_prop.py 2025-04-25T04:46:16.9931940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\splitter_base.py 2025-04-25T04:46:16.9935479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\split_module.py 2025-04-25T04:46:16.9939721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\split_utils.py 2025-04-25T04:46:16.9943262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\tools_common.py 2025-04-25T04:46:16.9946715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\_tensorify_python_scalars.py 2025-04-25T04:46:16.9950608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__init__.py 2025-04-25T04:46:16.9957570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\backends\cudagraphs.py 2025-04-25T04:46:16.9961067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\backends\__init__.py 2025-04-25T04:46:16.9967071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\backends\__pycache__\cudagraphs.cpython-39.pyc 2025-04-25T04:46:16.9970555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\backends\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:16.9982449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\__init__.py 2025-04-25T04:46:16.9988230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\common\cse_pass.py 2025-04-25T04:46:16.9991424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\common\__init__.py 2025-04-25T04:46:16.9997830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\common\__pycache__\cse_pass.cpython-39.pyc 2025-04-25T04:46:17.0001460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\common\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:17.0008913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:17.0016992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\partitioner.py 2025-04-25T04:46:17.0020358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\pass_base.py 2025-04-25T04:46:17.0023699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\pass_manager.py 2025-04-25T04:46:17.0026947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\__init__.py 2025-04-25T04:46:17.0038467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\__pycache__\partitioner.cpython-39.pyc 2025-04-25T04:46:17.0041997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\__pycache__\pass_base.cpython-39.pyc 2025-04-25T04:46:17.0045537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\__pycache__\pass_manager.cpython-39.pyc 2025-04-25T04:46:17.0053545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:17.0078425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\tests\test_pass_manager.py 2025-04-25T04:46:17.0081824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\tests\__init__.py 2025-04-25T04:46:17.0088028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\tests\__pycache__\test_pass_manager.cpython-39.pyc 2025-04-25T04:46:17.0091597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\tests\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:17.0098970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\common.py 2025-04-25T04:46:17.0103096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\fuser_utils.py 2025-04-25T04:46:17.0106506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\matcher_utils.py 2025-04-25T04:46:17.0109953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\matcher_with_name_node_map_utils.py 2025-04-25T04:46:17.0118283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\source_matcher_utils.py 2025-04-25T04:46:17.0121625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__init__.py 2025-04-25T04:46:17.0128708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\common.cpython-39.pyc 2025-04-25T04:46:17.0132576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\fuser_utils.cpython-39.pyc 2025-04-25T04:46:17.0136201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\matcher_utils.cpython-39.pyc 2025-04-25T04:46:17.0144074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\matcher_with_name_node_map_utils.cpython-39.pyc 2025-04-25T04:46:17.0147668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\source_matcher_utils.cpython-39.pyc 2025-04-25T04:46:17.0151035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:17.0159468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\annotate_getitem_nodes.cpython-39.pyc 2025-04-25T04:46:17.0162892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\fake_tensor_prop.cpython-39.pyc 2025-04-25T04:46:17.0166601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\graph_drawer.cpython-39.pyc 2025-04-25T04:46:17.0174237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\graph_manipulation.cpython-39.pyc 2025-04-25T04:46:17.0178120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\graph_transform_observer.cpython-39.pyc 2025-04-25T04:46:17.0181679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\net_min_base.cpython-39.pyc 2025-04-25T04:46:17.0185322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\operator_support.cpython-39.pyc 2025-04-25T04:46:17.0189017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\param_fetch.cpython-39.pyc 2025-04-25T04:46:17.0192621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\pass_manager.cpython-39.pyc 2025-04-25T04:46:17.0195990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\reinplace.cpython-39.pyc 2025-04-25T04:46:17.0199678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\runtime_assert.cpython-39.pyc 2025-04-25T04:46:17.0203232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\shape_prop.cpython-39.pyc 2025-04-25T04:46:17.0206592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\splitter_base.cpython-39.pyc 2025-04-25T04:46:17.0210587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\split_module.cpython-39.pyc 2025-04-25T04:46:17.0214084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\split_utils.cpython-39.pyc 2025-04-25T04:46:17.0218128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\tools_common.cpython-39.pyc 2025-04-25T04:46:17.0226003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\_tensorify_python_scalars.cpython-39.pyc 2025-04-25T04:46:17.0229675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:17.0238172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\annotate.cpython-39.pyc 2025-04-25T04:46:17.0241686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\config.cpython-39.pyc 2025-04-25T04:46:17.0245290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\graph.cpython-39.pyc 2025-04-25T04:46:17.0253701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\graph_module.cpython-39.pyc 2025-04-25T04:46:17.0257257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\immutable_collections.cpython-39.pyc 2025-04-25T04:46:17.0260747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\interpreter.cpython-39.pyc 2025-04-25T04:46:17.0264222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\node.cpython-39.pyc 2025-04-25T04:46:17.0267690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\operator_schemas.cpython-39.pyc 2025-04-25T04:46:17.0271124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\proxy.cpython-39.pyc 2025-04-25T04:46:17.0274659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\subgraph_rewriter.cpython-39.pyc 2025-04-25T04:46:17.0278230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\tensor_type.cpython-39.pyc 2025-04-25T04:46:17.0281629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\traceback.cpython-39.pyc 2025-04-25T04:46:17.0285045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_compatibility.cpython-39.pyc 2025-04-25T04:46:17.0289502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_graph_pickler.cpython-39.pyc 2025-04-25T04:46:17.0293147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_lazy_graph_module.cpython-39.pyc 2025-04-25T04:46:17.0296536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_pytree.cpython-39.pyc 2025-04-25T04:46:17.0300704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_symbolic_trace.cpython-39.pyc 2025-04-25T04:46:17.0324072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_utils.cpython-39.pyc 2025-04-25T04:46:17.0324726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:17.0325274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\cpuinfo.h 2025-04-25T04:46:17.0325768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl.h 2025-04-25T04:46:17.0329304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl.hpp 2025-04-25T04:46:17.0332655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_config.h 2025-04-25T04:46:17.0336145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_debug.h 2025-04-25T04:46:17.0344441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_ocl.h 2025-04-25T04:46:17.0347739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_ocl.hpp 2025-04-25T04:46:17.0351001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_sycl.h 2025-04-25T04:46:17.0354370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_sycl.hpp 2025-04-25T04:46:17.0358240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_sycl_types.h 2025-04-25T04:46:17.0361776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_threadpool.h 2025-04-25T04:46:17.0364963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_threadpool.hpp 2025-04-25T04:46:17.0368674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_threadpool_iface.hpp 2025-04-25T04:46:17.0372291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_types.h 2025-04-25T04:46:17.0375890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_version.h 2025-04-25T04:46:17.0379594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\experiments-config.h 2025-04-25T04:46:17.0383583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fp16.h 2025-04-25T04:46:17.0387168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fxdiv.h 2025-04-25T04:46:17.0390685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\libshm.h 2025-04-25T04:46:17.0394049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\psimd.h 2025-04-25T04:46:17.0397559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pthreadpool.h 2025-04-25T04:46:17.0401487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\sleef.h 2025-04-25T04:46:17.0406237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\xnnpack.h 2025-04-25T04:46:17.0415525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\arm.h 2025-04-25T04:46:17.0419143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\asmjit-scope-begin.h 2025-04-25T04:46:17.0422530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\asmjit-scope-end.h 2025-04-25T04:46:17.0425961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\asmjit.h 2025-04-25T04:46:17.0429171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core.h 2025-04-25T04:46:17.0438320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\x86.h 2025-04-25T04:46:17.0444672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\arm\a64assembler.h 2025-04-25T04:46:17.0448009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\arm\a64builder.h 2025-04-25T04:46:17.0451432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\arm\a64compiler.h 2025-04-25T04:46:17.0455030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\arm\a64emitter.h 2025-04-25T04:46:17.0463002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\arm\a64globals.h 2025-04-25T04:46:17.0467016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\arm\a64instdb.h 2025-04-25T04:46:17.0470512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\arm\a64operand.h 2025-04-25T04:46:17.0473781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\arm\a64utils.h 2025-04-25T04:46:17.0476960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\arm\armglobals.h 2025-04-25T04:46:17.0480354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\arm\armoperand.h 2025-04-25T04:46:17.0488114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\api-config.h 2025-04-25T04:46:17.0491742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\archcommons.h 2025-04-25T04:46:17.0495185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\archtraits.h 2025-04-25T04:46:17.0498428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\assembler.h 2025-04-25T04:46:17.0507039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\builder.h 2025-04-25T04:46:17.0510679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\codebuffer.h 2025-04-25T04:46:17.0514069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\codeholder.h 2025-04-25T04:46:17.0517482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\compiler.h 2025-04-25T04:46:17.0520732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\compilerdefs.h 2025-04-25T04:46:17.0524032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\constpool.h 2025-04-25T04:46:17.0527278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\cpuinfo.h 2025-04-25T04:46:17.0530891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\emitter.h 2025-04-25T04:46:17.0534407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\environment.h 2025-04-25T04:46:17.0537865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\errorhandler.h 2025-04-25T04:46:17.0541171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\formatter.h 2025-04-25T04:46:17.0544430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\func.h 2025-04-25T04:46:17.0548346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\globals.h 2025-04-25T04:46:17.0551704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\inst.h 2025-04-25T04:46:17.0555032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\jitallocator.h 2025-04-25T04:46:17.0558364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\jitruntime.h 2025-04-25T04:46:17.0561674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\logger.h 2025-04-25T04:46:17.0565038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\operand.h 2025-04-25T04:46:17.0568700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\osutils.h 2025-04-25T04:46:17.0571985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\string.h 2025-04-25T04:46:17.0575234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\support.h 2025-04-25T04:46:17.0578649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\target.h 2025-04-25T04:46:17.0586123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\type.h 2025-04-25T04:46:17.0589443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\virtmem.h 2025-04-25T04:46:17.0592640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\zone.h 2025-04-25T04:46:17.0595828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\zonehash.h 2025-04-25T04:46:17.0598989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\zonelist.h 2025-04-25T04:46:17.0602063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\zonestack.h 2025-04-25T04:46:17.0605955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\zonestring.h 2025-04-25T04:46:17.0609435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\zonetree.h 2025-04-25T04:46:17.0612910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\zonevector.h 2025-04-25T04:46:17.0620809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\x86\x86assembler.h 2025-04-25T04:46:17.0624208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\x86\x86builder.h 2025-04-25T04:46:17.0627488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\x86\x86compiler.h 2025-04-25T04:46:17.0630804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\x86\x86emitter.h 2025-04-25T04:46:17.0641068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\x86\x86globals.h 2025-04-25T04:46:17.0645402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\x86\x86instdb.h 2025-04-25T04:46:17.0648911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\x86\x86operand.h 2025-04-25T04:46:17.0658420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\AccumulateType.h 2025-04-25T04:46:17.0661769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ArrayRef.h 2025-04-25T04:46:17.0665118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ATen.h 2025-04-25T04:46:17.0668430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\autocast_mode.h 2025-04-25T04:46:17.0671839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Backend.h 2025-04-25T04:46:17.0679409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Backtrace.h 2025-04-25T04:46:17.0682896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\BlasBackend.h 2025-04-25T04:46:17.0686543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CachedTensorUtils.h 2025-04-25T04:46:17.0689915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ceil_div.h 2025-04-25T04:46:17.0693185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\code_template.h 2025-04-25T04:46:17.0696569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CollapseDims.h 2025-04-25T04:46:17.0700128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeExplicitAutogradFunctions.h 2025-04-25T04:46:17.0703676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h 2025-04-25T04:46:17.0707506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h 2025-04-25T04:46:17.0711384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h 2025-04-25T04:46:17.0715100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeImplicitAutogradFunctions.h 2025-04-25T04:46:17.0718672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h 2025-04-25T04:46:17.0722447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h 2025-04-25T04:46:17.0726327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h 2025-04-25T04:46:17.0734101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Config.h 2025-04-25T04:46:17.0737420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Context.h 2025-04-25T04:46:17.0741018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpp_custom_type_hack.h 2025-04-25T04:46:17.0753587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CPUApplyUtils.h 2025-04-25T04:46:17.0757221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CPUFixedAllocator.h 2025-04-25T04:46:17.0760855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CPUFunctions.h 2025-04-25T04:46:17.0764280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CPUFunctions_inl.h 2025-04-25T04:46:17.0768448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CPUGeneratorImpl.h 2025-04-25T04:46:17.0772281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CUDAFunctions.h 2025-04-25T04:46:17.0776214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CUDAFunctions_inl.h 2025-04-25T04:46:17.0785839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Device.h 2025-04-25T04:46:17.0789527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\DeviceAccelerator.h 2025-04-25T04:46:17.0792928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\DeviceGuard.h 2025-04-25T04:46:17.0796438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Dimname.h 2025-04-25T04:46:17.0799782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\DimVector.h 2025-04-25T04:46:17.0803377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Dispatch.h 2025-04-25T04:46:17.0807035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Dispatch_v2.h 2025-04-25T04:46:17.0810921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\div_rtn.h 2025-04-25T04:46:17.0814658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\DLConvertor.h 2025-04-25T04:46:17.0818153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\dlpack.h 2025-04-25T04:46:17.0821399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\DynamicLibrary.h 2025-04-25T04:46:17.0824913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\EmptyTensor.h 2025-04-25T04:46:17.0833000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ExpandBase.h 2025-04-25T04:46:17.0836315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ExpandUtils.h 2025-04-25T04:46:17.0839679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Formatting.h 2025-04-25T04:46:17.0843185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\FunctionalStorageImpl.h 2025-04-25T04:46:17.0846576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\FunctionalTensorWrapper.h 2025-04-25T04:46:17.0850194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Functions.h 2025-04-25T04:46:17.0853862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\FuncTorchTLS.h 2025-04-25T04:46:17.0857295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Generator.h 2025-04-25T04:46:17.0860833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\InferSize.h 2025-04-25T04:46:17.0864435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\InitialTensorOptions.h 2025-04-25T04:46:17.0872681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\jiterator_macros.h 2025-04-25T04:46:17.0876177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\jit_macros.h 2025-04-25T04:46:17.0879843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Layout.h 2025-04-25T04:46:17.0883717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\LegacyBatchedFallback.h 2025-04-25T04:46:17.0887238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\LegacyBatchedTensorImpl.h 2025-04-25T04:46:17.0890717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\LegacyVmapMode.h 2025-04-25T04:46:17.0894296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\LegacyVmapTransforms.h 2025-04-25T04:46:17.0897826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\LinalgBackend.h 2025-04-25T04:46:17.0901194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MapAllocator.h 2025-04-25T04:46:17.0904592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MatrixRef.h 2025-04-25T04:46:17.0916157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MemoryOverlap.h 2025-04-25T04:46:17.0919563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MetaFunctions.h 2025-04-25T04:46:17.0923228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MetaFunctions_inl.h 2025-04-25T04:46:17.0926777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MethodOperators.h 2025-04-25T04:46:17.0930945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NamedTensor.h 2025-04-25T04:46:17.0934518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NamedTensorUtils.h 2025-04-25T04:46:17.0938004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NativeFunctions.h 2025-04-25T04:46:17.0941822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NativeMetaFunctions.h 2025-04-25T04:46:17.0945823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NestedTensorImpl.h 2025-04-25T04:46:17.0954224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NumericUtils.h 2025-04-25T04:46:17.0958047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\OpaqueTensorImpl.h 2025-04-25T04:46:17.0961492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Operators.h 2025-04-25T04:46:17.0965257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\OpMathType.h 2025-04-25T04:46:17.0969043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\PadNd.h 2025-04-25T04:46:17.0972172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Parallel-inl.h 2025-04-25T04:46:17.0976120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Parallel.h 2025-04-25T04:46:17.0979414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ParallelFuture.h 2025-04-25T04:46:17.0982903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ParallelNative.h 2025-04-25T04:46:17.0986479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ParallelOpenMP.h 2025-04-25T04:46:17.0995264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\PTThreadPool.h 2025-04-25T04:46:17.0999363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\PythonTorchFunctionTLS.h 2025-04-25T04:46:17.1003050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\record_function.h 2025-04-25T04:46:17.1006549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\RedispatchFunctions.h 2025-04-25T04:46:17.1022876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\RegistrationDeclarations.h 2025-04-25T04:46:17.1031199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ROCmFABackend.h 2025-04-25T04:46:17.1034779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SavedTensorHooks.h 2025-04-25T04:46:17.1038366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Scalar.h 2025-04-25T04:46:17.1041999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ScalarOps.h 2025-04-25T04:46:17.1045686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ScalarType.h 2025-04-25T04:46:17.1049423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SDPBackend.h 2025-04-25T04:46:17.1053857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SequenceNumber.h 2025-04-25T04:46:17.1057249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SmallVector.h 2025-04-25T04:46:17.1060865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SparseCsrTensorImpl.h 2025-04-25T04:46:17.1064412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SparseCsrTensorUtils.h 2025-04-25T04:46:17.1067916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SparseTensorImpl.h 2025-04-25T04:46:17.1071919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Storage.h 2025-04-25T04:46:17.1075582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\StorageUtils.h 2025-04-25T04:46:17.1079134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Tensor.h 2025-04-25T04:46:17.1082859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorAccessor.h 2025-04-25T04:46:17.1090992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorGeometry.h 2025-04-25T04:46:17.1094741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorIndexing.h 2025-04-25T04:46:17.1098382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorIterator.h 2025-04-25T04:46:17.1102077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorIteratorInternal.h 2025-04-25T04:46:17.1106065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorMeta.h 2025-04-25T04:46:17.1109679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorNames.h 2025-04-25T04:46:17.1114195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorOperators.h 2025-04-25T04:46:17.1117875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorOptions.h 2025-04-25T04:46:17.1121634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorSubclassLikeUtils.h 2025-04-25T04:46:17.1125317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorUtils.h 2025-04-25T04:46:17.1143652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ThreadLocalPythonObjects.h 2025-04-25T04:46:17.1147212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ThreadLocalState.h 2025-04-25T04:46:17.1150899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TracerMode.h 2025-04-25T04:46:17.1154635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TypeDefault.h 2025-04-25T04:46:17.1158084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Utils.h 2025-04-25T04:46:17.1161495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Version.h 2025-04-25T04:46:17.1164745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\VmapGeneratedPlumbing.h 2025-04-25T04:46:17.1176396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\WrapDimUtils.h 2025-04-25T04:46:17.1180107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\WrapDimUtilsMulti.h 2025-04-25T04:46:17.1188760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\alias_info.h 2025-04-25T04:46:17.1191930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Array.h 2025-04-25T04:46:17.1195144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ATenGeneral.h 2025-04-25T04:46:17.1198559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ATenOpList.h 2025-04-25T04:46:17.1207384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ATen_fwd.h 2025-04-25T04:46:17.1210960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\aten_interned_strings.h 2025-04-25T04:46:17.1214426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ATen_pch.h 2025-04-25T04:46:17.1217569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Backtrace.h 2025-04-25T04:46:17.1220979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\blob.h 2025-04-25T04:46:17.1224134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\builtin_function.h 2025-04-25T04:46:17.1235173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\CachingHostAllocator.h 2025-04-25T04:46:17.1239122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\CheckMemoryFormat.h 2025-04-25T04:46:17.1242787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\class_type.h 2025-04-25T04:46:17.1246490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\custom_class.h 2025-04-25T04:46:17.1250155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\DeprecatedTypeProperties.h 2025-04-25T04:46:17.1253833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h 2025-04-25T04:46:17.1257359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Dict.h 2025-04-25T04:46:17.1260774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Dict_inl.h 2025-04-25T04:46:17.1264130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Dimname.h 2025-04-25T04:46:17.1267523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\DimVector.h 2025-04-25T04:46:17.1271332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\DistributionsHelper.h 2025-04-25T04:46:17.1274853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dynamic_type.h 2025-04-25T04:46:17.1286484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\enum_tag.h 2025-04-25T04:46:17.1289875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\enum_type.h 2025-04-25T04:46:17.1293343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Formatting.h 2025-04-25T04:46:17.1296761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\function.h 2025-04-25T04:46:17.1300286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\functional.h 2025-04-25T04:46:17.1304172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\function_schema.h 2025-04-25T04:46:17.1307741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\function_schema_inl.h 2025-04-25T04:46:17.1311348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Generator.h 2025-04-25T04:46:17.1315087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\GeneratorForPrivateuseone.h 2025-04-25T04:46:17.1318599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\grad_mode.h 2025-04-25T04:46:17.1321971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\IListRef.h 2025-04-25T04:46:17.1330175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\IListRef_inl.h 2025-04-25T04:46:17.1333653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\interned_strings.h 2025-04-25T04:46:17.1337091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\interned_strings_class.h 2025-04-25T04:46:17.1340546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ivalue.h 2025-04-25T04:46:17.1344010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ivalue_inl.h 2025-04-25T04:46:17.1348269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ivalue_to.h 2025-04-25T04:46:17.1351915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\jit_type.h 2025-04-25T04:46:17.1355529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\jit_type_base.h 2025-04-25T04:46:17.1359046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\LegacyTypeDispatch.h 2025-04-25T04:46:17.1362411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\List.h 2025-04-25T04:46:17.1365680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\List_inl.h 2025-04-25T04:46:17.1369044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\MT19937RNGEngine.h 2025-04-25T04:46:17.1377676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\NamedTensor.h 2025-04-25T04:46:17.1381219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\NestedIntSymNodeImpl.h 2025-04-25T04:46:17.1384499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\operator_name.h 2025-04-25T04:46:17.1388306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\PhiloxRNGEngine.h 2025-04-25T04:46:17.1391669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\PythonFallbackKernel.h 2025-04-25T04:46:17.1395598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\PythonOpRegistrationTrampoline.h 2025-04-25T04:46:17.1399132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\qualified_name.h 2025-04-25T04:46:17.1402432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\QuantizerBase.h 2025-04-25T04:46:17.1405824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Range.h 2025-04-25T04:46:17.1409536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Reduction.h 2025-04-25T04:46:17.1419539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\rref_interface.h 2025-04-25T04:46:17.1423157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Scalar.h 2025-04-25T04:46:17.1426376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ScalarType.h 2025-04-25T04:46:17.1429692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\stack.h 2025-04-25T04:46:17.1432922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\symbol.h 2025-04-25T04:46:17.1436249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Tensor.h 2025-04-25T04:46:17.1439569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\TensorAccessor.h 2025-04-25T04:46:17.1443029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\TensorBase.h 2025-04-25T04:46:17.1446613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\TensorBody.h 2025-04-25T04:46:17.1451526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\TorchDispatchUtils.h 2025-04-25T04:46:17.1455108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\TransformationHelper.h 2025-04-25T04:46:17.1468630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\typeid.h 2025-04-25T04:46:17.1471916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\type_factory.h 2025-04-25T04:46:17.1475375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\type_ptr.h 2025-04-25T04:46:17.1478745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\UndefinedTensorImpl.h 2025-04-25T04:46:17.1482119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\UnsafeFromTH.h 2025-04-25T04:46:17.1485623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\VariableHooksInterface.h 2025-04-25T04:46:17.1488952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Variadic.h 2025-04-25T04:46:17.1492253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Vitals.h 2025-04-25T04:46:17.1499569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\BoxedKernel.h 2025-04-25T04:46:17.1502921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\BoxedKernel_impl.h 2025-04-25T04:46:17.1506324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\KernelFunction.h 2025-04-25T04:46:17.1509670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\KernelFunction_impl.h 2025-04-25T04:46:17.1518378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\OperatorKernel.h 2025-04-25T04:46:17.1525096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\impl\boxing.h 2025-04-25T04:46:17.1528636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\impl\make_boxed_from_unboxed_functor.h 2025-04-25T04:46:17.1532248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\impl\test_helpers.h 2025-04-25T04:46:17.1535664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\impl\WrapFunctionIntoFunctor.h 2025-04-25T04:46:17.1544160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\impl\WrapFunctionIntoRuntimeFunctor.h 2025-04-25T04:46:17.1551811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\CppSignature.h 2025-04-25T04:46:17.1555280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\Dispatcher.h 2025-04-25T04:46:17.1558841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\DispatchKeyExtractor.h 2025-04-25T04:46:17.1562659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\ObservedOperators.h 2025-04-25T04:46:17.1570935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\OperatorEntry.h 2025-04-25T04:46:17.1574306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\OperatorOptions.h 2025-04-25T04:46:17.1577775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\RegistrationHandleRAII.h 2025-04-25T04:46:17.1586097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\op_registration\adaption.h 2025-04-25T04:46:17.1589791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\op_registration\infer_schema.h 2025-04-25T04:46:17.1593257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\op_registration\op_allowlist.h 2025-04-25T04:46:17.1596609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\op_registration\op_registration.h 2025-04-25T04:46:17.1609242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\FlushDenormal.h 2025-04-25T04:46:17.1612591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\Utils.h 2025-04-25T04:46:17.1616023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vml.h 2025-04-25T04:46:17.1622813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\functional.h 2025-04-25T04:46:17.1626136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\functional_base.h 2025-04-25T04:46:17.1629663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\functional_bfloat16.h 2025-04-25T04:46:17.1633127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\intrinsics.h 2025-04-25T04:46:17.1641586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec.h 2025-04-25T04:46:17.1645165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec_base.h 2025-04-25T04:46:17.1648684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec_convert.h 2025-04-25T04:46:17.1652217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec_half.h 2025-04-25T04:46:17.1655460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec_mask.h 2025-04-25T04:46:17.1658673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec_n.h 2025-04-25T04:46:17.1665402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\sve_helper.h 2025-04-25T04:46:17.1669020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_common_sve.h 2025-04-25T04:46:17.1672353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_double.h 2025-04-25T04:46:17.1675965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_float.h 2025-04-25T04:46:17.1684519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_int.h 2025-04-25T04:46:17.1687871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_qint.h 2025-04-25T04:46:17.1695290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128.h 2025-04-25T04:46:17.1698607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_bfloat16_neon.h 2025-04-25T04:46:17.1702338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_convert.h 2025-04-25T04:46:17.1706091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_float_neon.h 2025-04-25T04:46:17.1714113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_half_neon.h 2025-04-25T04:46:17.1717805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_reduced_precision_common_neon.h 2025-04-25T04:46:17.1725662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\missing_vld1_neon.h 2025-04-25T04:46:17.1729280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\missing_vst1_neon.h 2025-04-25T04:46:17.1732976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256.h 2025-04-25T04:46:17.1736525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_16bit_float.h 2025-04-25T04:46:17.1745164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_bfloat16.h 2025-04-25T04:46:17.1748784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_complex_double.h 2025-04-25T04:46:17.1752279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_complex_float.h 2025-04-25T04:46:17.1755971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_convert.h 2025-04-25T04:46:17.1759457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_double.h 2025-04-25T04:46:17.1764528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_float.h 2025-04-25T04:46:17.1768487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_half.h 2025-04-25T04:46:17.1772177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_int.h 2025-04-25T04:46:17.1776308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_mask.h 2025-04-25T04:46:17.1779722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_qint.h 2025-04-25T04:46:17.1787473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_bfloat16_vsx.h 2025-04-25T04:46:17.1791051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_common_vsx.h 2025-04-25T04:46:17.1794463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_double_vsx.h 2025-04-25T04:46:17.1802560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_float_vsx.h 2025-04-25T04:46:17.1805923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_double_vsx.h 2025-04-25T04:46:17.1809279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_float_vsx.h 2025-04-25T04:46:17.1812787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int16_vsx.h 2025-04-25T04:46:17.1816260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int32_vsx.h 2025-04-25T04:46:17.1819712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int64_vsx.h 2025-04-25T04:46:17.1823296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint32_vsx.h 2025-04-25T04:46:17.1826780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint8_vsx.h 2025-04-25T04:46:17.1830354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_quint8_vsx.h 2025-04-25T04:46:17.1833793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vsx_helpers.h 2025-04-25T04:46:17.1840671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\zarch\vec256_zarch.h 2025-04-25T04:46:17.1848300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512.h 2025-04-25T04:46:17.1851701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_bfloat16.h 2025-04-25T04:46:17.1855587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_complex_double.h 2025-04-25T04:46:17.1858875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_complex_float.h 2025-04-25T04:46:17.1867134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_convert.h 2025-04-25T04:46:17.1870581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_double.h 2025-04-25T04:46:17.1873970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_float.h 2025-04-25T04:46:17.1877392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_int.h 2025-04-25T04:46:17.1881109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_mask.h 2025-04-25T04:46:17.1884525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_qint.h 2025-04-25T04:46:17.1894446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\ApplyGridUtils.cuh 2025-04-25T04:46:17.1898040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\AsmUtils.cuh 2025-04-25T04:46:17.1901382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\ATenCUDAGeneral.h 2025-04-25T04:46:17.1904673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\Atomic.cuh 2025-04-25T04:46:17.1908491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CachingHostAllocator.h 2025-04-25T04:46:17.1917279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\cub-RadixSortPairs.cuh 2025-04-25T04:46:17.1920979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\cub.cuh 2025-04-25T04:46:17.1923973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\cub.h 2025-04-25T04:46:17.1927191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\cub_definitions.cuh 2025-04-25T04:46:17.1930814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAApplyUtils.cuh 2025-04-25T04:46:17.1934139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDABlas.h 2025-04-25T04:46:17.1937492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAContext.h 2025-04-25T04:46:17.1940939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAContextLight.h 2025-04-25T04:46:17.1944302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDADataType.h 2025-04-25T04:46:17.1947603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDADevice.h 2025-04-25T04:46:17.1950889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAEvent.h 2025-04-25T04:46:17.1954182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAGeneratorImpl.h 2025-04-25T04:46:17.1957811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAGraph.h 2025-04-25T04:46:17.1961204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAGraphsUtils.cuh 2025-04-25T04:46:17.1964597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDASparse.h 2025-04-25T04:46:17.1967943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDASparseBlas.h 2025-04-25T04:46:17.1977418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDASparseDescriptors.h 2025-04-25T04:46:17.1980703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDATensorMethods.cuh 2025-04-25T04:46:17.1984018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAUtils.h 2025-04-25T04:46:17.1987425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\DeviceUtils.cuh 2025-04-25T04:46:17.1991045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\EmptyTensor.h 2025-04-25T04:46:17.1994721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\Exceptions.h 2025-04-25T04:46:17.1998168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\jiterator.h 2025-04-25T04:46:17.2001542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\jiterator_impl.h 2025-04-25T04:46:17.2005050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\llvm_jit_strings.h 2025-04-25T04:46:17.2013221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\NumericLimits.cuh 2025-04-25T04:46:17.2016755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\PeerToPeerAccess.h 2025-04-25T04:46:17.2020075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\PhiloxCudaState.h 2025-04-25T04:46:17.2023371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\PhiloxUtils.cuh 2025-04-25T04:46:17.2026763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\PinnedMemoryAllocator.h 2025-04-25T04:46:17.2030227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\ScanUtils.cuh 2025-04-25T04:46:17.2033604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\Sleep.h 2025-04-25T04:46:17.2036886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\ThrustAllocator.h 2025-04-25T04:46:17.2044521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\CUDAHooks.h 2025-04-25T04:46:17.2048504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\DeviceThreadHandles.h 2025-04-25T04:46:17.2052394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\IndexUtils.cuh 2025-04-25T04:46:17.2055793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\IntegerDivider.cuh 2025-04-25T04:46:17.2064998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\KernelUtils.h 2025-04-25T04:46:17.2068428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\LazyNVRTC.h 2025-04-25T04:46:17.2071768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\OffsetCalculator.cuh 2025-04-25T04:46:17.2075070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh 2025-04-25T04:46:17.2078423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\TensorInfo.cuh 2025-04-25T04:46:17.2081848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\UnpackRaw.cuh 2025-04-25T04:46:17.2089650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\GemmCommon.h 2025-04-25T04:46:17.2093122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\GemmHipblaslt.h 2025-04-25T04:46:17.2096976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\GemmRocblas.h 2025-04-25T04:46:17.2100468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\StreamTimer.h 2025-04-25T04:46:17.2108490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\Tunable.h 2025-04-25T04:46:17.2111881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\TunableGemm.h 2025-04-25T04:46:17.2115164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\TunableOp.h 2025-04-25T04:46:17.2123236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\cudnn-wrapper.h 2025-04-25T04:46:17.2126730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\Descriptors.h 2025-04-25T04:46:17.2130239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\Handle.h 2025-04-25T04:46:17.2133483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\Handles.h 2025-04-25T04:46:17.2137183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\Types.h 2025-04-25T04:46:17.2144957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\Utils.h 2025-04-25T04:46:17.2152506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\AcceleratorHooksInterface.h 2025-04-25T04:46:17.2155900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\CUDAHooksInterface.h 2025-04-25T04:46:17.2159740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\FunctionTraits.h 2025-04-25T04:46:17.2167716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\HIPHooksInterface.h 2025-04-25T04:46:17.2171633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\HPUHooksInterface.h 2025-04-25T04:46:17.2174950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\IPUHooksInterface.h 2025-04-25T04:46:17.2178530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\MAIAHooksInterface.h 2025-04-25T04:46:17.2182118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\MPSHooksInterface.h 2025-04-25T04:46:17.2185548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\MTIAHooksInterface.h 2025-04-25T04:46:17.2188968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\PrivateUse1HooksInterface.h 2025-04-25T04:46:17.2208412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\XPUHooksInterface.h 2025-04-25T04:46:17.2217189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\ADInterpreters.h 2025-04-25T04:46:17.2220887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\BatchedFallback.h 2025-04-25T04:46:17.2224541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\BatchedTensorImpl.h 2025-04-25T04:46:17.2233195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\BatchingMetaprogramming.h 2025-04-25T04:46:17.2236624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\BatchRulesHelper.h 2025-04-25T04:46:17.2240172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\DynamicLayer.h 2025-04-25T04:46:17.2244234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\FunctionalizeInterpreter.h 2025-04-25T04:46:17.2247782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\Interpreter.h 2025-04-25T04:46:17.2251643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\LegacyVmapTransforms.h 2025-04-25T04:46:17.2255112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\Macros.h 2025-04-25T04:46:17.2258806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\PlumbingHelper.h 2025-04-25T04:46:17.2262544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\TensorWrapper.h 2025-04-25T04:46:17.2266031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\VmapInterpreter.h 2025-04-25T04:46:17.2277164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h 2025-04-25T04:46:17.2281255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h 2025-04-25T04:46:17.2284619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h 2025-04-25T04:46:17.2292578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h 2025-04-25T04:46:17.2301120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\metal\Context.h 2025-04-25T04:46:17.2307980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\Descriptors.h 2025-04-25T04:46:17.2311320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\Exceptions.h 2025-04-25T04:46:17.2314615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\Handle.h 2025-04-25T04:46:17.2317741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\miopen-wrapper.h 2025-04-25T04:46:17.2325853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\Types.h 2025-04-25T04:46:17.2329293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\Utils.h 2025-04-25T04:46:17.2336242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\EmptyTensor.h 2025-04-25T04:46:17.2339794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\IndexKernels.h 2025-04-25T04:46:17.2343066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSAllocator.h 2025-04-25T04:46:17.2346430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSAllocatorInterface.h 2025-04-25T04:46:17.2354488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSDevice.h 2025-04-25T04:46:17.2357413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSEvent.h 2025-04-25T04:46:17.2360723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSGeneratorImpl.h 2025-04-25T04:46:17.2364239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSGuardImpl.h 2025-04-25T04:46:17.2367509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSHooks.h 2025-04-25T04:46:17.2370890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSProfiler.h 2025-04-25T04:46:17.2374312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSStream.h 2025-04-25T04:46:17.2382113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Activation.h 2025-04-25T04:46:17.2385527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\AdaptivePooling.h 2025-04-25T04:46:17.2388893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\AmpKernels.h 2025-04-25T04:46:17.2392732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\BatchLinearAlgebra.h 2025-04-25T04:46:17.2400586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\batch_norm.h 2025-04-25T04:46:17.2404005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\BinaryOps.h 2025-04-25T04:46:17.2407523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\BucketizationUtils.h 2025-04-25T04:46:17.2410957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\CanUse32BitIndexMath.h 2025-04-25T04:46:17.2414361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ComplexHelper.h 2025-04-25T04:46:17.2417867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\CompositeRandomAccessor.h 2025-04-25T04:46:17.2421353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\CompositeRandomAccessorCommon.h 2025-04-25T04:46:17.2425032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ConvolutionMM3d.h 2025-04-25T04:46:17.2428608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ConvUtils.h 2025-04-25T04:46:17.2432079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Copy.h 2025-04-25T04:46:17.2435533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\CPUBlas.h 2025-04-25T04:46:17.2438778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\CPUFallback.h 2025-04-25T04:46:17.2442337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Cross.h 2025-04-25T04:46:17.2445887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\DilatedConvolutionUtils.h 2025-04-25T04:46:17.2449758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\DispatchStub.h 2025-04-25T04:46:17.2453609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Distance.h 2025-04-25T04:46:17.2457176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Distributions.h 2025-04-25T04:46:17.2465239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\DistributionTemplates.h 2025-04-25T04:46:17.2468897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\EmbeddingBag.h 2025-04-25T04:46:17.2472225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Fill.h 2025-04-25T04:46:17.2475843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ForeachUtils.h 2025-04-25T04:46:17.2479520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\FractionalMaxPooling.h 2025-04-25T04:46:17.2483021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\FunctionOfAMatrixUtils.h 2025-04-25T04:46:17.2486775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\FusedAdagrad.h 2025-04-25T04:46:17.2490766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\FusedAdam.h 2025-04-25T04:46:17.2494235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\FusedSGD.h 2025-04-25T04:46:17.2497738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Gelu.h 2025-04-25T04:46:17.2500991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\GridSampler.h 2025-04-25T04:46:17.2509605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\GridSamplerUtils.h 2025-04-25T04:46:17.2513326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\group_norm.h 2025-04-25T04:46:17.2516881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Histogram.h 2025-04-25T04:46:17.2520551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\im2col.h 2025-04-25T04:46:17.2523901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\im2col_shape_check.h 2025-04-25T04:46:17.2527456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\IndexingUtils.h 2025-04-25T04:46:17.2531136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\IndexKernel.h 2025-04-25T04:46:17.2534658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\layer_norm.h 2025-04-25T04:46:17.2538557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Lerp.h 2025-04-25T04:46:17.2542120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\LinearAlgebra.h 2025-04-25T04:46:17.2545669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\LinearAlgebraUtils.h 2025-04-25T04:46:17.2554000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\LossMulti.h 2025-04-25T04:46:17.2557462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Math.h 2025-04-25T04:46:17.2562695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\MathBitFallThroughLists.h 2025-04-25T04:46:17.2567164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\MathBitsFallback.h 2025-04-25T04:46:17.2571034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\MaxPooling.h 2025-04-25T04:46:17.2574601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\NonEmptyUtils.h 2025-04-25T04:46:17.2578944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\NonSymbolicBC.h 2025-04-25T04:46:17.2582626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Normalization.h 2025-04-25T04:46:17.2585996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Padding.h 2025-04-25T04:46:17.2589467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\PixelShuffle.h 2025-04-25T04:46:17.2596804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\PointwiseOps.h 2025-04-25T04:46:17.2600479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Pool.h 2025-04-25T04:46:17.2603984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Pow.h 2025-04-25T04:46:17.2607738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\RangeFactories.h 2025-04-25T04:46:17.2611779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\RangeUtils.h 2025-04-25T04:46:17.2615386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ReduceAllOps.h 2025-04-25T04:46:17.2619185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ReduceOps.h 2025-04-25T04:46:17.2622563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ReduceOpsUtils.h 2025-04-25T04:46:17.2626102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ReductionType.h 2025-04-25T04:46:17.2629809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Repeat.h 2025-04-25T04:46:17.2633183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Resize.h 2025-04-25T04:46:17.2636549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ResizeCommon.h 2025-04-25T04:46:17.2647669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\RNN.h 2025-04-25T04:46:17.2651388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ScatterGatherChecks.h 2025-04-25T04:46:17.2655296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SegmentReduce.h 2025-04-25T04:46:17.2658581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SharedReduceOps.h 2025-04-25T04:46:17.2662533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SobolEngineOpsUtils.h 2025-04-25T04:46:17.2666142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Sorting.h 2025-04-25T04:46:17.2669519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SortingUtils.h 2025-04-25T04:46:17.2673090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SparseTensorUtils.h 2025-04-25T04:46:17.2676523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SpectralOpsUtils.h 2025-04-25T04:46:17.2680137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\StridedRandomAccessor.h 2025-04-25T04:46:17.2687294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorAdvancedIndexing.h 2025-04-25T04:46:17.2691194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorAdvancedIndexingUtils.h 2025-04-25T04:46:17.2694755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorCompare.h 2025-04-25T04:46:17.2698612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorConversions.h 2025-04-25T04:46:17.2702528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorDimApply.h 2025-04-25T04:46:17.2706169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorFactories.h 2025-04-25T04:46:17.2709796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorIterator.h 2025-04-25T04:46:17.2713478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorIteratorDynamicCasting.h 2025-04-25T04:46:17.2717836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorProperties.h 2025-04-25T04:46:17.2725240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorShape.h 2025-04-25T04:46:17.2728986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorTransformations.h 2025-04-25T04:46:17.2732527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TopKImpl.h 2025-04-25T04:46:17.2736037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TransposeType.h 2025-04-25T04:46:17.2739469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TriangularOpsUtils.h 2025-04-25T04:46:17.2742962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TypeProperties.h 2025-04-25T04:46:17.2746451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\UnaryOps.h 2025-04-25T04:46:17.2749716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Unfold2d.h 2025-04-25T04:46:17.2753310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Unfold3d.h 2025-04-25T04:46:17.2756572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\UnfoldBackward.h 2025-04-25T04:46:17.2760028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\UpSample.h 2025-04-25T04:46:17.2763684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\verbose_wrapper.h 2025-04-25T04:46:17.2767117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\vol2col.h 2025-04-25T04:46:17.2781905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ao_sparse\quantized\cpu\fbgemm_utils.h 2025-04-25T04:46:17.2785272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ao_sparse\quantized\cpu\packed_params.h 2025-04-25T04:46:17.2788789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ao_sparse\quantized\cpu\qnnpack_utils.h 2025-04-25T04:46:17.2797778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\AtomicAddFloat.h 2025-04-25T04:46:17.2801251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\avx_mathfun.h 2025-04-25T04:46:17.2804626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\CatKernel.h 2025-04-25T04:46:17.2808109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\ChannelShuffleKernel.h 2025-04-25T04:46:17.2816276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\CopyKernel.h 2025-04-25T04:46:17.2819627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\DepthwiseConvKernel.h 2025-04-25T04:46:17.2823222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\DistributionTemplates.h 2025-04-25T04:46:17.2826646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\Elu.h 2025-04-25T04:46:17.2829958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\Gelu.h 2025-04-25T04:46:17.2833359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\GridSamplerKernel.h 2025-04-25T04:46:17.2836760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\IndexKernelUtils.h 2025-04-25T04:46:17.2840211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\Intrinsics.h 2025-04-25T04:46:17.2843578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\int_mm_kernel.h 2025-04-25T04:46:17.2846941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\IsContiguous.h 2025-04-25T04:46:17.2850354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\LogAddExp.h 2025-04-25T04:46:17.2854045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\Loops.h 2025-04-25T04:46:17.2857604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\MaxUnpoolKernel.h 2025-04-25T04:46:17.2860999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\mixed_data_type.h 2025-04-25T04:46:17.2864176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\moments_utils.h 2025-04-25T04:46:17.2867437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\PixelShuffleKernel.h 2025-04-25T04:46:17.2875011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\Reduce.h 2025-04-25T04:46:17.2878350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.h 2025-04-25T04:46:17.2881704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\ReduceUtils.h 2025-04-25T04:46:17.2885109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\SampledAddmmKernel.h 2025-04-25T04:46:17.2888601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\SerialStackImpl.h 2025-04-25T04:46:17.2892044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\SoftmaxKernel.h 2025-04-25T04:46:17.2895436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\SpmmReduceKernel.h 2025-04-25T04:46:17.2898847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\StackKernel.h 2025-04-25T04:46:17.2902514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h 2025-04-25T04:46:17.2905963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\utils.h 2025-04-25T04:46:17.2909200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\WeightNormKernel.h 2025-04-25T04:46:17.2917043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\zmath.h 2025-04-25T04:46:17.2925344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Activation.h 2025-04-25T04:46:17.2928905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\BinaryInternal.h 2025-04-25T04:46:17.2932592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\block_reduce.cuh 2025-04-25T04:46:17.2936023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\CompositeRandomAccessor.h 2025-04-25T04:46:17.2943972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Copy.h 2025-04-25T04:46:17.2947394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\CUDAJitLoops.cuh 2025-04-25T04:46:17.2951038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\CUDALoops.cuh 2025-04-25T04:46:17.2954885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\CuFFTPlanCache.h 2025-04-25T04:46:17.2958489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\CuFFTUtils.h 2025-04-25T04:46:17.2962213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\cutlass_common.cuh 2025-04-25T04:46:17.2965827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\cutlass_utils.cuh 2025-04-25T04:46:17.2969589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\DeviceSqrt.cuh 2025-04-25T04:46:17.2973261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Distributions.h 2025-04-25T04:46:17.2976660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\DistributionTemplates.h 2025-04-25T04:46:17.2980295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh 2025-04-25T04:46:17.2983823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ForeachFunctors.cuh 2025-04-25T04:46:17.2987473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh 2025-04-25T04:46:17.2990932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\fused_adamw_amsgrad_impl.cuh 2025-04-25T04:46:17.2998132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\fused_adamw_impl.cuh 2025-04-25T04:46:17.3001675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\fused_adam_amsgrad_impl.cuh 2025-04-25T04:46:17.3005488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\fused_adam_impl.cuh 2025-04-25T04:46:17.3009028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\fused_adam_utils.cuh 2025-04-25T04:46:17.3012537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\GridSampler.cuh 2025-04-25T04:46:17.3017151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\GridSampler.h 2025-04-25T04:46:17.3021790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\GroupMM.h 2025-04-25T04:46:17.3025900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\GroupMMCommon.cuh 2025-04-25T04:46:17.3030920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\im2col.cuh 2025-04-25T04:46:17.3035548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\IndexKernel.h 2025-04-25T04:46:17.3567497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\JitLoops.cuh 2025-04-25T04:46:17.3570605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\jit_utils.h 2025-04-25T04:46:17.3574278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\KernelUtils.cuh 2025-04-25T04:46:17.3578023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\LaunchUtils.h 2025-04-25T04:46:17.3581551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Loops.cuh 2025-04-25T04:46:17.3584942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Math.cuh 2025-04-25T04:46:17.3588941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\MemoryAccess.cuh 2025-04-25T04:46:17.3592352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\MiscUtils.h 2025-04-25T04:46:17.3595962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\MultiTensorApply.cuh 2025-04-25T04:46:17.3600059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Normalization.cuh 2025-04-25T04:46:17.3603771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\PersistentSoftmax.cuh 2025-04-25T04:46:17.3617733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Pow.cuh 2025-04-25T04:46:17.3618554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Randperm.cuh 2025-04-25T04:46:17.3621184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Reduce.cuh 2025-04-25T04:46:17.3626097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ReduceOps.h 2025-04-25T04:46:17.3631125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\reduction_template.cuh 2025-04-25T04:46:17.3635506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Resize.h 2025-04-25T04:46:17.3639078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\RowwiseScaledMM.h 2025-04-25T04:46:17.3643827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ScaledGroupMM.h 2025-04-25T04:46:17.3648442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ScanKernels.h 2025-04-25T04:46:17.3653096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ScanUtils.cuh 2025-04-25T04:46:17.3656720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Sort.h 2025-04-25T04:46:17.3661518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Sorting.h 2025-04-25T04:46:17.3669110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\SortingCommon.cuh 2025-04-25T04:46:17.3672850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\SortingRadixSelect.cuh 2025-04-25T04:46:17.3676736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\SortStable.h 2025-04-25T04:46:17.3679779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\SortUtils.cuh 2025-04-25T04:46:17.3683306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\TensorModeKernel.cuh 2025-04-25T04:46:17.3686827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\TensorModeKernel.h 2025-04-25T04:46:17.3690455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\TensorTopK.h 2025-04-25T04:46:17.3694350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\thread_constants.h 2025-04-25T04:46:17.3698115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\UniqueCub.cuh 2025-04-25T04:46:17.3709961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\UpSample.cuh 2025-04-25T04:46:17.3713259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\vol2col.cuh 2025-04-25T04:46:17.3723615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\hip\ck_bgemm.h 2025-04-25T04:46:17.3727112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\hip\ck_gemm.h 2025-04-25T04:46:17.3730698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\hip\ck_gemm_template.h 2025-04-25T04:46:17.3734445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\hip\ck_types.h 2025-04-25T04:46:17.3745477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\hip\bgemm_kernels\bgemm_kernel_collection.h 2025-04-25T04:46:17.3749342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\hip\bgemm_kernels\bgemm_kernel_template.h 2025-04-25T04:46:17.3757681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\kleidiai\kai_kernels.h 2025-04-25T04:46:17.3761115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\kleidiai\kai_pack.h 2025-04-25T04:46:17.3764605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\kleidiai\kai_ukernel_interface.h 2025-04-25T04:46:17.3794630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\Attr.h 2025-04-25T04:46:17.3798027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\oneDNN.h 2025-04-25T04:46:17.3801785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\oneDNNContext.h 2025-04-25T04:46:17.3805396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\Utils.h 2025-04-25T04:46:17.3814079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\Copy.h 2025-04-25T04:46:17.3817482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\MetalShaderLibrary.h 2025-04-25T04:46:17.3820892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\MPSGraphSequoiaOps.h 2025-04-25T04:46:17.3824213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\MPSGraphSonomaOps.h 2025-04-25T04:46:17.3831833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\MPSGraphVenturaOps.h 2025-04-25T04:46:17.3835283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\OperationUtils.h 2025-04-25T04:46:17.3838786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\TensorFactory.h 2025-04-25T04:46:17.3845730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\operations\BinaryKernel.h 2025-04-25T04:46:17.3849463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\operations\FusedAdamAmsgradKernelImpl.h 2025-04-25T04:46:17.3852960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\operations\FusedAdamKernelImpl.h 2025-04-25T04:46:17.3860784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\operations\FusedAdamWAmsgradKernelImpl.h 2025-04-25T04:46:17.3864339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\operations\FusedAdamWKernelImpl.h 2025-04-25T04:46:17.3867745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\operations\Indexing.h 2025-04-25T04:46:17.3871259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\operations\MultiTensorApply.h 2025-04-25T04:46:17.3878917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorBinaryOps.h 2025-04-25T04:46:17.3882275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorMath.h 2025-04-25T04:46:17.3886154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h 2025-04-25T04:46:17.3894173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorTransformerUtils.h 2025-04-25T04:46:17.3897571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorUtils.h 2025-04-25T04:46:17.3905561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\AffineQuantizer.h 2025-04-25T04:46:17.3909309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\AffineQuantizerBase.h 2025-04-25T04:46:17.3912659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\ConvUtils.h 2025-04-25T04:46:17.3920705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\Copy.h 2025-04-25T04:46:17.3924294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\FakeQuantAffine.h 2025-04-25T04:46:17.3927757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\IndexKernel.h 2025-04-25T04:46:17.3931257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\library.h 2025-04-25T04:46:17.3934652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\PackedParams.h 2025-04-25T04:46:17.3941689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\ACLUtils.h 2025-04-25T04:46:17.3945136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\BinaryOps.h 2025-04-25T04:46:17.3948856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\conv_serialization.h 2025-04-25T04:46:17.3952251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\EmbeddingPackedParams.h 2025-04-25T04:46:17.3960692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\fbgemm_utils.h 2025-04-25T04:46:17.3964178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\init_qnnpack.h 2025-04-25T04:46:17.3967668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\OnednnUtils.h 2025-04-25T04:46:17.3971117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\qconv.h 2025-04-25T04:46:17.3974484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\qembeddingbag.h 2025-04-25T04:46:17.3978148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\qembeddingbag_prepack.h 2025-04-25T04:46:17.3981580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\qlinear.h 2025-04-25T04:46:17.3984989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\QnnpackUtils.h 2025-04-25T04:46:17.3988437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\QuantizedOps.h 2025-04-25T04:46:17.3991912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\QuantUtils.h 2025-04-25T04:46:17.3995328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\RuyUtils.h 2025-04-25T04:46:17.3998680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\XnnpackUtils.h 2025-04-25T04:46:17.4006585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cudnn\utils.h 2025-04-25T04:46:17.4015708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\attention.h 2025-04-25T04:46:17.4019623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\sdp_utils_cpp.h 2025-04-25T04:46:17.4026930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\sdp_utils.h 2025-04-25T04:46:17.4033794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\flash_attn\flash_api.h 2025-04-25T04:46:17.4037404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\flash_attn\static_switch.h 2025-04-25T04:46:17.4044806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\debug_utils.h 2025-04-25T04:46:17.4049062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm_kernel_utils.h 2025-04-25T04:46:17.4053066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernel_backward.h 2025-04-25T04:46:17.4062204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernel_forward.h 2025-04-25T04:46:17.4066114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\pytorch_utils.h 2025-04-25T04:46:17.4073779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue\epilogue_pipelined.h 2025-04-25T04:46:17.4077352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue\epilogue_rescale_output.h 2025-04-25T04:46:17.4080869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue\epilogue_thread_apply_logsumexp.h 2025-04-25T04:46:17.4093575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma.h 2025-04-25T04:46:17.4097126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma_base.h 2025-04-25T04:46:17.4100534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma_multistage.h 2025-04-25T04:46:17.4104448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma_pipelined.h 2025-04-25T04:46:17.4112236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\find_default_mma.h 2025-04-25T04:46:17.4116295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\mma_accum_lambda_iterator.h 2025-04-25T04:46:17.4119785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\mma_from_smem.h 2025-04-25T04:46:17.4128056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\default_warp_iterator_from_smem.h 2025-04-25T04:46:17.4131640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\epilogue_predicated_tile_iterator.h 2025-04-25T04:46:17.4135128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\make_residual_last.h 2025-04-25T04:46:17.4143434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\predicated_tile_access_iterator_residual_last.h 2025-04-25T04:46:17.4147262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\predicated_tile_iterator_residual_last.h 2025-04-25T04:46:17.4150961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\transpose_warp_iterator.h 2025-04-25T04:46:17.4155220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\warp_iterator_from_smem.h 2025-04-25T04:46:17.4162653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB.h 2025-04-25T04:46:17.4166396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassF.h 2025-04-25T04:46:17.4174354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\transform\tile_smem_loader.h 2025-04-25T04:46:17.4186713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\hip\aotriton_adapter.h 2025-04-25T04:46:17.4193801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\hip\flash_attn\flash_api.h 2025-04-25T04:46:17.4200549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\hip\flash_attn\ck\me_ck_api.h 2025-04-25T04:46:17.4209173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\utils\Factory.h 2025-04-25T04:46:17.4212675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\utils\ParamsHash.h 2025-04-25T04:46:17.4216158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\utils\ParamUtils.h 2025-04-25T04:46:17.4225291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs.h 2025-04-25T04:46:17.4228818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\absolute.h 2025-04-25T04:46:17.4232274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.4235673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\absolute_native.h 2025-04-25T04:46:17.4244540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\absolute_ops.h 2025-04-25T04:46:17.4248173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.4251930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs_cpu_dispatch.h 2025-04-25T04:46:17.4255335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs_cuda_dispatch.h 2025-04-25T04:46:17.4258733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs_native.h 2025-04-25T04:46:17.4262209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs_ops.h 2025-04-25T04:46:17.4265928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos.h 2025-04-25T04:46:17.4269155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh.h 2025-04-25T04:46:17.4273081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.4276211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_cpu_dispatch.h 2025-04-25T04:46:17.4279831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_cuda_dispatch.h 2025-04-25T04:46:17.4283321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_meta.h 2025-04-25T04:46:17.4286822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_meta_dispatch.h 2025-04-25T04:46:17.4290472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_native.h 2025-04-25T04:46:17.4294345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_ops.h 2025-04-25T04:46:17.4298155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.4306100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_cpu_dispatch.h 2025-04-25T04:46:17.4309551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_cuda_dispatch.h 2025-04-25T04:46:17.4313045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_meta.h 2025-04-25T04:46:17.4316441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_meta_dispatch.h 2025-04-25T04:46:17.4319873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_native.h 2025-04-25T04:46:17.4323253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_ops.h 2025-04-25T04:46:17.4326822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d.h 2025-04-25T04:46:17.4330648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.4334546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.4343201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d_native.h 2025-04-25T04:46:17.4346700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d_ops.h 2025-04-25T04:46:17.4350084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d.h 2025-04-25T04:46:17.4353855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.4357342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_cpu_dispatch.h 2025-04-25T04:46:17.4360973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_cuda_dispatch.h 2025-04-25T04:46:17.4364739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_native.h 2025-04-25T04:46:17.4368461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_ops.h 2025-04-25T04:46:17.4376771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d.h 2025-04-25T04:46:17.4380315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward.h 2025-04-25T04:46:17.4383986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward_cpu_dispatch.h 2025-04-25T04:46:17.4387550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward_cuda_dispatch.h 2025-04-25T04:46:17.4391232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward_native.h 2025-04-25T04:46:17.4394818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward_ops.h 2025-04-25T04:46:17.4398454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.4402149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_cpu_dispatch.h 2025-04-25T04:46:17.4405976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_cuda_dispatch.h 2025-04-25T04:46:17.4409665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_native.h 2025-04-25T04:46:17.4413067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_ops.h 2025-04-25T04:46:17.4427396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool1d.h 2025-04-25T04:46:17.4431154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool1d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.4434913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool1d_native.h 2025-04-25T04:46:17.4438469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool1d_ops.h 2025-04-25T04:46:17.4442054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d.h 2025-04-25T04:46:17.4446321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward.h 2025-04-25T04:46:17.4450359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.4453826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_cpu_dispatch.h 2025-04-25T04:46:17.4457584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_cuda_dispatch.h 2025-04-25T04:46:17.4461226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_meta.h 2025-04-25T04:46:17.4465102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_meta_dispatch.h 2025-04-25T04:46:17.4474738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_native.h 2025-04-25T04:46:17.4478392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_ops.h 2025-04-25T04:46:17.4482234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.4485800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_cpu_dispatch.h 2025-04-25T04:46:17.4489544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_cuda_dispatch.h 2025-04-25T04:46:17.4493234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_meta.h 2025-04-25T04:46:17.4497255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_meta_dispatch.h 2025-04-25T04:46:17.4505303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_native.h 2025-04-25T04:46:17.4509012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_ops.h 2025-04-25T04:46:17.4512863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d.h 2025-04-25T04:46:17.4516536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward.h 2025-04-25T04:46:17.4520792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.4530433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_cpu_dispatch.h 2025-04-25T04:46:17.4534132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_cuda_dispatch.h 2025-04-25T04:46:17.4538270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_meta.h 2025-04-25T04:46:17.4541807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_meta_dispatch.h 2025-04-25T04:46:17.4545292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_native.h 2025-04-25T04:46:17.4549349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_ops.h 2025-04-25T04:46:17.4553036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.4556671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_cpu_dispatch.h 2025-04-25T04:46:17.4560528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_cuda_dispatch.h 2025-04-25T04:46:17.4564116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_meta.h 2025-04-25T04:46:17.4567929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_meta_dispatch.h 2025-04-25T04:46:17.4572052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_native.h 2025-04-25T04:46:17.4576008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_ops.h 2025-04-25T04:46:17.4579982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add.h 2025-04-25T04:46:17.4583659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm.h 2025-04-25T04:46:17.4587133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm_cpu_dispatch.h 2025-04-25T04:46:17.4590899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm_cuda_dispatch.h 2025-04-25T04:46:17.4594478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm_meta_dispatch.h 2025-04-25T04:46:17.4598092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm_native.h 2025-04-25T04:46:17.4601995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm_ops.h 2025-04-25T04:46:17.4605528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv.h 2025-04-25T04:46:17.4609177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.4612730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_cpu_dispatch.h 2025-04-25T04:46:17.4616554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_cuda_dispatch.h 2025-04-25T04:46:17.4625947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_meta.h 2025-04-25T04:46:17.4629791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_meta_dispatch.h 2025-04-25T04:46:17.4633410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_native.h 2025-04-25T04:46:17.4637065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_ops.h 2025-04-25T04:46:17.4640650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul.h 2025-04-25T04:46:17.4644262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.4648010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_cpu_dispatch.h 2025-04-25T04:46:17.4651766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_cuda_dispatch.h 2025-04-25T04:46:17.4655670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_meta.h 2025-04-25T04:46:17.4659407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_meta_dispatch.h 2025-04-25T04:46:17.4663998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_native.h 2025-04-25T04:46:17.4667795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_ops.h 2025-04-25T04:46:17.4671453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm.h 2025-04-25T04:46:17.4675543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.4679309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_cpu_dispatch.h 2025-04-25T04:46:17.4683090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_cuda_dispatch.h 2025-04-25T04:46:17.4686598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_meta.h 2025-04-25T04:46:17.4690115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_meta_dispatch.h 2025-04-25T04:46:17.4693833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_native.h 2025-04-25T04:46:17.4697994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_ops.h 2025-04-25T04:46:17.4701584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv.h 2025-04-25T04:46:17.4705256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.4716355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_cpu_dispatch.h 2025-04-25T04:46:17.4719932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_cuda_dispatch.h 2025-04-25T04:46:17.4723416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_meta.h 2025-04-25T04:46:17.4727031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_meta_dispatch.h 2025-04-25T04:46:17.4730892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_native.h 2025-04-25T04:46:17.4734692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_ops.h 2025-04-25T04:46:17.4738571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr.h 2025-04-25T04:46:17.4742255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.4745770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr_cpu_dispatch.h 2025-04-25T04:46:17.4749632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr_cuda_dispatch.h 2025-04-25T04:46:17.4753184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr_native.h 2025-04-25T04:46:17.4756872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr_ops.h 2025-04-25T04:46:17.4760687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.4764193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.4768003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_cpu_dispatch.h 2025-04-25T04:46:17.4772042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_cuda_dispatch.h 2025-04-25T04:46:17.4775548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_meta.h 2025-04-25T04:46:17.4778828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_meta_dispatch.h 2025-04-25T04:46:17.4782380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_native.h 2025-04-25T04:46:17.4785823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_ops.h 2025-04-25T04:46:17.4788963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adjoint.h 2025-04-25T04:46:17.4792417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.4796128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adjoint_native.h 2025-04-25T04:46:17.4799802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adjoint_ops.h 2025-04-25T04:46:17.4803745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator.h 2025-04-25T04:46:17.4807276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_backward.h 2025-04-25T04:46:17.4811053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.4815156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_backward_native.h 2025-04-25T04:46:17.4818726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_backward_ops.h 2025-04-25T04:46:17.4822863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.4831661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_native.h 2025-04-25T04:46:17.4835226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_ops.h 2025-04-25T04:46:17.4838701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias.h 2025-04-25T04:46:17.4842102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.4865250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_copy.h 2025-04-25T04:46:17.4869112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.4872757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.4876425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_copy_native.h 2025-04-25T04:46:17.4880081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_copy_ops.h 2025-04-25T04:46:17.4883656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_native.h 2025-04-25T04:46:17.4887114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_ops.h 2025-04-25T04:46:17.4890715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_as.h 2025-04-25T04:46:17.4894867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_as_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.4898622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_as_native.h 2025-04-25T04:46:17.4901956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_as_ops.h 2025-04-25T04:46:17.4905478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_tensors.h 2025-04-25T04:46:17.4909332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_tensors_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.4913107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_tensors_native.h 2025-04-25T04:46:17.4916660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_tensors_ops.h 2025-04-25T04:46:17.4920293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_to.h 2025-04-25T04:46:17.4923994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_to_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.4927534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_to_native.h 2025-04-25T04:46:17.4931551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_to_ops.h 2025-04-25T04:46:17.4935068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all.h 2025-04-25T04:46:17.4938302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\allclose.h 2025-04-25T04:46:17.4941810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.4945452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\allclose_native.h 2025-04-25T04:46:17.4949533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\allclose_ops.h 2025-04-25T04:46:17.4953529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.4957175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.4961410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.4965244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_cpu_dispatch.h 2025-04-25T04:46:17.4968885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_cuda_dispatch.h 2025-04-25T04:46:17.4972462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_meta.h 2025-04-25T04:46:17.4976052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_meta_dispatch.h 2025-04-25T04:46:17.4979755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_native.h 2025-04-25T04:46:17.4983209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_ops.h 2025-04-25T04:46:17.4986578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alpha_dropout.h 2025-04-25T04:46:17.4990226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alpha_dropout_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.4994655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alpha_dropout_native.h 2025-04-25T04:46:17.5004371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alpha_dropout_ops.h 2025-04-25T04:46:17.5008100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax.h 2025-04-25T04:46:17.5011930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.5015985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_cpu_dispatch.h 2025-04-25T04:46:17.5019585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_cuda_dispatch.h 2025-04-25T04:46:17.5023468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_meta.h 2025-04-25T04:46:17.5026894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_meta_dispatch.h 2025-04-25T04:46:17.5030354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_native.h 2025-04-25T04:46:17.5033923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_ops.h 2025-04-25T04:46:17.5037451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin.h 2025-04-25T04:46:17.5040728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax.h 2025-04-25T04:46:17.5044649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.5048067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_cpu_dispatch.h 2025-04-25T04:46:17.5051738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_cuda_dispatch.h 2025-04-25T04:46:17.5055642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_meta.h 2025-04-25T04:46:17.5058921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_meta_dispatch.h 2025-04-25T04:46:17.5062586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_native.h 2025-04-25T04:46:17.5066361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_ops.h 2025-04-25T04:46:17.5070667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.5073961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_cpu_dispatch.h 2025-04-25T04:46:17.5077747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_cuda_dispatch.h 2025-04-25T04:46:17.5081237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_meta.h 2025-04-25T04:46:17.5084932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_meta_dispatch.h 2025-04-25T04:46:17.5088491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_native.h 2025-04-25T04:46:17.5091964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_ops.h 2025-04-25T04:46:17.5095704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\and.h 2025-04-25T04:46:17.5100031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.5103492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\and_native.h 2025-04-25T04:46:17.5107043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\and_ops.h 2025-04-25T04:46:17.5110434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\angle.h 2025-04-25T04:46:17.5114339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\angle_cpu_dispatch.h 2025-04-25T04:46:17.5118377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\angle_cuda_dispatch.h 2025-04-25T04:46:17.5121994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\angle_native.h 2025-04-25T04:46:17.5125517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\angle_ops.h 2025-04-25T04:46:17.5129679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any.h 2025-04-25T04:46:17.5133596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.5137033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.5141002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.5144782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_cpu_dispatch.h 2025-04-25T04:46:17.5148357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_cuda_dispatch.h 2025-04-25T04:46:17.5157009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_meta.h 2025-04-25T04:46:17.5160614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_meta_dispatch.h 2025-04-25T04:46:17.5164428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_native.h 2025-04-25T04:46:17.5167991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_ops.h 2025-04-25T04:46:17.5171382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange.h 2025-04-25T04:46:17.5175302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.5178957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_cpu_dispatch.h 2025-04-25T04:46:17.5182395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_cuda_dispatch.h 2025-04-25T04:46:17.5185929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_meta_dispatch.h 2025-04-25T04:46:17.5189689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_native.h 2025-04-25T04:46:17.5193541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_ops.h 2025-04-25T04:46:17.5197207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccos.h 2025-04-25T04:46:17.5200496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccosh.h 2025-04-25T04:46:17.5204036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.5207647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccosh_native.h 2025-04-25T04:46:17.5211226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccosh_ops.h 2025-04-25T04:46:17.5215192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.5219059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccos_native.h 2025-04-25T04:46:17.5222740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccos_ops.h 2025-04-25T04:46:17.5226913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsin.h 2025-04-25T04:46:17.5230415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsinh.h 2025-04-25T04:46:17.5233916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.5237741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsinh_native.h 2025-04-25T04:46:17.5241796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsinh_ops.h 2025-04-25T04:46:17.5245388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.5250251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsin_native.h 2025-04-25T04:46:17.5253681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsin_ops.h 2025-04-25T04:46:17.5257674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan.h 2025-04-25T04:46:17.5260928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan2.h 2025-04-25T04:46:17.5264503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.5267888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan2_native.h 2025-04-25T04:46:17.5271353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan2_ops.h 2025-04-25T04:46:17.5274936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctanh.h 2025-04-25T04:46:17.5278747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.5282396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctanh_native.h 2025-04-25T04:46:17.5286074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctanh_ops.h 2025-04-25T04:46:17.5289838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.5293404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan_native.h 2025-04-25T04:46:17.5296976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan_ops.h 2025-04-25T04:46:17.5301273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax.h 2025-04-25T04:46:17.5304744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.5308264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_cpu_dispatch.h 2025-04-25T04:46:17.5311893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_cuda_dispatch.h 2025-04-25T04:46:17.5315561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_meta.h 2025-04-25T04:46:17.5319314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_meta_dispatch.h 2025-04-25T04:46:17.5322789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_native.h 2025-04-25T04:46:17.5326315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_ops.h 2025-04-25T04:46:17.5330010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin.h 2025-04-25T04:46:17.5334129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.5337705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_cpu_dispatch.h 2025-04-25T04:46:17.5341295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_cuda_dispatch.h 2025-04-25T04:46:17.5344928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_meta.h 2025-04-25T04:46:17.5348583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_meta_dispatch.h 2025-04-25T04:46:17.5352086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_native.h 2025-04-25T04:46:17.5355659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_ops.h 2025-04-25T04:46:17.5359238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argsort.h 2025-04-25T04:46:17.5363011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.5366595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argsort_native.h 2025-04-25T04:46:17.5370202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argsort_ops.h 2025-04-25T04:46:17.5374150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argwhere.h 2025-04-25T04:46:17.5377727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.5381242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argwhere_native.h 2025-04-25T04:46:17.5384636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argwhere_ops.h 2025-04-25T04:46:17.5388167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin.h 2025-04-25T04:46:17.5391715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh.h 2025-04-25T04:46:17.5395381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.5398874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_cpu_dispatch.h 2025-04-25T04:46:17.5402507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_cuda_dispatch.h 2025-04-25T04:46:17.5406190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_meta.h 2025-04-25T04:46:17.5409789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_meta_dispatch.h 2025-04-25T04:46:17.5413266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_native.h 2025-04-25T04:46:17.5417002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_ops.h 2025-04-25T04:46:17.5421188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.5424665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_cpu_dispatch.h 2025-04-25T04:46:17.5428125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_cuda_dispatch.h 2025-04-25T04:46:17.5431653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_meta.h 2025-04-25T04:46:17.5435400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_meta_dispatch.h 2025-04-25T04:46:17.5439407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_native.h 2025-04-25T04:46:17.5442818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_ops.h 2025-04-25T04:46:17.5446146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided.h 2025-04-25T04:46:17.5450958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.5454390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_copy.h 2025-04-25T04:46:17.5458112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.5461743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.5465410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_copy_native.h 2025-04-25T04:46:17.5474416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_copy_ops.h 2025-04-25T04:46:17.5478000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_cpu_dispatch.h 2025-04-25T04:46:17.5481601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_cuda_dispatch.h 2025-04-25T04:46:17.5485162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_meta_dispatch.h 2025-04-25T04:46:17.5488759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_native.h 2025-04-25T04:46:17.5492353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_ops.h 2025-04-25T04:46:17.5495903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter.h 2025-04-25T04:46:17.5499814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.5503580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.5507134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter_native.h 2025-04-25T04:46:17.5511276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter_ops.h 2025-04-25T04:46:17.5514871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan.h 2025-04-25T04:46:17.5518292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2.h 2025-04-25T04:46:17.5521812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.5525542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_cpu_dispatch.h 2025-04-25T04:46:17.5529285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_cuda_dispatch.h 2025-04-25T04:46:17.5532699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_meta.h 2025-04-25T04:46:17.5536210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_meta_dispatch.h 2025-04-25T04:46:17.5539897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_native.h 2025-04-25T04:46:17.5543976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_ops.h 2025-04-25T04:46:17.5547458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh.h 2025-04-25T04:46:17.5551007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.5554679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_cpu_dispatch.h 2025-04-25T04:46:17.5558237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_cuda_dispatch.h 2025-04-25T04:46:17.5561760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_meta.h 2025-04-25T04:46:17.5565273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_meta_dispatch.h 2025-04-25T04:46:17.5568977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_native.h 2025-04-25T04:46:17.5572613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_ops.h 2025-04-25T04:46:17.5576324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.5580799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_cpu_dispatch.h 2025-04-25T04:46:17.5584370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_cuda_dispatch.h 2025-04-25T04:46:17.5587958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_meta.h 2025-04-25T04:46:17.5591396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_meta_dispatch.h 2025-04-25T04:46:17.5595003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_native.h 2025-04-25T04:46:17.5599122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_ops.h 2025-04-25T04:46:17.5602479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_1d.h 2025-04-25T04:46:17.5606047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_1d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.5609792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_1d_native.h 2025-04-25T04:46:17.5613300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_1d_ops.h 2025-04-25T04:46:17.5616833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_2d.h 2025-04-25T04:46:17.5620583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_2d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.5624276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_2d_native.h 2025-04-25T04:46:17.5627839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_2d_ops.h 2025-04-25T04:46:17.5631423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_3d.h 2025-04-25T04:46:17.5635295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_3d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.5639013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_3d_native.h 2025-04-25T04:46:17.5642998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_3d_ops.h 2025-04-25T04:46:17.5647206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool1d.h 2025-04-25T04:46:17.5651338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool1d_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.5654973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool1d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.5658483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool1d_native.h 2025-04-25T04:46:17.5662959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool1d_ops.h 2025-04-25T04:46:17.5666643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d.h 2025-04-25T04:46:17.5670272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward.h 2025-04-25T04:46:17.5674104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.5677596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_cpu_dispatch.h 2025-04-25T04:46:17.5681292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_cuda_dispatch.h 2025-04-25T04:46:17.5685343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_meta.h 2025-04-25T04:46:17.5689431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_meta_dispatch.h 2025-04-25T04:46:17.5693037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_native.h 2025-04-25T04:46:17.5696668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_ops.h 2025-04-25T04:46:17.5701723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.5705702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_cpu_dispatch.h 2025-04-25T04:46:17.5709797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_cuda_dispatch.h 2025-04-25T04:46:17.5713954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_meta.h 2025-04-25T04:46:17.5717798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_meta_dispatch.h 2025-04-25T04:46:17.5721571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_native.h 2025-04-25T04:46:17.5725380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_ops.h 2025-04-25T04:46:17.5730490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d.h 2025-04-25T04:46:17.5734477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward.h 2025-04-25T04:46:17.5738567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.5742726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_cpu_dispatch.h 2025-04-25T04:46:17.5747044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_cuda_dispatch.h 2025-04-25T04:46:17.5751444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_meta.h 2025-04-25T04:46:17.5754999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_meta_dispatch.h 2025-04-25T04:46:17.5759021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_native.h 2025-04-25T04:46:17.5769418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_ops.h 2025-04-25T04:46:17.5773819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.5792064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_cpu_dispatch.h 2025-04-25T04:46:17.5792759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_cuda_dispatch.h 2025-04-25T04:46:17.5793018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_meta.h 2025-04-25T04:46:17.5793284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_meta_dispatch.h 2025-04-25T04:46:17.5793578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_native.h 2025-04-25T04:46:17.5796861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_ops.h 2025-04-25T04:46:17.5800881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm.h 2025-04-25T04:46:17.5804566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.5808141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_cpu_dispatch.h 2025-04-25T04:46:17.5812091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_cuda_dispatch.h 2025-04-25T04:46:17.5815770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_meta.h 2025-04-25T04:46:17.5819434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_meta_dispatch.h 2025-04-25T04:46:17.5823296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_native.h 2025-04-25T04:46:17.5827012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_ops.h 2025-04-25T04:46:17.5830932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bartlett_window.h 2025-04-25T04:46:17.5834757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bartlett_window_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.5838498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bartlett_window_native.h 2025-04-25T04:46:17.5855467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bartlett_window_ops.h 2025-04-25T04:46:17.5859181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm.h 2025-04-25T04:46:17.5862968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward.h 2025-04-25T04:46:17.5867388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_cpu_dispatch.h 2025-04-25T04:46:17.5871265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_cuda_dispatch.h 2025-04-25T04:46:17.5875495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt.h 2025-04-25T04:46:17.5879441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.5883111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt_cuda_dispatch.h 2025-04-25T04:46:17.5886909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt_native.h 2025-04-25T04:46:17.5890680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt_ops.h 2025-04-25T04:46:17.5894508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_native.h 2025-04-25T04:46:17.5898164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_ops.h 2025-04-25T04:46:17.5902412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce.h 2025-04-25T04:46:17.5906245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.5909956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce_cuda_dispatch.h 2025-04-25T04:46:17.5913629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce_native.h 2025-04-25T04:46:17.5917387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce_ops.h 2025-04-25T04:46:17.5921295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.5924776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_elemt.h 2025-04-25T04:46:17.5928593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_elemt_cuda_dispatch.h 2025-04-25T04:46:17.5932309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_elemt_native.h 2025-04-25T04:46:17.5935954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_elemt_ops.h 2025-04-25T04:46:17.5939631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats.h 2025-04-25T04:46:17.5943548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.5947019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_cuda_dispatch.h 2025-04-25T04:46:17.5950591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_native.h 2025-04-25T04:46:17.5954289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_ops.h 2025-04-25T04:46:17.5958181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts.h 2025-04-25T04:46:17.5962387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.5966659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_cuda_dispatch.h 2025-04-25T04:46:17.5970456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_native.h 2025-04-25T04:46:17.5974140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_ops.h 2025-04-25T04:46:17.5977774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_native.h 2025-04-25T04:46:17.5981509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_ops.h 2025-04-25T04:46:17.5985228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats.h 2025-04-25T04:46:17.5989036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.5992716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats_cuda_dispatch.h 2025-04-25T04:46:17.5996768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats_native.h 2025-04-25T04:46:17.6000416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats_ops.h 2025-04-25T04:46:17.6004118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats.h 2025-04-25T04:46:17.6008159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.6012040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_cpu_dispatch.h 2025-04-25T04:46:17.6015663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_cuda_dispatch.h 2025-04-25T04:46:17.6019283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_native.h 2025-04-25T04:46:17.6022933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_ops.h 2025-04-25T04:46:17.6026695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli.h 2025-04-25T04:46:17.6030513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.6034405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.6037923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_cpu_dispatch.h 2025-04-25T04:46:17.6041666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_cuda_dispatch.h 2025-04-25T04:46:17.6054014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_meta_dispatch.h 2025-04-25T04:46:17.6057952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_native.h 2025-04-25T04:46:17.6061533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_ops.h 2025-04-25T04:46:17.6065140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bilinear.h 2025-04-25T04:46:17.6069141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.6073160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bilinear_native.h 2025-04-25T04:46:17.6077131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bilinear_ops.h 2025-04-25T04:46:17.6080549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy.h 2025-04-25T04:46:17.6084413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward.h 2025-04-25T04:46:17.6096280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward_cpu_dispatch.h 2025-04-25T04:46:17.6100252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward_cuda_dispatch.h 2025-04-25T04:46:17.6103829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward_native.h 2025-04-25T04:46:17.6108102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward_ops.h 2025-04-25T04:46:17.6111846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_cpu_dispatch.h 2025-04-25T04:46:17.6115525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_cuda_dispatch.h 2025-04-25T04:46:17.6119561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_native.h 2025-04-25T04:46:17.6123592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_ops.h 2025-04-25T04:46:17.6127360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_with_logits.h 2025-04-25T04:46:17.6131781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.6135508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_with_logits_native.h 2025-04-25T04:46:17.6139147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_with_logits_ops.h 2025-04-25T04:46:17.6143154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount.h 2025-04-25T04:46:17.6146808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.6150305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount_cpu_dispatch.h 2025-04-25T04:46:17.6153983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount_cuda_dispatch.h 2025-04-25T04:46:17.6157636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount_native.h 2025-04-25T04:46:17.6161282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount_ops.h 2025-04-25T04:46:17.6165201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial.h 2025-04-25T04:46:17.6168874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.6173088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial_cpu_dispatch.h 2025-04-25T04:46:17.6176757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial_cuda_dispatch.h 2025-04-25T04:46:17.6180834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial_native.h 2025-04-25T04:46:17.6184601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial_ops.h 2025-04-25T04:46:17.6188161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and.h 2025-04-25T04:46:17.6192500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.6196393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.6200200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_cpu_dispatch.h 2025-04-25T04:46:17.6204053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_cuda_dispatch.h 2025-04-25T04:46:17.6208298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_meta.h 2025-04-25T04:46:17.6212187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_meta_dispatch.h 2025-04-25T04:46:17.6215833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_native.h 2025-04-25T04:46:17.6219468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_ops.h 2025-04-25T04:46:17.6222982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift.h 2025-04-25T04:46:17.6227196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.6231022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.6234676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_cpu_dispatch.h 2025-04-25T04:46:17.6238452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_cuda_dispatch.h 2025-04-25T04:46:17.6242111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_meta.h 2025-04-25T04:46:17.6245785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_meta_dispatch.h 2025-04-25T04:46:17.6249809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_native.h 2025-04-25T04:46:17.6253605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_ops.h 2025-04-25T04:46:17.6257264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not.h 2025-04-25T04:46:17.6261229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.6265103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_cpu_dispatch.h 2025-04-25T04:46:17.6268841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_cuda_dispatch.h 2025-04-25T04:46:17.6273724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_meta.h 2025-04-25T04:46:17.6277357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_meta_dispatch.h 2025-04-25T04:46:17.6281122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_native.h 2025-04-25T04:46:17.6284732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_ops.h 2025-04-25T04:46:17.6288645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or.h 2025-04-25T04:46:17.6292695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.6296375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.6300184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_cpu_dispatch.h 2025-04-25T04:46:17.6303899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_cuda_dispatch.h 2025-04-25T04:46:17.6307643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_meta.h 2025-04-25T04:46:17.6311492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_meta_dispatch.h 2025-04-25T04:46:17.6315044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_native.h 2025-04-25T04:46:17.6318656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_ops.h 2025-04-25T04:46:17.6322157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift.h 2025-04-25T04:46:17.6326092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.6330217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.6333857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_cpu_dispatch.h 2025-04-25T04:46:17.6337708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_cuda_dispatch.h 2025-04-25T04:46:17.6341304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_meta.h 2025-04-25T04:46:17.6345016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_meta_dispatch.h 2025-04-25T04:46:17.6348798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_native.h 2025-04-25T04:46:17.6352430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_ops.h 2025-04-25T04:46:17.6355974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor.h 2025-04-25T04:46:17.6359982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.6363970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.6367970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_cpu_dispatch.h 2025-04-25T04:46:17.6371882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_cuda_dispatch.h 2025-04-25T04:46:17.6375475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_meta.h 2025-04-25T04:46:17.6379109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_meta_dispatch.h 2025-04-25T04:46:17.6382903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_native.h 2025-04-25T04:46:17.6386505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_ops.h 2025-04-25T04:46:17.6390072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\blackman_window.h 2025-04-25T04:46:17.6393845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\blackman_window_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.6397540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\blackman_window_native.h 2025-04-25T04:46:17.6401167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\blackman_window_ops.h 2025-04-25T04:46:17.6404802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\block_diag.h 2025-04-25T04:46:17.6408993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\block_diag_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.6412440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\block_diag_native.h 2025-04-25T04:46:17.6415973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\block_diag_ops.h 2025-04-25T04:46:17.6419509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm.h 2025-04-25T04:46:17.6423131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.6426887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_cpu_dispatch.h 2025-04-25T04:46:17.6430441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_cuda_dispatch.h 2025-04-25T04:46:17.6433837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_meta.h 2025-04-25T04:46:17.6437251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_meta_dispatch.h 2025-04-25T04:46:17.6440765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_native.h 2025-04-25T04:46:17.6444222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_ops.h 2025-04-25T04:46:17.6447549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_tensors.h 2025-04-25T04:46:17.6451361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_tensors_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.6455052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_tensors_native.h 2025-04-25T04:46:17.6458669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_tensors_ops.h 2025-04-25T04:46:17.6462286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_to.h 2025-04-25T04:46:17.6466271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_to_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.6470338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_to_native.h 2025-04-25T04:46:17.6474122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_to_ops.h 2025-04-25T04:46:17.6478493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize.h 2025-04-25T04:46:17.6482204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.6486048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize_cpu_dispatch.h 2025-04-25T04:46:17.6489919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize_cuda_dispatch.h 2025-04-25T04:46:17.6493475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize_native.h 2025-04-25T04:46:17.6497216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize_ops.h 2025-04-25T04:46:17.6500959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\can_cast.h 2025-04-25T04:46:17.6504473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\can_cast_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.6508590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\can_cast_native.h 2025-04-25T04:46:17.6512260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\can_cast_ops.h 2025-04-25T04:46:17.6515793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cartesian_prod.h 2025-04-25T04:46:17.6519627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cartesian_prod_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.6523805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cartesian_prod_native.h 2025-04-25T04:46:17.6527516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cartesian_prod_ops.h 2025-04-25T04:46:17.6531547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat.h 2025-04-25T04:46:17.6535475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.6539076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.6543162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_cpu_dispatch.h 2025-04-25T04:46:17.6546758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_cuda_dispatch.h 2025-04-25T04:46:17.6550306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_meta.h 2025-04-25T04:46:17.6553704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_meta_dispatch.h 2025-04-25T04:46:17.6557301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_native.h 2025-04-25T04:46:17.6560932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_ops.h 2025-04-25T04:46:17.6564749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy.h 2025-04-25T04:46:17.6568584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.6572054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_cpu_dispatch.h 2025-04-25T04:46:17.6576573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_cuda_dispatch.h 2025-04-25T04:46:17.6580346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_meta_dispatch.h 2025-04-25T04:46:17.6589721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_native.h 2025-04-25T04:46:17.6593492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_ops.h 2025-04-25T04:46:17.6597567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices.h 2025-04-25T04:46:17.6601175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.6605016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy.h 2025-04-25T04:46:17.6609094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.6612849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.6616582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy_native.h 2025-04-25T04:46:17.6620454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy_ops.h 2025-04-25T04:46:17.6624359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_native.h 2025-04-25T04:46:17.6628051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_ops.h 2025-04-25T04:46:17.6631621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cdist.h 2025-04-25T04:46:17.6635144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.6638772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cdist_native.h 2025-04-25T04:46:17.6642348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cdist_ops.h 2025-04-25T04:46:17.6645900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil.h 2025-04-25T04:46:17.6650187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.6653764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_cpu_dispatch.h 2025-04-25T04:46:17.6657317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_cuda_dispatch.h 2025-04-25T04:46:17.6661328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_meta.h 2025-04-25T04:46:17.6664949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_meta_dispatch.h 2025-04-25T04:46:17.6668514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_native.h 2025-04-25T04:46:17.6672092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_ops.h 2025-04-25T04:46:17.6675355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\celu.h 2025-04-25T04:46:17.6679424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.6683300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\celu_native.h 2025-04-25T04:46:17.6687444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\celu_ops.h 2025-04-25T04:46:17.6691004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chain_matmul.h 2025-04-25T04:46:17.6695078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chain_matmul_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.6698844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chain_matmul_native.h 2025-04-25T04:46:17.6702341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chain_matmul_ops.h 2025-04-25T04:46:17.6706381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chalf.h 2025-04-25T04:46:17.6710069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.6713544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chalf_native.h 2025-04-25T04:46:17.6717117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chalf_ops.h 2025-04-25T04:46:17.6720668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle.h 2025-04-25T04:46:17.6724477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.6728028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_cpu_dispatch.h 2025-04-25T04:46:17.6731923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_cuda_dispatch.h 2025-04-25T04:46:17.6735676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_native.h 2025-04-25T04:46:17.6739300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_ops.h 2025-04-25T04:46:17.6742879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky.h 2025-04-25T04:46:17.6746360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_cpu_dispatch.h 2025-04-25T04:46:17.6749910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_cuda_dispatch.h 2025-04-25T04:46:17.6753461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse.h 2025-04-25T04:46:17.6757175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse_cpu_dispatch.h 2025-04-25T04:46:17.6761054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse_cuda_dispatch.h 2025-04-25T04:46:17.6764673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse_native.h 2025-04-25T04:46:17.6768417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse_ops.h 2025-04-25T04:46:17.6772415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_native.h 2025-04-25T04:46:17.6776156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_ops.h 2025-04-25T04:46:17.6779786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_solve.h 2025-04-25T04:46:17.6783678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_solve_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.6787251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_solve_native.h 2025-04-25T04:46:17.6791753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_solve_ops.h 2025-04-25T04:46:17.6795282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\choose_qparams_optimized.h 2025-04-25T04:46:17.6799083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\choose_qparams_optimized_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.6802623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\choose_qparams_optimized_native.h 2025-04-25T04:46:17.6806187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\choose_qparams_optimized_ops.h 2025-04-25T04:46:17.6809636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chunk.h 2025-04-25T04:46:17.6813258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.6817088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chunk_native.h 2025-04-25T04:46:17.6820528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chunk_ops.h 2025-04-25T04:46:17.6823974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp.h 2025-04-25T04:46:17.6827625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.6831348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_cpu_dispatch.h 2025-04-25T04:46:17.6834671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_cuda_dispatch.h 2025-04-25T04:46:17.6837962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max.h 2025-04-25T04:46:17.6858147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.6861770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_cpu_dispatch.h 2025-04-25T04:46:17.6865811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_cuda_dispatch.h 2025-04-25T04:46:17.6869162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_meta.h 2025-04-25T04:46:17.6872681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_meta_dispatch.h 2025-04-25T04:46:17.6876239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_native.h 2025-04-25T04:46:17.6879824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_ops.h 2025-04-25T04:46:17.6883366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_meta.h 2025-04-25T04:46:17.6886937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_meta_dispatch.h 2025-04-25T04:46:17.6890442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min.h 2025-04-25T04:46:17.6894045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.6897429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_cpu_dispatch.h 2025-04-25T04:46:17.6900947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_cuda_dispatch.h 2025-04-25T04:46:17.6905173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_meta.h 2025-04-25T04:46:17.6908998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_meta_dispatch.h 2025-04-25T04:46:17.6912542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_native.h 2025-04-25T04:46:17.6916235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_ops.h 2025-04-25T04:46:17.6919593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_native.h 2025-04-25T04:46:17.6922923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_ops.h 2025-04-25T04:46:17.6926284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clip.h 2025-04-25T04:46:17.6929946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.6933467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clip_native.h 2025-04-25T04:46:17.6937173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clip_ops.h 2025-04-25T04:46:17.6940407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clone.h 2025-04-25T04:46:17.6943797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.6946984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clone_native.h 2025-04-25T04:46:17.6950218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clone_ops.h 2025-04-25T04:46:17.6953558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\coalesce.h 2025-04-25T04:46:17.6957448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.6961051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\coalesce_native.h 2025-04-25T04:46:17.6964585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\coalesce_ops.h 2025-04-25T04:46:17.6968093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col2im.h 2025-04-25T04:46:17.6971451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col2im_cpu_dispatch.h 2025-04-25T04:46:17.6975037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col2im_cuda_dispatch.h 2025-04-25T04:46:17.6978179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col2im_native.h 2025-04-25T04:46:17.6981522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col2im_ops.h 2025-04-25T04:46:17.6985055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\column_stack.h 2025-04-25T04:46:17.6988701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\column_stack_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.6992357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\column_stack_native.h 2025-04-25T04:46:17.6995900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\column_stack_ops.h 2025-04-25T04:46:17.6999386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices.h 2025-04-25T04:46:17.7003403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7006830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_copy.h 2025-04-25T04:46:17.7011130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.7014891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7018831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_copy_native.h 2025-04-25T04:46:17.7022506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_copy_ops.h 2025-04-25T04:46:17.7026096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_native.h 2025-04-25T04:46:17.7029863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_ops.h 2025-04-25T04:46:17.7033266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\combinations.h 2025-04-25T04:46:17.7036778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.7040633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\combinations_native.h 2025-04-25T04:46:17.7044627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\combinations_ops.h 2025-04-25T04:46:17.7048150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex.h 2025-04-25T04:46:17.7052208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7055830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex_cpu_dispatch.h 2025-04-25T04:46:17.7059290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex_cuda_dispatch.h 2025-04-25T04:46:17.7062989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex_native.h 2025-04-25T04:46:17.7066513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex_ops.h 2025-04-25T04:46:17.7070185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concat.h 2025-04-25T04:46:17.7073763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concatenate.h 2025-04-25T04:46:17.7077572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.7081235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concatenate_native.h 2025-04-25T04:46:17.7084860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concatenate_ops.h 2025-04-25T04:46:17.7088373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.7092274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concat_native.h 2025-04-25T04:46:17.7095856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concat_ops.h 2025-04-25T04:46:17.7099588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj.h 2025-04-25T04:46:17.7103584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.7107076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_native.h 2025-04-25T04:46:17.7110852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_ops.h 2025-04-25T04:46:17.7114544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical.h 2025-04-25T04:46:17.7118239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7121876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.7125730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_cpu_dispatch.h 2025-04-25T04:46:17.7129529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_cuda_dispatch.h 2025-04-25T04:46:17.7133127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_native.h 2025-04-25T04:46:17.7137013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_ops.h 2025-04-25T04:46:17.7140693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\constant_pad_nd.h 2025-04-25T04:46:17.7144210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\constant_pad_nd_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7147692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\constant_pad_nd_native.h 2025-04-25T04:46:17.7152096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\constant_pad_nd_ops.h 2025-04-25T04:46:17.7155545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\contiguous.h 2025-04-25T04:46:17.7166017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.7169724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\contiguous_native.h 2025-04-25T04:46:17.7173903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\contiguous_ops.h 2025-04-25T04:46:17.7177571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv1d.h 2025-04-25T04:46:17.7181151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.7184873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv1d_native.h 2025-04-25T04:46:17.7188536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv1d_ops.h 2025-04-25T04:46:17.7192199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv2d.h 2025-04-25T04:46:17.7195685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.7199291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv2d_native.h 2025-04-25T04:46:17.7203028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv2d_ops.h 2025-04-25T04:46:17.7206536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv3d.h 2025-04-25T04:46:17.7210463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.7214376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv3d_native.h 2025-04-25T04:46:17.7217910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv3d_ops.h 2025-04-25T04:46:17.7221562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution.h 2025-04-25T04:46:17.7225587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward.h 2025-04-25T04:46:17.7229375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7233156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_cuda_dispatch.h 2025-04-25T04:46:17.7237709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_native.h 2025-04-25T04:46:17.7241496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_ops.h 2025-04-25T04:46:17.7245270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_overrideable.h 2025-04-25T04:46:17.7249217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_overrideable_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7253007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_overrideable_native.h 2025-04-25T04:46:17.7256775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_overrideable_ops.h 2025-04-25T04:46:17.7261224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7265058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_native.h 2025-04-25T04:46:17.7268880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_ops.h 2025-04-25T04:46:17.7272930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_overrideable.h 2025-04-25T04:46:17.7277048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_overrideable_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7280676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_overrideable_native.h 2025-04-25T04:46:17.7284476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_overrideable_ops.h 2025-04-25T04:46:17.7288427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d.h 2025-04-25T04:46:17.7292314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7296074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d_cuda_dispatch.h 2025-04-25T04:46:17.7299713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d_native.h 2025-04-25T04:46:17.7303422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d_ops.h 2025-04-25T04:46:17.7307112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc.h 2025-04-25T04:46:17.7310606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_backward.h 2025-04-25T04:46:17.7314532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.7318529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_backward_native.h 2025-04-25T04:46:17.7322334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_backward_ops.h 2025-04-25T04:46:17.7326189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7329891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_native.h 2025-04-25T04:46:17.7333496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_ops.h 2025-04-25T04:46:17.7337262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose1d.h 2025-04-25T04:46:17.7341174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose1d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.7344859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose1d_native.h 2025-04-25T04:46:17.7348476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose1d_ops.h 2025-04-25T04:46:17.7352095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose2d.h 2025-04-25T04:46:17.7355932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose2d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.7359488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose2d_native.h 2025-04-25T04:46:17.7364283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose2d_ops.h 2025-04-25T04:46:17.7367472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose3d.h 2025-04-25T04:46:17.7371827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose3d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.7375629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose3d_native.h 2025-04-25T04:46:17.7379366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose3d_ops.h 2025-04-25T04:46:17.7382992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy.h 2025-04-25T04:46:17.7386784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign.h 2025-04-25T04:46:17.7390914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.7395275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7399516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_cpu_dispatch.h 2025-04-25T04:46:17.7403888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_cuda_dispatch.h 2025-04-25T04:46:17.7408081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_meta.h 2025-04-25T04:46:17.7412596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_meta_dispatch.h 2025-04-25T04:46:17.7416824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_native.h 2025-04-25T04:46:17.7420759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_ops.h 2025-04-25T04:46:17.7424940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.7428863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7432442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_meta_dispatch.h 2025-04-25T04:46:17.7436012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_native.h 2025-04-25T04:46:17.7439676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_ops.h 2025-04-25T04:46:17.7443048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse.h 2025-04-25T04:46:17.7446982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7450830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse_meta_dispatch.h 2025-04-25T04:46:17.7454427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse_native.h 2025-04-25T04:46:17.7458159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse_ops.h 2025-04-25T04:46:17.7461825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\corrcoef.h 2025-04-25T04:46:17.7465467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.7468926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\corrcoef_native.h 2025-04-25T04:46:17.7472555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\corrcoef_ops.h 2025-04-25T04:46:17.7476120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos.h 2025-04-25T04:46:17.7479392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh.h 2025-04-25T04:46:17.7483017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.7486533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_cpu_dispatch.h 2025-04-25T04:46:17.7490166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_cuda_dispatch.h 2025-04-25T04:46:17.7493953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_meta.h 2025-04-25T04:46:17.7497422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_meta_dispatch.h 2025-04-25T04:46:17.7501644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_native.h 2025-04-25T04:46:17.7505176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_ops.h 2025-04-25T04:46:17.7508620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_embedding_loss.h 2025-04-25T04:46:17.7512315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_embedding_loss_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.7515803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_embedding_loss_native.h 2025-04-25T04:46:17.7519474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_embedding_loss_ops.h 2025-04-25T04:46:17.7523453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_similarity.h 2025-04-25T04:46:17.7527507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_similarity_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.7531359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_similarity_native.h 2025-04-25T04:46:17.7535008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_similarity_ops.h 2025-04-25T04:46:17.7538844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.7542341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_cpu_dispatch.h 2025-04-25T04:46:17.7545907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_cuda_dispatch.h 2025-04-25T04:46:17.7549582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_meta.h 2025-04-25T04:46:17.7553027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_meta_dispatch.h 2025-04-25T04:46:17.7556557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_native.h 2025-04-25T04:46:17.7560043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_ops.h 2025-04-25T04:46:17.7563464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero.h 2025-04-25T04:46:17.7567269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7571022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero_cpu_dispatch.h 2025-04-25T04:46:17.7574634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero_cuda_dispatch.h 2025-04-25T04:46:17.7578324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero_native.h 2025-04-25T04:46:17.7582134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero_ops.h 2025-04-25T04:46:17.7585616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cov.h 2025-04-25T04:46:17.7589100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.7592550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cov_native.h 2025-04-25T04:46:17.7596066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cov_ops.h 2025-04-25T04:46:17.7599607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross.h 2025-04-25T04:46:17.7603163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.7606843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_entropy_loss.h 2025-04-25T04:46:17.7610772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_entropy_loss_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.7614280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_entropy_loss_native.h 2025-04-25T04:46:17.7617955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_entropy_loss_ops.h 2025-04-25T04:46:17.7621514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_native.h 2025-04-25T04:46:17.7625675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_ops.h 2025-04-25T04:46:17.7629343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices.h 2025-04-25T04:46:17.7633147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7637128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy.h 2025-04-25T04:46:17.7641146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.7644873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7648444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy_native.h 2025-04-25T04:46:17.7652232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy_ops.h 2025-04-25T04:46:17.7656362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_native.h 2025-04-25T04:46:17.7659806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_ops.h 2025-04-25T04:46:17.7663910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ctc_loss.h 2025-04-25T04:46:17.7667482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ctc_loss_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.7671153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ctc_loss_native.h 2025-04-25T04:46:17.7674732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ctc_loss_ops.h 2025-04-25T04:46:17.7678530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator.h 2025-04-25T04:46:17.7691457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward.h 2025-04-25T04:46:17.7695369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7699049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_cuda_dispatch.h 2025-04-25T04:46:17.7702750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_native.h 2025-04-25T04:46:17.7706604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_ops.h 2025-04-25T04:46:17.7710735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7714616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_cuda_dispatch.h 2025-04-25T04:46:17.7718909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_native.h 2025-04-25T04:46:17.7722851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_ops.h 2025-04-25T04:46:17.7726858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm.h 2025-04-25T04:46:17.7730992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward.h 2025-04-25T04:46:17.7735135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7739001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward_cuda_dispatch.h 2025-04-25T04:46:17.7742771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward_native.h 2025-04-25T04:46:17.7746584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward_ops.h 2025-04-25T04:46:17.7750640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7754346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_cuda_dispatch.h 2025-04-25T04:46:17.7758738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_native.h 2025-04-25T04:46:17.7762648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_ops.h 2025-04-25T04:46:17.7766440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution.h 2025-04-25T04:46:17.7770436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu.h 2025-04-25T04:46:17.7774456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7778304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu_cuda_dispatch.h 2025-04-25T04:46:17.7782758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu_native.h 2025-04-25T04:46:17.7786869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu_ops.h 2025-04-25T04:46:17.7790652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_cuda_dispatch.h 2025-04-25T04:46:17.7794593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_native.h 2025-04-25T04:46:17.7798757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_ops.h 2025-04-25T04:46:17.7802610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu.h 2025-04-25T04:46:17.7806607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7810917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu_cuda_dispatch.h 2025-04-25T04:46:17.7814724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu_native.h 2025-04-25T04:46:17.7818597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu_ops.h 2025-04-25T04:46:17.7823039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose.h 2025-04-25T04:46:17.7827117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7831167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose_cuda_dispatch.h 2025-04-25T04:46:17.7849398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose_native.h 2025-04-25T04:46:17.7853207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose_ops.h 2025-04-25T04:46:17.7856893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler.h 2025-04-25T04:46:17.7860648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward.h 2025-04-25T04:46:17.7864512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7868514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward_cuda_dispatch.h 2025-04-25T04:46:17.7872217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward_native.h 2025-04-25T04:46:17.7875993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward_ops.h 2025-04-25T04:46:17.7880049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7883847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_cuda_dispatch.h 2025-04-25T04:46:17.7887644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_native.h 2025-04-25T04:46:17.7891528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_ops.h 2025-04-25T04:46:17.7895076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_is_acceptable.h 2025-04-25T04:46:17.7899014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_is_acceptable_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.7902714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_is_acceptable_native.h 2025-04-25T04:46:17.7906378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_is_acceptable_ops.h 2025-04-25T04:46:17.7910025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummax.h 2025-04-25T04:46:17.7913599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummaxmin_backward.h 2025-04-25T04:46:17.7917369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummaxmin_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.7927552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummaxmin_backward_native.h 2025-04-25T04:46:17.7932884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummaxmin_backward_ops.h 2025-04-25T04:46:17.7937018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7941002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.7944862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummax_native.h 2025-04-25T04:46:17.7948593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummax_ops.h 2025-04-25T04:46:17.7952643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummin.h 2025-04-25T04:46:17.7957034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.7960580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.7964122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummin_native.h 2025-04-25T04:46:17.7967871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummin_ops.h 2025-04-25T04:46:17.7971672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod.h 2025-04-25T04:46:17.7975218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_backward.h 2025-04-25T04:46:17.7979085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.7982601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_backward_native.h 2025-04-25T04:46:17.7986312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_backward_ops.h 2025-04-25T04:46:17.7990111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.7993918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.7997617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_cpu_dispatch.h 2025-04-25T04:46:17.8001266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_cuda_dispatch.h 2025-04-25T04:46:17.8004886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_meta.h 2025-04-25T04:46:17.8008565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_meta_dispatch.h 2025-04-25T04:46:17.8012335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_native.h 2025-04-25T04:46:17.8015969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_ops.h 2025-04-25T04:46:17.8019600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum.h 2025-04-25T04:46:17.8023537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.8027355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.8030927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_cpu_dispatch.h 2025-04-25T04:46:17.8034960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_cuda_dispatch.h 2025-04-25T04:46:17.8038908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_meta.h 2025-04-25T04:46:17.8042605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_meta_dispatch.h 2025-04-25T04:46:17.8046331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_native.h 2025-04-25T04:46:17.8050036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_ops.h 2025-04-25T04:46:17.8053964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumulative_trapezoid.h 2025-04-25T04:46:17.8057996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumulative_trapezoid_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.8061629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumulative_trapezoid_native.h 2025-04-25T04:46:17.8065378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumulative_trapezoid_ops.h 2025-04-25T04:46:17.8069424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\data.h 2025-04-25T04:46:17.8072956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.8076601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\data_native.h 2025-04-25T04:46:17.8080795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\data_ops.h 2025-04-25T04:46:17.8084522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\deg2rad.h 2025-04-25T04:46:17.8088085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.8091816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\deg2rad_native.h 2025-04-25T04:46:17.8095557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\deg2rad_ops.h 2025-04-25T04:46:17.8099198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dense_dim.h 2025-04-25T04:46:17.8103175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dense_dim_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.8106826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dense_dim_native.h 2025-04-25T04:46:17.8110591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dense_dim_ops.h 2025-04-25T04:46:17.8114309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize.h 2025-04-25T04:46:17.8118175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.8121672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize_cpu_dispatch.h 2025-04-25T04:46:17.8125560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize_cuda_dispatch.h 2025-04-25T04:46:17.8129453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize_native.h 2025-04-25T04:46:17.8133170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize_ops.h 2025-04-25T04:46:17.8137234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\det.h 2025-04-25T04:46:17.8140666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach.h 2025-04-25T04:46:17.8144289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.8148301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_copy.h 2025-04-25T04:46:17.8152219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.8156009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.8159596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_copy_native.h 2025-04-25T04:46:17.8163662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_copy_ops.h 2025-04-25T04:46:17.8167344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_native.h 2025-04-25T04:46:17.8171139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_ops.h 2025-04-25T04:46:17.8175031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.8178728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\det_native.h 2025-04-25T04:46:17.8182230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\det_ops.h 2025-04-25T04:46:17.8185733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag.h 2025-04-25T04:46:17.8189069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagflat.h 2025-04-25T04:46:17.8192958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.8196818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagflat_native.h 2025-04-25T04:46:17.8200403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagflat_ops.h 2025-04-25T04:46:17.8204161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal.h 2025-04-25T04:46:17.8208113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_backward.h 2025-04-25T04:46:17.8211927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.8215949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_backward_native.h 2025-04-25T04:46:17.8219504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_backward_ops.h 2025-04-25T04:46:17.8223478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.8227504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.8231260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_copy.h 2025-04-25T04:46:17.8235180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.8238991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.8242933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_copy_native.h 2025-04-25T04:46:17.8246819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_copy_ops.h 2025-04-25T04:46:17.8251152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_native.h 2025-04-25T04:46:17.8255238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_ops.h 2025-04-25T04:46:17.8259069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter.h 2025-04-25T04:46:17.8262951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.8266839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.8270822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter_native.h 2025-04-25T04:46:17.8274507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter_ops.h 2025-04-25T04:46:17.8278479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.8282101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_embed.h 2025-04-25T04:46:17.8286448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_embed_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.8289760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_embed_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.8293823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_embed_native.h 2025-04-25T04:46:17.8297422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_embed_ops.h 2025-04-25T04:46:17.8300895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_native.h 2025-04-25T04:46:17.8304146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_ops.h 2025-04-25T04:46:17.8307404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diff.h 2025-04-25T04:46:17.8311007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.8314516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diff_native.h 2025-04-25T04:46:17.8318409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diff_ops.h 2025-04-25T04:46:17.8321587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma.h 2025-04-25T04:46:17.8325288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.8328922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_cpu_dispatch.h 2025-04-25T04:46:17.8332736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_cuda_dispatch.h 2025-04-25T04:46:17.8336690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_meta.h 2025-04-25T04:46:17.8340411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_meta_dispatch.h 2025-04-25T04:46:17.8343971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_native.h 2025-04-25T04:46:17.8347428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_ops.h 2025-04-25T04:46:17.8351166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dist.h 2025-04-25T04:46:17.8354915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.8358415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dist_native.h 2025-04-25T04:46:17.8361908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dist_ops.h 2025-04-25T04:46:17.8365440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div.h 2025-04-25T04:46:17.8368802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\divide.h 2025-04-25T04:46:17.8372328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.8375837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\divide_native.h 2025-04-25T04:46:17.8379301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\divide_ops.h 2025-04-25T04:46:17.8383137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.8386758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.8390345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_cpu_dispatch.h 2025-04-25T04:46:17.8393964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_cuda_dispatch.h 2025-04-25T04:46:17.8397850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_meta.h 2025-04-25T04:46:17.8401262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_meta_dispatch.h 2025-04-25T04:46:17.8404867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_native.h 2025-04-25T04:46:17.8408498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_ops.h 2025-04-25T04:46:17.8411958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot.h 2025-04-25T04:46:17.8415570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.8418771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot_cpu_dispatch.h 2025-04-25T04:46:17.8422315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot_cuda_dispatch.h 2025-04-25T04:46:17.8425868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot_native.h 2025-04-25T04:46:17.8429278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot_ops.h 2025-04-25T04:46:17.8432527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dropout.h 2025-04-25T04:46:17.8435973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.8439585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dropout_native.h 2025-04-25T04:46:17.8443191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dropout_ops.h 2025-04-25T04:46:17.8446839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dsplit.h 2025-04-25T04:46:17.8450509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.8454608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dsplit_native.h 2025-04-25T04:46:17.8458167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dsplit_ops.h 2025-04-25T04:46:17.8462054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dstack.h 2025-04-25T04:46:17.8465654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.8469303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dstack_native.h 2025-04-25T04:46:17.8473185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dstack_ops.h 2025-04-25T04:46:17.8476678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\einsum.h 2025-04-25T04:46:17.8480144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.8483549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\einsum_native.h 2025-04-25T04:46:17.8487212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\einsum_ops.h 2025-04-25T04:46:17.8490787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu.h 2025-04-25T04:46:17.8494272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward.h 2025-04-25T04:46:17.8498024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.8501473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_cpu_dispatch.h 2025-04-25T04:46:17.8505107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_cuda_dispatch.h 2025-04-25T04:46:17.8508735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_meta.h 2025-04-25T04:46:17.8512377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_meta_dispatch.h 2025-04-25T04:46:17.8515979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_native.h 2025-04-25T04:46:17.8519741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_ops.h 2025-04-25T04:46:17.8523773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.8527266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_cpu_dispatch.h 2025-04-25T04:46:17.8530865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_cuda_dispatch.h 2025-04-25T04:46:17.8534305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_meta.h 2025-04-25T04:46:17.8537645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_meta_dispatch.h 2025-04-25T04:46:17.8541386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_native.h 2025-04-25T04:46:17.8545032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_ops.h 2025-04-25T04:46:17.8548492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding.h 2025-04-25T04:46:17.8551971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_backward.h 2025-04-25T04:46:17.8555871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.8560008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_backward_native.h 2025-04-25T04:46:17.8563747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_backward_ops.h 2025-04-25T04:46:17.8567548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_bag.h 2025-04-25T04:46:17.8571573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_bag_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.8575414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_bag_native.h 2025-04-25T04:46:17.8579118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_bag_ops.h 2025-04-25T04:46:17.8583008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.8586735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward.h 2025-04-25T04:46:17.8590664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.8594272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_cpu_dispatch.h 2025-04-25T04:46:17.8598318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_cuda_dispatch.h 2025-04-25T04:46:17.8602027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_native.h 2025-04-25T04:46:17.8606031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_ops.h 2025-04-25T04:46:17.8609857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_native.h 2025-04-25T04:46:17.8613546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_ops.h 2025-04-25T04:46:17.8617310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm.h 2025-04-25T04:46:17.8621289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.8625129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_cpu_dispatch.h 2025-04-25T04:46:17.8629008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_cuda_dispatch.h 2025-04-25T04:46:17.8632909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_meta_dispatch.h 2025-04-25T04:46:17.8636480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_native.h 2025-04-25T04:46:17.8640148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_ops.h 2025-04-25T04:46:17.8643813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_sparse_backward.h 2025-04-25T04:46:17.8647851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_sparse_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.8651657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_sparse_backward_native.h 2025-04-25T04:46:17.8655426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_sparse_backward_ops.h 2025-04-25T04:46:17.8659547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty.h 2025-04-25T04:46:17.8663145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.8667025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.8671163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_cpu_dispatch.h 2025-04-25T04:46:17.8675028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_cuda_dispatch.h 2025-04-25T04:46:17.8678586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_like.h 2025-04-25T04:46:17.8682762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_like_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.8686719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_like_native.h 2025-04-25T04:46:17.8690486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_like_ops.h 2025-04-25T04:46:17.8694091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_meta_dispatch.h 2025-04-25T04:46:17.8697900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_native.h 2025-04-25T04:46:17.8701841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_ops.h 2025-04-25T04:46:17.8705586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_permuted.h 2025-04-25T04:46:17.8709869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_permuted_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.8713748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_permuted_native.h 2025-04-25T04:46:17.8717401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_permuted_ops.h 2025-04-25T04:46:17.8721362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_quantized.h 2025-04-25T04:46:17.8725389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_quantized_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.8729447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_quantized_native.h 2025-04-25T04:46:17.8733161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_quantized_ops.h 2025-04-25T04:46:17.8736874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided.h 2025-04-25T04:46:17.8741262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.8745021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_cpu_dispatch.h 2025-04-25T04:46:17.8749049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_cuda_dispatch.h 2025-04-25T04:46:17.8752927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_meta_dispatch.h 2025-04-25T04:46:17.8756811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_native.h 2025-04-25T04:46:17.8760592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_ops.h 2025-04-25T04:46:17.8764385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq.h 2025-04-25T04:46:17.8768006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\equal.h 2025-04-25T04:46:17.8771650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\equal_cpu_dispatch.h 2025-04-25T04:46:17.8775282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\equal_cuda_dispatch.h 2025-04-25T04:46:17.8778923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\equal_native.h 2025-04-25T04:46:17.8783048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\equal_ops.h 2025-04-25T04:46:17.8787293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.8790823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_cpu_dispatch.h 2025-04-25T04:46:17.8795079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_cuda_dispatch.h 2025-04-25T04:46:17.8798629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_meta.h 2025-04-25T04:46:17.8802101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_meta_dispatch.h 2025-04-25T04:46:17.8805726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_native.h 2025-04-25T04:46:17.8809344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_ops.h 2025-04-25T04:46:17.8812827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf.h 2025-04-25T04:46:17.8837664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc.h 2025-04-25T04:46:17.8841763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.8855874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_cpu_dispatch.h 2025-04-25T04:46:17.8859458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_cuda_dispatch.h 2025-04-25T04:46:17.8863342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_meta.h 2025-04-25T04:46:17.8866835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_meta_dispatch.h 2025-04-25T04:46:17.8870382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_native.h 2025-04-25T04:46:17.8874073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_ops.h 2025-04-25T04:46:17.8877398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv.h 2025-04-25T04:46:17.8881027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.8884470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_cpu_dispatch.h 2025-04-25T04:46:17.8888195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_cuda_dispatch.h 2025-04-25T04:46:17.8891936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_meta.h 2025-04-25T04:46:17.8895638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_meta_dispatch.h 2025-04-25T04:46:17.8899305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_native.h 2025-04-25T04:46:17.8903151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_ops.h 2025-04-25T04:46:17.8907368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.8911419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_cpu_dispatch.h 2025-04-25T04:46:17.8914972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_cuda_dispatch.h 2025-04-25T04:46:17.8918532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_meta.h 2025-04-25T04:46:17.8921866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_meta_dispatch.h 2025-04-25T04:46:17.8925411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_native.h 2025-04-25T04:46:17.8929293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_ops.h 2025-04-25T04:46:17.8932875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp.h 2025-04-25T04:46:17.8936153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2.h 2025-04-25T04:46:17.8939695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.8943128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_cpu_dispatch.h 2025-04-25T04:46:17.8946709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_cuda_dispatch.h 2025-04-25T04:46:17.8950272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_meta.h 2025-04-25T04:46:17.8953881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_meta_dispatch.h 2025-04-25T04:46:17.8957423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_native.h 2025-04-25T04:46:17.8961120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_ops.h 2025-04-25T04:46:17.8964437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand.h 2025-04-25T04:46:17.8967878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_as.h 2025-04-25T04:46:17.8971637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_as_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.8975180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_as_native.h 2025-04-25T04:46:17.8979181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_as_ops.h 2025-04-25T04:46:17.8982957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.8986495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_copy.h 2025-04-25T04:46:17.8990446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.8993997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.8997435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_copy_native.h 2025-04-25T04:46:17.9001036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_copy_ops.h 2025-04-25T04:46:17.9004586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_native.h 2025-04-25T04:46:17.9008489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_ops.h 2025-04-25T04:46:17.9011841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1.h 2025-04-25T04:46:17.9016763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.9020580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_cpu_dispatch.h 2025-04-25T04:46:17.9024055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_cuda_dispatch.h 2025-04-25T04:46:17.9027685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_meta.h 2025-04-25T04:46:17.9031321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_meta_dispatch.h 2025-04-25T04:46:17.9035007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_native.h 2025-04-25T04:46:17.9038612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_ops.h 2025-04-25T04:46:17.9042611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential.h 2025-04-25T04:46:17.9046604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.9050436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_cpu_dispatch.h 2025-04-25T04:46:17.9054068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_cuda_dispatch.h 2025-04-25T04:46:17.9057646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_meta_dispatch.h 2025-04-25T04:46:17.9061049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_native.h 2025-04-25T04:46:17.9064539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_ops.h 2025-04-25T04:46:17.9068139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.9071730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_cpu_dispatch.h 2025-04-25T04:46:17.9075256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_cuda_dispatch.h 2025-04-25T04:46:17.9078880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_meta.h 2025-04-25T04:46:17.9082247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_meta_dispatch.h 2025-04-25T04:46:17.9086089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_native.h 2025-04-25T04:46:17.9089709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_ops.h 2025-04-25T04:46:17.9093064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye.h 2025-04-25T04:46:17.9097058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.9100863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_cpu_dispatch.h 2025-04-25T04:46:17.9104383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_cuda_dispatch.h 2025-04-25T04:46:17.9107984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_meta_dispatch.h 2025-04-25T04:46:17.9111531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_native.h 2025-04-25T04:46:17.9115075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_ops.h 2025-04-25T04:46:17.9118692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine.h 2025-04-25T04:46:17.9122890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask.h 2025-04-25T04:46:17.9126903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward.h 2025-04-25T04:46:17.9131117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9135082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_native.h 2025-04-25T04:46:17.9138959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_ops.h 2025-04-25T04:46:17.9142971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.9147076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h 2025-04-25T04:46:17.9151019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h 2025-04-25T04:46:17.9154871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_native.h 2025-04-25T04:46:17.9159116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_ops.h 2025-04-25T04:46:17.9163362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9167069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_native.h 2025-04-25T04:46:17.9171310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_ops.h 2025-04-25T04:46:17.9175937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine.h 2025-04-25T04:46:17.9180630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask.h 2025-04-25T04:46:17.9184780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward.h 2025-04-25T04:46:17.9188898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9192980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_native.h 2025-04-25T04:46:17.9197061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_ops.h 2025-04-25T04:46:17.9201942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.9205766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h 2025-04-25T04:46:17.9209870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h 2025-04-25T04:46:17.9213601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_native.h 2025-04-25T04:46:17.9217613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_ops.h 2025-04-25T04:46:17.9221950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9225866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_native.h 2025-04-25T04:46:17.9229931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_ops.h 2025-04-25T04:46:17.9233929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight.h 2025-04-25T04:46:17.9238308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9242396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation.h 2025-04-25T04:46:17.9246325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9250359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_native.h 2025-04-25T04:46:17.9254360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_ops.h 2025-04-25T04:46:17.9258064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_native.h 2025-04-25T04:46:17.9262219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_ops.h 2025-04-25T04:46:17.9266409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight.h 2025-04-25T04:46:17.9270642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9274597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation.h 2025-04-25T04:46:17.9278618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9283107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_native.h 2025-04-25T04:46:17.9287256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_ops.h 2025-04-25T04:46:17.9291116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_native.h 2025-04-25T04:46:17.9295137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_ops.h 2025-04-25T04:46:17.9298994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_quantize_weight.h 2025-04-25T04:46:17.9303491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9307955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_quantize_weight_native.h 2025-04-25T04:46:17.9311896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_quantize_weight_ops.h 2025-04-25T04:46:17.9315914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16.h 2025-04-25T04:46:17.9320002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9323762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_native.h 2025-04-25T04:46:17.9327792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_ops.h 2025-04-25T04:46:17.9332286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_quantized_matrix.h 2025-04-25T04:46:17.9335906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9339941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_native.h 2025-04-25T04:46:17.9343747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_ops.h 2025-04-25T04:46:17.9348180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_alpha_dropout.h 2025-04-25T04:46:17.9352148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_alpha_dropout_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9356238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_alpha_dropout_native.h 2025-04-25T04:46:17.9360931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_alpha_dropout_ops.h 2025-04-25T04:46:17.9364956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_dropout.h 2025-04-25T04:46:17.9369145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_dropout_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9372926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_dropout_native.h 2025-04-25T04:46:17.9377265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_dropout_ops.h 2025-04-25T04:46:17.9380952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft.h 2025-04-25T04:46:17.9384243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft2.h 2025-04-25T04:46:17.9387749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft2_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9391356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft2_native.h 2025-04-25T04:46:17.9395010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft2_ops.h 2025-04-25T04:46:17.9399054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftfreq.h 2025-04-25T04:46:17.9402888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftfreq_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.9406576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftfreq_native.h 2025-04-25T04:46:17.9410349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftfreq_ops.h 2025-04-25T04:46:17.9414011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftn.h 2025-04-25T04:46:17.9417521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftn_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9421179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftn_native.h 2025-04-25T04:46:17.9425087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftn_ops.h 2025-04-25T04:46:17.9428924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftshift.h 2025-04-25T04:46:17.9433926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftshift_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9438454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftshift_native.h 2025-04-25T04:46:17.9442746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftshift_ops.h 2025-04-25T04:46:17.9446747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9450875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft_native.h 2025-04-25T04:46:17.9454632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft_ops.h 2025-04-25T04:46:17.9458283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft.h 2025-04-25T04:46:17.9461538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft2.h 2025-04-25T04:46:17.9465886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft2_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9469031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft2_native.h 2025-04-25T04:46:17.9472619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft2_ops.h 2025-04-25T04:46:17.9476407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfftn.h 2025-04-25T04:46:17.9480242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfftn_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9484403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfftn_native.h 2025-04-25T04:46:17.9488153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfftn_ops.h 2025-04-25T04:46:17.9492002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9496026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft_native.h 2025-04-25T04:46:17.9499649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft_ops.h 2025-04-25T04:46:17.9503423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft.h 2025-04-25T04:46:17.9506873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft2.h 2025-04-25T04:46:17.9510657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft2_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9514303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft2_native.h 2025-04-25T04:46:17.9518496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft2_ops.h 2025-04-25T04:46:17.9522323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftn.h 2025-04-25T04:46:17.9526477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftn_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9531104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftn_native.h 2025-04-25T04:46:17.9535052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftn_ops.h 2025-04-25T04:46:17.9538348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftshift.h 2025-04-25T04:46:17.9542181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftshift_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9545745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftshift_native.h 2025-04-25T04:46:17.9549430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftshift_ops.h 2025-04-25T04:46:17.9553786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9557288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft_native.h 2025-04-25T04:46:17.9561041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft_ops.h 2025-04-25T04:46:17.9564627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft.h 2025-04-25T04:46:17.9568046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft2.h 2025-04-25T04:46:17.9572286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft2_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9575898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft2_native.h 2025-04-25T04:46:17.9579555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft2_ops.h 2025-04-25T04:46:17.9584015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfftn.h 2025-04-25T04:46:17.9587825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfftn_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9592136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfftn_native.h 2025-04-25T04:46:17.9595751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfftn_ops.h 2025-04-25T04:46:17.9599594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9603115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft_native.h 2025-04-25T04:46:17.9606772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft_ops.h 2025-04-25T04:46:17.9610376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft.h 2025-04-25T04:46:17.9613844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft2.h 2025-04-25T04:46:17.9617694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft2_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9621842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft2_native.h 2025-04-25T04:46:17.9625578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft2_ops.h 2025-04-25T04:46:17.9629209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfftn.h 2025-04-25T04:46:17.9633068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfftn_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9636688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfftn_native.h 2025-04-25T04:46:17.9640321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfftn_ops.h 2025-04-25T04:46:17.9644421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9647985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft_native.h 2025-04-25T04:46:17.9651712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft_ops.h 2025-04-25T04:46:17.9655428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft.h 2025-04-25T04:46:17.9658716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft2.h 2025-04-25T04:46:17.9663068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft2_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9666719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft2_native.h 2025-04-25T04:46:17.9671741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft2_ops.h 2025-04-25T04:46:17.9675379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftfreq.h 2025-04-25T04:46:17.9679530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftfreq_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.9683463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftfreq_native.h 2025-04-25T04:46:17.9687216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftfreq_ops.h 2025-04-25T04:46:17.9691092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftn.h 2025-04-25T04:46:17.9695064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftn_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9700242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftn_native.h 2025-04-25T04:46:17.9704226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftn_ops.h 2025-04-25T04:46:17.9708304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9712352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft_native.h 2025-04-25T04:46:17.9716005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft_ops.h 2025-04-25T04:46:17.9719764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill.h 2025-04-25T04:46:17.9723393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.9726976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_cpu_dispatch.h 2025-04-25T04:46:17.9731002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_cuda_dispatch.h 2025-04-25T04:46:17.9734921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_diagonal.h 2025-04-25T04:46:17.9738789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_diagonal_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9743520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_diagonal_native.h 2025-04-25T04:46:17.9747261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_diagonal_ops.h 2025-04-25T04:46:17.9750781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_meta_dispatch.h 2025-04-25T04:46:17.9754326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_native.h 2025-04-25T04:46:17.9758098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_ops.h 2025-04-25T04:46:17.9761532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fix.h 2025-04-25T04:46:17.9765057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9768641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fix_native.h 2025-04-25T04:46:17.9772290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fix_ops.h 2025-04-25T04:46:17.9776782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten.h 2025-04-25T04:46:17.9780386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9783922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_dense_tensors.h 2025-04-25T04:46:17.9787830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_dense_tensors_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9792123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_dense_tensors_native.h 2025-04-25T04:46:17.9795907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_dense_tensors_ops.h 2025-04-25T04:46:17.9799899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_native.h 2025-04-25T04:46:17.9803833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_ops.h 2025-04-25T04:46:17.9807730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip.h 2025-04-25T04:46:17.9811839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fliplr.h 2025-04-25T04:46:17.9815942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9843096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fliplr_native.h 2025-04-25T04:46:17.9846600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fliplr_ops.h 2025-04-25T04:46:17.9850235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flipud.h 2025-04-25T04:46:17.9853800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9857469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flipud_native.h 2025-04-25T04:46:17.9861000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flipud_ops.h 2025-04-25T04:46:17.9865485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.9869317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip_cpu_dispatch.h 2025-04-25T04:46:17.9873016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip_cuda_dispatch.h 2025-04-25T04:46:17.9877103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip_native.h 2025-04-25T04:46:17.9880665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip_ops.h 2025-04-25T04:46:17.9884112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\float_power.h 2025-04-25T04:46:17.9887829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\float_power_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:17.9891540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\float_power_native.h 2025-04-25T04:46:17.9895008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\float_power_ops.h 2025-04-25T04:46:17.9898721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor.h 2025-04-25T04:46:17.9902260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.9906239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_cpu_dispatch.h 2025-04-25T04:46:17.9909877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_cuda_dispatch.h 2025-04-25T04:46:17.9913619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide.h 2025-04-25T04:46:17.9917749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:17.9921787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_cpu_dispatch.h 2025-04-25T04:46:17.9926208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_cuda_dispatch.h 2025-04-25T04:46:17.9930019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_meta_dispatch.h 2025-04-25T04:46:17.9933660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_native.h 2025-04-25T04:46:17.9937252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_ops.h 2025-04-25T04:46:17.9941166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_meta.h 2025-04-25T04:46:17.9944858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_meta_dispatch.h 2025-04-25T04:46:17.9948493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_native.h 2025-04-25T04:46:17.9952189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_ops.h 2025-04-25T04:46:17.9956144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax.h 2025-04-25T04:46:17.9960236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.9963857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_cpu_dispatch.h 2025-04-25T04:46:17.9967358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_cuda_dispatch.h 2025-04-25T04:46:17.9971017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_meta.h 2025-04-25T04:46:17.9974991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_meta_dispatch.h 2025-04-25T04:46:17.9982479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_native.h 2025-04-25T04:46:17.9985043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_ops.h 2025-04-25T04:46:17.9988841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin.h 2025-04-25T04:46:17.9993480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:17.9997213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_cpu_dispatch.h 2025-04-25T04:46:18.0000913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_cuda_dispatch.h 2025-04-25T04:46:18.0004581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_meta.h 2025-04-25T04:46:18.0628165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_meta_dispatch.h 2025-04-25T04:46:18.0635972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_native.h 2025-04-25T04:46:18.0639834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_ops.h 2025-04-25T04:46:18.0645063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod.h 2025-04-25T04:46:18.0648887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.0652804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.0656274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_cpu_dispatch.h 2025-04-25T04:46:18.0660029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_cuda_dispatch.h 2025-04-25T04:46:18.0663507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_meta.h 2025-04-25T04:46:18.0667079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_meta_dispatch.h 2025-04-25T04:46:18.0671228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_native.h 2025-04-25T04:46:18.0674969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_ops.h 2025-04-25T04:46:18.0678312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac.h 2025-04-25T04:46:18.0682433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d.h 2025-04-25T04:46:18.0686214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward.h 2025-04-25T04:46:18.0690239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.0694050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_cpu_dispatch.h 2025-04-25T04:46:18.0698019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_cuda_dispatch.h 2025-04-25T04:46:18.0701942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_meta.h 2025-04-25T04:46:18.0705730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_meta_dispatch.h 2025-04-25T04:46:18.0709550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_native.h 2025-04-25T04:46:18.0713327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_ops.h 2025-04-25T04:46:18.0717646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.0721494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_cpu_dispatch.h 2025-04-25T04:46:18.0725296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_cuda_dispatch.h 2025-04-25T04:46:18.0729386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_meta.h 2025-04-25T04:46:18.0733229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_meta_dispatch.h 2025-04-25T04:46:18.0737098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_native.h 2025-04-25T04:46:18.0740969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_ops.h 2025-04-25T04:46:18.0744912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d.h 2025-04-25T04:46:18.0748776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward.h 2025-04-25T04:46:18.0752639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward_cpu_dispatch.h 2025-04-25T04:46:18.0756520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward_cuda_dispatch.h 2025-04-25T04:46:18.0760379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward_native.h 2025-04-25T04:46:18.0764383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward_ops.h 2025-04-25T04:46:18.0768922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.0773494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_cpu_dispatch.h 2025-04-25T04:46:18.0777698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_cuda_dispatch.h 2025-04-25T04:46:18.0781343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_meta.h 2025-04-25T04:46:18.0785347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_meta_dispatch.h 2025-04-25T04:46:18.0789497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_native.h 2025-04-25T04:46:18.0793333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_ops.h 2025-04-25T04:46:18.0797342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.0801383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_cpu_dispatch.h 2025-04-25T04:46:18.0805213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_cuda_dispatch.h 2025-04-25T04:46:18.0809839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_meta.h 2025-04-25T04:46:18.0813441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_meta_dispatch.h 2025-04-25T04:46:18.0817443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_native.h 2025-04-25T04:46:18.0821549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_ops.h 2025-04-25T04:46:18.0825136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp.h 2025-04-25T04:46:18.0828835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.0832323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp_cpu_dispatch.h 2025-04-25T04:46:18.0836035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp_cuda_dispatch.h 2025-04-25T04:46:18.0839799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp_native.h 2025-04-25T04:46:18.0843669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp_ops.h 2025-04-25T04:46:18.0847690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frobenius_norm.h 2025-04-25T04:46:18.0851516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frobenius_norm_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.0855165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frobenius_norm_native.h 2025-04-25T04:46:18.0858726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frobenius_norm_ops.h 2025-04-25T04:46:18.0862279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_blob.h 2025-04-25T04:46:18.0865702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_file.h 2025-04-25T04:46:18.0869371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_file_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.0874065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_file_cpu_dispatch.h 2025-04-25T04:46:18.0877702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_file_native.h 2025-04-25T04:46:18.0894621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_file_ops.h 2025-04-25T04:46:18.0894955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full.h 2025-04-25T04:46:18.0895323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.0895545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_like.h 2025-04-25T04:46:18.0895898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_like_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.0899477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_like_native.h 2025-04-25T04:46:18.0903256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_like_ops.h 2025-04-25T04:46:18.0906675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_native.h 2025-04-25T04:46:18.0910668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_ops.h 2025-04-25T04:46:18.0913862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant.h 2025-04-25T04:46:18.0917650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.0921272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_native.h 2025-04-25T04:46:18.0925133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_ops.h 2025-04-25T04:46:18.0928717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather.h 2025-04-25T04:46:18.0932218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_backward.h 2025-04-25T04:46:18.0935892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.0939441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_backward_native.h 2025-04-25T04:46:18.0943051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_backward_ops.h 2025-04-25T04:46:18.0946912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.0950775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.0954590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_cpu_dispatch.h 2025-04-25T04:46:18.0958225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_cuda_dispatch.h 2025-04-25T04:46:18.0962022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_meta.h 2025-04-25T04:46:18.0965761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_meta_dispatch.h 2025-04-25T04:46:18.0969479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_native.h 2025-04-25T04:46:18.0973764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_ops.h 2025-04-25T04:46:18.0977475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd.h 2025-04-25T04:46:18.0981039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.0984469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_cpu_dispatch.h 2025-04-25T04:46:18.0988173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_cuda_dispatch.h 2025-04-25T04:46:18.0991619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_meta.h 2025-04-25T04:46:18.0995274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_meta_dispatch.h 2025-04-25T04:46:18.0998729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_native.h 2025-04-25T04:46:18.1002199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_ops.h 2025-04-25T04:46:18.1005610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge.h 2025-04-25T04:46:18.1008936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu.h 2025-04-25T04:46:18.1012350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward.h 2025-04-25T04:46:18.1016178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.1019734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_cpu_dispatch.h 2025-04-25T04:46:18.1023339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_cuda_dispatch.h 2025-04-25T04:46:18.1026973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_meta.h 2025-04-25T04:46:18.1030913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_meta_dispatch.h 2025-04-25T04:46:18.1034615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_native.h 2025-04-25T04:46:18.1038369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_ops.h 2025-04-25T04:46:18.1042439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.1046007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_cpu_dispatch.h 2025-04-25T04:46:18.1049645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_cuda_dispatch.h 2025-04-25T04:46:18.1053263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_meta.h 2025-04-25T04:46:18.1056990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_meta_dispatch.h 2025-04-25T04:46:18.1060739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_native.h 2025-04-25T04:46:18.1064383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_ops.h 2025-04-25T04:46:18.1067837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric.h 2025-04-25T04:46:18.1071626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.1075211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_cpu_dispatch.h 2025-04-25T04:46:18.1079274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_cuda_dispatch.h 2025-04-25T04:46:18.1083036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_meta_dispatch.h 2025-04-25T04:46:18.1087017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_native.h 2025-04-25T04:46:18.1090831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_ops.h 2025-04-25T04:46:18.1094607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geqrf.h 2025-04-25T04:46:18.1098088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geqrf_cpu_dispatch.h 2025-04-25T04:46:18.1101932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geqrf_cuda_dispatch.h 2025-04-25T04:46:18.1105810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geqrf_native.h 2025-04-25T04:46:18.1109316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geqrf_ops.h 2025-04-25T04:46:18.1112979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ger.h 2025-04-25T04:46:18.1116622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.1120785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ger_native.h 2025-04-25T04:46:18.1124480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ger_ops.h 2025-04-25T04:46:18.1128207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.1131809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_cpu_dispatch.h 2025-04-25T04:46:18.1135507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_cuda_dispatch.h 2025-04-25T04:46:18.1139407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_meta.h 2025-04-25T04:46:18.1143065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_meta_dispatch.h 2025-04-25T04:46:18.1146846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_native.h 2025-04-25T04:46:18.1150489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_ops.h 2025-04-25T04:46:18.1153771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu.h 2025-04-25T04:46:18.1157174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward.h 2025-04-25T04:46:18.1160712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_cpu_dispatch.h 2025-04-25T04:46:18.1164427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_cuda_dispatch.h 2025-04-25T04:46:18.1168125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp.h 2025-04-25T04:46:18.1172145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.1176472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_cpu_dispatch.h 2025-04-25T04:46:18.1180533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_cuda_dispatch.h 2025-04-25T04:46:18.1184286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_native.h 2025-04-25T04:46:18.1188370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_ops.h 2025-04-25T04:46:18.1192347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_native.h 2025-04-25T04:46:18.1196216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_ops.h 2025-04-25T04:46:18.1200127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.1203936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_cpu_dispatch.h 2025-04-25T04:46:18.1207600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_cuda_dispatch.h 2025-04-25T04:46:18.1211363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp.h 2025-04-25T04:46:18.1215049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.1218608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp_cpu_dispatch.h 2025-04-25T04:46:18.1222198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp_cuda_dispatch.h 2025-04-25T04:46:18.1225924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp_native.h 2025-04-25T04:46:18.1229771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp_ops.h 2025-04-25T04:46:18.1233373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_meta.h 2025-04-25T04:46:18.1237023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_meta_dispatch.h 2025-04-25T04:46:18.1240749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_native.h 2025-04-25T04:46:18.1244322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_ops.h 2025-04-25T04:46:18.1247695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gradient.h 2025-04-25T04:46:18.1251422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.1255077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gradient_native.h 2025-04-25T04:46:18.1258681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gradient_ops.h 2025-04-25T04:46:18.1262496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater.h 2025-04-25T04:46:18.1266117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.1269743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_equal.h 2025-04-25T04:46:18.1273521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_equal_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.1277207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_equal_native.h 2025-04-25T04:46:18.1280930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_equal_ops.h 2025-04-25T04:46:18.1284629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_native.h 2025-04-25T04:46:18.1288766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_ops.h 2025-04-25T04:46:18.1292756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler.h 2025-04-25T04:46:18.1296921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d.h 2025-04-25T04:46:18.1300595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward.h 2025-04-25T04:46:18.1304948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.1308846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_cpu_dispatch.h 2025-04-25T04:46:18.1313704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_cuda_dispatch.h 2025-04-25T04:46:18.1317791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_native.h 2025-04-25T04:46:18.1321578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_ops.h 2025-04-25T04:46:18.1325517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.1329367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_cpu_dispatch.h 2025-04-25T04:46:18.1333255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_cuda_dispatch.h 2025-04-25T04:46:18.1337209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_native.h 2025-04-25T04:46:18.1341045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_ops.h 2025-04-25T04:46:18.1344717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d.h 2025-04-25T04:46:18.1348440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward.h 2025-04-25T04:46:18.1352331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.1356157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_cpu_dispatch.h 2025-04-25T04:46:18.1359807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_cuda_dispatch.h 2025-04-25T04:46:18.1363653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_native.h 2025-04-25T04:46:18.1367408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_ops.h 2025-04-25T04:46:18.1371382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.1375177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_cpu_dispatch.h 2025-04-25T04:46:18.1378904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_cuda_dispatch.h 2025-04-25T04:46:18.1382664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_native.h 2025-04-25T04:46:18.1386465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_ops.h 2025-04-25T04:46:18.1390643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.1394322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_native.h 2025-04-25T04:46:18.1398010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_ops.h 2025-04-25T04:46:18.1401810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\group_norm.h 2025-04-25T04:46:18.1405592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\group_norm_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.1409339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\group_norm_native.h 2025-04-25T04:46:18.1413167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\group_norm_ops.h 2025-04-25T04:46:18.1416787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru.h 2025-04-25T04:46:18.1420162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_cell.h 2025-04-25T04:46:18.1423636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_cell_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.1427335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_cell_native.h 2025-04-25T04:46:18.1430958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_cell_ops.h 2025-04-25T04:46:18.1434555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.1437988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_native.h 2025-04-25T04:46:18.3759611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_ops.h 2025-04-25T04:46:18.3763519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt.h 2025-04-25T04:46:18.3774102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.3778225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_cpu_dispatch.h 2025-04-25T04:46:18.4976117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_cuda_dispatch.h 2025-04-25T04:46:18.4980069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_meta.h 2025-04-25T04:46:18.4983646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_meta_dispatch.h 2025-04-25T04:46:18.4987171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_native.h 2025-04-25T04:46:18.4990973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_ops.h 2025-04-25T04:46:18.4995130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hamming_window.h 2025-04-25T04:46:18.4998991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hamming_window_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.5002522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hamming_window_native.h 2025-04-25T04:46:18.5006561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hamming_window_ops.h 2025-04-25T04:46:18.5010484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hann_window.h 2025-04-25T04:46:18.5014276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hann_window_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.5018781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hann_window_native.h 2025-04-25T04:46:18.5023199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hann_window_ops.h 2025-04-25T04:46:18.5027079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink.h 2025-04-25T04:46:18.5030987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward.h 2025-04-25T04:46:18.5035016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.5038859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_cpu_dispatch.h 2025-04-25T04:46:18.5042774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_cuda_dispatch.h 2025-04-25T04:46:18.5046674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_meta.h 2025-04-25T04:46:18.5051069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_meta_dispatch.h 2025-04-25T04:46:18.5055391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_native.h 2025-04-25T04:46:18.5058870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_ops.h 2025-04-25T04:46:18.5062983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.5066810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_cpu_dispatch.h 2025-04-25T04:46:18.5070798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_cuda_dispatch.h 2025-04-25T04:46:18.5074655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_meta.h 2025-04-25T04:46:18.5078893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_meta_dispatch.h 2025-04-25T04:46:18.5082871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_native.h 2025-04-25T04:46:18.5086452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_ops.h 2025-04-25T04:46:18.5090588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid.h 2025-04-25T04:46:18.5094412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward.h 2025-04-25T04:46:18.5098391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.5102431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_cpu_dispatch.h 2025-04-25T04:46:18.5106298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_cuda_dispatch.h 2025-04-25T04:46:18.5109982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_meta.h 2025-04-25T04:46:18.5113929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_meta_dispatch.h 2025-04-25T04:46:18.5117866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_native.h 2025-04-25T04:46:18.5122222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_ops.h 2025-04-25T04:46:18.5126593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.5130696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h 2025-04-25T04:46:18.5134738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h 2025-04-25T04:46:18.5138468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_meta.h 2025-04-25T04:46:18.5142366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_meta_dispatch.h 2025-04-25T04:46:18.5146197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_native.h 2025-04-25T04:46:18.5150372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_ops.h 2025-04-25T04:46:18.5154226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish.h 2025-04-25T04:46:18.5158318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward.h 2025-04-25T04:46:18.5162307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.5165976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_cpu_dispatch.h 2025-04-25T04:46:18.5170047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_cuda_dispatch.h 2025-04-25T04:46:18.5173911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_native.h 2025-04-25T04:46:18.5177793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_ops.h 2025-04-25T04:46:18.5181689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_cpu_dispatch.h 2025-04-25T04:46:18.5185587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_cuda_dispatch.h 2025-04-25T04:46:18.5189555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_meta_dispatch.h 2025-04-25T04:46:18.5193382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_native.h 2025-04-25T04:46:18.5197545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_ops.h 2025-04-25T04:46:18.5201001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh.h 2025-04-25T04:46:18.5204558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward.h 2025-04-25T04:46:18.5208945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward_cpu_dispatch.h 2025-04-25T04:46:18.5215136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward_cuda_dispatch.h 2025-04-25T04:46:18.5219070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward_native.h 2025-04-25T04:46:18.5222684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward_ops.h 2025-04-25T04:46:18.5226423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_cpu_dispatch.h 2025-04-25T04:46:18.5231021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_cuda_dispatch.h 2025-04-25T04:46:18.5234723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_meta_dispatch.h 2025-04-25T04:46:18.5238740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_native.h 2025-04-25T04:46:18.5242796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_ops.h 2025-04-25T04:46:18.5246402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside.h 2025-04-25T04:46:18.5250511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.5273910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_cpu_dispatch.h 2025-04-25T04:46:18.5277938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_cuda_dispatch.h 2025-04-25T04:46:18.5281728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_meta.h 2025-04-25T04:46:18.5285682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_meta_dispatch.h 2025-04-25T04:46:18.5289605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_native.h 2025-04-25T04:46:18.5293391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_ops.h 2025-04-25T04:46:18.5297120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hinge_embedding_loss.h 2025-04-25T04:46:18.5301327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hinge_embedding_loss_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.5305106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hinge_embedding_loss_native.h 2025-04-25T04:46:18.5308594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hinge_embedding_loss_ops.h 2025-04-25T04:46:18.5312427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histc.h 2025-04-25T04:46:18.5316116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histc_cpu_dispatch.h 2025-04-25T04:46:18.5319720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histc_cuda_dispatch.h 2025-04-25T04:46:18.5323475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histc_native.h 2025-04-25T04:46:18.5328058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histc_ops.h 2025-04-25T04:46:18.5332031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogram.h 2025-04-25T04:46:18.5335671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogramdd.h 2025-04-25T04:46:18.5339509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.5344476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogramdd_native.h 2025-04-25T04:46:18.5348265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogramdd_ops.h 2025-04-25T04:46:18.5351870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogram_cpu_dispatch.h 2025-04-25T04:46:18.5355551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogram_native.h 2025-04-25T04:46:18.5359421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogram_ops.h 2025-04-25T04:46:18.5363484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hsplit.h 2025-04-25T04:46:18.5367100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.5370713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hsplit_native.h 2025-04-25T04:46:18.5375068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hsplit_ops.h 2025-04-25T04:46:18.5378701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hspmm.h 2025-04-25T04:46:18.5382003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hspmm_native.h 2025-04-25T04:46:18.5385692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hspmm_ops.h 2025-04-25T04:46:18.5389422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hstack.h 2025-04-25T04:46:18.5393041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.5396998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hstack_native.h 2025-04-25T04:46:18.5400523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hstack_ops.h 2025-04-25T04:46:18.5404194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss.h 2025-04-25T04:46:18.5407853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward.h 2025-04-25T04:46:18.5411744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.5415231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_cpu_dispatch.h 2025-04-25T04:46:18.5419345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_cuda_dispatch.h 2025-04-25T04:46:18.5423306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_native.h 2025-04-25T04:46:18.5426954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_ops.h 2025-04-25T04:46:18.5430648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_cpu_dispatch.h 2025-04-25T04:46:18.5434303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_cuda_dispatch.h 2025-04-25T04:46:18.5438015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_native.h 2025-04-25T04:46:18.5441788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_ops.h 2025-04-25T04:46:18.5445401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot.h 2025-04-25T04:46:18.5449042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.5452537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_cpu_dispatch.h 2025-04-25T04:46:18.5456289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_cuda_dispatch.h 2025-04-25T04:46:18.5459984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_meta.h 2025-04-25T04:46:18.5463618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_meta_dispatch.h 2025-04-25T04:46:18.5467169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_native.h 2025-04-25T04:46:18.5471284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_ops.h 2025-04-25T04:46:18.5475011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0.h 2025-04-25T04:46:18.5478729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.5482261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_cpu_dispatch.h 2025-04-25T04:46:18.5486204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_cuda_dispatch.h 2025-04-25T04:46:18.5489803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_meta.h 2025-04-25T04:46:18.5493088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_meta_dispatch.h 2025-04-25T04:46:18.5496736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_native.h 2025-04-25T04:46:18.5500201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_ops.h 2025-04-25T04:46:18.5503593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma.h 2025-04-25T04:46:18.5507037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac.h 2025-04-25T04:46:18.5511042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.5514460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_cpu_dispatch.h 2025-04-25T04:46:18.5518279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_cuda_dispatch.h 2025-04-25T04:46:18.5521811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_meta.h 2025-04-25T04:46:18.5525412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_meta_dispatch.h 2025-04-25T04:46:18.5529119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_native.h 2025-04-25T04:46:18.5532901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_ops.h 2025-04-25T04:46:18.5536786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.5540740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_cpu_dispatch.h 2025-04-25T04:46:18.5544699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_cuda_dispatch.h 2025-04-25T04:46:18.5548291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_meta.h 2025-04-25T04:46:18.5552395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_meta_dispatch.h 2025-04-25T04:46:18.5556025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_native.h 2025-04-25T04:46:18.5559556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_ops.h 2025-04-25T04:46:18.5563137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\im2col.h 2025-04-25T04:46:18.5567197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\im2col_cpu_dispatch.h 2025-04-25T04:46:18.5570944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\im2col_cuda_dispatch.h 2025-04-25T04:46:18.5574682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\im2col_native.h 2025-04-25T04:46:18.5578390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\im2col_ops.h 2025-04-25T04:46:18.5582529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\imag.h 2025-04-25T04:46:18.5585940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.5589435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\imag_native.h 2025-04-25T04:46:18.5593553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\imag_ops.h 2025-04-25T04:46:18.5596985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index.h 2025-04-25T04:46:18.5600354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add.h 2025-04-25T04:46:18.5604147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.5608143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.5611803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_cpu_dispatch.h 2025-04-25T04:46:18.5615546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_cuda_dispatch.h 2025-04-25T04:46:18.5619319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_meta.h 2025-04-25T04:46:18.5622986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_meta_dispatch.h 2025-04-25T04:46:18.5626530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_native.h 2025-04-25T04:46:18.5630349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_ops.h 2025-04-25T04:46:18.5634493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.5638466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy.h 2025-04-25T04:46:18.5642601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.5646920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.5650670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_cpu_dispatch.h 2025-04-25T04:46:18.5654473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_cuda_dispatch.h 2025-04-25T04:46:18.5658582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_meta.h 2025-04-25T04:46:18.5662298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_meta_dispatch.h 2025-04-25T04:46:18.5666385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_native.h 2025-04-25T04:46:18.5670047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_ops.h 2025-04-25T04:46:18.5673527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_cpu_dispatch.h 2025-04-25T04:46:18.5677319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_cuda_dispatch.h 2025-04-25T04:46:18.5681021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill.h 2025-04-25T04:46:18.5685719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.5689753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.5693459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_cpu_dispatch.h 2025-04-25T04:46:18.5697248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_cuda_dispatch.h 2025-04-25T04:46:18.5700954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_meta_dispatch.h 2025-04-25T04:46:18.5704940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_native.h 2025-04-25T04:46:18.5708947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_ops.h 2025-04-25T04:46:18.5712913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_meta.h 2025-04-25T04:46:18.5716840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_meta_dispatch.h 2025-04-25T04:46:18.5720762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_native.h 2025-04-25T04:46:18.5724356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_ops.h 2025-04-25T04:46:18.5728434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_put.h 2025-04-25T04:46:18.5732613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_put_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.5736276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_put_native.h 2025-04-25T04:46:18.5740110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_put_ops.h 2025-04-25T04:46:18.5744097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce.h 2025-04-25T04:46:18.5747995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.5751749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_cpu_dispatch.h 2025-04-25T04:46:18.5755957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_cuda_dispatch.h 2025-04-25T04:46:18.5759897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_meta.h 2025-04-25T04:46:18.5763603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_meta_dispatch.h 2025-04-25T04:46:18.5767520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_native.h 2025-04-25T04:46:18.5772465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_ops.h 2025-04-25T04:46:18.5775680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select.h 2025-04-25T04:46:18.5779994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_backward.h 2025-04-25T04:46:18.5784497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.5788286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_backward_native.h 2025-04-25T04:46:18.5792680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_backward_ops.h 2025-04-25T04:46:18.5796671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.5801146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_cpu_dispatch.h 2025-04-25T04:46:18.5805170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_cuda_dispatch.h 2025-04-25T04:46:18.5809658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_native.h 2025-04-25T04:46:18.5813531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_ops.h 2025-04-25T04:46:18.5817358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices.h 2025-04-25T04:46:18.5820884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.5824720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_copy.h 2025-04-25T04:46:18.5828797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.5832566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.5836496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_copy_native.h 2025-04-25T04:46:18.5840741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_copy_ops.h 2025-04-25T04:46:18.5844643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_native.h 2025-04-25T04:46:18.5848333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_ops.h 2025-04-25T04:46:18.5852442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\infinitely_differentiable_gelu_backward.h 2025-04-25T04:46:18.5856172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.5859928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_native.h 2025-04-25T04:46:18.5863830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_ops.h 2025-04-25T04:46:18.5867443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inner.h 2025-04-25T04:46:18.5871086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.5874804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inner_native.h 2025-04-25T04:46:18.5878489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inner_ops.h 2025-04-25T04:46:18.5882043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\instance_norm.h 2025-04-25T04:46:18.5885742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\instance_norm_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.5889455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\instance_norm_native.h 2025-04-25T04:46:18.5893318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\instance_norm_ops.h 2025-04-25T04:46:18.5896910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\int_repr.h 2025-04-25T04:46:18.5900589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\int_repr_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.5904241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\int_repr_native.h 2025-04-25T04:46:18.5907786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\int_repr_ops.h 2025-04-25T04:46:18.5911408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inverse.h 2025-04-25T04:46:18.5914855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.5918874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inverse_native.h 2025-04-25T04:46:18.5922420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inverse_ops.h 2025-04-25T04:46:18.5925935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isclose.h 2025-04-25T04:46:18.5929850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.5933491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isclose_native.h 2025-04-25T04:46:18.5937012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isclose_ops.h 2025-04-25T04:46:18.5940511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isfinite.h 2025-04-25T04:46:18.5943985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.5947644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isfinite_native.h 2025-04-25T04:46:18.5951134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isfinite_ops.h 2025-04-25T04:46:18.5954598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin.h 2025-04-25T04:46:18.5958312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isinf.h 2025-04-25T04:46:18.5961934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.5979127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isinf_native.h 2025-04-25T04:46:18.5982620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isinf_ops.h 2025-04-25T04:46:18.5986482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.5990023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_cpu_dispatch.h 2025-04-25T04:46:18.5993515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_cuda_dispatch.h 2025-04-25T04:46:18.5997202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_meta.h 2025-04-25T04:46:18.6001100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_meta_dispatch.h 2025-04-25T04:46:18.6004622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_native.h 2025-04-25T04:46:18.6008032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_ops.h 2025-04-25T04:46:18.6011349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan.h 2025-04-25T04:46:18.6014992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.6018462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan_cpu_dispatch.h 2025-04-25T04:46:18.6022052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan_cuda_dispatch.h 2025-04-25T04:46:18.6025591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan_native.h 2025-04-25T04:46:18.6029260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan_ops.h 2025-04-25T04:46:18.6032882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf.h 2025-04-25T04:46:18.6036521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.6040168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_cpu_dispatch.h 2025-04-25T04:46:18.6043784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_cuda_dispatch.h 2025-04-25T04:46:18.6047089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_meta.h 2025-04-25T04:46:18.6050817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_meta_dispatch.h 2025-04-25T04:46:18.6054721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_native.h 2025-04-25T04:46:18.6058460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_ops.h 2025-04-25T04:46:18.6062057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf.h 2025-04-25T04:46:18.6065894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.6069323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_cpu_dispatch.h 2025-04-25T04:46:18.6072896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_cuda_dispatch.h 2025-04-25T04:46:18.6076467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_meta.h 2025-04-25T04:46:18.6080207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_meta_dispatch.h 2025-04-25T04:46:18.6084180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_native.h 2025-04-25T04:46:18.6087792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_ops.h 2025-04-25T04:46:18.6091446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isreal.h 2025-04-25T04:46:18.6095002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6098475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isreal_native.h 2025-04-25T04:46:18.6102210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isreal_ops.h 2025-04-25T04:46:18.6105966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\istft.h 2025-04-25T04:46:18.6109413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6113007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\istft_native.h 2025-04-25T04:46:18.6116378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\istft_ops.h 2025-04-25T04:46:18.6120194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_coalesced.h 2025-04-25T04:46:18.6123720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_coalesced_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.6127020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_coalesced_native.h 2025-04-25T04:46:18.6130478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_coalesced_ops.h 2025-04-25T04:46:18.6133832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_complex.h 2025-04-25T04:46:18.6137543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_complex_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6140837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_complex_native.h 2025-04-25T04:46:18.6144176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_complex_ops.h 2025-04-25T04:46:18.6147670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_conj.h 2025-04-25T04:46:18.6151008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_conj_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6154340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_conj_native.h 2025-04-25T04:46:18.6157661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_conj_ops.h 2025-04-25T04:46:18.6161235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_distributed.h 2025-04-25T04:46:18.6164755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_distributed_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6168239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_distributed_native.h 2025-04-25T04:46:18.6173203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_distributed_ops.h 2025-04-25T04:46:18.6176928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_floating_point.h 2025-04-25T04:46:18.6180882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_floating_point_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6184373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_floating_point_native.h 2025-04-25T04:46:18.6188139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_floating_point_ops.h 2025-04-25T04:46:18.6192056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_inference.h 2025-04-25T04:46:18.6195790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_inference_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6199739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_inference_native.h 2025-04-25T04:46:18.6203323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_inference_ops.h 2025-04-25T04:46:18.6207005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_leaf.h 2025-04-25T04:46:18.6210775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_leaf_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6214591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_leaf_native.h 2025-04-25T04:46:18.6218163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_leaf_ops.h 2025-04-25T04:46:18.6222315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_neg.h 2025-04-25T04:46:18.6225871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_neg_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6229583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_neg_native.h 2025-04-25T04:46:18.6233143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_neg_ops.h 2025-04-25T04:46:18.6236711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_nonzero.h 2025-04-25T04:46:18.6240595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_nonzero_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6244665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_nonzero_native.h 2025-04-25T04:46:18.6248392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_nonzero_ops.h 2025-04-25T04:46:18.6252251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_pinned.h 2025-04-25T04:46:18.6255886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_pinned_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.6259422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_pinned_native.h 2025-04-25T04:46:18.6263051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_pinned_ops.h 2025-04-25T04:46:18.6273867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_same_size.h 2025-04-25T04:46:18.6274610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_same_size_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.6276792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_same_size_native.h 2025-04-25T04:46:18.6280648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_same_size_ops.h 2025-04-25T04:46:18.6284528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_set_to.h 2025-04-25T04:46:18.6288384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_set_to_cpu_dispatch.h 2025-04-25T04:46:18.6292203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_set_to_cuda_dispatch.h 2025-04-25T04:46:18.6295935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_set_to_native.h 2025-04-25T04:46:18.6299706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_set_to_ops.h 2025-04-25T04:46:18.6304111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_signed.h 2025-04-25T04:46:18.6308320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_signed_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6312060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_signed_native.h 2025-04-25T04:46:18.6316055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_signed_ops.h 2025-04-25T04:46:18.6319863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_vulkan_available.h 2025-04-25T04:46:18.6323745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_vulkan_available_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6327381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_vulkan_available_native.h 2025-04-25T04:46:18.6331964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_vulkan_available_ops.h 2025-04-25T04:46:18.6336150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\item.h 2025-04-25T04:46:18.6340210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6343871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\item_native.h 2025-04-25T04:46:18.6347434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\item_ops.h 2025-04-25T04:46:18.6350967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kaiser_window.h 2025-04-25T04:46:18.6354724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kaiser_window_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.6358674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kaiser_window_native.h 2025-04-25T04:46:18.6362605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kaiser_window_ops.h 2025-04-25T04:46:18.6366249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kl_div.h 2025-04-25T04:46:18.6369694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kl_div_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6373187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kl_div_native.h 2025-04-25T04:46:18.6376714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kl_div_ops.h 2025-04-25T04:46:18.6380282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kron.h 2025-04-25T04:46:18.6383798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6387500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kron_native.h 2025-04-25T04:46:18.6391014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kron_ops.h 2025-04-25T04:46:18.6394705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue.h 2025-04-25T04:46:18.6398183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.6402073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6405482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_cpu_dispatch.h 2025-04-25T04:46:18.6409395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_cuda_dispatch.h 2025-04-25T04:46:18.6413246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_native.h 2025-04-25T04:46:18.6416748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_ops.h 2025-04-25T04:46:18.6420427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\l1_loss.h 2025-04-25T04:46:18.6423940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\l1_loss_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6427443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\l1_loss_native.h 2025-04-25T04:46:18.6430969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\l1_loss_ops.h 2025-04-25T04:46:18.6434690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\layer_norm.h 2025-04-25T04:46:18.6438788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\layer_norm_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6442360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\layer_norm_native.h 2025-04-25T04:46:18.6445983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\layer_norm_ops.h 2025-04-25T04:46:18.6449622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm.h 2025-04-25T04:46:18.6453184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.6456793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_cpu_dispatch.h 2025-04-25T04:46:18.6460370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_cuda_dispatch.h 2025-04-25T04:46:18.6463739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_meta.h 2025-04-25T04:46:18.6467276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_meta_dispatch.h 2025-04-25T04:46:18.6471347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_native.h 2025-04-25T04:46:18.6474877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_ops.h 2025-04-25T04:46:18.6478303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ldexp.h 2025-04-25T04:46:18.6481820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6485189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ldexp_native.h 2025-04-25T04:46:18.6488715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ldexp_ops.h 2025-04-25T04:46:18.6492213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le.h 2025-04-25T04:46:18.6495564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu.h 2025-04-25T04:46:18.6499123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward.h 2025-04-25T04:46:18.6503395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.6507097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_cpu_dispatch.h 2025-04-25T04:46:18.6510628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_cuda_dispatch.h 2025-04-25T04:46:18.6514241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_meta.h 2025-04-25T04:46:18.6518003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_meta_dispatch.h 2025-04-25T04:46:18.6521583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_native.h 2025-04-25T04:46:18.6525401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_ops.h 2025-04-25T04:46:18.6529486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.6533070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_cpu_dispatch.h 2025-04-25T04:46:18.6537088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_cuda_dispatch.h 2025-04-25T04:46:18.6540975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_meta.h 2025-04-25T04:46:18.6544590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_meta_dispatch.h 2025-04-25T04:46:18.6548390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_native.h 2025-04-25T04:46:18.6552010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_ops.h 2025-04-25T04:46:18.6555614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp.h 2025-04-25T04:46:18.6559183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.6562789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_cpu_dispatch.h 2025-04-25T04:46:18.6566264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_cuda_dispatch.h 2025-04-25T04:46:18.6569944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_meta.h 2025-04-25T04:46:18.6573682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_meta_dispatch.h 2025-04-25T04:46:18.6577447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_native.h 2025-04-25T04:46:18.6580952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_ops.h 2025-04-25T04:46:18.6584642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less.h 2025-04-25T04:46:18.6588250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6591738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_equal.h 2025-04-25T04:46:18.6595580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_equal_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6599151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_equal_native.h 2025-04-25T04:46:18.6602572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_equal_ops.h 2025-04-25T04:46:18.6606689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_native.h 2025-04-25T04:46:18.6610286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_ops.h 2025-04-25T04:46:18.6613779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.6617357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_cpu_dispatch.h 2025-04-25T04:46:18.6621021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_cuda_dispatch.h 2025-04-25T04:46:18.6624497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_meta.h 2025-04-25T04:46:18.6627878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_meta_dispatch.h 2025-04-25T04:46:18.6631354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_native.h 2025-04-25T04:46:18.6635023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_ops.h 2025-04-25T04:46:18.6638279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma.h 2025-04-25T04:46:18.6643061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.6646603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_cpu_dispatch.h 2025-04-25T04:46:18.6650187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_cuda_dispatch.h 2025-04-25T04:46:18.6653914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_meta.h 2025-04-25T04:46:18.6657495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_meta_dispatch.h 2025-04-25T04:46:18.6661082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_native.h 2025-04-25T04:46:18.6665018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_ops.h 2025-04-25T04:46:18.6668604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift.h 2025-04-25T04:46:18.6672000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.6675454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh.h 2025-04-25T04:46:18.6679142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.6683064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy.h 2025-04-25T04:46:18.6688098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.6692664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.6696380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy_native.h 2025-04-25T04:46:18.6700014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy_ops.h 2025-04-25T04:46:18.6703984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_native.h 2025-04-25T04:46:18.6707816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_ops.h 2025-04-25T04:46:18.6711559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_native.h 2025-04-25T04:46:18.6716679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_ops.h 2025-04-25T04:46:18.6720742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky.h 2025-04-25T04:46:18.6724988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6729126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex.h 2025-04-25T04:46:18.6733283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.6738027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_cpu_dispatch.h 2025-04-25T04:46:18.6743426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_cuda_dispatch.h 2025-04-25T04:46:18.6747918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_meta.h 2025-04-25T04:46:18.6752100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_meta_dispatch.h 2025-04-25T04:46:18.6755990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_native.h 2025-04-25T04:46:18.6760297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_ops.h 2025-04-25T04:46:18.6764569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_native.h 2025-04-25T04:46:18.6769993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ops.h 2025-04-25T04:46:18.6775592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cond.h 2025-04-25T04:46:18.6782059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cond_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6787227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cond_native.h 2025-04-25T04:46:18.6792591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cond_ops.h 2025-04-25T04:46:18.6798044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross.h 2025-04-25T04:46:18.6803821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.6810027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_cpu_dispatch.h 2025-04-25T04:46:18.6815929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_cuda_dispatch.h 2025-04-25T04:46:18.6822583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_meta.h 2025-04-25T04:46:18.6828067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_meta_dispatch.h 2025-04-25T04:46:18.6833166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_native.h 2025-04-25T04:46:18.6838562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_ops.h 2025-04-25T04:46:18.6843888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_det.h 2025-04-25T04:46:18.6849750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_det_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6856053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_det_native.h 2025-04-25T04:46:18.6862283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_det_ops.h 2025-04-25T04:46:18.6868354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_diagonal.h 2025-04-25T04:46:18.6872696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_diagonal_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6876411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_diagonal_native.h 2025-04-25T04:46:18.6880094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_diagonal_ops.h 2025-04-25T04:46:18.6883770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eig.h 2025-04-25T04:46:18.6888085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigh.h 2025-04-25T04:46:18.6892307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigh_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6896748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigh_native.h 2025-04-25T04:46:18.6900741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigh_ops.h 2025-04-25T04:46:18.6904473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals.h 2025-04-25T04:46:18.6908179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvalsh.h 2025-04-25T04:46:18.6912104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvalsh_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6915958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvalsh_native.h 2025-04-25T04:46:18.6920431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvalsh_ops.h 2025-04-25T04:46:18.6924534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.6928149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_cpu_dispatch.h 2025-04-25T04:46:18.6931987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_cuda_dispatch.h 2025-04-25T04:46:18.6935704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_native.h 2025-04-25T04:46:18.6939461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_ops.h 2025-04-25T04:46:18.6943166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eig_cpu_dispatch.h 2025-04-25T04:46:18.6947093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eig_cuda_dispatch.h 2025-04-25T04:46:18.6950850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eig_native.h 2025-04-25T04:46:18.6954648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eig_ops.h 2025-04-25T04:46:18.6958544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product.h 2025-04-25T04:46:18.6962392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product_cpu_dispatch.h 2025-04-25T04:46:18.6967061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product_cuda_dispatch.h 2025-04-25T04:46:18.6971222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product_native.h 2025-04-25T04:46:18.6974981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product_ops.h 2025-04-25T04:46:18.7169154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv.h 2025-04-25T04:46:18.7172999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.7176586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex.h 2025-04-25T04:46:18.7180947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.7185097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_cpu_dispatch.h 2025-04-25T04:46:18.7188803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_cuda_dispatch.h 2025-04-25T04:46:18.7192267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_meta.h 2025-04-25T04:46:18.7195960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_meta_dispatch.h 2025-04-25T04:46:18.7199688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_native.h 2025-04-25T04:46:18.7203871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_ops.h 2025-04-25T04:46:18.7207601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_native.h 2025-04-25T04:46:18.7211546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ops.h 2025-04-25T04:46:18.7215349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor.h 2025-04-25T04:46:18.7219248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.7222944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex.h 2025-04-25T04:46:18.7226929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.7230876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_cpu_dispatch.h 2025-04-25T04:46:18.7234817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_cuda_dispatch.h 2025-04-25T04:46:18.7238800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_meta.h 2025-04-25T04:46:18.7242468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_meta_dispatch.h 2025-04-25T04:46:18.7246133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_native.h 2025-04-25T04:46:18.7250120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_ops.h 2025-04-25T04:46:18.7253840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_native.h 2025-04-25T04:46:18.7257614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ops.h 2025-04-25T04:46:18.7261591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve.h 2025-04-25T04:46:18.7266006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.7270120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_cpu_dispatch.h 2025-04-25T04:46:18.7274392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_cuda_dispatch.h 2025-04-25T04:46:18.7278667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_meta.h 2025-04-25T04:46:18.7282565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_meta_dispatch.h 2025-04-25T04:46:18.7286608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_native.h 2025-04-25T04:46:18.7290461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_ops.h 2025-04-25T04:46:18.7294097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq.h 2025-04-25T04:46:18.7297950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.7301815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_cpu_dispatch.h 2025-04-25T04:46:18.7305469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_cuda_dispatch.h 2025-04-25T04:46:18.7309065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_native.h 2025-04-25T04:46:18.7313033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_ops.h 2025-04-25T04:46:18.7316978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu.h 2025-04-25T04:46:18.7320821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.7324538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_cpu_dispatch.h 2025-04-25T04:46:18.7328348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_cuda_dispatch.h 2025-04-25T04:46:18.7332225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor.h 2025-04-25T04:46:18.7336257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.7340187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex.h 2025-04-25T04:46:18.7373220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.7377327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_cpu_dispatch.h 2025-04-25T04:46:18.7381074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_cuda_dispatch.h 2025-04-25T04:46:18.7385072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_meta.h 2025-04-25T04:46:18.7389041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_meta_dispatch.h 2025-04-25T04:46:18.7392949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_native.h 2025-04-25T04:46:18.7396831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_ops.h 2025-04-25T04:46:18.7400963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_native.h 2025-04-25T04:46:18.7406522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ops.h 2025-04-25T04:46:18.7410976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_meta.h 2025-04-25T04:46:18.7414837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_meta_dispatch.h 2025-04-25T04:46:18.7418477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_native.h 2025-04-25T04:46:18.7422440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_ops.h 2025-04-25T04:46:18.7426229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve.h 2025-04-25T04:46:18.7430135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.7433791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_cpu_dispatch.h 2025-04-25T04:46:18.7437530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_cuda_dispatch.h 2025-04-25T04:46:18.7441193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_meta.h 2025-04-25T04:46:18.7444981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_meta_dispatch.h 2025-04-25T04:46:18.7448990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_native.h 2025-04-25T04:46:18.7452833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_ops.h 2025-04-25T04:46:18.7456804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matmul.h 2025-04-25T04:46:18.7460676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matmul_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.7464322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matmul_native.h 2025-04-25T04:46:18.7468194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matmul_ops.h 2025-04-25T04:46:18.7471922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp.h 2025-04-25T04:46:18.7476100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.7479737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_cpu_dispatch.h 2025-04-25T04:46:18.7483396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_cuda_dispatch.h 2025-04-25T04:46:18.7487099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_native.h 2025-04-25T04:46:18.7490895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_ops.h 2025-04-25T04:46:18.7494551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_norm.h 2025-04-25T04:46:18.7498836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_norm_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.7502421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_norm_native.h 2025-04-25T04:46:18.7506052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_norm_ops.h 2025-04-25T04:46:18.7510448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_power.h 2025-04-25T04:46:18.7514334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_power_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.7517958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_power_native.h 2025-04-25T04:46:18.7522201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_power_ops.h 2025-04-25T04:46:18.7526661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_rank.h 2025-04-25T04:46:18.7530765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_rank_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.7534557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_rank_native.h 2025-04-25T04:46:18.7538754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_rank_ops.h 2025-04-25T04:46:18.7543006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_multi_dot.h 2025-04-25T04:46:18.7546894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_multi_dot_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.7550712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_multi_dot_native.h 2025-04-25T04:46:18.7554411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_multi_dot_ops.h 2025-04-25T04:46:18.7558050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_norm.h 2025-04-25T04:46:18.7561870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_norm_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.7565545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_norm_native.h 2025-04-25T04:46:18.7569335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_norm_ops.h 2025-04-25T04:46:18.7573073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv.h 2025-04-25T04:46:18.7577114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.7580915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.7584683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.7588408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_native.h 2025-04-25T04:46:18.7592234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_ops.h 2025-04-25T04:46:18.7595915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr.h 2025-04-25T04:46:18.7600014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.7603701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_cpu_dispatch.h 2025-04-25T04:46:18.7607522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_cuda_dispatch.h 2025-04-25T04:46:18.7612361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_meta.h 2025-04-25T04:46:18.7618527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_meta_dispatch.h 2025-04-25T04:46:18.7627782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_native.h 2025-04-25T04:46:18.7635045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_ops.h 2025-04-25T04:46:18.7641698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_slogdet.h 2025-04-25T04:46:18.7647378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_slogdet_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.7652451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_slogdet_native.h 2025-04-25T04:46:18.7655434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_slogdet_ops.h 2025-04-25T04:46:18.7659826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve.h 2025-04-25T04:46:18.7663873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.7668478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ex.h 2025-04-25T04:46:18.7672656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ex_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.7676557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ex_native.h 2025-04-25T04:46:18.7680314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ex_ops.h 2025-04-25T04:46:18.7684136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_native.h 2025-04-25T04:46:18.7687695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ops.h 2025-04-25T04:46:18.7692047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular.h 2025-04-25T04:46:18.7695823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular_cpu_dispatch.h 2025-04-25T04:46:18.7699697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular_cuda_dispatch.h 2025-04-25T04:46:18.7703365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular_native.h 2025-04-25T04:46:18.7707136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular_ops.h 2025-04-25T04:46:18.7711605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svd.h 2025-04-25T04:46:18.7715376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svdvals.h 2025-04-25T04:46:18.7719575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svdvals_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.7723391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svdvals_native.h 2025-04-25T04:46:18.7726964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svdvals_ops.h 2025-04-25T04:46:18.7730738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svd_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.7735644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svd_native.h 2025-04-25T04:46:18.7739430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svd_ops.h 2025-04-25T04:46:18.7743093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorinv.h 2025-04-25T04:46:18.7746841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorinv_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.7750551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorinv_native.h 2025-04-25T04:46:18.7754298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorinv_ops.h 2025-04-25T04:46:18.7757824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorsolve.h 2025-04-25T04:46:18.7761669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorsolve_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.7765407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorsolve_native.h 2025-04-25T04:46:18.7769288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorsolve_ops.h 2025-04-25T04:46:18.7773073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vander.h 2025-04-25T04:46:18.7777139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vander_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.7780977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vander_native.h 2025-04-25T04:46:18.7784752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vander_ops.h 2025-04-25T04:46:18.7788496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vecdot.h 2025-04-25T04:46:18.7792374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vecdot_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.7813070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vecdot_native.h 2025-04-25T04:46:18.7816692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vecdot_ops.h 2025-04-25T04:46:18.7820384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm.h 2025-04-25T04:46:18.7824195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.7827646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_cpu_dispatch.h 2025-04-25T04:46:18.7831188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_cuda_dispatch.h 2025-04-25T04:46:18.7834675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_meta.h 2025-04-25T04:46:18.7838229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_meta_dispatch.h 2025-04-25T04:46:18.7841890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_native.h 2025-04-25T04:46:18.7845767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_ops.h 2025-04-25T04:46:18.7849869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear.h 2025-04-25T04:46:18.7853246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_backward.h 2025-04-25T04:46:18.7856801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.7860260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_backward_native.h 2025-04-25T04:46:18.7863878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_backward_ops.h 2025-04-25T04:46:18.7867922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.7871666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.7875268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_native.h 2025-04-25T04:46:18.7878948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_ops.h 2025-04-25T04:46:18.7882611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace.h 2025-04-25T04:46:18.7886084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.7889790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_cpu_dispatch.h 2025-04-25T04:46:18.7894039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_cuda_dispatch.h 2025-04-25T04:46:18.7897652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_meta_dispatch.h 2025-04-25T04:46:18.7901132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_native.h 2025-04-25T04:46:18.7905147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_ops.h 2025-04-25T04:46:18.7908816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log.h 2025-04-25T04:46:18.7912369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10.h 2025-04-25T04:46:18.7916016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.7919811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_cpu_dispatch.h 2025-04-25T04:46:18.7923370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_cuda_dispatch.h 2025-04-25T04:46:18.7927047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_meta.h 2025-04-25T04:46:18.7930750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_meta_dispatch.h 2025-04-25T04:46:18.7934394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_native.h 2025-04-25T04:46:18.7938032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_ops.h 2025-04-25T04:46:18.7941958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p.h 2025-04-25T04:46:18.7946278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.7954846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_cpu_dispatch.h 2025-04-25T04:46:18.7958884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_cuda_dispatch.h 2025-04-25T04:46:18.7962585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_meta.h 2025-04-25T04:46:18.7966343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_meta_dispatch.h 2025-04-25T04:46:18.7970334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_native.h 2025-04-25T04:46:18.7974598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_ops.h 2025-04-25T04:46:18.7978459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2.h 2025-04-25T04:46:18.7982386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.7986718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_cpu_dispatch.h 2025-04-25T04:46:18.7990854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_cuda_dispatch.h 2025-04-25T04:46:18.7994248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_meta.h 2025-04-25T04:46:18.7997836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_meta_dispatch.h 2025-04-25T04:46:18.8001528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_native.h 2025-04-25T04:46:18.8005428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_ops.h 2025-04-25T04:46:18.8008890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp.h 2025-04-25T04:46:18.8012601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2.h 2025-04-25T04:46:18.8016616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.8020463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_cpu_dispatch.h 2025-04-25T04:46:18.8024229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_cuda_dispatch.h 2025-04-25T04:46:18.8028835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_meta.h 2025-04-25T04:46:18.8032714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_meta_dispatch.h 2025-04-25T04:46:18.8036506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_native.h 2025-04-25T04:46:18.8040142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_ops.h 2025-04-25T04:46:18.8044072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.8047902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_cpu_dispatch.h 2025-04-25T04:46:18.8051766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_cuda_dispatch.h 2025-04-25T04:46:18.8055594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_meta.h 2025-04-25T04:46:18.8059311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_meta_dispatch.h 2025-04-25T04:46:18.8063034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_native.h 2025-04-25T04:46:18.8066872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_ops.h 2025-04-25T04:46:18.8071230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logcumsumexp.h 2025-04-25T04:46:18.8075271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.8079371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.8083122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logcumsumexp_native.h 2025-04-25T04:46:18.8086943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logcumsumexp_ops.h 2025-04-25T04:46:18.8091177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logdet.h 2025-04-25T04:46:18.8094871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.8098631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logdet_native.h 2025-04-25T04:46:18.8102240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logdet_ops.h 2025-04-25T04:46:18.8106357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and.h 2025-04-25T04:46:18.8110145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.8113704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and_cpu_dispatch.h 2025-04-25T04:46:18.8117349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and_cuda_dispatch.h 2025-04-25T04:46:18.8120963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and_native.h 2025-04-25T04:46:18.8125019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and_ops.h 2025-04-25T04:46:18.8128942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not.h 2025-04-25T04:46:18.8132824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.8136489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not_cpu_dispatch.h 2025-04-25T04:46:18.8140305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not_cuda_dispatch.h 2025-04-25T04:46:18.8144094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not_native.h 2025-04-25T04:46:18.8148522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not_ops.h 2025-04-25T04:46:18.8152775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or.h 2025-04-25T04:46:18.8156968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.8160616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or_cpu_dispatch.h 2025-04-25T04:46:18.8164433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or_cuda_dispatch.h 2025-04-25T04:46:18.8168320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or_native.h 2025-04-25T04:46:18.8172890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or_ops.h 2025-04-25T04:46:18.8176050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor.h 2025-04-25T04:46:18.8180431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.8184420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor_cpu_dispatch.h 2025-04-25T04:46:18.8188194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor_cuda_dispatch.h 2025-04-25T04:46:18.8192174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor_native.h 2025-04-25T04:46:18.8196143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor_ops.h 2025-04-25T04:46:18.8199831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit.h 2025-04-25T04:46:18.8203652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward.h 2025-04-25T04:46:18.8207707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.8211672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_cpu_dispatch.h 2025-04-25T04:46:18.8215436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_cuda_dispatch.h 2025-04-25T04:46:18.8219211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_meta.h 2025-04-25T04:46:18.8237005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_meta_dispatch.h 2025-04-25T04:46:18.8240795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_native.h 2025-04-25T04:46:18.8244603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_ops.h 2025-04-25T04:46:18.8248832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_cpu_dispatch.h 2025-04-25T04:46:18.8253892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_cuda_dispatch.h 2025-04-25T04:46:18.8257659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_meta_dispatch.h 2025-04-25T04:46:18.8261601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_native.h 2025-04-25T04:46:18.8265688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_ops.h 2025-04-25T04:46:18.8269751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace.h 2025-04-25T04:46:18.8273123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.8277407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_cpu_dispatch.h 2025-04-25T04:46:18.8281514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_cuda_dispatch.h 2025-04-25T04:46:18.8285477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_meta_dispatch.h 2025-04-25T04:46:18.8289375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_native.h 2025-04-25T04:46:18.8293156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_ops.h 2025-04-25T04:46:18.8296801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp.h 2025-04-25T04:46:18.8300788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.8304915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.8308745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.8312769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp_native.h 2025-04-25T04:46:18.8316806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp_ops.h 2025-04-25T04:46:18.8321050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.8324580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_cpu_dispatch.h 2025-04-25T04:46:18.8328349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_cuda_dispatch.h 2025-04-25T04:46:18.8332098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_meta.h 2025-04-25T04:46:18.8335465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_meta_dispatch.h 2025-04-25T04:46:18.8339369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_native.h 2025-04-25T04:46:18.8343026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal.h 2025-04-25T04:46:18.8346782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.8351238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_cpu_dispatch.h 2025-04-25T04:46:18.8354936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_cuda_dispatch.h 2025-04-25T04:46:18.8358526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_meta_dispatch.h 2025-04-25T04:46:18.8362133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_native.h 2025-04-25T04:46:18.8379454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_ops.h 2025-04-25T04:46:18.8380113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_ops.h 2025-04-25T04:46:18.8380714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid.h 2025-04-25T04:46:18.8381395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward.h 2025-04-25T04:46:18.8382109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward_cpu_dispatch.h 2025-04-25T04:46:18.8384608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward_cuda_dispatch.h 2025-04-25T04:46:18.8388582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward_native.h 2025-04-25T04:46:18.8392663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward_ops.h 2025-04-25T04:46:18.8396925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.8400744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward.h 2025-04-25T04:46:18.8404655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward_cpu_dispatch.h 2025-04-25T04:46:18.8409277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward_cuda_dispatch.h 2025-04-25T04:46:18.8413053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward_native.h 2025-04-25T04:46:18.8416753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward_ops.h 2025-04-25T04:46:18.8420643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_native.h 2025-04-25T04:46:18.8424450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_ops.h 2025-04-25T04:46:18.8428470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_softmax.h 2025-04-25T04:46:18.8431919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_softmax_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.8436047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_softmax_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.8439995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_softmax_native.h 2025-04-25T04:46:18.8443621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_softmax_ops.h 2025-04-25T04:46:18.8447441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift.h 2025-04-25T04:46:18.8451055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.8454738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_cpu_dispatch.h 2025-04-25T04:46:18.8458132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_cuda_dispatch.h 2025-04-25T04:46:18.8461702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_meta_dispatch.h 2025-04-25T04:46:18.8465278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_native.h 2025-04-25T04:46:18.8469094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_ops.h 2025-04-25T04:46:18.8472854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm.h 2025-04-25T04:46:18.8476364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_cell.h 2025-04-25T04:46:18.8480129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_cell_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.8483637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_cell_native.h 2025-04-25T04:46:18.8487710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_cell_ops.h 2025-04-25T04:46:18.8491835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.8495433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_mps_backward.h 2025-04-25T04:46:18.8499192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_mps_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.8503040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_mps_backward_native.h 2025-04-25T04:46:18.8506774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_mps_backward_ops.h 2025-04-25T04:46:18.8510441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_native.h 2025-04-25T04:46:18.8514455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_ops.h 2025-04-25T04:46:18.8517790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt.h 2025-04-25T04:46:18.8521355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.8525404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_cpu_dispatch.h 2025-04-25T04:46:18.8529071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_cuda_dispatch.h 2025-04-25T04:46:18.8532807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_meta.h 2025-04-25T04:46:18.8536172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_meta_dispatch.h 2025-04-25T04:46:18.8539701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_native.h 2025-04-25T04:46:18.8543263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_ops.h 2025-04-25T04:46:18.8546861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_solve.h 2025-04-25T04:46:18.8550519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_solve_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.8554094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_solve_native.h 2025-04-25T04:46:18.8557707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_solve_ops.h 2025-04-25T04:46:18.8561345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack.h 2025-04-25T04:46:18.8565015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.8568593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_cpu_dispatch.h 2025-04-25T04:46:18.8572182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_cuda_dispatch.h 2025-04-25T04:46:18.8575660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_meta.h 2025-04-25T04:46:18.8579350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_meta_dispatch.h 2025-04-25T04:46:18.8583306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_native.h 2025-04-25T04:46:18.8586946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_ops.h 2025-04-25T04:46:18.8590889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\margin_ranking_loss.h 2025-04-25T04:46:18.8594946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\margin_ranking_loss_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.8598507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\margin_ranking_loss_native.h 2025-04-25T04:46:18.8602327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\margin_ranking_loss_ops.h 2025-04-25T04:46:18.8605932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill.h 2025-04-25T04:46:18.8609776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.8613703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_cpu_dispatch.h 2025-04-25T04:46:18.8617993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_cuda_dispatch.h 2025-04-25T04:46:18.8621618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_meta_dispatch.h 2025-04-25T04:46:18.8625276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_native.h 2025-04-25T04:46:18.8628935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_ops.h 2025-04-25T04:46:18.8632649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter.h 2025-04-25T04:46:18.8636356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_backward.h 2025-04-25T04:46:18.8640438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.8644267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_backward_native.h 2025-04-25T04:46:18.8648182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_backward_ops.h 2025-04-25T04:46:18.8652066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.8655660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_cpu_dispatch.h 2025-04-25T04:46:18.8659420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_cuda_dispatch.h 2025-04-25T04:46:18.8663377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_meta_dispatch.h 2025-04-25T04:46:18.8667134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_native.h 2025-04-25T04:46:18.8670949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_ops.h 2025-04-25T04:46:18.8674720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select.h 2025-04-25T04:46:18.8678503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_backward.h 2025-04-25T04:46:18.8682913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.8686742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_backward_native.h 2025-04-25T04:46:18.8690739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_backward_ops.h 2025-04-25T04:46:18.8694703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_cpu_dispatch.h 2025-04-25T04:46:18.8698527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_cuda_dispatch.h 2025-04-25T04:46:18.8702455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_native.h 2025-04-25T04:46:18.8706199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_ops.h 2025-04-25T04:46:18.8710037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul.h 2025-04-25T04:46:18.8713564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_backward.h 2025-04-25T04:46:18.8717926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.8721593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_backward_native.h 2025-04-25T04:46:18.8725288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_backward_ops.h 2025-04-25T04:46:18.8729247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.8733407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_native.h 2025-04-25T04:46:18.8736903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_ops.h 2025-04-25T04:46:18.8740742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp.h 2025-04-25T04:46:18.8744715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_backward.h 2025-04-25T04:46:18.8748859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.8752574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_backward_native.h 2025-04-25T04:46:18.8756346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_backward_ops.h 2025-04-25T04:46:18.8760233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.8763891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_native.h 2025-04-25T04:46:18.8767691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_ops.h 2025-04-25T04:46:18.8771728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_H.h 2025-04-25T04:46:18.8775291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_H_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.8779063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_H_native.h 2025-04-25T04:46:18.8782829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_H_ops.h 2025-04-25T04:46:18.8786653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_power.h 2025-04-25T04:46:18.8790579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_power_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.8795581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_power_native.h 2025-04-25T04:46:18.8799322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_power_ops.h 2025-04-25T04:46:18.8803169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max.h 2025-04-25T04:46:18.8806639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum.h 2025-04-25T04:46:18.8816745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.8818508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_cpu_dispatch.h 2025-04-25T04:46:18.8823699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_cuda_dispatch.h 2025-04-25T04:46:18.8827789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_meta.h 2025-04-25T04:46:18.8831610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_meta_dispatch.h 2025-04-25T04:46:18.8835755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_native.h 2025-04-25T04:46:18.8839769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_ops.h 2025-04-25T04:46:18.8844650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.8848912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.8853498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_cpu_dispatch.h 2025-04-25T04:46:18.8857575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_cuda_dispatch.h 2025-04-25T04:46:18.8861746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_meta.h 2025-04-25T04:46:18.8866022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_meta_dispatch.h 2025-04-25T04:46:18.8870009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_native.h 2025-04-25T04:46:18.8873621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_ops.h 2025-04-25T04:46:18.8877116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d.h 2025-04-25T04:46:18.8881036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.8884679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_native.h 2025-04-25T04:46:18.8889003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_ops.h 2025-04-25T04:46:18.8892940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_with_indices.h 2025-04-25T04:46:18.8897040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_with_indices_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.8900627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_with_indices_native.h 2025-04-25T04:46:18.8904415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_with_indices_ops.h 2025-04-25T04:46:18.8908048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d.h 2025-04-25T04:46:18.8911756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_backward.h 2025-04-25T04:46:18.8915633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.8919628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_backward_native.h 2025-04-25T04:46:18.8923354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_backward_ops.h 2025-04-25T04:46:18.8927130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.8930920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_native.h 2025-04-25T04:46:18.8935060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_ops.h 2025-04-25T04:46:18.8938903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices.h 2025-04-25T04:46:18.8942752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward.h 2025-04-25T04:46:18.8946921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.8950729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_cpu_dispatch.h 2025-04-25T04:46:18.8954538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_cuda_dispatch.h 2025-04-25T04:46:18.8958629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_meta.h 2025-04-25T04:46:18.8962424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_meta_dispatch.h 2025-04-25T04:46:18.8966356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_native.h 2025-04-25T04:46:18.8970468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_ops.h 2025-04-25T04:46:18.8974326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.8978149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_cpu_dispatch.h 2025-04-25T04:46:18.8981829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_cuda_dispatch.h 2025-04-25T04:46:18.8985711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_meta.h 2025-04-25T04:46:18.8989972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_meta_dispatch.h 2025-04-25T04:46:18.8993376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_native.h 2025-04-25T04:46:18.8997076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_ops.h 2025-04-25T04:46:18.9000753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d.h 2025-04-25T04:46:18.9004600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.9009789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_native.h 2025-04-25T04:46:18.9013678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_ops.h 2025-04-25T04:46:18.9017437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices.h 2025-04-25T04:46:18.9021437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward.h 2025-04-25T04:46:18.9025624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward_cpu_dispatch.h 2025-04-25T04:46:18.9029500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward_cuda_dispatch.h 2025-04-25T04:46:18.9033488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward_native.h 2025-04-25T04:46:18.9037295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward_ops.h 2025-04-25T04:46:18.9041129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_cpu_dispatch.h 2025-04-25T04:46:18.9045134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_cuda_dispatch.h 2025-04-25T04:46:18.9048876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_native.h 2025-04-25T04:46:18.9052660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_ops.h 2025-04-25T04:46:18.9056585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool2d.h 2025-04-25T04:46:18.9060205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool2d_cpu_dispatch.h 2025-04-25T04:46:18.9063906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool2d_cuda_dispatch.h 2025-04-25T04:46:18.9067622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool2d_native.h 2025-04-25T04:46:18.9071305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool2d_ops.h 2025-04-25T04:46:18.9075062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool3d.h 2025-04-25T04:46:18.9079233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool3d_cpu_dispatch.h 2025-04-25T04:46:18.9083075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool3d_cuda_dispatch.h 2025-04-25T04:46:18.9087003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool3d_native.h 2025-04-25T04:46:18.9090920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool3d_ops.h 2025-04-25T04:46:18.9094589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean.h 2025-04-25T04:46:18.9098455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.9102086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.9105991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.9109527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_cpu_dispatch.h 2025-04-25T04:46:18.9113364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_cuda_dispatch.h 2025-04-25T04:46:18.9117103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_meta.h 2025-04-25T04:46:18.9120758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_meta_dispatch.h 2025-04-25T04:46:18.9124892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_native.h 2025-04-25T04:46:18.9128799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_ops.h 2025-04-25T04:46:18.9132171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median.h 2025-04-25T04:46:18.9135776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.9139367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.9143085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_cpu_dispatch.h 2025-04-25T04:46:18.9146781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_cuda_dispatch.h 2025-04-25T04:46:18.9150418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_native.h 2025-04-25T04:46:18.9154079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_ops.h 2025-04-25T04:46:18.9158479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\meshgrid.h 2025-04-25T04:46:18.9162108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.9165777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\meshgrid_native.h 2025-04-25T04:46:18.9169657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\meshgrid_ops.h 2025-04-25T04:46:18.9173256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mH.h 2025-04-25T04:46:18.9176596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.9179897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mH_native.h 2025-04-25T04:46:18.9183193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mH_ops.h 2025-04-25T04:46:18.9186365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min.h 2025-04-25T04:46:18.9189576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum.h 2025-04-25T04:46:18.9193067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.9196647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_cpu_dispatch.h 2025-04-25T04:46:18.9200313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_cuda_dispatch.h 2025-04-25T04:46:18.9204396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_meta.h 2025-04-25T04:46:18.9207741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_meta_dispatch.h 2025-04-25T04:46:18.9211397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_native.h 2025-04-25T04:46:18.9215041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_ops.h 2025-04-25T04:46:18.9218908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.9242285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.9245856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_cpu_dispatch.h 2025-04-25T04:46:18.9250362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_cuda_dispatch.h 2025-04-25T04:46:18.9254141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_meta.h 2025-04-25T04:46:18.9257647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_meta_dispatch.h 2025-04-25T04:46:18.9261556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_native.h 2025-04-25T04:46:18.9265316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_ops.h 2025-04-25T04:46:18.9268625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm.h 2025-04-25T04:46:18.9272431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward.h 2025-04-25T04:46:18.9276248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.9279861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward_cuda_dispatch.h 2025-04-25T04:46:18.9284010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward_native.h 2025-04-25T04:46:18.9287746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward_ops.h 2025-04-25T04:46:18.9291778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.9295607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_cuda_dispatch.h 2025-04-25T04:46:18.9299260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_native.h 2025-04-25T04:46:18.9302918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_ops.h 2025-04-25T04:46:18.9306585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution.h 2025-04-25T04:46:18.9310254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_add_relu.h 2025-04-25T04:46:18.9314091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_add_relu_cuda_dispatch.h 2025-04-25T04:46:18.9318024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_add_relu_native.h 2025-04-25T04:46:18.9321737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_add_relu_ops.h 2025-04-25T04:46:18.9325855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.9329719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_cuda_dispatch.h 2025-04-25T04:46:18.9333771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_native.h 2025-04-25T04:46:18.9337229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_ops.h 2025-04-25T04:46:18.9341161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_relu.h 2025-04-25T04:46:18.9345932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_relu_cuda_dispatch.h 2025-04-25T04:46:18.9349622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_relu_native.h 2025-04-25T04:46:18.9353307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_relu_ops.h 2025-04-25T04:46:18.9357089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose.h 2025-04-25T04:46:18.9361165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.9365329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose_cuda_dispatch.h 2025-04-25T04:46:18.9369243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose_native.h 2025-04-25T04:46:18.9373042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose_ops.h 2025-04-25T04:46:18.9376922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution.h 2025-04-25T04:46:18.9380987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.9384655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution_cuda_dispatch.h 2025-04-25T04:46:18.9389003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution_native.h 2025-04-25T04:46:18.9393044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution_ops.h 2025-04-25T04:46:18.9396575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn.h 2025-04-25T04:46:18.9400286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward.h 2025-04-25T04:46:18.9404126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.9408257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward_cuda_dispatch.h 2025-04-25T04:46:18.9412442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward_native.h 2025-04-25T04:46:18.9416287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward_ops.h 2025-04-25T04:46:18.9420171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.9423927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_cuda_dispatch.h 2025-04-25T04:46:18.9427703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_native.h 2025-04-25T04:46:18.9431863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_ops.h 2025-04-25T04:46:18.9435537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish.h 2025-04-25T04:46:18.9439140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward.h 2025-04-25T04:46:18.9443369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.9447364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward_cpu_dispatch.h 2025-04-25T04:46:18.9451110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward_cuda_dispatch.h 2025-04-25T04:46:18.9454731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward_native.h 2025-04-25T04:46:18.9458413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward_ops.h 2025-04-25T04:46:18.9462536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.9466221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_cpu_dispatch.h 2025-04-25T04:46:18.9469785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_cuda_dispatch.h 2025-04-25T04:46:18.9473320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_meta.h 2025-04-25T04:46:18.9476887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_meta_dispatch.h 2025-04-25T04:46:18.9480526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_native.h 2025-04-25T04:46:18.9484136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_ops.h 2025-04-25T04:46:18.9487575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d.h 2025-04-25T04:46:18.9491647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward.h 2025-04-25T04:46:18.9495334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.9498993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_native.h 2025-04-25T04:46:18.9502732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_ops.h 2025-04-25T04:46:18.9506612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_native.h 2025-04-25T04:46:18.9510242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_ops.h 2025-04-25T04:46:18.9514262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_convolution.h 2025-04-25T04:46:18.9518131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_convolution_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.9522040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_convolution_native.h 2025-04-25T04:46:18.9525672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_convolution_ops.h 2025-04-25T04:46:18.9529406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear.h 2025-04-25T04:46:18.9533117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward.h 2025-04-25T04:46:18.9537459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.9541333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_input.h 2025-04-25T04:46:18.9545392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.9549079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_input_native.h 2025-04-25T04:46:18.9552778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_input_ops.h 2025-04-25T04:46:18.9556477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_native.h 2025-04-25T04:46:18.9560386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_ops.h 2025-04-25T04:46:18.9564130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_weights.h 2025-04-25T04:46:18.9568030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.9572337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_weights_native.h 2025-04-25T04:46:18.9576069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_weights_ops.h 2025-04-25T04:46:18.9579928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.9583797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_native.h 2025-04-25T04:46:18.9587526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_ops.h 2025-04-25T04:46:18.9591278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d.h 2025-04-25T04:46:18.9595045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_backward.h 2025-04-25T04:46:18.9599143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.9602890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_backward_native.h 2025-04-25T04:46:18.9606811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_backward_ops.h 2025-04-25T04:46:18.9611093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.9615477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_native.h 2025-04-25T04:46:18.9619620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_ops.h 2025-04-25T04:46:18.9623994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d.h 2025-04-25T04:46:18.9628029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_backward.h 2025-04-25T04:46:18.9632577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.9636232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_backward_native.h 2025-04-25T04:46:18.9639972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_backward_ops.h 2025-04-25T04:46:18.9643883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.9647963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_native.h 2025-04-25T04:46:18.9651955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_ops.h 2025-04-25T04:46:18.9655942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight.h 2025-04-25T04:46:18.9660010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.9663788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_native.h 2025-04-25T04:46:18.9668091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_ops.h 2025-04-25T04:46:18.9671843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight.h 2025-04-25T04:46:18.9675757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.9679816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_native.h 2025-04-25T04:46:18.9683630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_ops.h 2025-04-25T04:46:18.9687532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer.h 2025-04-25T04:46:18.9691505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward.h 2025-04-25T04:46:18.9695771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.9700221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward_cpu_dispatch.h 2025-04-25T04:46:18.9704607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward_native.h 2025-04-25T04:46:18.9708682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward_ops.h 2025-04-25T04:46:18.9712710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.9716709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_cpu_dispatch.h 2025-04-25T04:46:18.9721082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_native.h 2025-04-25T04:46:18.9725524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_ops.h 2025-04-25T04:46:18.9729458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm.h 2025-04-25T04:46:18.9733179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.9737242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_cpu_dispatch.h 2025-04-25T04:46:18.9741023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_cuda_dispatch.h 2025-04-25T04:46:18.9745338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_meta.h 2025-04-25T04:46:18.9749087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_meta_dispatch.h 2025-04-25T04:46:18.9753401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_native.h 2025-04-25T04:46:18.9757694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_ops.h 2025-04-25T04:46:18.9761691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode.h 2025-04-25T04:46:18.9764996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.9768806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.9772780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_cpu_dispatch.h 2025-04-25T04:46:18.9776609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_cuda_dispatch.h 2025-04-25T04:46:18.9780602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_native.h 2025-04-25T04:46:18.9784682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_ops.h 2025-04-25T04:46:18.9788600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\moveaxis.h 2025-04-25T04:46:18.9792734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.9796933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\moveaxis_native.h 2025-04-25T04:46:18.9800602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\moveaxis_ops.h 2025-04-25T04:46:18.9804204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\movedim.h 2025-04-25T04:46:18.9808940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.9812558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\movedim_native.h 2025-04-25T04:46:18.9816113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\movedim_ops.h 2025-04-25T04:46:18.9820013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_backward.h 2025-04-25T04:46:18.9823864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.9828173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_backward_native.h 2025-04-25T04:46:18.9832118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_backward_ops.h 2025-04-25T04:46:18.9836261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_transpose_backward.h 2025-04-25T04:46:18.9840806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:18.9844935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_transpose_backward_native.h 2025-04-25T04:46:18.9849023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_transpose_backward_ops.h 2025-04-25T04:46:18.9853042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss.h 2025-04-25T04:46:18.9856471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward.h 2025-04-25T04:46:18.9860525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward_cpu_dispatch.h 2025-04-25T04:46:18.9864635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward_cuda_dispatch.h 2025-04-25T04:46:18.9869024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward_native.h 2025-04-25T04:46:18.9872903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward_ops.h 2025-04-25T04:46:18.9876936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:18.9880576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_cpu_dispatch.h 2025-04-25T04:46:18.9884710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_cuda_dispatch.h 2025-04-25T04:46:18.9888367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_meta.h 2025-04-25T04:46:18.9892231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_meta_dispatch.h 2025-04-25T04:46:18.9896352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_native.h 2025-04-25T04:46:18.9900943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_ops.h 2025-04-25T04:46:18.9904893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\msort.h 2025-04-25T04:46:18.9911478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.9915169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\msort_native.h 2025-04-25T04:46:18.9918870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\msort_ops.h 2025-04-25T04:46:18.9922577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mT.h 2025-04-25T04:46:18.9926135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.9930698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mT_native.h 2025-04-25T04:46:18.9934220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mT_ops.h 2025-04-25T04:46:18.9937601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul.h 2025-04-25T04:46:18.9941072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss.h 2025-04-25T04:46:18.9945349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward.h 2025-04-25T04:46:18.9949198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward_cpu_dispatch.h 2025-04-25T04:46:18.9953006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward_cuda_dispatch.h 2025-04-25T04:46:18.9956894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward_native.h 2025-04-25T04:46:18.9961479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward_ops.h 2025-04-25T04:46:18.9965425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:18.9969299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward.h 2025-04-25T04:46:18.9973331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward_cpu_dispatch.h 2025-04-25T04:46:18.9977346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward_cuda_dispatch.h 2025-04-25T04:46:18.9981057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward_native.h 2025-04-25T04:46:18.9984758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward_ops.h 2025-04-25T04:46:18.9988799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_native.h 2025-04-25T04:46:19.0009243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_ops.h 2025-04-25T04:46:19.0047695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multinomial.h 2025-04-25T04:46:19.0051288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multinomial_cpu_dispatch.h 2025-04-25T04:46:19.0056745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multinomial_cuda_dispatch.h 2025-04-25T04:46:19.0061254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multinomial_native.h 2025-04-25T04:46:19.0066212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multinomial_ops.h 2025-04-25T04:46:19.0070540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multiply.h 2025-04-25T04:46:19.0074711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.0078523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multiply_native.h 2025-04-25T04:46:19.0082505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multiply_ops.h 2025-04-25T04:46:19.0086326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss.h 2025-04-25T04:46:19.0090924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward.h 2025-04-25T04:46:19.0095101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward_cpu_dispatch.h 2025-04-25T04:46:19.0099547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward_cuda_dispatch.h 2025-04-25T04:46:19.0103432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward_native.h 2025-04-25T04:46:19.0107743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward_ops.h 2025-04-25T04:46:19.0111861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_cpu_dispatch.h 2025-04-25T04:46:19.0116058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_cuda_dispatch.h 2025-04-25T04:46:19.0119797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_native.h 2025-04-25T04:46:19.0124326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_ops.h 2025-04-25T04:46:19.0128352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.0132235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.0136331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_cpu_dispatch.h 2025-04-25T04:46:19.0140440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_cuda_dispatch.h 2025-04-25T04:46:19.0144228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_meta.h 2025-04-25T04:46:19.0147818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_meta_dispatch.h 2025-04-25T04:46:19.0152587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_native.h 2025-04-25T04:46:19.0288255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_ops.h 2025-04-25T04:46:19.0292407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mv.h 2025-04-25T04:46:19.0295919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma.h 2025-04-25T04:46:19.0299509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.0303117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma_cpu_dispatch.h 2025-04-25T04:46:19.0307063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma_cuda_dispatch.h 2025-04-25T04:46:19.0310828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma_native.h 2025-04-25T04:46:19.0314949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma_ops.h 2025-04-25T04:46:19.0318996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.0322550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mv_native.h 2025-04-25T04:46:19.0326594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mv_ops.h 2025-04-25T04:46:19.0330245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmean.h 2025-04-25T04:46:19.0333926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.0337937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmean_native.h 2025-04-25T04:46:19.0341972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmean_ops.h 2025-04-25T04:46:19.0345665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian.h 2025-04-25T04:46:19.0349401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.0353440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.0357059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_cpu_dispatch.h 2025-04-25T04:46:19.0360802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_cuda_dispatch.h 2025-04-25T04:46:19.0364840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_native.h 2025-04-25T04:46:19.0368684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_ops.h 2025-04-25T04:46:19.0372355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanquantile.h 2025-04-25T04:46:19.0376435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.0379981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanquantile_native.h 2025-04-25T04:46:19.0383594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanquantile_ops.h 2025-04-25T04:46:19.0387246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nansum.h 2025-04-25T04:46:19.0390939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nansum_cpu_dispatch.h 2025-04-25T04:46:19.0394547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nansum_cuda_dispatch.h 2025-04-25T04:46:19.0398378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nansum_native.h 2025-04-25T04:46:19.0402320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nansum_ops.h 2025-04-25T04:46:19.0405970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num.h 2025-04-25T04:46:19.0410126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.0413733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num_cpu_dispatch.h 2025-04-25T04:46:19.0417469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num_cuda_dispatch.h 2025-04-25T04:46:19.0421344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num_native.h 2025-04-25T04:46:19.0425089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num_ops.h 2025-04-25T04:46:19.0428698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow.h 2025-04-25T04:46:19.0449849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.0453472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_copy.h 2025-04-25T04:46:19.0457394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.0460969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_copy_cpu_dispatch.h 2025-04-25T04:46:19.0465249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_copy_native.h 2025-04-25T04:46:19.0469000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_copy_ops.h 2025-04-25T04:46:19.0472913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_native.h 2025-04-25T04:46:19.0477100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_ops.h 2025-04-25T04:46:19.0480793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm.h 2025-04-25T04:46:19.0484433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward.h 2025-04-25T04:46:19.0488215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.0492257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_cpu_dispatch.h 2025-04-25T04:46:19.0495973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_cuda_dispatch.h 2025-04-25T04:46:19.0499708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_native.h 2025-04-25T04:46:19.0504072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_ops.h 2025-04-25T04:46:19.0507137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_cpu_dispatch.h 2025-04-25T04:46:19.0510985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_cuda_dispatch.h 2025-04-25T04:46:19.0514914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_native.h 2025-04-25T04:46:19.0518611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_ops.h 2025-04-25T04:46:19.0522332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle.h 2025-04-25T04:46:19.0526334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.0530544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle_cpu_dispatch.h 2025-04-25T04:46:19.0534372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle_native.h 2025-04-25T04:46:19.0538348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle_ops.h 2025-04-25T04:46:19.0542181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout.h 2025-04-25T04:46:19.0545875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward.h 2025-04-25T04:46:19.0550019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.0554000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_cpu_dispatch.h 2025-04-25T04:46:19.0557409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_cuda_dispatch.h 2025-04-25T04:46:19.0561971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_native.h 2025-04-25T04:46:19.0565559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_ops.h 2025-04-25T04:46:19.0569503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.0573547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_cpu_dispatch.h 2025-04-25T04:46:19.0577403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_cuda_dispatch.h 2025-04-25T04:46:19.0581141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_native.h 2025-04-25T04:46:19.0584893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_ops.h 2025-04-25T04:46:19.0588824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm.h 2025-04-25T04:46:19.0592652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward.h 2025-04-25T04:46:19.0596687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.0600362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_cpu_dispatch.h 2025-04-25T04:46:19.0604147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_cuda_dispatch.h 2025-04-25T04:46:19.0607874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_native.h 2025-04-25T04:46:19.0611886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_ops.h 2025-04-25T04:46:19.0615790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.0619528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_cpu_dispatch.h 2025-04-25T04:46:19.0623258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_cuda_dispatch.h 2025-04-25T04:46:19.0627150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_native.h 2025-04-25T04:46:19.0630760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_ops.h 2025-04-25T04:46:19.0635032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm.h 2025-04-25T04:46:19.0638804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward.h 2025-04-25T04:46:19.0642739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.0646562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_cpu_dispatch.h 2025-04-25T04:46:19.0650541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_cuda_dispatch.h 2025-04-25T04:46:19.0654672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_native.h 2025-04-25T04:46:19.0658648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_ops.h 2025-04-25T04:46:19.0664272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.0668539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_cpu_dispatch.h 2025-04-25T04:46:19.0672526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_cuda_dispatch.h 2025-04-25T04:46:19.0676256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_native.h 2025-04-25T04:46:19.0680197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_ops.h 2025-04-25T04:46:19.0684234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_norm.h 2025-04-25T04:46:19.0688163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_norm_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.0692104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_norm_native.h 2025-04-25T04:46:19.0695968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_norm_ops.h 2025-04-25T04:46:19.0699725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne.h 2025-04-25T04:46:19.0703214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg.h 2025-04-25T04:46:19.0707569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\negative.h 2025-04-25T04:46:19.0711230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.0715022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\negative_native.h 2025-04-25T04:46:19.0718974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\negative_ops.h 2025-04-25T04:46:19.0722640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.0726179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_cpu_dispatch.h 2025-04-25T04:46:19.0729961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_cuda_dispatch.h 2025-04-25T04:46:19.0733838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_meta.h 2025-04-25T04:46:19.0737339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_meta_dispatch.h 2025-04-25T04:46:19.0741154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_native.h 2025-04-25T04:46:19.0744879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_ops.h 2025-04-25T04:46:19.0748418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nested_to_padded_tensor.h 2025-04-25T04:46:19.0752258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nested_to_padded_tensor_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.0755941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nested_to_padded_tensor_native.h 2025-04-25T04:46:19.0761354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nested_to_padded_tensor_ops.h 2025-04-25T04:46:19.0764918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty.h 2025-04-25T04:46:19.0768933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.0772550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_native.h 2025-04-25T04:46:19.0776339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_ops.h 2025-04-25T04:46:19.0780213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_strided.h 2025-04-25T04:46:19.0783958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.0788069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_strided_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.0791976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_strided_native.h 2025-04-25T04:46:19.0795725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_strided_ops.h 2025-04-25T04:46:19.0799394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_full.h 2025-04-25T04:46:19.0803089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_full_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.0806555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_full_native.h 2025-04-25T04:46:19.0810410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_full_ops.h 2025-04-25T04:46:19.0814152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_ones.h 2025-04-25T04:46:19.0817655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_ones_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.0821777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_ones_native.h 2025-04-25T04:46:19.0825523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_ones_ops.h 2025-04-25T04:46:19.0828984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_zeros.h 2025-04-25T04:46:19.0832837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_zeros_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.0836499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_zeros_native.h 2025-04-25T04:46:19.0840121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_zeros_ops.h 2025-04-25T04:46:19.0844214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter.h 2025-04-25T04:46:19.0848176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.0851852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_cpu_dispatch.h 2025-04-25T04:46:19.0855519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_cuda_dispatch.h 2025-04-25T04:46:19.0859030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_meta.h 2025-04-25T04:46:19.0862925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_meta_dispatch.h 2025-04-25T04:46:19.0866417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_native.h 2025-04-25T04:46:19.0869839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_ops.h 2025-04-25T04:46:19.0873821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.0877259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_cpu_dispatch.h 2025-04-25T04:46:19.0881198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_cuda_dispatch.h 2025-04-25T04:46:19.0885222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_meta.h 2025-04-25T04:46:19.0888589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_meta_dispatch.h 2025-04-25T04:46:19.0892319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_native.h 2025-04-25T04:46:19.0895900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_ops.h 2025-04-25T04:46:19.0899129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss.h 2025-04-25T04:46:19.0902750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d.h 2025-04-25T04:46:19.0906328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward.h 2025-04-25T04:46:19.0910126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward_cpu_dispatch.h 2025-04-25T04:46:19.0913834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward_cuda_dispatch.h 2025-04-25T04:46:19.0917544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward_native.h 2025-04-25T04:46:19.0921483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward_ops.h 2025-04-25T04:46:19.0925663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.0929371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward.h 2025-04-25T04:46:19.0933401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward_cpu_dispatch.h 2025-04-25T04:46:19.0940815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward_cuda_dispatch.h 2025-04-25T04:46:19.0945030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward_native.h 2025-04-25T04:46:19.0948533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward_ops.h 2025-04-25T04:46:19.0952296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_native.h 2025-04-25T04:46:19.0956166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_ops.h 2025-04-25T04:46:19.0960058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward.h 2025-04-25T04:46:19.0964533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.0969263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_cpu_dispatch.h 2025-04-25T04:46:19.0973142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_cuda_dispatch.h 2025-04-25T04:46:19.0977076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_meta.h 2025-04-25T04:46:19.0980929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_meta_dispatch.h 2025-04-25T04:46:19.0984776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_native.h 2025-04-25T04:46:19.0988722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_ops.h 2025-04-25T04:46:19.0992679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.0996523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward.h 2025-04-25T04:46:19.1000509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.1004947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_cpu_dispatch.h 2025-04-25T04:46:19.1009065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_cuda_dispatch.h 2025-04-25T04:46:19.1013070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_meta.h 2025-04-25T04:46:19.1016952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_meta_dispatch.h 2025-04-25T04:46:19.1021650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_native.h 2025-04-25T04:46:19.1025465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_ops.h 2025-04-25T04:46:19.1029149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_native.h 2025-04-25T04:46:19.1032811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_nd.h 2025-04-25T04:46:19.1036796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_nd_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1040908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_nd_native.h 2025-04-25T04:46:19.1044394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_nd_ops.h 2025-04-25T04:46:19.1048579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_ops.h 2025-04-25T04:46:19.1052269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero.h 2025-04-25T04:46:19.1055675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_cpu_dispatch.h 2025-04-25T04:46:19.1059238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_cuda_dispatch.h 2025-04-25T04:46:19.1062931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_native.h 2025-04-25T04:46:19.1066699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_numpy.h 2025-04-25T04:46:19.1070782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_numpy_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1075190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_numpy_native.h 2025-04-25T04:46:19.1078815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_numpy_ops.h 2025-04-25T04:46:19.1082925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_ops.h 2025-04-25T04:46:19.1086694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_static.h 2025-04-25T04:46:19.1090567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_static_cpu_dispatch.h 2025-04-25T04:46:19.1094498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_static_cuda_dispatch.h 2025-04-25T04:46:19.1098446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_static_native.h 2025-04-25T04:46:19.1102259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_static_ops.h 2025-04-25T04:46:19.1106140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm.h 2025-04-25T04:46:19.1109451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal.h 2025-04-25T04:46:19.1112990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.1116556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_cpu_dispatch.h 2025-04-25T04:46:19.1120250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_cuda_dispatch.h 2025-04-25T04:46:19.1124024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_meta_dispatch.h 2025-04-25T04:46:19.1127867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_native.h 2025-04-25T04:46:19.1131650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_ops.h 2025-04-25T04:46:19.1135819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.1139236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.1142885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1146632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_cpu_dispatch.h 2025-04-25T04:46:19.1150376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_cuda_dispatch.h 2025-04-25T04:46:19.1154362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_except_dim.h 2025-04-25T04:46:19.1158032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_except_dim_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1161624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_except_dim_native.h 2025-04-25T04:46:19.1165291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_except_dim_ops.h 2025-04-25T04:46:19.1169093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_meta.h 2025-04-25T04:46:19.1172693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_meta_dispatch.h 2025-04-25T04:46:19.1176364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_native.h 2025-04-25T04:46:19.1180731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_ops.h 2025-04-25T04:46:19.1184126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\not_equal.h 2025-04-25T04:46:19.1187789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\not_equal_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1191355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\not_equal_native.h 2025-04-25T04:46:19.1195297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\not_equal_ops.h 2025-04-25T04:46:19.1198824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nuclear_norm.h 2025-04-25T04:46:19.1202577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nuclear_norm_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1206234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nuclear_norm_native.h 2025-04-25T04:46:19.1210195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nuclear_norm_ops.h 2025-04-25T04:46:19.1214403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\numpy_T.h 2025-04-25T04:46:19.1217877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\numpy_T_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1221457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\numpy_T_native.h 2025-04-25T04:46:19.1225072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\numpy_T_ops.h 2025-04-25T04:46:19.1229351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones.h 2025-04-25T04:46:19.1232701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.1236501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_like.h 2025-04-25T04:46:19.1240269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_like_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.1243829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_like_native.h 2025-04-25T04:46:19.1247442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_like_ops.h 2025-04-25T04:46:19.1251378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_native.h 2025-04-25T04:46:19.1254883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_ops.h 2025-04-25T04:46:19.1258367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\one_hot.h 2025-04-25T04:46:19.1261942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\one_hot_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1265619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\one_hot_native.h 2025-04-25T04:46:19.1269328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\one_hot_ops.h 2025-04-25T04:46:19.1273009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\or.h 2025-04-25T04:46:19.1276384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\orgqr.h 2025-04-25T04:46:19.1280296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1283949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\orgqr_native.h 2025-04-25T04:46:19.1287904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\orgqr_ops.h 2025-04-25T04:46:19.1291972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ormqr.h 2025-04-25T04:46:19.1295511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ormqr_cpu_dispatch.h 2025-04-25T04:46:19.1299181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ormqr_cuda_dispatch.h 2025-04-25T04:46:19.1302996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ormqr_native.h 2025-04-25T04:46:19.1306725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ormqr_ops.h 2025-04-25T04:46:19.1310553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1314283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\or_native.h 2025-04-25T04:46:19.1317955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\or_ops.h 2025-04-25T04:46:19.1321288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\outer.h 2025-04-25T04:46:19.1324887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1328608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\outer_native.h 2025-04-25T04:46:19.1332442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\outer_ops.h 2025-04-25T04:46:19.1336013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\output_nr.h 2025-04-25T04:46:19.1339673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\output_nr_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1343300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\output_nr_native.h 2025-04-25T04:46:19.1347534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\output_nr_ops.h 2025-04-25T04:46:19.1351193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad.h 2025-04-25T04:46:19.1354860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1358609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_native.h 2025-04-25T04:46:19.1362051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_ops.h 2025-04-25T04:46:19.1365498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_sequence.h 2025-04-25T04:46:19.1369526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_sequence_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1373291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_sequence_native.h 2025-04-25T04:46:19.1376958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_sequence_ops.h 2025-04-25T04:46:19.1380722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pairwise_distance.h 2025-04-25T04:46:19.1384663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pairwise_distance_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1388234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pairwise_distance_native.h 2025-04-25T04:46:19.1391979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pairwise_distance_ops.h 2025-04-25T04:46:19.1396108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pdist.h 2025-04-25T04:46:19.1399926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1403586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pdist_native.h 2025-04-25T04:46:19.1407226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pdist_ops.h 2025-04-25T04:46:19.1411077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute.h 2025-04-25T04:46:19.1414964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.1418507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_copy.h 2025-04-25T04:46:19.1422939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.1426577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.1449009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_copy_native.h 2025-04-25T04:46:19.1452849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_copy_ops.h 2025-04-25T04:46:19.1456643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_native.h 2025-04-25T04:46:19.1460423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_ops.h 2025-04-25T04:46:19.1464092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pinverse.h 2025-04-25T04:46:19.1467710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1471329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pinverse_native.h 2025-04-25T04:46:19.1474911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pinverse_ops.h 2025-04-25T04:46:19.1478482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pin_memory.h 2025-04-25T04:46:19.1482203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pin_memory_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1486017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pin_memory_native.h 2025-04-25T04:46:19.1489888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pin_memory_ops.h 2025-04-25T04:46:19.1493493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle.h 2025-04-25T04:46:19.1497272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.1501232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.1504871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_cpu_dispatch.h 2025-04-25T04:46:19.1508708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_native.h 2025-04-25T04:46:19.1512646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_ops.h 2025-04-25T04:46:19.1516723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle.h 2025-04-25T04:46:19.1520989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.1524668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.1528343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_cpu_dispatch.h 2025-04-25T04:46:19.1532302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_native.h 2025-04-25T04:46:19.1535985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_ops.h 2025-04-25T04:46:19.1539630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson.h 2025-04-25T04:46:19.1543124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.1546612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_cpu_dispatch.h 2025-04-25T04:46:19.1550197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_cuda_dispatch.h 2025-04-25T04:46:19.1553863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_native.h 2025-04-25T04:46:19.1557496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_nll_loss.h 2025-04-25T04:46:19.1561574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_nll_loss_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1565407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_nll_loss_native.h 2025-04-25T04:46:19.1569038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_nll_loss_ops.h 2025-04-25T04:46:19.1572647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_ops.h 2025-04-25T04:46:19.1576432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar.h 2025-04-25T04:46:19.1579981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.1583498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar_cpu_dispatch.h 2025-04-25T04:46:19.1587227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar_cuda_dispatch.h 2025-04-25T04:46:19.1590851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar_native.h 2025-04-25T04:46:19.1594489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar_ops.h 2025-04-25T04:46:19.1598244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma.h 2025-04-25T04:46:19.1601988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.1605627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.1609244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_cpu_dispatch.h 2025-04-25T04:46:19.1613111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_cuda_dispatch.h 2025-04-25T04:46:19.1617070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_meta.h 2025-04-25T04:46:19.1620817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_meta_dispatch.h 2025-04-25T04:46:19.1624478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_native.h 2025-04-25T04:46:19.1628189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_ops.h 2025-04-25T04:46:19.1631865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\positive.h 2025-04-25T04:46:19.1635761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1639293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\positive_native.h 2025-04-25T04:46:19.1643116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\positive_ops.h 2025-04-25T04:46:19.1646671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow.h 2025-04-25T04:46:19.1650353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.1653838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_cpu_dispatch.h 2025-04-25T04:46:19.1657506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_cuda_dispatch.h 2025-04-25T04:46:19.1661015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_meta.h 2025-04-25T04:46:19.1664390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_meta_dispatch.h 2025-04-25T04:46:19.1668251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_native.h 2025-04-25T04:46:19.1671983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_ops.h 2025-04-25T04:46:19.1675620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prelu.h 2025-04-25T04:46:19.1679637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1683188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prelu_native.h 2025-04-25T04:46:19.1686949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prelu_ops.h 2025-04-25T04:46:19.1690806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod.h 2025-04-25T04:46:19.1694401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.1698209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.1702462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1706206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_cpu_dispatch.h 2025-04-25T04:46:19.1710262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_cuda_dispatch.h 2025-04-25T04:46:19.1714131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_meta.h 2025-04-25T04:46:19.1717815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_meta_dispatch.h 2025-04-25T04:46:19.1721473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_native.h 2025-04-25T04:46:19.1725477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_ops.h 2025-04-25T04:46:19.1729190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\promote_types.h 2025-04-25T04:46:19.1739872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\promote_types_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1740374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\promote_types_native.h 2025-04-25T04:46:19.1743757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\promote_types_ops.h 2025-04-25T04:46:19.1748057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put.h 2025-04-25T04:46:19.1752421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.1758308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_cpu_dispatch.h 2025-04-25T04:46:19.1764220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_cuda_dispatch.h 2025-04-25T04:46:19.1769847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_meta_dispatch.h 2025-04-25T04:46:19.1775482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_native.h 2025-04-25T04:46:19.1780717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_ops.h 2025-04-25T04:46:19.1784831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qr.h 2025-04-25T04:46:19.1789007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1792714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qr_native.h 2025-04-25T04:46:19.1796856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qr_ops.h 2025-04-25T04:46:19.1801178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qscheme.h 2025-04-25T04:46:19.1804601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qscheme_native.h 2025-04-25T04:46:19.1808868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qscheme_ops.h 2025-04-25T04:46:19.1812690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantile.h 2025-04-25T04:46:19.1816277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1820447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantile_native.h 2025-04-25T04:46:19.1824120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantile_ops.h 2025-04-25T04:46:19.1827770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_batch_norm.h 2025-04-25T04:46:19.1831652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_batch_norm_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.1836439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_batch_norm_native.h 2025-04-25T04:46:19.1840256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_batch_norm_ops.h 2025-04-25T04:46:19.1844034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_gru_cell.h 2025-04-25T04:46:19.1848271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_gru_cell_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1852371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_gru_cell_native.h 2025-04-25T04:46:19.1856113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_gru_cell_ops.h 2025-04-25T04:46:19.1859982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_lstm_cell.h 2025-04-25T04:46:19.1863889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_lstm_cell_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1868138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_lstm_cell_native.h 2025-04-25T04:46:19.1871874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_lstm_cell_ops.h 2025-04-25T04:46:19.1875674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool1d.h 2025-04-25T04:46:19.1879784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool1d_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.1883560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool1d_native.h 2025-04-25T04:46:19.1887278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool1d_ops.h 2025-04-25T04:46:19.1891081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool2d.h 2025-04-25T04:46:19.1894952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool2d_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.1898631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool2d_native.h 2025-04-25T04:46:19.1902936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool2d_ops.h 2025-04-25T04:46:19.1906722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool3d.h 2025-04-25T04:46:19.1910904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool3d_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.1914630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool3d_native.h 2025-04-25T04:46:19.1918409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool3d_ops.h 2025-04-25T04:46:19.1923384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_relu_cell.h 2025-04-25T04:46:19.1927435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1931163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_relu_cell_native.h 2025-04-25T04:46:19.1935075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_relu_cell_ops.h 2025-04-25T04:46:19.1938702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_tanh_cell.h 2025-04-25T04:46:19.1942576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.1946178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_tanh_cell_native.h 2025-04-25T04:46:19.1950390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_tanh_cell_ops.h 2025-04-25T04:46:19.1954187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel.h 2025-04-25T04:46:19.1958353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.1962079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_cpu_dispatch.h 2025-04-25T04:46:19.1965924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_cuda_dispatch.h 2025-04-25T04:46:19.1969879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_native.h 2025-04-25T04:46:19.1973780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_ops.h 2025-04-25T04:46:19.1977347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor.h 2025-04-25T04:46:19.1981507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.1985174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_cpu_dispatch.h 2025-04-25T04:46:19.1988880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_cuda_dispatch.h 2025-04-25T04:46:19.1993738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic.h 2025-04-25T04:46:19.1997796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.2001586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_cpu_dispatch.h 2025-04-25T04:46:19.2005608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_cuda_dispatch.h 2025-04-25T04:46:19.2009540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_native.h 2025-04-25T04:46:19.2013339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_ops.h 2025-04-25T04:46:19.2017182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_native.h 2025-04-25T04:46:19.2020953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_ops.h 2025-04-25T04:46:19.2024753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_axis.h 2025-04-25T04:46:19.2028611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_axis_native.h 2025-04-25T04:46:19.2032841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_axis_ops.h 2025-04-25T04:46:19.2036693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_scales.h 2025-04-25T04:46:19.2040756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_scales_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.2044817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_scales_native.h 2025-04-25T04:46:19.2048776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_scales_ops.h 2025-04-25T04:46:19.2052834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_zero_points.h 2025-04-25T04:46:19.2057450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_zero_points_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.2061165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_zero_points_native.h 2025-04-25T04:46:19.2065090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_zero_points_ops.h 2025-04-25T04:46:19.2068947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_scale.h 2025-04-25T04:46:19.2072480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_scale_native.h 2025-04-25T04:46:19.2076280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_scale_ops.h 2025-04-25T04:46:19.2080203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_zero_point.h 2025-04-25T04:46:19.2083923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_zero_point_native.h 2025-04-25T04:46:19.2087961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_zero_point_ops.h 2025-04-25T04:46:19.2091924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rad2deg.h 2025-04-25T04:46:19.2095589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.2099303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rad2deg_native.h 2025-04-25T04:46:19.2103181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rad2deg_ops.h 2025-04-25T04:46:19.2106702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand.h 2025-04-25T04:46:19.2111074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint.h 2025-04-25T04:46:19.2114934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.2118350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_like.h 2025-04-25T04:46:19.2122472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_like_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.2126258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_like_native.h 2025-04-25T04:46:19.2130100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_like_ops.h 2025-04-25T04:46:19.2133962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_native.h 2025-04-25T04:46:19.2137671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_ops.h 2025-04-25T04:46:19.2141820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn.h 2025-04-25T04:46:19.2145427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.2149155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.2153440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_like.h 2025-04-25T04:46:19.2157241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_like_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.2161393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_like_compositeimplicitautogradnestedtensor_dispatch.h 2025-04-25T04:46:19.2165421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_like_native.h 2025-04-25T04:46:19.2169188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_like_ops.h 2025-04-25T04:46:19.2173128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_native.h 2025-04-25T04:46:19.2177121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_ops.h 2025-04-25T04:46:19.2180673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random.h 2025-04-25T04:46:19.2184516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.2188137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_cpu_dispatch.h 2025-04-25T04:46:19.2191764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_cuda_dispatch.h 2025-04-25T04:46:19.2195969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_meta_dispatch.h 2025-04-25T04:46:19.2199708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_native.h 2025-04-25T04:46:19.2203539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_ops.h 2025-04-25T04:46:19.2207228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm.h 2025-04-25T04:46:19.2211039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.2214685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm_cpu_dispatch.h 2025-04-25T04:46:19.2218476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm_cuda_dispatch.h 2025-04-25T04:46:19.2222354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm_native.h 2025-04-25T04:46:19.2226608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm_ops.h 2025-04-25T04:46:19.2230488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.2234068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.2237687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_like.h 2025-04-25T04:46:19.2241417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_like_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.2245131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_like_native.h 2025-04-25T04:46:19.2248819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_like_ops.h 2025-04-25T04:46:19.2252847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_native.h 2025-04-25T04:46:19.2256656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_ops.h 2025-04-25T04:46:19.2260292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range.h 2025-04-25T04:46:19.2263951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.2267543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_cpu_dispatch.h 2025-04-25T04:46:19.2271181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_cuda_dispatch.h 2025-04-25T04:46:19.2275219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_meta_dispatch.h 2025-04-25T04:46:19.2278957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_native.h 2025-04-25T04:46:19.2283376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_ops.h 2025-04-25T04:46:19.2287138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ravel.h 2025-04-25T04:46:19.2290857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.2294360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ravel_native.h 2025-04-25T04:46:19.2298189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ravel_ops.h 2025-04-25T04:46:19.2301844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\real.h 2025-04-25T04:46:19.2305401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.2309005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\real_native.h 2025-04-25T04:46:19.2312784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\real_ops.h 2025-04-25T04:46:19.2316324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal.h 2025-04-25T04:46:19.2320270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.2324191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_cpu_dispatch.h 2025-04-25T04:46:19.2327595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_cuda_dispatch.h 2025-04-25T04:46:19.2331501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_meta.h 2025-04-25T04:46:19.2335474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_meta_dispatch.h 2025-04-25T04:46:19.2339545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_native.h 2025-04-25T04:46:19.2343328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_ops.h 2025-04-25T04:46:19.2347210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\record_stream.h 2025-04-25T04:46:19.2350837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\record_stream_cuda_dispatch.h 2025-04-25T04:46:19.2354876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\record_stream_native.h 2025-04-25T04:46:19.2358575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\record_stream_ops.h 2025-04-25T04:46:19.2362459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\refine_names.h 2025-04-25T04:46:19.2366399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\refine_names_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.2371025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\refine_names_native.h 2025-04-25T04:46:19.2375552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\refine_names_ops.h 2025-04-25T04:46:19.2379986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d.h 2025-04-25T04:46:19.2383988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward.h 2025-04-25T04:46:19.2387964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.2392053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_cpu_dispatch.h 2025-04-25T04:46:19.2396707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_cuda_dispatch.h 2025-04-25T04:46:19.2400410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_meta.h 2025-04-25T04:46:19.2404275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_meta_dispatch.h 2025-04-25T04:46:19.2407991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_native.h 2025-04-25T04:46:19.2412304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_ops.h 2025-04-25T04:46:19.2415996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.2420800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_cpu_dispatch.h 2025-04-25T04:46:19.2424691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_cuda_dispatch.h 2025-04-25T04:46:19.2428600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_meta.h 2025-04-25T04:46:19.2432427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_meta_dispatch.h 2025-04-25T04:46:19.2436205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_native.h 2025-04-25T04:46:19.2440408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_ops.h 2025-04-25T04:46:19.2444362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d.h 2025-04-25T04:46:19.2462757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward.h 2025-04-25T04:46:19.2466879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward_cpu_dispatch.h 2025-04-25T04:46:19.2470402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward_cuda_dispatch.h 2025-04-25T04:46:19.2474257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward_native.h 2025-04-25T04:46:19.2478105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward_ops.h 2025-04-25T04:46:19.2481912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_cpu_dispatch.h 2025-04-25T04:46:19.2486288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_cuda_dispatch.h 2025-04-25T04:46:19.2490227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_native.h 2025-04-25T04:46:19.2494601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_ops.h 2025-04-25T04:46:19.2498277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d.h 2025-04-25T04:46:19.2502130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward.h 2025-04-25T04:46:19.2506219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.2510168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_cpu_dispatch.h 2025-04-25T04:46:19.2514197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_cuda_dispatch.h 2025-04-25T04:46:19.2518130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_meta.h 2025-04-25T04:46:19.2522029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_meta_dispatch.h 2025-04-25T04:46:19.2526403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_native.h 2025-04-25T04:46:19.2530325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_ops.h 2025-04-25T04:46:19.2534906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.2538313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_cpu_dispatch.h 2025-04-25T04:46:19.2542057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_cuda_dispatch.h 2025-04-25T04:46:19.2545779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_meta.h 2025-04-25T04:46:19.2549637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_meta_dispatch.h 2025-04-25T04:46:19.2553377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_native.h 2025-04-25T04:46:19.2557323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_ops.h 2025-04-25T04:46:19.2561042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu.h 2025-04-25T04:46:19.2564685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu6.h 2025-04-25T04:46:19.2567982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.2571709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu6_native.h 2025-04-25T04:46:19.2575334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu6_ops.h 2025-04-25T04:46:19.2595328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.2599205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_cpu_dispatch.h 2025-04-25T04:46:19.2603070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_cuda_dispatch.h 2025-04-25T04:46:19.2606706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_meta_dispatch.h 2025-04-25T04:46:19.2610337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_native.h 2025-04-25T04:46:19.2614270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_ops.h 2025-04-25T04:46:19.2617511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder.h 2025-04-25T04:46:19.2621542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.2625401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.2629611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_cpu_dispatch.h 2025-04-25T04:46:19.2633141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_cuda_dispatch.h 2025-04-25T04:46:19.2636877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_meta.h 2025-04-25T04:46:19.2641269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_meta_dispatch.h 2025-04-25T04:46:19.2645700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_native.h 2025-04-25T04:46:19.2649312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_ops.h 2025-04-25T04:46:19.2653178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rename.h 2025-04-25T04:46:19.2656841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.2660605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rename_native.h 2025-04-25T04:46:19.2665212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rename_ops.h 2025-04-25T04:46:19.2668428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm.h 2025-04-25T04:46:19.2672080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.2676109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_cpu_dispatch.h 2025-04-25T04:46:19.2679681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_cuda_dispatch.h 2025-04-25T04:46:19.2683244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_meta.h 2025-04-25T04:46:19.2687248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_meta_dispatch.h 2025-04-25T04:46:19.2692648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_native.h 2025-04-25T04:46:19.2696221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_ops.h 2025-04-25T04:46:19.2699848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat.h 2025-04-25T04:46:19.2703307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.2706896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave.h 2025-04-25T04:46:19.2711201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.2715455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.2719217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_cpu_dispatch.h 2025-04-25T04:46:19.2722952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_cuda_dispatch.h 2025-04-25T04:46:19.2727158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_native.h 2025-04-25T04:46:19.2730802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_ops.h 2025-04-25T04:46:19.2734480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_native.h 2025-04-25T04:46:19.2738310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_ops.h 2025-04-25T04:46:19.2742283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d.h 2025-04-25T04:46:19.2746005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward.h 2025-04-25T04:46:19.2750039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.2753740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_cpu_dispatch.h 2025-04-25T04:46:19.2757616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_cuda_dispatch.h 2025-04-25T04:46:19.2761426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_meta.h 2025-04-25T04:46:19.2765650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_meta_dispatch.h 2025-04-25T04:46:19.2769718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_native.h 2025-04-25T04:46:19.2773575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_ops.h 2025-04-25T04:46:19.2777924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.2782503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_cpu_dispatch.h 2025-04-25T04:46:19.2786445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_cuda_dispatch.h 2025-04-25T04:46:19.2790360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_meta.h 2025-04-25T04:46:19.2794644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_meta_dispatch.h 2025-04-25T04:46:19.2798562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_native.h 2025-04-25T04:46:19.2802431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_ops.h 2025-04-25T04:46:19.2806787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d.h 2025-04-25T04:46:19.2811168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward.h 2025-04-25T04:46:19.2815272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward_cpu_dispatch.h 2025-04-25T04:46:19.2819164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward_cuda_dispatch.h 2025-04-25T04:46:19.2823226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward_native.h 2025-04-25T04:46:19.2827158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward_ops.h 2025-04-25T04:46:19.2831170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.2834936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_cpu_dispatch.h 2025-04-25T04:46:19.2839738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_cuda_dispatch.h 2025-04-25T04:46:19.2843463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_meta.h 2025-04-25T04:46:19.2847269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_meta_dispatch.h 2025-04-25T04:46:19.2851250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_native.h 2025-04-25T04:46:19.2855285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_ops.h 2025-04-25T04:46:19.2859685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d.h 2025-04-25T04:46:19.2863688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward.h 2025-04-25T04:46:19.2867683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward_cpu_dispatch.h 2025-04-25T04:46:19.2871567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward_cuda_dispatch.h 2025-04-25T04:46:19.2875371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward_native.h 2025-04-25T04:46:19.2879399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward_ops.h 2025-04-25T04:46:19.2883494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.2887662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_cpu_dispatch.h 2025-04-25T04:46:19.2891600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_cuda_dispatch.h 2025-04-25T04:46:19.2895512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_meta.h 2025-04-25T04:46:19.2899293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_meta_dispatch.h 2025-04-25T04:46:19.2903544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_native.h 2025-04-25T04:46:19.2907340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_ops.h 2025-04-25T04:46:19.2911092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\requires_grad.h 2025-04-25T04:46:19.2915220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\requires_grad_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.2919057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\requires_grad_native.h 2025-04-25T04:46:19.2922813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\requires_grad_ops.h 2025-04-25T04:46:19.2926350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape.h 2025-04-25T04:46:19.2929833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_as.h 2025-04-25T04:46:19.2933675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_as_compositeimplicitautogradnestedtensor_dispatch.h 2025-04-25T04:46:19.2937367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_as_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.2941260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_as_native.h 2025-04-25T04:46:19.2945263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_as_ops.h 2025-04-25T04:46:19.2949342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h 2025-04-25T04:46:19.2953928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.2958390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_native.h 2025-04-25T04:46:19.2962063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_ops.h 2025-04-25T04:46:19.2965882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize.h 2025-04-25T04:46:19.2969565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as.h 2025-04-25T04:46:19.2973446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.2977044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_native.h 2025-04-25T04:46:19.2980876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_ops.h 2025-04-25T04:46:19.2985160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse.h 2025-04-25T04:46:19.2989084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.2993378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse_meta_dispatch.h 2025-04-25T04:46:19.2996877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse_native.h 2025-04-25T04:46:19.3000991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse_ops.h 2025-04-25T04:46:19.3005369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.3009378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_cpu_dispatch.h 2025-04-25T04:46:19.3013280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_cuda_dispatch.h 2025-04-25T04:46:19.3017039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_meta_dispatch.h 2025-04-25T04:46:19.3021294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_native.h 2025-04-25T04:46:19.3025082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_ops.h 2025-04-25T04:46:19.3028981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_conj.h 2025-04-25T04:46:19.3032801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_conj_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.3036471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_conj_native.h 2025-04-25T04:46:19.3040839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_conj_ops.h 2025-04-25T04:46:19.3044732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_neg.h 2025-04-25T04:46:19.3049289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_neg_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.3053319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_neg_native.h 2025-04-25T04:46:19.3057344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_neg_ops.h 2025-04-25T04:46:19.3061050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\result_type.h 2025-04-25T04:46:19.3064858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\result_type_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.3068586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\result_type_native.h 2025-04-25T04:46:19.3072470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\result_type_ops.h 2025-04-25T04:46:19.3076178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retains_grad.h 2025-04-25T04:46:19.3080717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retains_grad_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.3084850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retains_grad_native.h 2025-04-25T04:46:19.3088240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retains_grad_ops.h 2025-04-25T04:46:19.3092220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retain_grad.h 2025-04-25T04:46:19.3096339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retain_grad_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.3100071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retain_grad_native.h 2025-04-25T04:46:19.3103723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retain_grad_ops.h 2025-04-25T04:46:19.3107763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rms_norm.h 2025-04-25T04:46:19.3111352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rms_norm_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.3115583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rms_norm_native.h 2025-04-25T04:46:19.3119796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rms_norm_ops.h 2025-04-25T04:46:19.3123619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu.h 2025-04-25T04:46:19.3127164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_cell.h 2025-04-25T04:46:19.3131217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_cell_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.3135144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_cell_native.h 2025-04-25T04:46:19.3138978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_cell_ops.h 2025-04-25T04:46:19.3142892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.3146648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_native.h 2025-04-25T04:46:19.3150465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_ops.h 2025-04-25T04:46:19.3154209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh.h 2025-04-25T04:46:19.3157667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_cell.h 2025-04-25T04:46:19.3161464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_cell_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.3165367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_cell_native.h 2025-04-25T04:46:19.3169258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_cell_ops.h 2025-04-25T04:46:19.3173164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.3177759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_native.h 2025-04-25T04:46:19.3181532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_ops.h 2025-04-25T04:46:19.3185281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll.h 2025-04-25T04:46:19.3188888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.3205133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll_cpu_dispatch.h 2025-04-25T04:46:19.3205853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll_cuda_dispatch.h 2025-04-25T04:46:19.3206427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll_native.h 2025-04-25T04:46:19.3207039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll_ops.h 2025-04-25T04:46:19.3207645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rot90.h 2025-04-25T04:46:19.3211596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.3215028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rot90_native.h 2025-04-25T04:46:19.3218638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rot90_ops.h 2025-04-25T04:46:19.3222297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round.h 2025-04-25T04:46:19.3226821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.3230438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_cpu_dispatch.h 2025-04-25T04:46:19.3234132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_cuda_dispatch.h 2025-04-25T04:46:19.3237827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_meta.h 2025-04-25T04:46:19.3241584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_meta_dispatch.h 2025-04-25T04:46:19.3245498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_native.h 2025-04-25T04:46:19.3249495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_ops.h 2025-04-25T04:46:19.3253470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices.h 2025-04-25T04:46:19.3257768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.3261536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_copy.h 2025-04-25T04:46:19.3265895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.3269646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.3273431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_copy_native.h 2025-04-25T04:46:19.3277455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_copy_ops.h 2025-04-25T04:46:19.3281188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_native.h 2025-04-25T04:46:19.3284912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_ops.h 2025-04-25T04:46:19.3288707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_stack.h 2025-04-25T04:46:19.3292759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_stack_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.3296519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_stack_native.h 2025-04-25T04:46:19.3300129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_stack_ops.h 2025-04-25T04:46:19.3303879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu.h 2025-04-25T04:46:19.3307660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.3311193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_native.h 2025-04-25T04:46:19.3314870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_ops.h 2025-04-25T04:46:19.3318566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise.h 2025-04-25T04:46:19.3322561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_backward.h 2025-04-25T04:46:19.3326536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.3330752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_backward_native.h 2025-04-25T04:46:19.3334890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_backward_ops.h 2025-04-25T04:46:19.3339092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.3342521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_cpu_dispatch.h 2025-04-25T04:46:19.3346272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_cuda_dispatch.h 2025-04-25T04:46:19.3350017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_meta_dispatch.h 2025-04-25T04:46:19.3353836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_native.h 2025-04-25T04:46:19.3357844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_ops.h 2025-04-25T04:46:19.3361521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift.h 2025-04-25T04:46:19.3365095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.3368887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_cpu_dispatch.h 2025-04-25T04:46:19.3372435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_cuda_dispatch.h 2025-04-25T04:46:19.3376090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_meta_dispatch.h 2025-04-25T04:46:19.3379828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_native.h 2025-04-25T04:46:19.3383617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_ops.h 2025-04-25T04:46:19.3387433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt.h 2025-04-25T04:46:19.3391237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.3394871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_cpu_dispatch.h 2025-04-25T04:46:19.3398760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_cuda_dispatch.h 2025-04-25T04:46:19.3402346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_meta.h 2025-04-25T04:46:19.3405982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_meta_dispatch.h 2025-04-25T04:46:19.3409713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_native.h 2025-04-25T04:46:19.3413675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_ops.h 2025-04-25T04:46:19.3417657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub.h 2025-04-25T04:46:19.3421189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.3424792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub_cpu_dispatch.h 2025-04-25T04:46:19.3428476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub_cuda_dispatch.h 2025-04-25T04:46:19.3432136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub_native.h 2025-04-25T04:46:19.3436307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub_ops.h 2025-04-25T04:46:19.3439777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scalar_tensor.h 2025-04-25T04:46:19.3443563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scalar_tensor_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.3447360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scalar_tensor_native.h 2025-04-25T04:46:19.3451116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scalar_tensor_ops.h 2025-04-25T04:46:19.3455038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scaled_dot_product_attention.h 2025-04-25T04:46:19.3458748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scaled_dot_product_attention_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.3462330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scaled_dot_product_attention_native.h 2025-04-25T04:46:19.3466034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scaled_dot_product_attention_ops.h 2025-04-25T04:46:19.3470089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter.h 2025-04-25T04:46:19.3490288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add.h 2025-04-25T04:46:19.3494227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.3497949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.3501657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_cpu_dispatch.h 2025-04-25T04:46:19.3505388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_cuda_dispatch.h 2025-04-25T04:46:19.3509318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_meta.h 2025-04-25T04:46:19.3513190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_meta_dispatch.h 2025-04-25T04:46:19.3517002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_native.h 2025-04-25T04:46:19.3520899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_ops.h 2025-04-25T04:46:19.3524906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.3528689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.3532623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_cpu_dispatch.h 2025-04-25T04:46:19.3536622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_cuda_dispatch.h 2025-04-25T04:46:19.3540368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_meta.h 2025-04-25T04:46:19.3544125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_meta_dispatch.h 2025-04-25T04:46:19.3547870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_native.h 2025-04-25T04:46:19.3552056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_ops.h 2025-04-25T04:46:19.3555861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce.h 2025-04-25T04:46:19.3559919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.3563931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_cpu_dispatch.h 2025-04-25T04:46:19.3567679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_cuda_dispatch.h 2025-04-25T04:46:19.3572017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_meta.h 2025-04-25T04:46:19.3575932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_meta_dispatch.h 2025-04-25T04:46:19.3579659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_native.h 2025-04-25T04:46:19.3583412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_ops.h 2025-04-25T04:46:19.3587455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\searchsorted.h 2025-04-25T04:46:19.3591640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\searchsorted_cpu_dispatch.h 2025-04-25T04:46:19.3595333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\searchsorted_cuda_dispatch.h 2025-04-25T04:46:19.3599015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\searchsorted_native.h 2025-04-25T04:46:19.3603215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\searchsorted_ops.h 2025-04-25T04:46:19.3606703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce.h 2025-04-25T04:46:19.3610540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.3614152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce_cpu_dispatch.h 2025-04-25T04:46:19.3618029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce_cuda_dispatch.h 2025-04-25T04:46:19.3621767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce_native.h 2025-04-25T04:46:19.3625474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce_ops.h 2025-04-25T04:46:19.3629264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select.h 2025-04-25T04:46:19.3632710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_backward.h 2025-04-25T04:46:19.3636621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.3640199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.3643916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_backward_native.h 2025-04-25T04:46:19.3647574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_backward_ops.h 2025-04-25T04:46:19.3651938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.3655704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.3659377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_copy.h 2025-04-25T04:46:19.3663670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.3667339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.3670883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_copy_native.h 2025-04-25T04:46:19.3674370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_copy_ops.h 2025-04-25T04:46:19.3677862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_native.h 2025-04-25T04:46:19.3681309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_ops.h 2025-04-25T04:46:19.3684760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_scatter.h 2025-04-25T04:46:19.3688891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_scatter_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.3692389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_scatter_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.3696015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_scatter_native.h 2025-04-25T04:46:19.3699713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_scatter_ops.h 2025-04-25T04:46:19.3703439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\selu.h 2025-04-25T04:46:19.3706971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.3710483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\selu_native.h 2025-04-25T04:46:19.3714050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\selu_ops.h 2025-04-25T04:46:19.3717670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set.h 2025-04-25T04:46:19.3721143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.3724862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.3728242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_cpu_dispatch.h 2025-04-25T04:46:19.3731952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_cuda_dispatch.h 2025-04-25T04:46:19.3735499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_data.h 2025-04-25T04:46:19.3739562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_data_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.3743449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_data_native.h 2025-04-25T04:46:19.3747024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_data_ops.h 2025-04-25T04:46:19.3751102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_meta_dispatch.h 2025-04-25T04:46:19.3755001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_native.h 2025-04-25T04:46:19.3758533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_ops.h 2025-04-25T04:46:19.3761786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn.h 2025-04-25T04:46:19.3765331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.3768872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_cpu_dispatch.h 2025-04-25T04:46:19.3772614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_cuda_dispatch.h 2025-04-25T04:46:19.3776178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_meta.h 2025-04-25T04:46:19.3779499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_meta_dispatch.h 2025-04-25T04:46:19.3783047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_native.h 2025-04-25T04:46:19.3786573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_ops.h 2025-04-25T04:46:19.3790145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid.h 2025-04-25T04:46:19.3793453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward.h 2025-04-25T04:46:19.3797392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.3801082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_cpu_dispatch.h 2025-04-25T04:46:19.3804862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_cuda_dispatch.h 2025-04-25T04:46:19.3808520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_meta.h 2025-04-25T04:46:19.3812328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_meta_dispatch.h 2025-04-25T04:46:19.3815873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_native.h 2025-04-25T04:46:19.3819419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_ops.h 2025-04-25T04:46:19.3823140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.3826776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_cpu_dispatch.h 2025-04-25T04:46:19.3830272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_cuda_dispatch.h 2025-04-25T04:46:19.3833720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_meta.h 2025-04-25T04:46:19.3837166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_meta_dispatch.h 2025-04-25T04:46:19.3840651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_native.h 2025-04-25T04:46:19.3844054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_ops.h 2025-04-25T04:46:19.3847626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign.h 2025-04-25T04:46:19.3851185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit.h 2025-04-25T04:46:19.3856027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.3859434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_cpu_dispatch.h 2025-04-25T04:46:19.3863155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_cuda_dispatch.h 2025-04-25T04:46:19.3866718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_meta.h 2025-04-25T04:46:19.3870392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_meta_dispatch.h 2025-04-25T04:46:19.3874110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_native.h 2025-04-25T04:46:19.3877794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_ops.h 2025-04-25T04:46:19.3881825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.3885316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_cpu_dispatch.h 2025-04-25T04:46:19.3889513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_cuda_dispatch.h 2025-04-25T04:46:19.3893275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_meta.h 2025-04-25T04:46:19.3897084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_meta_dispatch.h 2025-04-25T04:46:19.3900914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_native.h 2025-04-25T04:46:19.3904442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_ops.h 2025-04-25T04:46:19.3908087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu.h 2025-04-25T04:46:19.3911695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward.h 2025-04-25T04:46:19.3915703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.3927762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.3932311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_cpu_dispatch.h 2025-04-25T04:46:19.3938353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_cuda_dispatch.h 2025-04-25T04:46:19.3942011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_meta.h 2025-04-25T04:46:19.3948189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_meta_dispatch.h 2025-04-25T04:46:19.3952321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_native.h 2025-04-25T04:46:19.3956474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_ops.h 2025-04-25T04:46:19.3960868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.3964522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_cpu_dispatch.h 2025-04-25T04:46:19.3968473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_cuda_dispatch.h 2025-04-25T04:46:19.3972500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_meta.h 2025-04-25T04:46:19.3977186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_meta_dispatch.h 2025-04-25T04:46:19.3981084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_native.h 2025-04-25T04:46:19.3984627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_ops.h 2025-04-25T04:46:19.3987973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin.h 2025-04-25T04:46:19.3991278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc.h 2025-04-25T04:46:19.3994875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.3998485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_cpu_dispatch.h 2025-04-25T04:46:19.4002235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_cuda_dispatch.h 2025-04-25T04:46:19.4005914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_meta.h 2025-04-25T04:46:19.4009500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_meta_dispatch.h 2025-04-25T04:46:19.4013123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_native.h 2025-04-25T04:46:19.4016630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_ops.h 2025-04-25T04:46:19.4020305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh.h 2025-04-25T04:46:19.4023613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.4027158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_cpu_dispatch.h 2025-04-25T04:46:19.4030769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_cuda_dispatch.h 2025-04-25T04:46:19.4034719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_meta.h 2025-04-25T04:46:19.4038228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_meta_dispatch.h 2025-04-25T04:46:19.4041972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_native.h 2025-04-25T04:46:19.4045487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_ops.h 2025-04-25T04:46:19.4049041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.4052911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_cpu_dispatch.h 2025-04-25T04:46:19.4056485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_cuda_dispatch.h 2025-04-25T04:46:19.4060010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_meta.h 2025-04-25T04:46:19.4063506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_meta_dispatch.h 2025-04-25T04:46:19.4067059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_native.h 2025-04-25T04:46:19.4070663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_ops.h 2025-04-25T04:46:19.4073933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\size.h 2025-04-25T04:46:19.4077439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.4081462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\size_native.h 2025-04-25T04:46:19.4084977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\size_ops.h 2025-04-25T04:46:19.4088303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice.h 2025-04-25T04:46:19.4091691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_backward.h 2025-04-25T04:46:19.4095615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.4099260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_backward_native.h 2025-04-25T04:46:19.4102850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_backward_ops.h 2025-04-25T04:46:19.4106694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.4110406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_copy.h 2025-04-25T04:46:19.4114266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.4118147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.4121804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_copy_native.h 2025-04-25T04:46:19.4125451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_copy_ops.h 2025-04-25T04:46:19.4129378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_inverse.h 2025-04-25T04:46:19.4133180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_inverse_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.4136827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_inverse_native.h 2025-04-25T04:46:19.4140598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_inverse_ops.h 2025-04-25T04:46:19.4144386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_native.h 2025-04-25T04:46:19.4147994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_ops.h 2025-04-25T04:46:19.4151752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_scatter.h 2025-04-25T04:46:19.4155637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.4159356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_scatter_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.4163020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_scatter_native.h 2025-04-25T04:46:19.4166690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_scatter_ops.h 2025-04-25T04:46:19.4170698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slogdet.h 2025-04-25T04:46:19.4174208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.4177853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slogdet_native.h 2025-04-25T04:46:19.4182019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slogdet_ops.h 2025-04-25T04:46:19.4185651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d.h 2025-04-25T04:46:19.4189477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.4193242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_forward.h 2025-04-25T04:46:19.4197954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_forward_cpu_dispatch.h 2025-04-25T04:46:19.4202017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_forward_native.h 2025-04-25T04:46:19.4205850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_forward_ops.h 2025-04-25T04:46:19.4209749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_native.h 2025-04-25T04:46:19.4213504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_ops.h 2025-04-25T04:46:19.4217361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d.h 2025-04-25T04:46:19.4221358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.4225295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_cpu_dispatch.h 2025-04-25T04:46:19.4229185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_cuda_dispatch.h 2025-04-25T04:46:19.4233554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_native.h 2025-04-25T04:46:19.4237230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_ops.h 2025-04-25T04:46:19.4241026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d.h 2025-04-25T04:46:19.4245065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.4248999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_cpu_dispatch.h 2025-04-25T04:46:19.4252927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_cuda_dispatch.h 2025-04-25T04:46:19.4256665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_native.h 2025-04-25T04:46:19.4260513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_ops.h 2025-04-25T04:46:19.4264146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d.h 2025-04-25T04:46:19.4268170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.4272053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_cpu_dispatch.h 2025-04-25T04:46:19.4275935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_cuda_dispatch.h 2025-04-25T04:46:19.4280168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_meta.h 2025-04-25T04:46:19.4284075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_meta_dispatch.h 2025-04-25T04:46:19.4287952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_native.h 2025-04-25T04:46:19.4291770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_ops.h 2025-04-25T04:46:19.4295479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d.h 2025-04-25T04:46:19.4299457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d_cpu_dispatch.h 2025-04-25T04:46:19.4303266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d_cuda_dispatch.h 2025-04-25T04:46:19.4306991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d_native.h 2025-04-25T04:46:19.4310905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d_ops.h 2025-04-25T04:46:19.4314799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smm.h 2025-04-25T04:46:19.4318279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.4322034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smm_native.h 2025-04-25T04:46:19.4325645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smm_ops.h 2025-04-25T04:46:19.4329142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss.h 2025-04-25T04:46:19.4332886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward.h 2025-04-25T04:46:19.4336860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.4340519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_cpu_dispatch.h 2025-04-25T04:46:19.4344306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_cuda_dispatch.h 2025-04-25T04:46:19.4348238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_native.h 2025-04-25T04:46:19.4351998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_ops.h 2025-04-25T04:46:19.4356335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.4360014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_cpu_dispatch.h 2025-04-25T04:46:19.4363860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_cuda_dispatch.h 2025-04-25T04:46:19.4367794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_meta.h 2025-04-25T04:46:19.4371754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_meta_dispatch.h 2025-04-25T04:46:19.4375560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_native.h 2025-04-25T04:46:19.4379778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_ops.h 2025-04-25T04:46:19.4383433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softmax.h 2025-04-25T04:46:19.4387489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.4390969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.4394734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softmax_native.h 2025-04-25T04:46:19.4398547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softmax_ops.h 2025-04-25T04:46:19.4402516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus.h 2025-04-25T04:46:19.4406420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward.h 2025-04-25T04:46:19.4410749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.4415217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_cpu_dispatch.h 2025-04-25T04:46:19.4419201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_cuda_dispatch.h 2025-04-25T04:46:19.4423250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_meta.h 2025-04-25T04:46:19.4427252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_meta_dispatch.h 2025-04-25T04:46:19.4431217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_native.h 2025-04-25T04:46:19.4435137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_ops.h 2025-04-25T04:46:19.4439748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.4443511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_cpu_dispatch.h 2025-04-25T04:46:19.4447691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_cuda_dispatch.h 2025-04-25T04:46:19.4451484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_meta.h 2025-04-25T04:46:19.4455368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_meta_dispatch.h 2025-04-25T04:46:19.4459061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_native.h 2025-04-25T04:46:19.4463005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_ops.h 2025-04-25T04:46:19.4466675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink.h 2025-04-25T04:46:19.4485342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward.h 2025-04-25T04:46:19.4489450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.4493179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_cpu_dispatch.h 2025-04-25T04:46:19.4497602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_cuda_dispatch.h 2025-04-25T04:46:19.4501447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_meta.h 2025-04-25T04:46:19.4505198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_meta_dispatch.h 2025-04-25T04:46:19.4509039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_native.h 2025-04-25T04:46:19.4512758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_ops.h 2025-04-25T04:46:19.4516692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.4520744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_cpu_dispatch.h 2025-04-25T04:46:19.4524490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_cuda_dispatch.h 2025-04-25T04:46:19.4528533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_meta.h 2025-04-25T04:46:19.4532519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_meta_dispatch.h 2025-04-25T04:46:19.4536080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_native.h 2025-04-25T04:46:19.4539838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_ops.h 2025-04-25T04:46:19.4543589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss.h 2025-04-25T04:46:19.4547296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_backward.h 2025-04-25T04:46:19.4551132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.4554818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_backward_native.h 2025-04-25T04:46:19.4558508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_backward_ops.h 2025-04-25T04:46:19.4562310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.4565928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_native.h 2025-04-25T04:46:19.4570054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_ops.h 2025-04-25T04:46:19.4573685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort.h 2025-04-25T04:46:19.4577232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.4580896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.4584575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.4588187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_cpu_dispatch.h 2025-04-25T04:46:19.4592685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_cuda_dispatch.h 2025-04-25T04:46:19.4597639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_meta.h 2025-04-25T04:46:19.4601284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_meta_dispatch.h 2025-04-25T04:46:19.4604788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_native.h 2025-04-25T04:46:19.4608372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_ops.h 2025-04-25T04:46:19.4611768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsc_tensor.h 2025-04-25T04:46:19.4615521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsc_tensor_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.4619157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsc_tensor_native.h 2025-04-25T04:46:19.4622960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsc_tensor_ops.h 2025-04-25T04:46:19.4626610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsr_tensor.h 2025-04-25T04:46:19.4630639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsr_tensor_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.4634395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsr_tensor_native.h 2025-04-25T04:46:19.4638062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsr_tensor_ops.h 2025-04-25T04:46:19.4641759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_compressed_tensor.h 2025-04-25T04:46:19.4645620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_compressed_tensor_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.4649671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_compressed_tensor_native.h 2025-04-25T04:46:19.4653469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_compressed_tensor_ops.h 2025-04-25T04:46:19.4657322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor.h 2025-04-25T04:46:19.4661320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.4665028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.4668652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor_native.h 2025-04-25T04:46:19.4672541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor_ops.h 2025-04-25T04:46:19.4676174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csc_tensor.h 2025-04-25T04:46:19.4680621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csc_tensor_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.4684054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csc_tensor_native.h 2025-04-25T04:46:19.4687782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csc_tensor_ops.h 2025-04-25T04:46:19.4692365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csr_tensor.h 2025-04-25T04:46:19.4696589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csr_tensor_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.4700442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csr_tensor_native.h 2025-04-25T04:46:19.4704734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csr_tensor_ops.h 2025-04-25T04:46:19.4708438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_dim.h 2025-04-25T04:46:19.4712324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_dim_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.4716021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_dim_native.h 2025-04-25T04:46:19.4719748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_dim_ops.h 2025-04-25T04:46:19.4723646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_mask.h 2025-04-25T04:46:19.4727608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_mask_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.4731448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_mask_native.h 2025-04-25T04:46:19.4735203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_mask_ops.h 2025-04-25T04:46:19.4738963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize.h 2025-04-25T04:46:19.4742686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear.h 2025-04-25T04:46:19.4746664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.4750651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear_meta_dispatch.h 2025-04-25T04:46:19.4754465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear_native.h 2025-04-25T04:46:19.4758386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear_ops.h 2025-04-25T04:46:19.4762308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.4765956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_meta_dispatch.h 2025-04-25T04:46:19.4769868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_native.h 2025-04-25T04:46:19.4773833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_ops.h 2025-04-25T04:46:19.4777554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_sampled_addmm.h 2025-04-25T04:46:19.4781998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_sampled_addmm_native.h 2025-04-25T04:46:19.4786531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_sampled_addmm_ops.h 2025-04-25T04:46:19.4789633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai.h 2025-04-25T04:46:19.4794033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.4797817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_cpu_dispatch.h 2025-04-25T04:46:19.4801739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_cuda_dispatch.h 2025-04-25T04:46:19.4805383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_meta.h 2025-04-25T04:46:19.4809339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_meta_dispatch.h 2025-04-25T04:46:19.4813087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_native.h 2025-04-25T04:46:19.4816843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_ops.h 2025-04-25T04:46:19.4820656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0.h 2025-04-25T04:46:19.4824728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.4828710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_cpu_dispatch.h 2025-04-25T04:46:19.4832690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_cuda_dispatch.h 2025-04-25T04:46:19.4850895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_meta.h 2025-04-25T04:46:19.4854643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_meta_dispatch.h 2025-04-25T04:46:19.4858415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_native.h 2025-04-25T04:46:19.4862203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_ops.h 2025-04-25T04:46:19.4866137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1.h 2025-04-25T04:46:19.4870291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.4874132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_cpu_dispatch.h 2025-04-25T04:46:19.4878216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_cuda_dispatch.h 2025-04-25T04:46:19.4882016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_meta.h 2025-04-25T04:46:19.4886013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_meta_dispatch.h 2025-04-25T04:46:19.4891360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_native.h 2025-04-25T04:46:19.4895670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_ops.h 2025-04-25T04:46:19.4900989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0.h 2025-04-25T04:46:19.4905241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.4909576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_cpu_dispatch.h 2025-04-25T04:46:19.4913788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_cuda_dispatch.h 2025-04-25T04:46:19.4918913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_meta.h 2025-04-25T04:46:19.4922938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_meta_dispatch.h 2025-04-25T04:46:19.6145070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_native.h 2025-04-25T04:46:19.6148935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_ops.h 2025-04-25T04:46:19.6153109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1.h 2025-04-25T04:46:19.6157110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.6161953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_cpu_dispatch.h 2025-04-25T04:46:19.6165643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_cuda_dispatch.h 2025-04-25T04:46:19.6169909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_meta.h 2025-04-25T04:46:19.6173758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_meta_dispatch.h 2025-04-25T04:46:19.6177977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_native.h 2025-04-25T04:46:19.6181733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_ops.h 2025-04-25T04:46:19.6185599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t.h 2025-04-25T04:46:19.6189884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.6194223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.6198680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_cpu_dispatch.h 2025-04-25T04:46:19.6202792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_cuda_dispatch.h 2025-04-25T04:46:19.6206602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_meta.h 2025-04-25T04:46:19.6211095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_meta_dispatch.h 2025-04-25T04:46:19.6215005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_native.h 2025-04-25T04:46:19.6218955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_ops.h 2025-04-25T04:46:19.6222853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u.h 2025-04-25T04:46:19.6227569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.6233054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.6237291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_cpu_dispatch.h 2025-04-25T04:46:19.6241328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_cuda_dispatch.h 2025-04-25T04:46:19.6245468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_meta.h 2025-04-25T04:46:19.6249922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_meta_dispatch.h 2025-04-25T04:46:19.6254095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_native.h 2025-04-25T04:46:19.6258058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_ops.h 2025-04-25T04:46:19.6262282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v.h 2025-04-25T04:46:19.6266486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.6270431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.6274831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_cpu_dispatch.h 2025-04-25T04:46:19.6278609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_cuda_dispatch.h 2025-04-25T04:46:19.6282505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_meta.h 2025-04-25T04:46:19.6286441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_meta_dispatch.h 2025-04-25T04:46:19.6290482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_native.h 2025-04-25T04:46:19.6294631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_ops.h 2025-04-25T04:46:19.6298576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w.h 2025-04-25T04:46:19.6302805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.6306941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.6311466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_cpu_dispatch.h 2025-04-25T04:46:19.6315811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_cuda_dispatch.h 2025-04-25T04:46:19.6319660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_meta.h 2025-04-25T04:46:19.6323685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_meta_dispatch.h 2025-04-25T04:46:19.6327617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_native.h 2025-04-25T04:46:19.6331534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_ops.h 2025-04-25T04:46:19.6335695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_digamma.h 2025-04-25T04:46:19.6339824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_digamma_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.6343913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_digamma_native.h 2025-04-25T04:46:19.6347724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_digamma_ops.h 2025-04-25T04:46:19.6351642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr.h 2025-04-25T04:46:19.6356115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.6360088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_cpu_dispatch.h 2025-04-25T04:46:19.6364492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_cuda_dispatch.h 2025-04-25T04:46:19.6368583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_meta.h 2025-04-25T04:46:19.6372631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_meta_dispatch.h 2025-04-25T04:46:19.6380651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_native.h 2025-04-25T04:46:19.6384866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_ops.h 2025-04-25T04:46:19.6388768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erf.h 2025-04-25T04:46:19.6392562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfc.h 2025-04-25T04:46:19.6396309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx.h 2025-04-25T04:46:19.6400652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.6404559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_cpu_dispatch.h 2025-04-25T04:46:19.6408867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_cuda_dispatch.h 2025-04-25T04:46:19.6412798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_meta.h 2025-04-25T04:46:19.6417201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_meta_dispatch.h 2025-04-25T04:46:19.6421816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_native.h 2025-04-25T04:46:19.6426246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_ops.h 2025-04-25T04:46:19.6430353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfc_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.6434383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfc_native.h 2025-04-25T04:46:19.6438325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfc_ops.h 2025-04-25T04:46:19.6442392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfinv.h 2025-04-25T04:46:19.6446521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfinv_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.6451289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfinv_native.h 2025-04-25T04:46:19.6456227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfinv_ops.h 2025-04-25T04:46:19.6460423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erf_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.6464215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erf_native.h 2025-04-25T04:46:19.6468310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erf_ops.h 2025-04-25T04:46:19.6472201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_exp2.h 2025-04-25T04:46:19.6476337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_exp2_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.6480199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_exp2_native.h 2025-04-25T04:46:19.6484341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_exp2_ops.h 2025-04-25T04:46:19.6488272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expit.h 2025-04-25T04:46:19.6492699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expit_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.6496893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expit_native.h 2025-04-25T04:46:19.6500720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expit_ops.h 2025-04-25T04:46:19.6504720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expm1.h 2025-04-25T04:46:19.6508769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expm1_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.6513072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expm1_native.h 2025-04-25T04:46:19.6516990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expm1_ops.h 2025-04-25T04:46:19.6521094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammainc.h 2025-04-25T04:46:19.6524872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaincc.h 2025-04-25T04:46:19.6529199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaincc_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.6534000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaincc_native.h 2025-04-25T04:46:19.6537738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaincc_ops.h 2025-04-25T04:46:19.6541950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammainc_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.6546092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammainc_native.h 2025-04-25T04:46:19.6550104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammainc_ops.h 2025-04-25T04:46:19.6554165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaln.h 2025-04-25T04:46:19.6558319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaln_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.6562265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaln_native.h 2025-04-25T04:46:19.6566371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaln_ops.h 2025-04-25T04:46:19.6570564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h.h 2025-04-25T04:46:19.6574483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he.h 2025-04-25T04:46:19.6578944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.6583334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.6586936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_cpu_dispatch.h 2025-04-25T04:46:19.6591225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_cuda_dispatch.h 2025-04-25T04:46:19.6595126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_meta.h 2025-04-25T04:46:19.6598918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_meta_dispatch.h 2025-04-25T04:46:19.6602781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_native.h 2025-04-25T04:46:19.6606576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_ops.h 2025-04-25T04:46:19.6611041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.6614901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.6618671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_cpu_dispatch.h 2025-04-25T04:46:19.6623071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_cuda_dispatch.h 2025-04-25T04:46:19.6627177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_meta.h 2025-04-25T04:46:19.6631350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_meta_dispatch.h 2025-04-25T04:46:19.6635171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_native.h 2025-04-25T04:46:19.6638973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_ops.h 2025-04-25T04:46:19.6643078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0.h 2025-04-25T04:46:19.6647104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e.h 2025-04-25T04:46:19.6651273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.6655179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_cpu_dispatch.h 2025-04-25T04:46:19.6659146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_cuda_dispatch.h 2025-04-25T04:46:19.6662997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_meta.h 2025-04-25T04:46:19.6667113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_meta_dispatch.h 2025-04-25T04:46:19.6670942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_native.h 2025-04-25T04:46:19.6674852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_ops.h 2025-04-25T04:46:19.6678745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.6682697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0_native.h 2025-04-25T04:46:19.6686511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0_ops.h 2025-04-25T04:46:19.6690323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1.h 2025-04-25T04:46:19.6694340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e.h 2025-04-25T04:46:19.6698441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.6702287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_cpu_dispatch.h 2025-04-25T04:46:19.6706163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_cuda_dispatch.h 2025-04-25T04:46:19.6710265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_meta.h 2025-04-25T04:46:19.6714147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_meta_dispatch.h 2025-04-25T04:46:19.6718141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_native.h 2025-04-25T04:46:19.6721946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_ops.h 2025-04-25T04:46:19.6726402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.6730680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_cpu_dispatch.h 2025-04-25T04:46:19.6734444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_cuda_dispatch.h 2025-04-25T04:46:19.6738414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_meta.h 2025-04-25T04:46:19.6742268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_meta_dispatch.h 2025-04-25T04:46:19.6745988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_native.h 2025-04-25T04:46:19.6781447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_ops.h 2025-04-25T04:46:19.6785390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l.h 2025-04-25T04:46:19.6789619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.6793649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.6797474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_cpu_dispatch.h 2025-04-25T04:46:19.6801392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_cuda_dispatch.h 2025-04-25T04:46:19.6805237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_meta.h 2025-04-25T04:46:19.6809286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_meta_dispatch.h 2025-04-25T04:46:19.6813530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_native.h 2025-04-25T04:46:19.6817398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_ops.h 2025-04-25T04:46:19.6821208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p.h 2025-04-25T04:46:19.6825400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.6829511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.6833661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_cpu_dispatch.h 2025-04-25T04:46:19.6837414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_cuda_dispatch.h 2025-04-25T04:46:19.6841900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_meta.h 2025-04-25T04:46:19.6846380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_meta_dispatch.h 2025-04-25T04:46:19.6850314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_native.h 2025-04-25T04:46:19.6854191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_ops.h 2025-04-25T04:46:19.6858368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log1p.h 2025-04-25T04:46:19.6862490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log1p_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.6866301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log1p_native.h 2025-04-25T04:46:19.6870380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log1p_ops.h 2025-04-25T04:46:19.6874308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logit.h 2025-04-25T04:46:19.6878286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logit_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.6882349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logit_native.h 2025-04-25T04:46:19.6886442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logit_ops.h 2025-04-25T04:46:19.6890303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logsumexp.h 2025-04-25T04:46:19.6894287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logsumexp_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.6898131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logsumexp_native.h 2025-04-25T04:46:19.6901960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logsumexp_ops.h 2025-04-25T04:46:19.6905780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr.h 2025-04-25T04:46:19.6910013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.6914333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_cpu_dispatch.h 2025-04-25T04:46:19.6918188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_cuda_dispatch.h 2025-04-25T04:46:19.6922264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_meta.h 2025-04-25T04:46:19.6926463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_meta_dispatch.h 2025-04-25T04:46:19.6930613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_native.h 2025-04-25T04:46:19.6934456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_ops.h 2025-04-25T04:46:19.6938702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_softmax.h 2025-04-25T04:46:19.6942921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_softmax_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.6947553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_softmax_native.h 2025-04-25T04:46:19.6951425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_softmax_ops.h 2025-04-25T04:46:19.6955401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0.h 2025-04-25T04:46:19.6959699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.6963787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_cpu_dispatch.h 2025-04-25T04:46:19.6967558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_cuda_dispatch.h 2025-04-25T04:46:19.6971762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_meta.h 2025-04-25T04:46:19.6975814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_meta_dispatch.h 2025-04-25T04:46:19.6979909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_native.h 2025-04-25T04:46:19.6984041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_ops.h 2025-04-25T04:46:19.6987900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1.h 2025-04-25T04:46:19.6992431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.6997039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_cpu_dispatch.h 2025-04-25T04:46:19.7001212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_cuda_dispatch.h 2025-04-25T04:46:19.7005153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_meta.h 2025-04-25T04:46:19.7009631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_meta_dispatch.h 2025-04-25T04:46:19.7014283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_native.h 2025-04-25T04:46:19.7018510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_ops.h 2025-04-25T04:46:19.7022614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0.h 2025-04-25T04:46:19.7026880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.7031175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_cpu_dispatch.h 2025-04-25T04:46:19.7035441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_cuda_dispatch.h 2025-04-25T04:46:19.7039679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_meta.h 2025-04-25T04:46:19.7044476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_meta_dispatch.h 2025-04-25T04:46:19.7049249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_native.h 2025-04-25T04:46:19.7053340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_ops.h 2025-04-25T04:46:19.7057674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1.h 2025-04-25T04:46:19.7061930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.7065879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_cpu_dispatch.h 2025-04-25T04:46:19.7069854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_cuda_dispatch.h 2025-04-25T04:46:19.7073721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_meta.h 2025-04-25T04:46:19.7078086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_meta_dispatch.h 2025-04-25T04:46:19.7082218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_native.h 2025-04-25T04:46:19.7086223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_ops.h 2025-04-25T04:46:19.7090252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_multigammaln.h 2025-04-25T04:46:19.7094280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_multigammaln_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.7098888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_multigammaln_native.h 2025-04-25T04:46:19.7103351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_multigammaln_ops.h 2025-04-25T04:46:19.7107112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtr.h 2025-04-25T04:46:19.7111341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri.h 2025-04-25T04:46:19.7115577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.7119460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_cpu_dispatch.h 2025-04-25T04:46:19.7123373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_cuda_dispatch.h 2025-04-25T04:46:19.7127411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_meta.h 2025-04-25T04:46:19.7131718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_meta_dispatch.h 2025-04-25T04:46:19.7135558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_native.h 2025-04-25T04:46:19.7139399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_ops.h 2025-04-25T04:46:19.7144196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtr_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.7148232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtr_native.h 2025-04-25T04:46:19.7152199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtr_ops.h 2025-04-25T04:46:19.7156393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_polygamma.h 2025-04-25T04:46:19.7160467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_polygamma_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.7164741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_polygamma_native.h 2025-04-25T04:46:19.7168679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_polygamma_ops.h 2025-04-25T04:46:19.7172485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_psi.h 2025-04-25T04:46:19.7176510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_psi_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.7180261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_psi_native.h 2025-04-25T04:46:19.7184661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_psi_ops.h 2025-04-25T04:46:19.7188731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_round.h 2025-04-25T04:46:19.7192619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_round_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.7196307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_round_native.h 2025-04-25T04:46:19.7200979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_round_ops.h 2025-04-25T04:46:19.7204602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0.h 2025-04-25T04:46:19.7208744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.7212791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_cpu_dispatch.h 2025-04-25T04:46:19.7217124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_cuda_dispatch.h 2025-04-25T04:46:19.7221089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta.h 2025-04-25T04:46:19.7225204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta_dispatch.h 2025-04-25T04:46:19.7229283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_native.h 2025-04-25T04:46:19.7233347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_ops.h 2025-04-25T04:46:19.7237585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1.h 2025-04-25T04:46:19.7242666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.7254664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_cpu_dispatch.h 2025-04-25T04:46:19.7259744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_cuda_dispatch.h 2025-04-25T04:46:19.7265237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta.h 2025-04-25T04:46:19.7270345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta_dispatch.h 2025-04-25T04:46:19.7275496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_native.h 2025-04-25T04:46:19.7280511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_ops.h 2025-04-25T04:46:19.7285465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t.h 2025-04-25T04:46:19.7290203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.7295536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.7300581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cpu_dispatch.h 2025-04-25T04:46:19.7305691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cuda_dispatch.h 2025-04-25T04:46:19.7310992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta.h 2025-04-25T04:46:19.7316171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta_dispatch.h 2025-04-25T04:46:19.7321223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_native.h 2025-04-25T04:46:19.7326385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_ops.h 2025-04-25T04:46:19.7330512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u.h 2025-04-25T04:46:19.7335884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.7341217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.7346778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cpu_dispatch.h 2025-04-25T04:46:19.7351862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cuda_dispatch.h 2025-04-25T04:46:19.7356979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta.h 2025-04-25T04:46:19.7362464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta_dispatch.h 2025-04-25T04:46:19.7367564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_native.h 2025-04-25T04:46:19.7372939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_ops.h 2025-04-25T04:46:19.7376864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v.h 2025-04-25T04:46:19.7382288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.7387977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.7393038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cpu_dispatch.h 2025-04-25T04:46:19.7398189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cuda_dispatch.h 2025-04-25T04:46:19.7403991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta.h 2025-04-25T04:46:19.7410359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta_dispatch.h 2025-04-25T04:46:19.7417608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_native.h 2025-04-25T04:46:19.7423666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_ops.h 2025-04-25T04:46:19.7427394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w.h 2025-04-25T04:46:19.7433660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.7440820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.7446659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cpu_dispatch.h 2025-04-25T04:46:19.7453959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cuda_dispatch.h 2025-04-25T04:46:19.7460521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta.h 2025-04-25T04:46:19.7466434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta_dispatch.h 2025-04-25T04:46:19.7472238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_native.h 2025-04-25T04:46:19.7477651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_ops.h 2025-04-25T04:46:19.7483121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_sinc.h 2025-04-25T04:46:19.7488738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_sinc_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.7494452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_sinc_native.h 2025-04-25T04:46:19.7498501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_sinc_ops.h 2025-04-25T04:46:19.7502406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_softmax.h 2025-04-25T04:46:19.7508072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_softmax_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.7512091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_softmax_native.h 2025-04-25T04:46:19.7515961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_softmax_ops.h 2025-04-25T04:46:19.7521384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0.h 2025-04-25T04:46:19.7525825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.7530162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_cpu_dispatch.h 2025-04-25T04:46:19.7534128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_cuda_dispatch.h 2025-04-25T04:46:19.7537991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_meta.h 2025-04-25T04:46:19.7542003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_meta_dispatch.h 2025-04-25T04:46:19.7546081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_native.h 2025-04-25T04:46:19.7550157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_ops.h 2025-04-25T04:46:19.7557572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py.h 2025-04-25T04:46:19.7561898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.7566389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.7570486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_cpu_dispatch.h 2025-04-25T04:46:19.7574530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_cuda_dispatch.h 2025-04-25T04:46:19.7578444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_meta.h 2025-04-25T04:46:19.7582309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_meta_dispatch.h 2025-04-25T04:46:19.7586113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_native.h 2025-04-25T04:46:19.7590084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_ops.h 2025-04-25T04:46:19.7593884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlogy.h 2025-04-25T04:46:19.7598126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlogy_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.7602117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlogy_native.h 2025-04-25T04:46:19.7605966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlogy_ops.h 2025-04-25T04:46:19.7611056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta.h 2025-04-25T04:46:19.7615142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.7619070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.7622889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_cpu_dispatch.h 2025-04-25T04:46:19.7626965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_cuda_dispatch.h 2025-04-25T04:46:19.7630817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_meta.h 2025-04-25T04:46:19.7634847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_meta_dispatch.h 2025-04-25T04:46:19.7638707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_native.h 2025-04-25T04:46:19.7642714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_ops.h 2025-04-25T04:46:19.7646398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split.h 2025-04-25T04:46:19.7650126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.7654342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.7658043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_copy.h 2025-04-25T04:46:19.7662006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.7666028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.7669792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_copy_native.h 2025-04-25T04:46:19.7673646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_copy_ops.h 2025-04-25T04:46:19.7677310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_native.h 2025-04-25T04:46:19.7681144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_ops.h 2025-04-25T04:46:19.7684950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes.h 2025-04-25T04:46:19.7688928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.7692680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy.h 2025-04-25T04:46:19.7696667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.7700650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.7704722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_cuda_dispatch.h 2025-04-25T04:46:19.7709624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_native.h 2025-04-25T04:46:19.7713909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_ops.h 2025-04-25T04:46:19.7717501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_native.h 2025-04-25T04:46:19.7721644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_ops.h 2025-04-25T04:46:19.7725474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt.h 2025-04-25T04:46:19.7729468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.7733466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_cpu_dispatch.h 2025-04-25T04:46:19.7737129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_cuda_dispatch.h 2025-04-25T04:46:19.7740781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_meta.h 2025-04-25T04:46:19.7744460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_meta_dispatch.h 2025-04-25T04:46:19.7748454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_native.h 2025-04-25T04:46:19.7751838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_ops.h 2025-04-25T04:46:19.7755137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\square.h 2025-04-25T04:46:19.7758609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.7762391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\square_native.h 2025-04-25T04:46:19.7765984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\square_ops.h 2025-04-25T04:46:19.7770157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze.h 2025-04-25T04:46:19.7773904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.7777746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.7781407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_copy.h 2025-04-25T04:46:19.7785327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.7789626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.7793476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_copy_native.h 2025-04-25T04:46:19.7797116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_copy_ops.h 2025-04-25T04:46:19.7800995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_native.h 2025-04-25T04:46:19.7804677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_ops.h 2025-04-25T04:46:19.7808969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm.h 2025-04-25T04:46:19.7813885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.7817472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm_cpu_dispatch.h 2025-04-25T04:46:19.7821277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm_cuda_dispatch.h 2025-04-25T04:46:19.7825117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm_native.h 2025-04-25T04:46:19.7828701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm_ops.h 2025-04-25T04:46:19.7832516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stack.h 2025-04-25T04:46:19.7836066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.7839631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stack_native.h 2025-04-25T04:46:19.7843461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stack_ops.h 2025-04-25T04:46:19.7847207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std.h 2025-04-25T04:46:19.7850811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.7854367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_cpu_dispatch.h 2025-04-25T04:46:19.7858023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_cuda_dispatch.h 2025-04-25T04:46:19.7861793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean.h 2025-04-25T04:46:19.7865585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.7869415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.7873657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_cpu_dispatch.h 2025-04-25T04:46:19.7877500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_cuda_dispatch.h 2025-04-25T04:46:19.7881199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_native.h 2025-04-25T04:46:19.7884881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_ops.h 2025-04-25T04:46:19.7903950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_native.h 2025-04-25T04:46:19.7907617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_ops.h 2025-04-25T04:46:19.7911293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stft.h 2025-04-25T04:46:19.7915428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.7919590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stft_native.h 2025-04-25T04:46:19.7923266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stft_ops.h 2025-04-25T04:46:19.7926723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stride.h 2025-04-25T04:46:19.7930724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.7934855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stride_native.h 2025-04-25T04:46:19.7938659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stride_ops.h 2025-04-25T04:46:19.7942614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub.h 2025-04-25T04:46:19.7946718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\subtract.h 2025-04-25T04:46:19.7950788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.7955103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\subtract_native.h 2025-04-25T04:46:19.7959297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\subtract_ops.h 2025-04-25T04:46:19.7963786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.7967608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.7971794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_cpu_dispatch.h 2025-04-25T04:46:19.7975712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_cuda_dispatch.h 2025-04-25T04:46:19.7979854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_meta.h 2025-04-25T04:46:19.7983489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_meta_dispatch.h 2025-04-25T04:46:19.7987249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_native.h 2025-04-25T04:46:19.7991187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_ops.h 2025-04-25T04:46:19.7994634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum.h 2025-04-25T04:46:19.7999361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.8003784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.8007643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8012437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_cpu_dispatch.h 2025-04-25T04:46:19.8016442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_cuda_dispatch.h 2025-04-25T04:46:19.8020080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_meta.h 2025-04-25T04:46:19.8023558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_meta_dispatch.h 2025-04-25T04:46:19.8027249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_native.h 2025-04-25T04:46:19.8030867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_ops.h 2025-04-25T04:46:19.8034196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_to_size.h 2025-04-25T04:46:19.8038184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_to_size_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8042651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_to_size_native.h 2025-04-25T04:46:19.8046721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_to_size_ops.h 2025-04-25T04:46:19.8050555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\svd.h 2025-04-25T04:46:19.8054186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8057687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\svd_native.h 2025-04-25T04:46:19.8061609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\svd_ops.h 2025-04-25T04:46:19.8064873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapaxes.h 2025-04-25T04:46:19.8068487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8072245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapaxes_native.h 2025-04-25T04:46:19.8075902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapaxes_ops.h 2025-04-25T04:46:19.8079688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapdims.h 2025-04-25T04:46:19.8083279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8086671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapdims_native.h 2025-04-25T04:46:19.8090373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapdims_ops.h 2025-04-25T04:46:19.8094077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range.h 2025-04-25T04:46:19.8098614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.8102264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_for_size.h 2025-04-25T04:46:19.8106169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.8110439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_for_size_native.h 2025-04-25T04:46:19.8114285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_for_size_ops.h 2025-04-25T04:46:19.8118067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_native.h 2025-04-25T04:46:19.8122043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_ops.h 2025-04-25T04:46:19.8125838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_numel.h 2025-04-25T04:46:19.8130235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_numel_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8133974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_numel_native.h 2025-04-25T04:46:19.8137784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_numel_ops.h 2025-04-25T04:46:19.8141558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_size.h 2025-04-25T04:46:19.8145431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_size_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8149318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_size_native.h 2025-04-25T04:46:19.8152965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_size_ops.h 2025-04-25T04:46:19.8156555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_storage_offset.h 2025-04-25T04:46:19.8160492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_storage_offset_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8164096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_storage_offset_native.h 2025-04-25T04:46:19.8167878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_storage_offset_ops.h 2025-04-25T04:46:19.8171793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_stride.h 2025-04-25T04:46:19.8175941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_stride_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8180126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_stride_native.h 2025-04-25T04:46:19.8183876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_stride_ops.h 2025-04-25T04:46:19.8187438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t.h 2025-04-25T04:46:19.8190775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take.h 2025-04-25T04:46:19.8194264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_along_dim.h 2025-04-25T04:46:19.8198077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_along_dim_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8201653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_along_dim_native.h 2025-04-25T04:46:19.8205638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_along_dim_ops.h 2025-04-25T04:46:19.8209848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_cpu_dispatch.h 2025-04-25T04:46:19.8214033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_cuda_dispatch.h 2025-04-25T04:46:19.8217246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_native.h 2025-04-25T04:46:19.8221212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_ops.h 2025-04-25T04:46:19.8224855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan.h 2025-04-25T04:46:19.8228326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh.h 2025-04-25T04:46:19.8231776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward.h 2025-04-25T04:46:19.8235911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.8239665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_cpu_dispatch.h 2025-04-25T04:46:19.8243440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_cuda_dispatch.h 2025-04-25T04:46:19.8247334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_meta.h 2025-04-25T04:46:19.8250977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_meta_dispatch.h 2025-04-25T04:46:19.8254897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_native.h 2025-04-25T04:46:19.8259165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_ops.h 2025-04-25T04:46:19.8262979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.8266782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_cpu_dispatch.h 2025-04-25T04:46:19.8270596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_cuda_dispatch.h 2025-04-25T04:46:19.8274265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_meta.h 2025-04-25T04:46:19.8277901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_meta_dispatch.h 2025-04-25T04:46:19.8281520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_native.h 2025-04-25T04:46:19.8285053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_ops.h 2025-04-25T04:46:19.8288971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.8292719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_cpu_dispatch.h 2025-04-25T04:46:19.8296591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_cuda_dispatch.h 2025-04-25T04:46:19.8300159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_meta.h 2025-04-25T04:46:19.8303697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_meta_dispatch.h 2025-04-25T04:46:19.8307656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_native.h 2025-04-25T04:46:19.8311055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_ops.h 2025-04-25T04:46:19.8314370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensor.h 2025-04-25T04:46:19.8318124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensordot.h 2025-04-25T04:46:19.8322163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8326857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensordot_native.h 2025-04-25T04:46:19.8330390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensordot_ops.h 2025-04-25T04:46:19.8333959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensor_split.h 2025-04-25T04:46:19.8338283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensor_split_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8341967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensor_split_native.h 2025-04-25T04:46:19.8346118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensor_split_ops.h 2025-04-25T04:46:19.8350422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\thnn_conv2d.h 2025-04-25T04:46:19.8353861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\thnn_conv2d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8357741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\thnn_conv2d_native.h 2025-04-25T04:46:19.8362306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\thnn_conv2d_ops.h 2025-04-25T04:46:19.8366365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold.h 2025-04-25T04:46:19.8389603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward.h 2025-04-25T04:46:19.8393773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.8397930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_cpu_dispatch.h 2025-04-25T04:46:19.8401791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_cuda_dispatch.h 2025-04-25T04:46:19.8405503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_meta.h 2025-04-25T04:46:19.8409519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_meta_dispatch.h 2025-04-25T04:46:19.8413732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_native.h 2025-04-25T04:46:19.8417855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_ops.h 2025-04-25T04:46:19.8422152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.8426033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_cpu_dispatch.h 2025-04-25T04:46:19.8429979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_cuda_dispatch.h 2025-04-25T04:46:19.8433978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_meta.h 2025-04-25T04:46:19.8437924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_meta_dispatch.h 2025-04-25T04:46:19.8441745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_native.h 2025-04-25T04:46:19.8445679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_ops.h 2025-04-25T04:46:19.8449673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tile.h 2025-04-25T04:46:19.8453924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8457872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tile_native.h 2025-04-25T04:46:19.8461521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tile_ops.h 2025-04-25T04:46:19.8464929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to.h 2025-04-25T04:46:19.8468467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk.h 2025-04-25T04:46:19.8472251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.8476128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_cpu_dispatch.h 2025-04-25T04:46:19.8479848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_cuda_dispatch.h 2025-04-25T04:46:19.8483525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_meta.h 2025-04-25T04:46:19.8487038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_meta_dispatch.h 2025-04-25T04:46:19.8490689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_native.h 2025-04-25T04:46:19.8494128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_ops.h 2025-04-25T04:46:19.8497657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8501180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense.h 2025-04-25T04:46:19.8504619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_backward.h 2025-04-25T04:46:19.8508273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8512113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_backward_native.h 2025-04-25T04:46:19.8515706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_backward_ops.h 2025-04-25T04:46:19.8519471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8523076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_native.h 2025-04-25T04:46:19.8526858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_ops.h 2025-04-25T04:46:19.8530627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn.h 2025-04-25T04:46:19.8534154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_backward.h 2025-04-25T04:46:19.8538098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8541845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_backward_native.h 2025-04-25T04:46:19.8545540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_backward_ops.h 2025-04-25T04:46:19.8549409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.8553212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_cpu_dispatch.h 2025-04-25T04:46:19.8557435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_native.h 2025-04-25T04:46:19.8561311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_ops.h 2025-04-25T04:46:19.8565273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_native.h 2025-04-25T04:46:19.8569029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_ops.h 2025-04-25T04:46:19.8572297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_padded_tensor.h 2025-04-25T04:46:19.8576133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_padded_tensor_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.8579815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_padded_tensor_native.h 2025-04-25T04:46:19.8583688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_padded_tensor_ops.h 2025-04-25T04:46:19.8587430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse.h 2025-04-25T04:46:19.8591393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsc.h 2025-04-25T04:46:19.8595060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsc_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8598886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsc_native.h 2025-04-25T04:46:19.8602880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsc_ops.h 2025-04-25T04:46:19.8606559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsr.h 2025-04-25T04:46:19.8610659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsr_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8614574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsr_native.h 2025-04-25T04:46:19.8618592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsr_ops.h 2025-04-25T04:46:19.8622482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8626115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csc.h 2025-04-25T04:46:19.8630131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csc_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8633922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csc_native.h 2025-04-25T04:46:19.8637870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csc_ops.h 2025-04-25T04:46:19.8641988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csr.h 2025-04-25T04:46:19.8646045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csr_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8650129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csr_native.h 2025-04-25T04:46:19.8653843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csr_ops.h 2025-04-25T04:46:19.8657582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_native.h 2025-04-25T04:46:19.8662020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_ops.h 2025-04-25T04:46:19.8676027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace.h 2025-04-25T04:46:19.8676596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_backward.h 2025-04-25T04:46:19.8677309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8678050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_backward_native.h 2025-04-25T04:46:19.8681561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_backward_ops.h 2025-04-25T04:46:19.8685501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.8689449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_cpu_dispatch.h 2025-04-25T04:46:19.8693258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_cuda_dispatch.h 2025-04-25T04:46:19.8696959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_native.h 2025-04-25T04:46:19.8700855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_ops.h 2025-04-25T04:46:19.8704597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose.h 2025-04-25T04:46:19.8708581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.8712556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8716189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_copy.h 2025-04-25T04:46:19.8720110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.8724226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.8728303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_copy_native.h 2025-04-25T04:46:19.8732128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_copy_ops.h 2025-04-25T04:46:19.8735781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_native.h 2025-04-25T04:46:19.8739555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_ops.h 2025-04-25T04:46:19.8743237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapezoid.h 2025-04-25T04:46:19.8746975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8750874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapezoid_native.h 2025-04-25T04:46:19.8754451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapezoid_ops.h 2025-04-25T04:46:19.8758217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapz.h 2025-04-25T04:46:19.8761912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8766007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapz_native.h 2025-04-25T04:46:19.8769816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapz_ops.h 2025-04-25T04:46:19.8773731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve.h 2025-04-25T04:46:19.8777456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.8781186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_cpu_dispatch.h 2025-04-25T04:46:19.8785182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_cuda_dispatch.h 2025-04-25T04:46:19.8788939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_meta.h 2025-04-25T04:46:19.8792774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_meta_dispatch.h 2025-04-25T04:46:19.8796860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_native.h 2025-04-25T04:46:19.8801168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_ops.h 2025-04-25T04:46:19.8805209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril.h 2025-04-25T04:46:19.8809357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.8813496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_cpu_dispatch.h 2025-04-25T04:46:19.8817229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_cuda_dispatch.h 2025-04-25T04:46:19.8820919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices.h 2025-04-25T04:46:19.8825182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.8828987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices_cpu_dispatch.h 2025-04-25T04:46:19.8833105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices_cuda_dispatch.h 2025-04-25T04:46:19.8837169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices_native.h 2025-04-25T04:46:19.8840993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices_ops.h 2025-04-25T04:46:19.8844679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_meta.h 2025-04-25T04:46:19.8848641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_meta_dispatch.h 2025-04-25T04:46:19.8852385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_native.h 2025-04-25T04:46:19.8855886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_ops.h 2025-04-25T04:46:19.8859456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triplet_margin_loss.h 2025-04-25T04:46:19.8864011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triplet_margin_loss_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8867942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triplet_margin_loss_native.h 2025-04-25T04:46:19.8871710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triplet_margin_loss_ops.h 2025-04-25T04:46:19.8875494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu.h 2025-04-25T04:46:19.8879126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.8882641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_cpu_dispatch.h 2025-04-25T04:46:19.8886309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_cuda_dispatch.h 2025-04-25T04:46:19.8890243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices.h 2025-04-25T04:46:19.8894061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.8897817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices_cpu_dispatch.h 2025-04-25T04:46:19.8901365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices_cuda_dispatch.h 2025-04-25T04:46:19.8923200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices_native.h 2025-04-25T04:46:19.8927348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices_ops.h 2025-04-25T04:46:19.8931643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_meta.h 2025-04-25T04:46:19.8935639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_meta_dispatch.h 2025-04-25T04:46:19.8939530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_native.h 2025-04-25T04:46:19.8943324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_ops.h 2025-04-25T04:46:19.8946861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\true_divide.h 2025-04-25T04:46:19.8950625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\true_divide_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8954099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\true_divide_native.h 2025-04-25T04:46:19.8957752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\true_divide_ops.h 2025-04-25T04:46:19.8961434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc.h 2025-04-25T04:46:19.8965578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.8969503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_cpu_dispatch.h 2025-04-25T04:46:19.8973151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_cuda_dispatch.h 2025-04-25T04:46:19.8976907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_meta.h 2025-04-25T04:46:19.8980679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_meta_dispatch.h 2025-04-25T04:46:19.8984523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_native.h 2025-04-25T04:46:19.8988028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_ops.h 2025-04-25T04:46:19.8991833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\type_as.h 2025-04-25T04:46:19.8995412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\type_as_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.8999825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\type_as_native.h 2025-04-25T04:46:19.9003584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\type_as_ops.h 2025-04-25T04:46:19.9007392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.9011234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_copy.h 2025-04-25T04:46:19.9014999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.9018576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.9022427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_copy_native.h 2025-04-25T04:46:19.9026301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_copy_ops.h 2025-04-25T04:46:19.9030081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_native.h 2025-04-25T04:46:19.9033617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_ops.h 2025-04-25T04:46:19.9037004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind.h 2025-04-25T04:46:19.9040513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.9044191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.9048073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_copy.h 2025-04-25T04:46:19.9052281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.9055877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.9059796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_copy_native.h 2025-04-25T04:46:19.9063229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_copy_ops.h 2025-04-25T04:46:19.9067118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_native.h 2025-04-25T04:46:19.9070816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_ops.h 2025-04-25T04:46:19.9074795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten.h 2025-04-25T04:46:19.9078414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.9082370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_dense_tensors.h 2025-04-25T04:46:19.9086734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_dense_tensors_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.9090529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_dense_tensors_native.h 2025-04-25T04:46:19.9094342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_dense_tensors_ops.h 2025-04-25T04:46:19.9098456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_native.h 2025-04-25T04:46:19.9103220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_ops.h 2025-04-25T04:46:19.9106781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold.h 2025-04-25T04:46:19.9110538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward.h 2025-04-25T04:46:19.9114552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.9118283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward_cpu_dispatch.h 2025-04-25T04:46:19.9122357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward_cuda_dispatch.h 2025-04-25T04:46:19.9126315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward_native.h 2025-04-25T04:46:19.9130121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward_ops.h 2025-04-25T04:46:19.9134042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_copy.h 2025-04-25T04:46:19.9138288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.9142131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.9145955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_copy_native.h 2025-04-25T04:46:19.9150006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_copy_ops.h 2025-04-25T04:46:19.9154164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_cpu_dispatch.h 2025-04-25T04:46:19.9158131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_cuda_dispatch.h 2025-04-25T04:46:19.9162911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_meta_dispatch.h 2025-04-25T04:46:19.9166930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_native.h 2025-04-25T04:46:19.9171622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_ops.h 2025-04-25T04:46:19.9175597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform.h 2025-04-25T04:46:19.9179452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.9184305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_cpu_dispatch.h 2025-04-25T04:46:19.9188093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_cuda_dispatch.h 2025-04-25T04:46:19.9191798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_meta_dispatch.h 2025-04-25T04:46:19.9195583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_native.h 2025-04-25T04:46:19.9199459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_ops.h 2025-04-25T04:46:19.9203200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive.h 2025-04-25T04:46:19.9207375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.9212928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_cpu_dispatch.h 2025-04-25T04:46:19.9217782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_cuda_dispatch.h 2025-04-25T04:46:19.9221883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_native.h 2025-04-25T04:46:19.9226028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_ops.h 2025-04-25T04:46:19.9230529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim.h 2025-04-25T04:46:19.9235037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.9238933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive.h 2025-04-25T04:46:19.9242874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.9246661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_cpu_dispatch.h 2025-04-25T04:46:19.9251036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_cuda_dispatch.h 2025-04-25T04:46:19.9255597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_native.h 2025-04-25T04:46:19.9259469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_ops.h 2025-04-25T04:46:19.9263652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_cpu_dispatch.h 2025-04-25T04:46:19.9267555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_cuda_dispatch.h 2025-04-25T04:46:19.9271442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_native.h 2025-04-25T04:46:19.9276643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_ops.h 2025-04-25T04:46:19.9280662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_chunk.h 2025-04-25T04:46:19.9285357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_chunk_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.9289265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_chunk_native.h 2025-04-25T04:46:19.9292904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_chunk_ops.h 2025-04-25T04:46:19.9296730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split.h 2025-04-25T04:46:19.9300564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.9304609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_native.h 2025-04-25T04:46:19.9308524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_ops.h 2025-04-25T04:46:19.9312507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_with_sizes.h 2025-04-25T04:46:19.9317271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.9321930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_with_sizes_native.h 2025-04-25T04:46:19.9325988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_with_sizes_ops.h 2025-04-25T04:46:19.9329624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze.h 2025-04-25T04:46:19.9333492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.9337276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy.h 2025-04-25T04:46:19.9341240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.9345083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.9349413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy_native.h 2025-04-25T04:46:19.9353996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy_ops.h 2025-04-25T04:46:19.9357778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_native.h 2025-04-25T04:46:19.9361762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_ops.h 2025-04-25T04:46:19.9366089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d.h 2025-04-25T04:46:19.9370059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward.h 2025-04-25T04:46:19.9374006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.9378496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_cpu_dispatch.h 2025-04-25T04:46:19.9382475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_cuda_dispatch.h 2025-04-25T04:46:19.9386453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_meta.h 2025-04-25T04:46:19.9390387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_meta_dispatch.h 2025-04-25T04:46:19.9394408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_native.h 2025-04-25T04:46:19.9398461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_ops.h 2025-04-25T04:46:19.9402573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.9406478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.9430438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_cpu_dispatch.h 2025-04-25T04:46:19.9434650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_cuda_dispatch.h 2025-04-25T04:46:19.9439062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_meta.h 2025-04-25T04:46:19.9443033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_meta_dispatch.h 2025-04-25T04:46:19.9446844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_native.h 2025-04-25T04:46:19.9450819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_ops.h 2025-04-25T04:46:19.9454757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d.h 2025-04-25T04:46:19.9458789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward.h 2025-04-25T04:46:19.9462919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.9466637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_cpu_dispatch.h 2025-04-25T04:46:19.9470487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_cuda_dispatch.h 2025-04-25T04:46:19.9474357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_meta.h 2025-04-25T04:46:19.9479038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_meta_dispatch.h 2025-04-25T04:46:19.9482897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_native.h 2025-04-25T04:46:19.9486648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_ops.h 2025-04-25T04:46:19.9490714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.9494758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.9499033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.9503163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_cpu_dispatch.h 2025-04-25T04:46:19.9507161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_cuda_dispatch.h 2025-04-25T04:46:19.9510893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_meta.h 2025-04-25T04:46:19.9514616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_meta_dispatch.h 2025-04-25T04:46:19.9518610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_native.h 2025-04-25T04:46:19.9522420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_ops.h 2025-04-25T04:46:19.9526176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d.h 2025-04-25T04:46:19.9530965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward.h 2025-04-25T04:46:19.9535159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.9538886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_cpu_dispatch.h 2025-04-25T04:46:19.9543007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_cuda_dispatch.h 2025-04-25T04:46:19.9546906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_meta.h 2025-04-25T04:46:19.9550826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_meta_dispatch.h 2025-04-25T04:46:19.9554804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_native.h 2025-04-25T04:46:19.9558924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_ops.h 2025-04-25T04:46:19.9563079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.9568574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.9572950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_cpu_dispatch.h 2025-04-25T04:46:19.9577034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_cuda_dispatch.h 2025-04-25T04:46:19.9581254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_meta.h 2025-04-25T04:46:19.9585243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_meta_dispatch.h 2025-04-25T04:46:19.9589563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_native.h 2025-04-25T04:46:19.9593501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_ops.h 2025-04-25T04:46:19.9597621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d.h 2025-04-25T04:46:19.9601190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward.h 2025-04-25T04:46:19.9605731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.9610292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_cpu_dispatch.h 2025-04-25T04:46:19.9614587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_cuda_dispatch.h 2025-04-25T04:46:19.9618686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_meta.h 2025-04-25T04:46:19.9622420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_meta_dispatch.h 2025-04-25T04:46:19.9627055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_native.h 2025-04-25T04:46:19.9631179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_ops.h 2025-04-25T04:46:19.9635293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.9639366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.9643270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_cpu_dispatch.h 2025-04-25T04:46:19.9647318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_cuda_dispatch.h 2025-04-25T04:46:19.9651628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_meta.h 2025-04-25T04:46:19.9655396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_meta_dispatch.h 2025-04-25T04:46:19.9659356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_native.h 2025-04-25T04:46:19.9663445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_ops.h 2025-04-25T04:46:19.9667742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d.h 2025-04-25T04:46:19.9671252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward.h 2025-04-25T04:46:19.9675402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.9679479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_cpu_dispatch.h 2025-04-25T04:46:19.9683566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_cuda_dispatch.h 2025-04-25T04:46:19.9687284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_meta.h 2025-04-25T04:46:19.9691188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_meta_dispatch.h 2025-04-25T04:46:19.9695509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_native.h 2025-04-25T04:46:19.9699377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_ops.h 2025-04-25T04:46:19.9703413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.9707491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.9711539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.9715608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_cpu_dispatch.h 2025-04-25T04:46:19.9719934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_cuda_dispatch.h 2025-04-25T04:46:19.9723908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_meta.h 2025-04-25T04:46:19.9728256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_meta_dispatch.h 2025-04-25T04:46:19.9732792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_native.h 2025-04-25T04:46:19.9737079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_ops.h 2025-04-25T04:46:19.9740641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d.h 2025-04-25T04:46:19.9745200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward.h 2025-04-25T04:46:19.9749961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.9754235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_cpu_dispatch.h 2025-04-25T04:46:19.9758761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_cuda_dispatch.h 2025-04-25T04:46:19.9762989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_meta.h 2025-04-25T04:46:19.9766895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_meta_dispatch.h 2025-04-25T04:46:19.9770947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_native.h 2025-04-25T04:46:19.9774789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_ops.h 2025-04-25T04:46:19.9779361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.9783582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.9787227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_cpu_dispatch.h 2025-04-25T04:46:19.9791093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_cuda_dispatch.h 2025-04-25T04:46:19.9795078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_meta.h 2025-04-25T04:46:19.9799059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_meta_dispatch.h 2025-04-25T04:46:19.9803055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_native.h 2025-04-25T04:46:19.9807054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_ops.h 2025-04-25T04:46:19.9811802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d.h 2025-04-25T04:46:19.9815894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward.h 2025-04-25T04:46:19.9820757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.9824716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_cpu_dispatch.h 2025-04-25T04:46:19.9829763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_cuda_dispatch.h 2025-04-25T04:46:19.9833821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_meta.h 2025-04-25T04:46:19.9837766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_meta_dispatch.h 2025-04-25T04:46:19.9841626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_native.h 2025-04-25T04:46:19.9845555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_ops.h 2025-04-25T04:46:19.9850515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.9854379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.9858476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_cpu_dispatch.h 2025-04-25T04:46:19.9862392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_cuda_dispatch.h 2025-04-25T04:46:19.9866230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_meta.h 2025-04-25T04:46:19.9870844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_meta_dispatch.h 2025-04-25T04:46:19.9874931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_native.h 2025-04-25T04:46:19.9879186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_ops.h 2025-04-25T04:46:19.9882974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values.h 2025-04-25T04:46:19.9886823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.9890582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_copy.h 2025-04-25T04:46:19.9894912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:19.9898946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.9902723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_copy_native.h 2025-04-25T04:46:19.9906652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_copy_ops.h 2025-04-25T04:46:19.9910434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_native.h 2025-04-25T04:46:19.9914699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_ops.h 2025-04-25T04:46:19.9919596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\value_selecting_reduction_backward.h 2025-04-25T04:46:19.9923778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.9927771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\value_selecting_reduction_backward_native.h 2025-04-25T04:46:19.9931965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\value_selecting_reduction_backward_ops.h 2025-04-25T04:46:19.9935617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vander.h 2025-04-25T04:46:19.9939286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.9943190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vander_native.h 2025-04-25T04:46:19.9947288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vander_ops.h 2025-04-25T04:46:19.9951877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var.h 2025-04-25T04:46:19.9955443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.9959271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_cpu_dispatch.h 2025-04-25T04:46:19.9963305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_cuda_dispatch.h 2025-04-25T04:46:19.9966919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean.h 2025-04-25T04:46:19.9985407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:19.9988993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:19.9993050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_cpu_dispatch.h 2025-04-25T04:46:19.9996882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_cuda_dispatch.h 2025-04-25T04:46:20.0000756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_native.h 2025-04-25T04:46:20.0004455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_ops.h 2025-04-25T04:46:20.0008213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_native.h 2025-04-25T04:46:20.0012089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_ops.h 2025-04-25T04:46:20.0015654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot.h 2025-04-25T04:46:20.0019195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.0022933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot_cpu_dispatch.h 2025-04-25T04:46:20.0026619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot_cuda_dispatch.h 2025-04-25T04:46:20.0030445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot_native.h 2025-04-25T04:46:20.0033990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot_ops.h 2025-04-25T04:46:20.0037183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view.h 2025-04-25T04:46:20.0041008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as.h 2025-04-25T04:46:20.0044882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex.h 2025-04-25T04:46:20.0048678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy.h 2025-04-25T04:46:20.0052847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:20.0057203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.0060850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy_native.h 2025-04-25T04:46:20.0064545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy_ops.h 2025-04-25T04:46:20.0068767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_cpu_dispatch.h 2025-04-25T04:46:20.0073018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_cuda_dispatch.h 2025-04-25T04:46:20.0077342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_meta_dispatch.h 2025-04-25T04:46:20.0081259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_native.h 2025-04-25T04:46:20.0085353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_ops.h 2025-04-25T04:46:20.0089623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.0093612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_native.h 2025-04-25T04:46:20.0097346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_ops.h 2025-04-25T04:46:20.0101342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real.h 2025-04-25T04:46:20.0105407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy.h 2025-04-25T04:46:20.0109683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:20.0113598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.0117457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy_native.h 2025-04-25T04:46:20.0121253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy_ops.h 2025-04-25T04:46:20.0126379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_cpu_dispatch.h 2025-04-25T04:46:20.0130845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_cuda_dispatch.h 2025-04-25T04:46:20.0135014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_meta_dispatch.h 2025-04-25T04:46:20.0138732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_native.h 2025-04-25T04:46:20.0142875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_ops.h 2025-04-25T04:46:20.0147469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.0151227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_copy.h 2025-04-25T04:46:20.0156097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:20.0159913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.0163940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_copy_native.h 2025-04-25T04:46:20.0167905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_copy_ops.h 2025-04-25T04:46:20.0171769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_cpu_dispatch.h 2025-04-25T04:46:20.0175631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_cuda_dispatch.h 2025-04-25T04:46:20.0179533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_meta_dispatch.h 2025-04-25T04:46:20.0183363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_native.h 2025-04-25T04:46:20.0187085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_ops.h 2025-04-25T04:46:20.0190904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vsplit.h 2025-04-25T04:46:20.0194639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.0198181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vsplit_native.h 2025-04-25T04:46:20.0201945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vsplit_ops.h 2025-04-25T04:46:20.0205698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vstack.h 2025-04-25T04:46:20.0209615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.0213413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vstack_native.h 2025-04-25T04:46:20.0217036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vstack_ops.h 2025-04-25T04:46:20.0221505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where.h 2025-04-25T04:46:20.0225318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.0228817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where_cpu_dispatch.h 2025-04-25T04:46:20.0232989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where_cuda_dispatch.h 2025-04-25T04:46:20.0236955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where_native.h 2025-04-25T04:46:20.0241071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where_ops.h 2025-04-25T04:46:20.0244983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy.h 2025-04-25T04:46:20.0248781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:20.0252709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.0256903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_cpu_dispatch.h 2025-04-25T04:46:20.0261106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_cuda_dispatch.h 2025-04-25T04:46:20.0264929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_meta.h 2025-04-25T04:46:20.0268687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_meta_dispatch.h 2025-04-25T04:46:20.0273469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_native.h 2025-04-25T04:46:20.0277282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_ops.h 2025-04-25T04:46:20.0281093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xor.h 2025-04-25T04:46:20.0284761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.0288654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xor_native.h 2025-04-25T04:46:20.0292203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xor_ops.h 2025-04-25T04:46:20.0295650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero.h 2025-04-25T04:46:20.0299110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros.h 2025-04-25T04:46:20.0302716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.0306649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_like.h 2025-04-25T04:46:20.0310871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_like_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.0314662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_like_compositeimplicitautogradnestedtensor_dispatch.h 2025-04-25T04:46:20.0318339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_like_native.h 2025-04-25T04:46:20.0322213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_like_ops.h 2025-04-25T04:46:20.0325999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_native.h 2025-04-25T04:46:20.0329917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_ops.h 2025-04-25T04:46:20.0333843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.0337754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_cpu_dispatch.h 2025-04-25T04:46:20.0341495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_cuda_dispatch.h 2025-04-25T04:46:20.0345472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_meta_dispatch.h 2025-04-25T04:46:20.0349110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_native.h 2025-04-25T04:46:20.0352716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_ops.h 2025-04-25T04:46:20.0356253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d.h 2025-04-25T04:46:20.0359861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward.h 2025-04-25T04:46:20.0363776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.0368274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cpu_dispatch.h 2025-04-25T04:46:20.0372500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cuda_dispatch.h 2025-04-25T04:46:20.0376285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_native.h 2025-04-25T04:46:20.0380075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_ops.h 2025-04-25T04:46:20.0384052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.0388008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_cpu_dispatch.h 2025-04-25T04:46:20.0391961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_cuda_dispatch.h 2025-04-25T04:46:20.0396142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_native.h 2025-04-25T04:46:20.0400215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_ops.h 2025-04-25T04:46:20.0404675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d.h 2025-04-25T04:46:20.0408060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward.h 2025-04-25T04:46:20.0412170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.0415996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cpu_dispatch.h 2025-04-25T04:46:20.0419900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cuda_dispatch.h 2025-04-25T04:46:20.0424008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_native.h 2025-04-25T04:46:20.0428011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_ops.h 2025-04-25T04:46:20.0432330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.0436274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_cpu_dispatch.h 2025-04-25T04:46:20.0440204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_cuda_dispatch.h 2025-04-25T04:46:20.0444004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_native.h 2025-04-25T04:46:20.0448019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_ops.h 2025-04-25T04:46:20.0451944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation.h 2025-04-25T04:46:20.0455830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:20.0459988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_cpu_dispatch.h 2025-04-25T04:46:20.0463885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_cuda_dispatch.h 2025-04-25T04:46:20.0467588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_meta.h 2025-04-25T04:46:20.0471427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_meta_dispatch.h 2025-04-25T04:46:20.0475220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_native.h 2025-04-25T04:46:20.0479033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_ops.h 2025-04-25T04:46:20.0483019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_batch_dim.h 2025-04-25T04:46:20.0486851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_batch_dim_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.0490711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_batch_dim_native.h 2025-04-25T04:46:20.0494568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_batch_dim_ops.h 2025-04-25T04:46:20.0498275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu.h 2025-04-25T04:46:20.0502855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.0507064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu_cpu_dispatch.h 2025-04-25T04:46:20.0511167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu_meta_dispatch.h 2025-04-25T04:46:20.0514991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu_native.h 2025-04-25T04:46:20.0518921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu_ops.h 2025-04-25T04:46:20.0522601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax.h 2025-04-25T04:46:20.0526156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.0530118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax_cpu_dispatch.h 2025-04-25T04:46:20.0533878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax_cuda_dispatch.h 2025-04-25T04:46:20.0537749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax_native.h 2025-04-25T04:46:20.0541411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax_ops.h 2025-04-25T04:46:20.0545445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale.h 2025-04-25T04:46:20.0549976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.0553733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h 2025-04-25T04:46:20.0557641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h 2025-04-25T04:46:20.0562419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_native.h 2025-04-25T04:46:20.0566498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_ops.h 2025-04-25T04:46:20.0570466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale.h 2025-04-25T04:46:20.0574271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.0578198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_cpu_dispatch.h 2025-04-25T04:46:20.0582084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_cuda_dispatch.h 2025-04-25T04:46:20.0585764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_meta_dispatch.h 2025-04-25T04:46:20.0590501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_native.h 2025-04-25T04:46:20.0594310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_ops.h 2025-04-25T04:46:20.0598338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_async.h 2025-04-25T04:46:20.0602174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_async_cpu_dispatch.h 2025-04-25T04:46:20.0605928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_async_cuda_dispatch.h 2025-04-25T04:46:20.0610094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_async_native.h 2025-04-25T04:46:20.0613909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_async_ops.h 2025-04-25T04:46:20.0617629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_scalar.h 2025-04-25T04:46:20.0621598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_scalar_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.0625572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_scalar_native.h 2025-04-25T04:46:20.0629432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_scalar_ops.h 2025-04-25T04:46:20.0633198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata.h 2025-04-25T04:46:20.0637342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.0641094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata_meta_dispatch.h 2025-04-25T04:46:20.0644934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata_native.h 2025-04-25T04:46:20.0648825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata_ops.h 2025-04-25T04:46:20.0652693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_full_precision.h 2025-04-25T04:46:20.0656622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_full_precision_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.0660723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_full_precision_native.h 2025-04-25T04:46:20.0664346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_full_precision_ops.h 2025-04-25T04:46:20.0668247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_reduced_precision.h 2025-04-25T04:46:20.0672166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.0676062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_reduced_precision_native.h 2025-04-25T04:46:20.0680017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_reduced_precision_ops.h 2025-04-25T04:46:20.0683903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_backward.h 2025-04-25T04:46:20.0687879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.0691643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_backward_native.h 2025-04-25T04:46:20.0695390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_backward_ops.h 2025-04-25T04:46:20.0699100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index.h 2025-04-25T04:46:20.0702818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_backward.h 2025-04-25T04:46:20.0706932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.0711030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_backward_native.h 2025-04-25T04:46:20.0714937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_backward_ops.h 2025-04-25T04:46:20.5780587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.5783919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_native.h 2025-04-25T04:46:20.5787951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_ops.h 2025-04-25T04:46:20.5791721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_no_update.h 2025-04-25T04:46:20.5795625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_no_update_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.5799328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_no_update_native.h 2025-04-25T04:46:20.5803108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_no_update_ops.h 2025-04-25T04:46:20.5806867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update.h 2025-04-25T04:46:20.5811100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.5815704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_cpu_dispatch.h 2025-04-25T04:46:20.5819662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_cuda_dispatch.h 2025-04-25T04:46:20.5823349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_native.h 2025-04-25T04:46:20.5827090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_ops.h 2025-04-25T04:46:20.5830749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Byte.h 2025-04-25T04:46:20.5834693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Byte_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.5838257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Byte_native.h 2025-04-25T04:46:20.5842081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Byte_ops.h 2025-04-25T04:46:20.5845536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Char.h 2025-04-25T04:46:20.5849452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Char_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.5853171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Char_native.h 2025-04-25T04:46:20.5856936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Char_ops.h 2025-04-25T04:46:20.5860773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Double.h 2025-04-25T04:46:20.5864978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Double_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.5868759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Double_native.h 2025-04-25T04:46:20.5872411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Double_ops.h 2025-04-25T04:46:20.5876023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Float.h 2025-04-25T04:46:20.5879852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Float_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.5883531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Float_native.h 2025-04-25T04:46:20.5887404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Float_ops.h 2025-04-25T04:46:20.5891340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Half.h 2025-04-25T04:46:20.5895095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Half_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.5898621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Half_native.h 2025-04-25T04:46:20.5902246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Half_ops.h 2025-04-25T04:46:20.5905877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Int.h 2025-04-25T04:46:20.5909685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Int_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.5913398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Int_native.h 2025-04-25T04:46:20.5917767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Int_ops.h 2025-04-25T04:46:20.5921556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Long.h 2025-04-25T04:46:20.5925342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Long_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.5929101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Long_native.h 2025-04-25T04:46:20.5932971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Long_ops.h 2025-04-25T04:46:20.5936612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Short.h 2025-04-25T04:46:20.5940407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Short_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.5944221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Short_native.h 2025-04-25T04:46:20.5947860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Short_ops.h 2025-04-25T04:46:20.5951562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward.h 2025-04-25T04:46:20.5955273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.5958866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_cpu_dispatch.h 2025-04-25T04:46:20.5962525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_cuda_dispatch.h 2025-04-25T04:46:20.5966767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_native.h 2025-04-25T04:46:20.5971146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_ops.h 2025-04-25T04:46:20.5974870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward.h 2025-04-25T04:46:20.5978725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.5982688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_cpu_dispatch.h 2025-04-25T04:46:20.5986506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_cuda_dispatch.h 2025-04-25T04:46:20.5990350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_native.h 2025-04-25T04:46:20.5994818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_ops.h 2025-04-25T04:46:20.5998834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper.h 2025-04-25T04:46:20.6002681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.6006494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_cpu_dispatch.h 2025-04-25T04:46:20.6010245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_cuda_dispatch.h 2025-04-25T04:46:20.6014110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_native.h 2025-04-25T04:46:20.6018520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_ops.h 2025-04-25T04:46:20.6022230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_choose_qparams_per_tensor.h 2025-04-25T04:46:20.6026098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.6029875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_choose_qparams_per_tensor_native.h 2025-04-25T04:46:20.6033680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_choose_qparams_per_tensor_ops.h 2025-04-25T04:46:20.6037448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_chunk_cat.h 2025-04-25T04:46:20.6041126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_chunk_cat_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.7768568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_chunk_cat_cuda_dispatch.h 2025-04-25T04:46:20.7772431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_chunk_cat_native.h 2025-04-25T04:46:20.7776096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_chunk_cat_ops.h 2025-04-25T04:46:20.7779897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesce.h 2025-04-25T04:46:20.7783421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesced.h 2025-04-25T04:46:20.7787270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.7790944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesced_meta_dispatch.h 2025-04-25T04:46:20.7794847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesced_native.h 2025-04-25T04:46:20.7798986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesced_ops.h 2025-04-25T04:46:20.7802974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.7806738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesce_native.h 2025-04-25T04:46:20.7810636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesce_ops.h 2025-04-25T04:46:20.7814542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination.h 2025-04-25T04:46:20.7818564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination_cpu_dispatch.h 2025-04-25T04:46:20.7822368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination_cuda_dispatch.h 2025-04-25T04:46:20.7826149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination_native.h 2025-04-25T04:46:20.7829679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination_ops.h 2025-04-25T04:46:20.7833384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj.h 2025-04-25T04:46:20.7836982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.7840939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_copy.h 2025-04-25T04:46:20.7845021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:20.7848910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.7852761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_copy_native.h 2025-04-25T04:46:20.7856976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_copy_ops.h 2025-04-25T04:46:20.7861530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_native.h 2025-04-25T04:46:20.7865179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_ops.h 2025-04-25T04:46:20.7868973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_physical.h 2025-04-25T04:46:20.7873153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_physical_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.7876824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_physical_native.h 2025-04-25T04:46:20.7880692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_physical_ops.h 2025-04-25T04:46:20.7884631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr.h 2025-04-25T04:46:20.7889460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:20.7894201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cpu_dispatch.h 2025-04-25T04:46:20.7898296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cuda_dispatch.h 2025-04-25T04:46:20.7902337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta.h 2025-04-25T04:46:20.7906150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta_dispatch.h 2025-04-25T04:46:20.7909846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_native.h 2025-04-25T04:46:20.7913882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_ops.h 2025-04-25T04:46:20.7917948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo.h 2025-04-25T04:46:20.7921950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:20.7925803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cpu_dispatch.h 2025-04-25T04:46:20.7929784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cuda_dispatch.h 2025-04-25T04:46:20.7941207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta.h 2025-04-25T04:46:20.7942648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta_dispatch.h 2025-04-25T04:46:20.7945420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_native.h 2025-04-25T04:46:20.7949657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_ops.h 2025-04-25T04:46:20.7953462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack.h 2025-04-25T04:46:20.7957190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_cuda_dispatch.h 2025-04-25T04:46:20.7961080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu.h 2025-04-25T04:46:20.7965728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h 2025-04-25T04:46:20.7970240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_native.h 2025-04-25T04:46:20.8001655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_ops.h 2025-04-25T04:46:20.8005441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_native.h 2025-04-25T04:46:20.8009494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_ops.h 2025-04-25T04:46:20.8013468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution.h 2025-04-25T04:46:20.8018302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.8022376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.8026055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_double_backward.h 2025-04-25T04:46:20.8029902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_double_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.8033659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_double_backward_native.h 2025-04-25T04:46:20.8037574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_double_backward_ops.h 2025-04-25T04:46:20.8041256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_mode.h 2025-04-25T04:46:20.8045094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_mode_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.8049074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_mode_native.h 2025-04-25T04:46:20.8053012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_mode_ops.h 2025-04-25T04:46:20.8057167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_native.h 2025-04-25T04:46:20.8060943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_ops.h 2025-04-25T04:46:20.8064876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conv_depthwise2d.h 2025-04-25T04:46:20.8068600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conv_depthwise2d_cuda_dispatch.h 2025-04-25T04:46:20.8072219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conv_depthwise2d_native.h 2025-04-25T04:46:20.8075954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conv_depthwise2d_ops.h 2025-04-25T04:46:20.8079698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from.h 2025-04-25T04:46:20.8083312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_and_resize.h 2025-04-25T04:46:20.8087044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_and_resize_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.8091019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_and_resize_native.h 2025-04-25T04:46:20.8094694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_and_resize_ops.h 2025-04-25T04:46:20.8098525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.8102281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_native.h 2025-04-25T04:46:20.8106132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_ops.h 2025-04-25T04:46:20.8109595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_compress.h 2025-04-25T04:46:20.8113345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_compress_cuda_dispatch.h 2025-04-25T04:46:20.8116907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_compress_native.h 2025-04-25T04:46:20.8120528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_compress_ops.h 2025-04-25T04:46:20.8124226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm.h 2025-04-25T04:46:20.8128474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_cuda_dispatch.h 2025-04-25T04:46:20.8132403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_native.h 2025-04-25T04:46:20.8136185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_ops.h 2025-04-25T04:46:20.8139926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_search.h 2025-04-25T04:46:20.8143925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_search_cuda_dispatch.h 2025-04-25T04:46:20.8147710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_search_native.h 2025-04-25T04:46:20.8151335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_search_ops.h 2025-04-25T04:46:20.8154983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss.h 2025-04-25T04:46:20.8159046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward.h 2025-04-25T04:46:20.8162811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.8166616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_cpu_dispatch.h 2025-04-25T04:46:20.8170493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_cuda_dispatch.h 2025-04-25T04:46:20.8174236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_native.h 2025-04-25T04:46:20.8177950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_ops.h 2025-04-25T04:46:20.8181748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.8185449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_cpu_dispatch.h 2025-04-25T04:46:20.8189418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_cuda_dispatch.h 2025-04-25T04:46:20.8193255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_meta_dispatch.h 2025-04-25T04:46:20.8197167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_native.h 2025-04-25T04:46:20.8200867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_ops.h 2025-04-25T04:46:20.8204579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_attention_forward.h 2025-04-25T04:46:20.8208229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_attention_forward_cuda_dispatch.h 2025-04-25T04:46:20.8211891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_attention_forward_native.h 2025-04-25T04:46:20.8215587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_attention_forward_ops.h 2025-04-25T04:46:20.8219682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss.h 2025-04-25T04:46:20.8223621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.8227363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss_cuda_dispatch.h 2025-04-25T04:46:20.8231006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss_native.h 2025-04-25T04:46:20.8234909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss_ops.h 2025-04-25T04:46:20.8238590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state.h 2025-04-25T04:46:20.8242705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.8246452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state_cuda_dispatch.h 2025-04-25T04:46:20.8250411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state_native.h 2025-04-25T04:46:20.8254684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state_ops.h 2025-04-25T04:46:20.8258564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn.h 2025-04-25T04:46:20.8262356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward.h 2025-04-25T04:46:20.8266584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.8270706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward_cuda_dispatch.h 2025-04-25T04:46:20.8274564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward_native.h 2025-04-25T04:46:20.8278555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward_ops.h 2025-04-25T04:46:20.8283061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.8287111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_cuda_dispatch.h 2025-04-25T04:46:20.8290916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight.h 2025-04-25T04:46:20.8295819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.8299605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_cuda_dispatch.h 2025-04-25T04:46:20.8303423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_native.h 2025-04-25T04:46:20.8307183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_ops.h 2025-04-25T04:46:20.8311365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_native.h 2025-04-25T04:46:20.8315206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_ops.h 2025-04-25T04:46:20.8319106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_clear_plan_cache.h 2025-04-25T04:46:20.8323194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.8327065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_clear_plan_cache_native.h 2025-04-25T04:46:20.8330906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_clear_plan_cache_ops.h 2025-04-25T04:46:20.8334903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_max_size.h 2025-04-25T04:46:20.8338917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.8342992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_native.h 2025-04-25T04:46:20.8346758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_ops.h 2025-04-25T04:46:20.8351213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_size.h 2025-04-25T04:46:20.8355397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.8359241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_size_native.h 2025-04-25T04:46:20.8363123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_size_ops.h 2025-04-25T04:46:20.8366994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_set_plan_cache_max_size.h 2025-04-25T04:46:20.8371083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.8374889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_native.h 2025-04-25T04:46:20.8378807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_ops.h 2025-04-25T04:46:20.8382805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummax_helper.h 2025-04-25T04:46:20.8386620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummax_helper_cpu_dispatch.h 2025-04-25T04:46:20.8390348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummax_helper_cuda_dispatch.h 2025-04-25T04:46:20.8394021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummax_helper_native.h 2025-04-25T04:46:20.8397638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummax_helper_ops.h 2025-04-25T04:46:20.8401670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummin_helper.h 2025-04-25T04:46:20.8405481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummin_helper_cpu_dispatch.h 2025-04-25T04:46:20.8409284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummin_helper_cuda_dispatch.h 2025-04-25T04:46:20.8413246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummin_helper_native.h 2025-04-25T04:46:20.8417040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummin_helper_ops.h 2025-04-25T04:46:20.8420877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_debug_has_internal_overlap.h 2025-04-25T04:46:20.8424975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.8428759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_debug_has_internal_overlap_native.h 2025-04-25T04:46:20.8432341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_debug_has_internal_overlap_ops.h 2025-04-25T04:46:20.8436449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimI.h 2025-04-25T04:46:20.8439884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimI_native.h 2025-04-25T04:46:20.8443403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimI_ops.h 2025-04-25T04:46:20.8447320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimV.h 2025-04-25T04:46:20.8451383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimV_native.h 2025-04-25T04:46:20.8454951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimV_ops.h 2025-04-25T04:46:20.8458953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dim_arange.h 2025-04-25T04:46:20.8463031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dim_arange_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.8466559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dim_arange_native.h 2025-04-25T04:46:20.8470505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dim_arange_ops.h 2025-04-25T04:46:20.8474329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad.h 2025-04-25T04:46:20.8478003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.8481650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_cpu_dispatch.h 2025-04-25T04:46:20.8485429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_cuda_dispatch.h 2025-04-25T04:46:20.8489472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_native.h 2025-04-25T04:46:20.8493275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_ops.h 2025-04-25T04:46:20.8497188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_matmul_4bit.h 2025-04-25T04:46:20.8501009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_matmul_4bit_cpu_dispatch.h 2025-04-25T04:46:20.8504586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_matmul_4bit_native.h 2025-04-25T04:46:20.8508310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_matmul_4bit_ops.h 2025-04-25T04:46:20.8511993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight.h 2025-04-25T04:46:20.8515893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_cpu_dispatch.h 2025-04-25T04:46:20.8519863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_native.h 2025-04-25T04:46:20.8523695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_ops.h 2025-04-25T04:46:20.8527477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor.h 2025-04-25T04:46:20.8531426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.8535004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h 2025-04-25T04:46:20.8538739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h 2025-04-25T04:46:20.8542575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h 2025-04-25T04:46:20.8546398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_native.h 2025-04-25T04:46:20.8550592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_ops.h 2025-04-25T04:46:20.8554522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_backward.h 2025-04-25T04:46:20.8558298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_backward_cuda_dispatch.h 2025-04-25T04:46:20.8562227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_backward_native.h 2025-04-25T04:46:20.8566051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_backward_ops.h 2025-04-25T04:46:20.8569925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_forward.h 2025-04-25T04:46:20.8574198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_forward_cuda_dispatch.h 2025-04-25T04:46:20.8578084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_forward_native.h 2025-04-25T04:46:20.8581781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_forward_ops.h 2025-04-25T04:46:20.8585434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag.h 2025-04-25T04:46:20.8589554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward.h 2025-04-25T04:46:20.8593485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward_cpu_dispatch.h 2025-04-25T04:46:20.8597580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward_cuda_dispatch.h 2025-04-25T04:46:20.8601347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward_native.h 2025-04-25T04:46:20.8605120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward_ops.h 2025-04-25T04:46:20.8609186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.8613129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_cpu_dispatch.h 2025-04-25T04:46:20.8616770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_cuda_dispatch.h 2025-04-25T04:46:20.8620455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward.h 2025-04-25T04:46:20.8624390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.8628298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_cpu_dispatch.h 2025-04-25T04:46:20.8632108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_cuda_dispatch.h 2025-04-25T04:46:20.8636162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_native.h 2025-04-25T04:46:20.8639902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_ops.h 2025-04-25T04:46:20.8644031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only.h 2025-04-25T04:46:20.8647967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.8651815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_cpu_dispatch.h 2025-04-25T04:46:20.8655606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_cuda_dispatch.h 2025-04-25T04:46:20.8659836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_native.h 2025-04-25T04:46:20.8663713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_ops.h 2025-04-25T04:46:20.8667455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_native.h 2025-04-25T04:46:20.8671166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_ops.h 2025-04-25T04:46:20.8675022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward.h 2025-04-25T04:46:20.8679034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.8683120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cpu_dispatch.h 2025-04-25T04:46:20.8686844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cuda_dispatch.h 2025-04-25T04:46:20.8690753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_native.h 2025-04-25T04:46:20.8694533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_ops.h 2025-04-25T04:46:20.8698344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_sparse_backward.h 2025-04-25T04:46:20.8702377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:20.8706256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_sparse_backward_native.h 2025-04-25T04:46:20.8710029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_sparse_backward_ops.h 2025-04-25T04:46:20.8713916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized.h 2025-04-25T04:46:20.8717833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.8721709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized_cpu_dispatch.h 2025-04-25T04:46:20.8725583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized_native.h 2025-04-25T04:46:20.8730172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized_ops.h 2025-04-25T04:46:20.8733864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized.h 2025-04-25T04:46:20.8737726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.8742113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized_cpu_dispatch.h 2025-04-25T04:46:20.8745875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized_native.h 2025-04-25T04:46:20.8749684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized_ops.h 2025-04-25T04:46:20.8753294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_euclidean_dist.h 2025-04-25T04:46:20.8758315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_euclidean_dist_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.8762849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_euclidean_dist_native.h 2025-04-25T04:46:20.8766828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_euclidean_dist_ops.h 2025-04-25T04:46:20.8771019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine.h 2025-04-25T04:46:20.8774736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward.h 2025-04-25T04:46:20.8778726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h 2025-04-25T04:46:20.8782620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h 2025-04-25T04:46:20.8786796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_native.h 2025-04-25T04:46:20.8790865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_ops.h 2025-04-25T04:46:20.8795286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.8814224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h 2025-04-25T04:46:20.8818801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h 2025-04-25T04:46:20.8822616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_native.h 2025-04-25T04:46:20.8827494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_ops.h 2025-04-25T04:46:20.8831763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine.h 2025-04-25T04:46:20.8835858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward.h 2025-04-25T04:46:20.8840524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h 2025-04-25T04:46:20.8844276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h 2025-04-25T04:46:20.8848449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_native.h 2025-04-25T04:46:20.8852449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_ops.h 2025-04-25T04:46:20.8856933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.8860930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h 2025-04-25T04:46:20.8864735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h 2025-04-25T04:46:20.8868754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_native.h 2025-04-25T04:46:20.8872770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_ops.h 2025-04-25T04:46:20.8877019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h 2025-04-25T04:46:20.8881027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.8884924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h 2025-04-25T04:46:20.8889032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h 2025-04-25T04:46:20.8893235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h 2025-04-25T04:46:20.8897280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h 2025-04-25T04:46:20.8901070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2c.h 2025-04-25T04:46:20.8904567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2c_cpu_dispatch.h 2025-04-25T04:46:20.8908716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2c_cuda_dispatch.h 2025-04-25T04:46:20.8914482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2c_native.h 2025-04-25T04:46:20.8917999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2c_ops.h 2025-04-25T04:46:20.8921925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2r.h 2025-04-25T04:46:20.8925919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2r_cpu_dispatch.h 2025-04-25T04:46:20.8929674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2r_cuda_dispatch.h 2025-04-25T04:46:20.8933347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2r_native.h 2025-04-25T04:46:20.8937069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2r_ops.h 2025-04-25T04:46:20.8941015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_r2c.h 2025-04-25T04:46:20.8944935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_r2c_cpu_dispatch.h 2025-04-25T04:46:20.8948668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_r2c_cuda_dispatch.h 2025-04-25T04:46:20.8952208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_r2c_native.h 2025-04-25T04:46:20.8956040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_r2c_ops.h 2025-04-25T04:46:20.8959852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask.h 2025-04-25T04:46:20.8963489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_cuda_dispatch.h 2025-04-25T04:46:20.8967473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_meta_dispatch.h 2025-04-25T04:46:20.8971650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_native.h 2025-04-25T04:46:20.8975409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_ops.h 2025-04-25T04:46:20.8979523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_backward.h 2025-04-25T04:46:20.8983056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_backward_cuda_dispatch.h 2025-04-25T04:46:20.8987087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_backward_native.h 2025-04-25T04:46:20.8990743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_backward_ops.h 2025-04-25T04:46:20.8994495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_forward.h 2025-04-25T04:46:20.8998422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_forward_cuda_dispatch.h 2025-04-25T04:46:20.9002414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_forward_native.h 2025-04-25T04:46:20.9006830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_forward_ops.h 2025-04-25T04:46:20.9010591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foobar.h 2025-04-25T04:46:20.9014871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9018561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foobar_cpu_dispatch.h 2025-04-25T04:46:20.9022479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foobar_native.h 2025-04-25T04:46:20.9026356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foobar_ops.h 2025-04-25T04:46:20.9030202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_abs.h 2025-04-25T04:46:20.9033902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_abs_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9037560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_abs_cuda_dispatch.h 2025-04-25T04:46:20.9041349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_abs_native.h 2025-04-25T04:46:20.9045023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_abs_ops.h 2025-04-25T04:46:20.9048884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_acos.h 2025-04-25T04:46:20.9054138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_acos_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9058454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_acos_cuda_dispatch.h 2025-04-25T04:46:20.9062350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_acos_native.h 2025-04-25T04:46:20.9066054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_acos_ops.h 2025-04-25T04:46:20.9069912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_add.h 2025-04-25T04:46:20.9073572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv.h 2025-04-25T04:46:20.9077543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9081548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv_cuda_dispatch.h 2025-04-25T04:46:20.9085262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv_native.h 2025-04-25T04:46:20.9089045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv_ops.h 2025-04-25T04:46:20.9092709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul.h 2025-04-25T04:46:20.9096517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9100210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul_cuda_dispatch.h 2025-04-25T04:46:20.9104111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul_native.h 2025-04-25T04:46:20.9108843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul_ops.h 2025-04-25T04:46:20.9112438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_add_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9116705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_add_cuda_dispatch.h 2025-04-25T04:46:20.9120399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_add_native.h 2025-04-25T04:46:20.9124143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_add_ops.h 2025-04-25T04:46:20.9127805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_asin.h 2025-04-25T04:46:20.9132150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_asin_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9135846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_asin_cuda_dispatch.h 2025-04-25T04:46:20.9139506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_asin_native.h 2025-04-25T04:46:20.9143186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_asin_ops.h 2025-04-25T04:46:20.9146807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_atan.h 2025-04-25T04:46:20.9150819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_atan_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9154486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_atan_cuda_dispatch.h 2025-04-25T04:46:20.9158373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_atan_native.h 2025-04-25T04:46:20.9162068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_atan_ops.h 2025-04-25T04:46:20.9165743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil.h 2025-04-25T04:46:20.9169856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9173552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil_cuda_dispatch.h 2025-04-25T04:46:20.9177260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil_native.h 2025-04-25T04:46:20.9181059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil_ops.h 2025-04-25T04:46:20.9184946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max.h 2025-04-25T04:46:20.9188993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9192715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max_cuda_dispatch.h 2025-04-25T04:46:20.9196425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max_native.h 2025-04-25T04:46:20.9200148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max_ops.h 2025-04-25T04:46:20.9203800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min.h 2025-04-25T04:46:20.9208400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9212226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min_cuda_dispatch.h 2025-04-25T04:46:20.9228469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min_native.h 2025-04-25T04:46:20.9229222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min_ops.h 2025-04-25T04:46:20.9229833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_copy.h 2025-04-25T04:46:20.9230538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9232107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_copy_cuda_dispatch.h 2025-04-25T04:46:20.9235832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_copy_native.h 2025-04-25T04:46:20.9239513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_copy_ops.h 2025-04-25T04:46:20.9243396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cos.h 2025-04-25T04:46:20.9247740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh.h 2025-04-25T04:46:20.9251081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9254836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh_cuda_dispatch.h 2025-04-25T04:46:20.9258694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh_native.h 2025-04-25T04:46:20.9262434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh_ops.h 2025-04-25T04:46:20.9266382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cos_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9270129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cos_cuda_dispatch.h 2025-04-25T04:46:20.9273847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cos_native.h 2025-04-25T04:46:20.9277621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cos_ops.h 2025-04-25T04:46:20.9281355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_div.h 2025-04-25T04:46:20.9285324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_div_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9289652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_div_cuda_dispatch.h 2025-04-25T04:46:20.9293921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_div_native.h 2025-04-25T04:46:20.9297928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_div_ops.h 2025-04-25T04:46:20.9301781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erf.h 2025-04-25T04:46:20.9305584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc.h 2025-04-25T04:46:20.9309468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9313925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc_cuda_dispatch.h 2025-04-25T04:46:20.9317883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc_native.h 2025-04-25T04:46:20.9322531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc_ops.h 2025-04-25T04:46:20.9326560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erf_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9330422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erf_cuda_dispatch.h 2025-04-25T04:46:20.9334251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erf_native.h 2025-04-25T04:46:20.9338085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erf_ops.h 2025-04-25T04:46:20.9341961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_exp.h 2025-04-25T04:46:20.9345849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1.h 2025-04-25T04:46:20.9349807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9353620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1_cuda_dispatch.h 2025-04-25T04:46:20.9357971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1_native.h 2025-04-25T04:46:20.9361839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1_ops.h 2025-04-25T04:46:20.9365948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_exp_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9369929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_exp_cuda_dispatch.h 2025-04-25T04:46:20.9373777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_exp_native.h 2025-04-25T04:46:20.9377606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_exp_ops.h 2025-04-25T04:46:20.9381440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_floor.h 2025-04-25T04:46:20.9385238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_floor_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9389470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_floor_cuda_dispatch.h 2025-04-25T04:46:20.9393359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_floor_native.h 2025-04-25T04:46:20.9397321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_floor_ops.h 2025-04-25T04:46:20.9401403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_frac.h 2025-04-25T04:46:20.9405513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_frac_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9409433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_frac_cuda_dispatch.h 2025-04-25T04:46:20.9413306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_frac_native.h 2025-04-25T04:46:20.9417503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_frac_ops.h 2025-04-25T04:46:20.9421425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp.h 2025-04-25T04:46:20.9426122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9429965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp_cuda_dispatch.h 2025-04-25T04:46:20.9433733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp_native.h 2025-04-25T04:46:20.9437423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp_ops.h 2025-04-25T04:46:20.9441479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma.h 2025-04-25T04:46:20.9445519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9449806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma_cuda_dispatch.h 2025-04-25T04:46:20.9453578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma_native.h 2025-04-25T04:46:20.9457731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma_ops.h 2025-04-25T04:46:20.9461638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log.h 2025-04-25T04:46:20.9465376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log10.h 2025-04-25T04:46:20.9469525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log10_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9473421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log10_cuda_dispatch.h 2025-04-25T04:46:20.9477311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log10_native.h 2025-04-25T04:46:20.9481193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log10_ops.h 2025-04-25T04:46:20.9484927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p.h 2025-04-25T04:46:20.9488863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9492889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p_cuda_dispatch.h 2025-04-25T04:46:20.9496569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p_native.h 2025-04-25T04:46:20.9500489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p_ops.h 2025-04-25T04:46:20.9504406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log2.h 2025-04-25T04:46:20.9508243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log2_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9512890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log2_cuda_dispatch.h 2025-04-25T04:46:20.9516607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log2_native.h 2025-04-25T04:46:20.9520424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log2_ops.h 2025-04-25T04:46:20.9524432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9528842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log_cuda_dispatch.h 2025-04-25T04:46:20.9532933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log_native.h 2025-04-25T04:46:20.9536771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log_ops.h 2025-04-25T04:46:20.9541307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_max.h 2025-04-25T04:46:20.9544988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum.h 2025-04-25T04:46:20.9548848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9552672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum_cuda_dispatch.h 2025-04-25T04:46:20.9556398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum_native.h 2025-04-25T04:46:20.9560353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum_ops.h 2025-04-25T04:46:20.9564116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_max_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9568155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_max_cuda_dispatch.h 2025-04-25T04:46:20.9571939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_max_native.h 2025-04-25T04:46:20.9575627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_max_ops.h 2025-04-25T04:46:20.9579344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum.h 2025-04-25T04:46:20.9583240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9587129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum_cuda_dispatch.h 2025-04-25T04:46:20.9590865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum_native.h 2025-04-25T04:46:20.9594637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum_ops.h 2025-04-25T04:46:20.9598487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_mul.h 2025-04-25T04:46:20.9602293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_mul_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9606255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_mul_cuda_dispatch.h 2025-04-25T04:46:20.9610061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_mul_native.h 2025-04-25T04:46:20.9613665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_mul_ops.h 2025-04-25T04:46:20.9617321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_neg.h 2025-04-25T04:46:20.9621258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_neg_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9624908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_neg_cuda_dispatch.h 2025-04-25T04:46:20.9628653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_neg_native.h 2025-04-25T04:46:20.9632959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_neg_ops.h 2025-04-25T04:46:20.9636913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_norm.h 2025-04-25T04:46:20.9640925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_norm_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9644868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_norm_cuda_dispatch.h 2025-04-25T04:46:20.9648571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_norm_native.h 2025-04-25T04:46:20.9652526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_norm_ops.h 2025-04-25T04:46:20.9656423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_pow.h 2025-04-25T04:46:20.9660304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_pow_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9664158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_pow_cuda_dispatch.h 2025-04-25T04:46:20.9668324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_pow_native.h 2025-04-25T04:46:20.9672015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_pow_ops.h 2025-04-25T04:46:20.9675622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal.h 2025-04-25T04:46:20.9679528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9683192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal_cuda_dispatch.h 2025-04-25T04:46:20.9686885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal_native.h 2025-04-25T04:46:20.9690882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal_ops.h 2025-04-25T04:46:20.9694631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_round.h 2025-04-25T04:46:20.9698735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_round_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9702679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_round_cuda_dispatch.h 2025-04-25T04:46:20.9706378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_round_native.h 2025-04-25T04:46:20.9710278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_round_ops.h 2025-04-25T04:46:20.9714166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_rsqrt.h 2025-04-25T04:46:20.9718092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_rsqrt_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9721838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_rsqrt_cuda_dispatch.h 2025-04-25T04:46:20.9725491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_rsqrt_native.h 2025-04-25T04:46:20.9729233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_rsqrt_ops.h 2025-04-25T04:46:20.9733424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid.h 2025-04-25T04:46:20.9737511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:20.9741378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid_cuda_dispatch.h 2025-04-25T04:46:20.9745091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid_native.h 2025-04-25T04:46:20.9748803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid_ops.h 2025-04-25T04:46:20.9752538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sign.h 2025-04-25T04:46:21.2095177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sign_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2098833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sign_cuda_dispatch.h 2025-04-25T04:46:21.2102773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sign_native.h 2025-04-25T04:46:21.2107451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sign_ops.h 2025-04-25T04:46:21.2111156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sin.h 2025-04-25T04:46:21.2115418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh.h 2025-04-25T04:46:21.2119270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2123342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh_cuda_dispatch.h 2025-04-25T04:46:21.2127313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh_native.h 2025-04-25T04:46:21.2131209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh_ops.h 2025-04-25T04:46:21.2135501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sin_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2139307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sin_cuda_dispatch.h 2025-04-25T04:46:21.2143387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sin_native.h 2025-04-25T04:46:21.2146905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sin_ops.h 2025-04-25T04:46:21.2150618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt.h 2025-04-25T04:46:21.2171753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2175971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt_cuda_dispatch.h 2025-04-25T04:46:21.2180014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt_native.h 2025-04-25T04:46:21.2183876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt_ops.h 2025-04-25T04:46:21.2187790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sub.h 2025-04-25T04:46:21.2192304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sub_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2197167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sub_cuda_dispatch.h 2025-04-25T04:46:21.2201057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sub_native.h 2025-04-25T04:46:21.2204925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sub_ops.h 2025-04-25T04:46:21.2208969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tan.h 2025-04-25T04:46:21.2212717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh.h 2025-04-25T04:46:21.2216822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2220599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh_cuda_dispatch.h 2025-04-25T04:46:21.2224485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh_native.h 2025-04-25T04:46:21.2228198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh_ops.h 2025-04-25T04:46:21.2232107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tan_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2236025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tan_cuda_dispatch.h 2025-04-25T04:46:21.2239880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tan_native.h 2025-04-25T04:46:21.2243532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tan_ops.h 2025-04-25T04:46:21.2247197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc.h 2025-04-25T04:46:21.2251560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2255077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc_cuda_dispatch.h 2025-04-25T04:46:21.2258696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc_native.h 2025-04-25T04:46:21.2262856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc_ops.h 2025-04-25T04:46:21.2266471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_zero.h 2025-04-25T04:46:21.2270587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_zero_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2274384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_zero_cuda_dispatch.h 2025-04-25T04:46:21.2278146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_zero_native.h 2025-04-25T04:46:21.2282126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_zero_ops.h 2025-04-25T04:46:21.2286448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_async.h 2025-04-25T04:46:21.2290557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_async_cpu_dispatch.h 2025-04-25T04:46:21.2294944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_async_native.h 2025-04-25T04:46:21.2298723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_async_ops.h 2025-04-25T04:46:21.2302415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_scalar.h 2025-04-25T04:46:21.2306350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_scalar_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2310104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_scalar_native.h 2025-04-25T04:46:21.2314111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_scalar_ops.h 2025-04-25T04:46:21.2317966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range.h 2025-04-25T04:46:21.2321970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2326363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_for_size.h 2025-04-25T04:46:21.2330720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2334748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_native.h 2025-04-25T04:46:21.2338703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_ops.h 2025-04-25T04:46:21.2342623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_native.h 2025-04-25T04:46:21.2346440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_ops.h 2025-04-25T04:46:21.2350289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad.h 2025-04-25T04:46:21.2354084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2357926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad_cpu_dispatch.h 2025-04-25T04:46:21.2361647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad_native.h 2025-04-25T04:46:21.2365357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad_ops.h 2025-04-25T04:46:21.2369183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam.h 2025-04-25T04:46:21.2373100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw.h 2025-04-25T04:46:21.2377103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2381220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_cpu_dispatch.h 2025-04-25T04:46:21.2385116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_cuda_dispatch.h 2025-04-25T04:46:21.2389608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_native.h 2025-04-25T04:46:21.2393315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_ops.h 2025-04-25T04:46:21.2397212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2401376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam_cpu_dispatch.h 2025-04-25T04:46:21.2405412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam_cuda_dispatch.h 2025-04-25T04:46:21.2409418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam_native.h 2025-04-25T04:46:21.2413269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam_ops.h 2025-04-25T04:46:21.2417098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_dropout.h 2025-04-25T04:46:21.2421004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_dropout_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2424904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_dropout_cuda_dispatch.h 2025-04-25T04:46:21.2428806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_dropout_native.h 2025-04-25T04:46:21.2432533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_dropout_ops.h 2025-04-25T04:46:21.2436672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper.h 2025-04-25T04:46:21.2441109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2445091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cpu_dispatch.h 2025-04-25T04:46:21.2449050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cuda_dispatch.h 2025-04-25T04:46:21.2452951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_native.h 2025-04-25T04:46:21.2457042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_ops.h 2025-04-25T04:46:21.2460745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_rms_norm.h 2025-04-25T04:46:21.2464881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_rms_norm_native.h 2025-04-25T04:46:21.2468742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_rms_norm_ops.h 2025-04-25T04:46:21.2472645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice.h 2025-04-25T04:46:21.2476571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_cpu_dispatch.h 2025-04-25T04:46:21.2480827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_cuda_dispatch.h 2025-04-25T04:46:21.2485399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_meta_dispatch.h 2025-04-25T04:46:21.2489358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_native.h 2025-04-25T04:46:21.2493723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_ops.h 2025-04-25T04:46:21.2497972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd.h 2025-04-25T04:46:21.2502120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2505915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_cpu_dispatch.h 2025-04-25T04:46:21.2509914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_cuda_dispatch.h 2025-04-25T04:46:21.2513935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_native.h 2025-04-25T04:46:21.2517923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_ops.h 2025-04-25T04:46:21.2521843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal.h 2025-04-25T04:46:21.2525895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2529453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy.h 2025-04-25T04:46:21.2533403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.2537249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2541502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy_native.h 2025-04-25T04:46:21.2545635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy_ops.h 2025-04-25T04:46:21.2549525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_native.h 2025-04-25T04:46:21.2553292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_ops.h 2025-04-25T04:46:21.2557165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_gather_sparse_backward.h 2025-04-25T04:46:21.2560920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_gather_sparse_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.2565052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_gather_sparse_backward_native.h 2025-04-25T04:46:21.2568978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_gather_sparse_backward_ops.h 2025-04-25T04:46:21.2572664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback.h 2025-04-25T04:46:21.2576271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward.h 2025-04-25T04:46:21.2580362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.2584187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_native.h 2025-04-25T04:46:21.2588133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_ops.h 2025-04-25T04:46:21.2592437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2596340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_native.h 2025-04-25T04:46:21.2600142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_ops.h 2025-04-25T04:46:21.2603937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grouped_mm.h 2025-04-25T04:46:21.2607737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grouped_mm_cuda_dispatch.h 2025-04-25T04:46:21.2611656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grouped_mm_native.h 2025-04-25T04:46:21.2615307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grouped_mm_ops.h 2025-04-25T04:46:21.2619060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_compatible_shallow_copy_type.h 2025-04-25T04:46:21.2622753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.2626444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_compatible_shallow_copy_type_native.h 2025-04-25T04:46:21.2630162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_compatible_shallow_copy_type_ops.h 2025-04-25T04:46:21.2634079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_same_storage_numel.h 2025-04-25T04:46:21.2638585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_same_storage_numel_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2642372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_same_storage_numel_native.h 2025-04-25T04:46:21.2646154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_same_storage_numel_ops.h 2025-04-25T04:46:21.2649784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges.h 2025-04-25T04:46:21.2653551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2657554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges_cpu_dispatch.h 2025-04-25T04:46:21.2661278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges_native.h 2025-04-25T04:46:21.2664991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges_ops.h 2025-04-25T04:46:21.2668761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts.h 2025-04-25T04:46:21.2672714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2676571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts_cpu_dispatch.h 2025-04-25T04:46:21.2681311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts_native.h 2025-04-25T04:46:21.2684820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts_ops.h 2025-04-25T04:46:21.2688567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors.h 2025-04-25T04:46:21.2692569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2696320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors_cpu_dispatch.h 2025-04-25T04:46:21.2700207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors_native.h 2025-04-25T04:46:21.2704608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors_ops.h 2025-04-25T04:46:21.2708464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl.h 2025-04-25T04:46:21.2712292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2716063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_cpu_dispatch.h 2025-04-25T04:46:21.2719841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_cuda_dispatch.h 2025-04-25T04:46:21.2723777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_meta_dispatch.h 2025-04-25T04:46:21.2727580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_native.h 2025-04-25T04:46:21.2731523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_ops.h 2025-04-25T04:46:21.2735522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices.h 2025-04-25T04:46:21.2738950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_copy.h 2025-04-25T04:46:21.2742828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.2746739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2750352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_copy_native.h 2025-04-25T04:46:21.2754001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_copy_ops.h 2025-04-25T04:46:21.2757676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_native.h 2025-04-25T04:46:21.2761312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_ops.h 2025-04-25T04:46:21.2765004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_int_mm.h 2025-04-25T04:46:21.2768562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_int_mm_cpu_dispatch.h 2025-04-25T04:46:21.2772020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_int_mm_cuda_dispatch.h 2025-04-25T04:46:21.2775727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_int_mm_native.h 2025-04-25T04:46:21.2779763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_int_mm_ops.h 2025-04-25T04:46:21.2783775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_all_true.h 2025-04-25T04:46:21.2787716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_all_true_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2791885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_all_true_native.h 2025-04-25T04:46:21.2795358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_all_true_ops.h 2025-04-25T04:46:21.2799139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_any_true.h 2025-04-25T04:46:21.2802863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_any_true_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2806574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_any_true_native.h 2025-04-25T04:46:21.2810327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_any_true_ops.h 2025-04-25T04:46:21.2814123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_zerotensor.h 2025-04-25T04:46:21.2817981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_zerotensor_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.2821528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_zerotensor_native.h 2025-04-25T04:46:21.2825202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_zerotensor_ops.h 2025-04-25T04:46:21.2829080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward.h 2025-04-25T04:46:21.2833378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward_cpu_dispatch.h 2025-04-25T04:46:21.2837070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward_cuda_dispatch.h 2025-04-25T04:46:21.2840638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward_native.h 2025-04-25T04:46:21.2844446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward_ops.h 2025-04-25T04:46:21.2848422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lazy_clone.h 2025-04-25T04:46:21.2852475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lazy_clone_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2856496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lazy_clone_native.h 2025-04-25T04:46:21.2860474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lazy_clone_ops.h 2025-04-25T04:46:21.2864442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_check_errors.h 2025-04-25T04:46:21.2868466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_check_errors_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.2872490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_check_errors_native.h 2025-04-25T04:46:21.2876499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_check_errors_ops.h 2025-04-25T04:46:21.2881251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det.h 2025-04-25T04:46:21.2885376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.2889321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_cpu_dispatch.h 2025-04-25T04:46:21.2893179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_cuda_dispatch.h 2025-04-25T04:46:21.2897035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_meta.h 2025-04-25T04:46:21.2901109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_meta_dispatch.h 2025-04-25T04:46:21.2904837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_native.h 2025-04-25T04:46:21.2908862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_ops.h 2025-04-25T04:46:21.2912582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh.h 2025-04-25T04:46:21.2916766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.2920456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_cpu_dispatch.h 2025-04-25T04:46:21.2924201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_cuda_dispatch.h 2025-04-25T04:46:21.2927820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_meta.h 2025-04-25T04:46:21.2931771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_meta_dispatch.h 2025-04-25T04:46:21.2935688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_native.h 2025-04-25T04:46:21.2939411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_ops.h 2025-04-25T04:46:21.2943612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals.h 2025-04-25T04:46:21.2947334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals_cpu_dispatch.h 2025-04-25T04:46:21.2951125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals_cuda_dispatch.h 2025-04-25T04:46:21.2954850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals_native.h 2025-04-25T04:46:21.2958692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals_ops.h 2025-04-25T04:46:21.2962670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet.h 2025-04-25T04:46:21.2966754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.2970574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_cpu_dispatch.h 2025-04-25T04:46:21.2974403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_cuda_dispatch.h 2025-04-25T04:46:21.2978042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_meta.h 2025-04-25T04:46:21.2982227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_meta_dispatch.h 2025-04-25T04:46:21.2986028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_native.h 2025-04-25T04:46:21.2990295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_ops.h 2025-04-25T04:46:21.2994118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex.h 2025-04-25T04:46:21.2997948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.3001624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_cpu_dispatch.h 2025-04-25T04:46:21.3005552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_cuda_dispatch.h 2025-04-25T04:46:21.3009468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_meta.h 2025-04-25T04:46:21.3013895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_meta_dispatch.h 2025-04-25T04:46:21.3017404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_native.h 2025-04-25T04:46:21.3021506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_ops.h 2025-04-25T04:46:21.3025271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd.h 2025-04-25T04:46:21.3029756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.3033789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_cpu_dispatch.h 2025-04-25T04:46:21.3037604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_cuda_dispatch.h 2025-04-25T04:46:21.3041778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_meta.h 2025-04-25T04:46:21.3045631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_meta_dispatch.h 2025-04-25T04:46:21.3049700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_native.h 2025-04-25T04:46:21.3053549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_ops.h 2025-04-25T04:46:21.3057733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense.h 2025-04-25T04:46:21.3061250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense_cpu_dispatch.h 2025-04-25T04:46:21.3064942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense_cuda_dispatch.h 2025-04-25T04:46:21.3068807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense_native.h 2025-04-25T04:46:21.3072703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense_ops.h 2025-04-25T04:46:21.3076448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp.h 2025-04-25T04:46:21.3080268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h 2025-04-25T04:46:21.3084454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h 2025-04-25T04:46:21.3088864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp_native.h 2025-04-25T04:46:21.3092292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp_ops.h 2025-04-25T04:46:21.3096358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax.h 2025-04-25T04:46:21.3099720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data.h 2025-04-25T04:46:21.3103574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.3107224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_cpu_dispatch.h 2025-04-25T04:46:21.3111165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_cuda_dispatch.h 2025-04-25T04:46:21.3114874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_meta.h 2025-04-25T04:46:21.3118755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_meta_dispatch.h 2025-04-25T04:46:21.3122464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_native.h 2025-04-25T04:46:21.3126229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_ops.h 2025-04-25T04:46:21.3130211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.3133845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_cpu_dispatch.h 2025-04-25T04:46:21.3137630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_cuda_dispatch.h 2025-04-25T04:46:21.3141861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_meta.h 2025-04-25T04:46:21.3145652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_meta_dispatch.h 2025-04-25T04:46:21.3149284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_native.h 2025-04-25T04:46:21.3153030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_ops.h 2025-04-25T04:46:21.3156708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lstm_mps.h 2025-04-25T04:46:21.3160673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lstm_mps_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3164094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lstm_mps_native.h 2025-04-25T04:46:21.3167843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lstm_mps_ops.h 2025-04-25T04:46:21.3185464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lu_with_info.h 2025-04-25T04:46:21.3189140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lu_with_info_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.3193189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lu_with_info_native.h 2025-04-25T04:46:21.3196822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lu_with_info_ops.h 2025-04-25T04:46:21.3200979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dep_token.h 2025-04-25T04:46:21.3204480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dep_token_cpu_dispatch.h 2025-04-25T04:46:21.3208001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dep_token_native.h 2025-04-25T04:46:21.3211968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dep_token_ops.h 2025-04-25T04:46:21.3215542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual.h 2025-04-25T04:46:21.3219309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3222976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy.h 2025-04-25T04:46:21.3226906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.3230718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3234526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy_native.h 2025-04-25T04:46:21.3238553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy_ops.h 2025-04-25T04:46:21.3242058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_native.h 2025-04-25T04:46:21.3245744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_ops.h 2025-04-25T04:46:21.3249535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor.h 2025-04-25T04:46:21.3253696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3257477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_cpu_dispatch.h 2025-04-25T04:46:21.3261335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_cuda_dispatch.h 2025-04-25T04:46:21.3265179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_native.h 2025-04-25T04:46:21.3268946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_ops.h 2025-04-25T04:46:21.3273050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor.h 2025-04-25T04:46:21.3276798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3280755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cpu_dispatch.h 2025-04-25T04:46:21.3284912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cuda_dispatch.h 2025-04-25T04:46:21.3289505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_native.h 2025-04-25T04:46:21.3293258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_ops.h 2025-04-25T04:46:21.3297670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_scale.h 2025-04-25T04:46:21.3301815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_scale_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3305472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_scale_cuda_dispatch.h 2025-04-25T04:46:21.3309205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_scale_native.h 2025-04-25T04:46:21.3313070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_scale_ops.h 2025-04-25T04:46:21.3316867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax.h 2025-04-25T04:46:21.3320585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward.h 2025-04-25T04:46:21.3324880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3329046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_cpu_dispatch.h 2025-04-25T04:46:21.3332878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_cuda_dispatch.h 2025-04-25T04:46:21.3336721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_native.h 2025-04-25T04:46:21.3340783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_ops.h 2025-04-25T04:46:21.3344777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3348679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_cpu_dispatch.h 2025-04-25T04:46:21.3352545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_cuda_dispatch.h 2025-04-25T04:46:21.3356398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_native.h 2025-04-25T04:46:21.3360097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_ops.h 2025-04-25T04:46:21.3364172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mixed_dtypes_linear.h 2025-04-25T04:46:21.3367679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mixed_dtypes_linear_cuda_dispatch.h 2025-04-25T04:46:21.3371413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mixed_dtypes_linear_native.h 2025-04-25T04:46:21.3375356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mixed_dtypes_linear_ops.h 2025-04-25T04:46:21.3379140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_reshape.h 2025-04-25T04:46:21.3383670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_reshape_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3387355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_reshape_native.h 2025-04-25T04:46:21.3391525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_reshape_ops.h 2025-04-25T04:46:21.3395379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose.h 2025-04-25T04:46:21.3399328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3403723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose_meta_dispatch.h 2025-04-25T04:46:21.3407675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose_native.h 2025-04-25T04:46:21.3411558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose_ops.h 2025-04-25T04:46:21.3415286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution.h 2025-04-25T04:46:21.3419087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3424116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_native.h 2025-04-25T04:46:21.3427887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_ops.h 2025-04-25T04:46:21.3431862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_transpose.h 2025-04-25T04:46:21.3435778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_transpose_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3439450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_transpose_native.h 2025-04-25T04:46:21.3443669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_transpose_ops.h 2025-04-25T04:46:21.3447760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit.h 2025-04-25T04:46:21.3451806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3455379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_cpu_dispatch.h 2025-04-25T04:46:21.3459584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_cuda_dispatch.h 2025-04-25T04:46:21.3463551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_native.h 2025-04-25T04:46:21.3467478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_no_training.h 2025-04-25T04:46:21.3471669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3476174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_no_training_native.h 2025-04-25T04:46:21.3480658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_no_training_ops.h 2025-04-25T04:46:21.3484374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_ops.h 2025-04-25T04:46:21.3488135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention.h 2025-04-25T04:46:21.3492398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3496492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_cpu_dispatch.h 2025-04-25T04:46:21.3500526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_cuda_dispatch.h 2025-04-25T04:46:21.3504685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_native.h 2025-04-25T04:46:21.3508741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_ops.h 2025-04-25T04:46:21.3512437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view.h 2025-04-25T04:46:21.3516459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3520174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy.h 2025-04-25T04:46:21.3524477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.3528135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3532201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy_native.h 2025-04-25T04:46:21.3535846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy_ops.h 2025-04-25T04:46:21.3540058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_native.h 2025-04-25T04:46:21.3544134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_ops.h 2025-04-25T04:46:21.3548249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets.h 2025-04-25T04:46:21.3551992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cpu_dispatch.h 2025-04-25T04:46:21.3555785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cuda_dispatch.h 2025-04-25T04:46:21.3560162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_native.h 2025-04-25T04:46:21.3564602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_ops.h 2025-04-25T04:46:21.3568605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded.h 2025-04-25T04:46:21.3573252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_and_nested_example.h 2025-04-25T04:46:21.3577235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3580984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_and_nested_example_native.h 2025-04-25T04:46:21.3584916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_and_nested_example_ops.h 2025-04-25T04:46:21.3588763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3592585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_cpu_dispatch.h 2025-04-25T04:46:21.3596544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_cuda_dispatch.h 2025-04-25T04:46:21.3600360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_native.h 2025-04-25T04:46:21.3604173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_ops.h 2025-04-25T04:46:21.3608122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_tensor.h 2025-04-25T04:46:21.3612089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_tensor_native.h 2025-04-25T04:46:21.3615924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_tensor_ops.h 2025-04-25T04:46:21.3619604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_jagged_dummy.h 2025-04-25T04:46:21.3623364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_jagged_dummy_native.h 2025-04-25T04:46:21.3627145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_jagged_dummy_ops.h 2025-04-25T04:46:21.3630951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_lengths.h 2025-04-25T04:46:21.3634874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_lengths_native.h 2025-04-25T04:46:21.3638519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_lengths_ops.h 2025-04-25T04:46:21.3642333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_max_seqlen.h 2025-04-25T04:46:21.3646058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_max_seqlen_native.h 2025-04-25T04:46:21.3649795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_max_seqlen_ops.h 2025-04-25T04:46:21.3653545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_min_seqlen.h 2025-04-25T04:46:21.3657354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_min_seqlen_native.h 2025-04-25T04:46:21.3661278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_min_seqlen_ops.h 2025-04-25T04:46:21.3665077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_offsets.h 2025-04-25T04:46:21.3669458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_offsets_native.h 2025-04-25T04:46:21.3674276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_offsets_ops.h 2025-04-25T04:46:21.3677067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_ragged_idx.h 2025-04-25T04:46:21.3680738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_ragged_idx_native.h 2025-04-25T04:46:21.3684607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_ragged_idx_ops.h 2025-04-25T04:46:21.3688600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values.h 2025-04-25T04:46:21.3692364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy.h 2025-04-25T04:46:21.3696809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.3700615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3704373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy_native.h 2025-04-25T04:46:21.3708277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy_ops.h 2025-04-25T04:46:21.3712137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_native.h 2025-04-25T04:46:21.3716408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_ops.h 2025-04-25T04:46:21.3720149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_select_backward.h 2025-04-25T04:46:21.3724006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_select_backward_native.h 2025-04-25T04:46:21.3727750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_select_backward_ops.h 2025-04-25T04:46:21.3731572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_sum_backward.h 2025-04-25T04:46:21.3735524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_sum_backward_native.h 2025-04-25T04:46:21.3739228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_sum_backward_ops.h 2025-04-25T04:46:21.3742937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask.h 2025-04-25T04:46:21.3746882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3750569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_cpu_dispatch.h 2025-04-25T04:46:21.3754515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_cuda_dispatch.h 2025-04-25T04:46:21.3758443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned.h 2025-04-25T04:46:21.3762306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cpu_dispatch.h 2025-04-25T04:46:21.3766767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cuda_dispatch.h 2025-04-25T04:46:21.3770612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_native.h 2025-04-25T04:46:21.3774422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_ops.h 2025-04-25T04:46:21.3778417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_native.h 2025-04-25T04:46:21.3782294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_ops.h 2025-04-25T04:46:21.3786157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_tensor_list.h 2025-04-25T04:46:21.3790208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3794230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_tensor_list_native.h 2025-04-25T04:46:21.3797980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_tensor_list_ops.h 2025-04-25T04:46:21.3802302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_size.h 2025-04-25T04:46:21.3806515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_size_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3810564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_size_native.h 2025-04-25T04:46:21.3814366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_size_ops.h 2025-04-25T04:46:21.3818241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_softmax_with_shape.h 2025-04-25T04:46:21.3822082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_softmax_with_shape_native.h 2025-04-25T04:46:21.3826064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_softmax_with_shape_ops.h 2025-04-25T04:46:21.3830222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_storage_offsets.h 2025-04-25T04:46:21.3834776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3838534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_storage_offsets_native.h 2025-04-25T04:46:21.3842430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_storage_offsets_ops.h 2025-04-25T04:46:21.3846507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_strides.h 2025-04-25T04:46:21.3858670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_strides_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3862721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_strides_native.h 2025-04-25T04:46:21.3867174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_strides_ops.h 2025-04-25T04:46:21.3871203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer.h 2025-04-25T04:46:21.3875163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy.h 2025-04-25T04:46:21.3879253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.3884422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3888333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy_native.h 2025-04-25T04:46:21.3892763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy_ops.h 2025-04-25T04:46:21.3896806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_cpu_dispatch.h 2025-04-25T04:46:21.3901033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_cuda_dispatch.h 2025-04-25T04:46:21.3904941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_native.h 2025-04-25T04:46:21.3908896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_ops.h 2025-04-25T04:46:21.3912767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged.h 2025-04-25T04:46:21.3916745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy.h 2025-04-25T04:46:21.3921372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.3925616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3929729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy_native.h 2025-04-25T04:46:21.3933599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy_ops.h 2025-04-25T04:46:21.3937468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_native.h 2025-04-25T04:46:21.3941377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_ops.h 2025-04-25T04:46:21.3945233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_new_zeros_with_same_feature_meta.h 2025-04-25T04:46:21.3949343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3953042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_native.h 2025-04-25T04:46:21.3957330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_ops.h 2025-04-25T04:46:21.3961244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_available.h 2025-04-25T04:46:21.3965145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_available_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.3969191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_available_native.h 2025-04-25T04:46:21.3973288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_available_ops.h 2025-04-25T04:46:21.3977400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_spatial_convolution.h 2025-04-25T04:46:21.3982198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.3986646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_spatial_convolution_native.h 2025-04-25T04:46:21.3990889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_spatial_convolution_ops.h 2025-04-25T04:46:21.3994732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnz.h 2025-04-25T04:46:21.3998114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnz_native.h 2025-04-25T04:46:21.4001782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnz_ops.h 2025-04-25T04:46:21.4005183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence.h 2025-04-25T04:46:21.4008911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_backward.h 2025-04-25T04:46:21.4012775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.4016483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_backward_native.h 2025-04-25T04:46:21.4020712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_backward_ops.h 2025-04-25T04:46:21.4024281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.4027998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_native.h 2025-04-25T04:46:21.4031749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_ops.h 2025-04-25T04:46:21.4035590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward.h 2025-04-25T04:46:21.4039649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward_cpu_dispatch.h 2025-04-25T04:46:21.4043913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward_cuda_dispatch.h 2025-04-25T04:46:21.4047948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward_native.h 2025-04-25T04:46:21.4052226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward_ops.h 2025-04-25T04:46:21.4055803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_circular.h 2025-04-25T04:46:21.4059605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_circular_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.4063389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_circular_native.h 2025-04-25T04:46:21.4067648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_circular_ops.h 2025-04-25T04:46:21.4071459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_enum.h 2025-04-25T04:46:21.4075135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_enum_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.4078654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_enum_native.h 2025-04-25T04:46:21.4082239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_enum_ops.h 2025-04-25T04:46:21.4085907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_packed_sequence.h 2025-04-25T04:46:21.4089806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_packed_sequence_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.4093602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_packed_sequence_native.h 2025-04-25T04:46:21.4097361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_packed_sequence_ops.h 2025-04-25T04:46:21.4101057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward.h 2025-04-25T04:46:21.4104948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.4109354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_cpu_dispatch.h 2025-04-25T04:46:21.4113033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_cuda_dispatch.h 2025-04-25T04:46:21.4116764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_native.h 2025-04-25T04:46:21.4120484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_ops.h 2025-04-25T04:46:21.4124198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward.h 2025-04-25T04:46:21.4128278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.4131947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_cpu_dispatch.h 2025-04-25T04:46:21.4135821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_cuda_dispatch.h 2025-04-25T04:46:21.4139544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_native.h 2025-04-25T04:46:21.4143365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_ops.h 2025-04-25T04:46:21.4147111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pin_memory.h 2025-04-25T04:46:21.4151376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pin_memory_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.4154974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pin_memory_native.h 2025-04-25T04:46:21.4158751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pin_memory_ops.h 2025-04-25T04:46:21.4162600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel.h 2025-04-25T04:46:21.4166289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward.h 2025-04-25T04:46:21.4170432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward_cpu_dispatch.h 2025-04-25T04:46:21.4187902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward_cuda_dispatch.h 2025-04-25T04:46:21.4191666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward_native.h 2025-04-25T04:46:21.4195595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward_ops.h 2025-04-25T04:46:21.4199350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_cpu_dispatch.h 2025-04-25T04:46:21.4203214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_cuda_dispatch.h 2025-04-25T04:46:21.4207361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_native.h 2025-04-25T04:46:21.4211490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_ops.h 2025-04-25T04:46:21.4235811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_print.h 2025-04-25T04:46:21.4239387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.4243047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_print_native.h 2025-04-25T04:46:21.4246862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_print_ops.h 2025-04-25T04:46:21.4250772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_propagate_xla_data.h 2025-04-25T04:46:21.4254608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_propagate_xla_data_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.4258515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_propagate_xla_data_native.h 2025-04-25T04:46:21.4262231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_propagate_xla_data_ops.h 2025-04-25T04:46:21.4266318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_remove_batch_dim.h 2025-04-25T04:46:21.4270328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_remove_batch_dim_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.4274412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_remove_batch_dim_native.h 2025-04-25T04:46:21.4278266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_remove_batch_dim_ops.h 2025-04-25T04:46:21.4282818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias.h 2025-04-25T04:46:21.4286467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy.h 2025-04-25T04:46:21.4291061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.4294949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.4298727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy_native.h 2025-04-25T04:46:21.4302573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy_ops.h 2025-04-25T04:46:21.4306702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_cpu_dispatch.h 2025-04-25T04:46:21.4310776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_cuda_dispatch.h 2025-04-25T04:46:21.4314573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_meta_dispatch.h 2025-04-25T04:46:21.4318326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_native.h 2025-04-25T04:46:21.4322138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_ops.h 2025-04-25T04:46:21.4325901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_copy.h 2025-04-25T04:46:21.4329991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.4333947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_copy_native.h 2025-04-25T04:46:21.4337699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_copy_ops.h 2025-04-25T04:46:21.4341523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_from_tensor.h 2025-04-25T04:46:21.4345996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_from_tensor_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.4349735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_from_tensor_native.h 2025-04-25T04:46:21.4353480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_from_tensor_ops.h 2025-04-25T04:46:21.4357384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_resize_output.h 2025-04-25T04:46:21.4361559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_resize_output_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.4365246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_resize_output_meta_dispatch.h 2025-04-25T04:46:21.4369157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_resize_output_native.h 2025-04-25T04:46:21.4372976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_resize_output_ops.h 2025-04-25T04:46:21.4376758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_rowwise_prune.h 2025-04-25T04:46:21.4380921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_rowwise_prune_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.4384808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_rowwise_prune_native.h 2025-04-25T04:46:21.4389244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_rowwise_prune_ops.h 2025-04-25T04:46:21.4393069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_safe_softmax.h 2025-04-25T04:46:21.4397375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_safe_softmax_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.4400784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_safe_softmax_native.h 2025-04-25T04:46:21.4404392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_safe_softmax_ops.h 2025-04-25T04:46:21.4408232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet.h 2025-04-25T04:46:21.4412151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.4416342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_cpu_dispatch.h 2025-04-25T04:46:21.4420216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_cuda_dispatch.h 2025-04-25T04:46:21.4424004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_native.h 2025-04-25T04:46:21.4428070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_ops.h 2025-04-25T04:46:21.4431852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_saturate_weight_to_fp16.h 2025-04-25T04:46:21.4435689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.4439550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_saturate_weight_to_fp16_native.h 2025-04-25T04:46:21.4443319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_saturate_weight_to_fp16_ops.h 2025-04-25T04:46:21.4447413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math.h 2025-04-25T04:46:21.4451424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.4455142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps.h 2025-04-25T04:46:21.4459350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_native.h 2025-04-25T04:46:21.4463131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_ops.h 2025-04-25T04:46:21.4466908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_native.h 2025-04-25T04:46:21.4470865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_ops.h 2025-04-25T04:46:21.4474689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention.h 2025-04-25T04:46:21.4478721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward.h 2025-04-25T04:46:21.4483075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h 2025-04-25T04:46:21.4486993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_native.h 2025-04-25T04:46:21.4491356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_ops.h 2025-04-25T04:46:21.4495036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_cuda_dispatch.h 2025-04-25T04:46:21.4499046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_native.h 2025-04-25T04:46:21.4502879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_ops.h 2025-04-25T04:46:21.4506681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention.h 2025-04-25T04:46:21.4510606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward.h 2025-04-25T04:46:21.4514763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h 2025-04-25T04:46:21.4518909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_native.h 2025-04-25T04:46:21.4522848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_ops.h 2025-04-25T04:46:21.4526860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_cuda_dispatch.h 2025-04-25T04:46:21.4531129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_native.h 2025-04-25T04:46:21.4534859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_ops.h 2025-04-25T04:46:21.4539274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention.h 2025-04-25T04:46:21.4543609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward.h 2025-04-25T04:46:21.4547778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_cuda_dispatch.h 2025-04-25T04:46:21.4551580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_native.h 2025-04-25T04:46:21.4555404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_ops.h 2025-04-25T04:46:21.4559980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_cuda_dispatch.h 2025-04-25T04:46:21.4564356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu.h 2025-04-25T04:46:21.4568335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward.h 2025-04-25T04:46:21.4572666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h 2025-04-25T04:46:21.4576610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_native.h 2025-04-25T04:46:21.4580759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_ops.h 2025-04-25T04:46:21.4585329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h 2025-04-25T04:46:21.4588729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_native.h 2025-04-25T04:46:21.4592525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_ops.h 2025-04-25T04:46:21.4596752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_native.h 2025-04-25T04:46:21.4600713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_ops.h 2025-04-25T04:46:21.4604749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable.h 2025-04-25T04:46:21.4608776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward.h 2025-04-25T04:46:21.4613228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.4617422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_native.h 2025-04-25T04:46:21.4621402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_ops.h 2025-04-25T04:46:21.4625429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.4629570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_native.h 2025-04-25T04:46:21.4633638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_ops.h 2025-04-25T04:46:21.4637386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_grouped_mm.h 2025-04-25T04:46:21.4642018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_grouped_mm_cuda_dispatch.h 2025-04-25T04:46:21.4645949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_grouped_mm_native.h 2025-04-25T04:46:21.4650180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_grouped_mm_ops.h 2025-04-25T04:46:21.4654112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_mm.h 2025-04-25T04:46:21.4658570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_mm_cpu_dispatch.h 2025-04-25T04:46:21.4662496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_mm_cuda_dispatch.h 2025-04-25T04:46:21.4666172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_mm_native.h 2025-04-25T04:46:21.4669850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_mm_ops.h 2025-04-25T04:46:21.4673606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward.h 2025-04-25T04:46:21.4677450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.4682134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_cpu_dispatch.h 2025-04-25T04:46:21.4686147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_cuda_dispatch.h 2025-04-25T04:46:21.4690082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_native.h 2025-04-25T04:46:21.4694343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_ops.h 2025-04-25T04:46:21.4698605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_shape_as_tensor.h 2025-04-25T04:46:21.4702431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_shape_as_tensor_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.4705987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_shape_as_tensor_native.h 2025-04-25T04:46:21.4710031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_shape_as_tensor_ops.h 2025-04-25T04:46:21.4713707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward.h 2025-04-25T04:46:21.4717530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.4721668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_cpu_dispatch.h 2025-04-25T04:46:21.4725543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_cuda_dispatch.h 2025-04-25T04:46:21.4729487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_native.h 2025-04-25T04:46:21.4733645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_ops.h 2025-04-25T04:46:21.4737297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward.h 2025-04-25T04:46:21.4741691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward_cpu_dispatch.h 2025-04-25T04:46:21.4745540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward_cuda_dispatch.h 2025-04-25T04:46:21.4749260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward_native.h 2025-04-25T04:46:21.4753021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward_ops.h 2025-04-25T04:46:21.4756906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_draw.h 2025-04-25T04:46:21.4760924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_draw_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.4764550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_draw_native.h 2025-04-25T04:46:21.4768192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_draw_ops.h 2025-04-25T04:46:21.4771967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_ff.h 2025-04-25T04:46:21.4776313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_ff_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.4780041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_ff_native.h 2025-04-25T04:46:21.4784474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_ff_ops.h 2025-04-25T04:46:21.4788380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_initialize_state.h 2025-04-25T04:46:21.4792365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.4796102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_initialize_state_native.h 2025-04-25T04:46:21.4799779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_initialize_state_ops.h 2025-04-25T04:46:21.4803849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_scramble.h 2025-04-25T04:46:21.4807687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_scramble_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.4811517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_scramble_native.h 2025-04-25T04:46:21.4815280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_scramble_ops.h 2025-04-25T04:46:21.4819322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax.h 2025-04-25T04:46:21.4822770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data.h 2025-04-25T04:46:21.4826768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.4830487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_cpu_dispatch.h 2025-04-25T04:46:21.4834856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_cuda_dispatch.h 2025-04-25T04:46:21.4838471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_meta.h 2025-04-25T04:46:21.4842481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_meta_dispatch.h 2025-04-25T04:46:21.4846235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_native.h 2025-04-25T04:46:21.4850368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_ops.h 2025-04-25T04:46:21.4854488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.4858265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_cpu_dispatch.h 2025-04-25T04:46:21.4862127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_cuda_dispatch.h 2025-04-25T04:46:21.4866010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_meta.h 2025-04-25T04:46:21.4869755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_meta_dispatch.h 2025-04-25T04:46:21.4873597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_native.h 2025-04-25T04:46:21.4877340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_ops.h 2025-04-25T04:46:21.4881256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_addmm.h 2025-04-25T04:46:21.4885585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_addmm_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.4889334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_addmm_native.h 2025-04-25T04:46:21.4893024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_addmm_ops.h 2025-04-25T04:46:21.4910865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to.h 2025-04-25T04:46:21.4911644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy.h 2025-04-25T04:46:21.4912613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.4913601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.4914427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy_native.h 2025-04-25T04:46:21.4916642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy_ops.h 2025-04-25T04:46:21.4920324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_native.h 2025-04-25T04:46:21.4924034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_ops.h 2025-04-25T04:46:21.4927806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe.h 2025-04-25T04:46:21.4932885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.4937295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_native.h 2025-04-25T04:46:21.4941278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_ops.h 2025-04-25T04:46:21.4944919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe.h 2025-04-25T04:46:21.4949044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.4953085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_native.h 2025-04-25T04:46:21.4957203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_ops.h 2025-04-25T04:46:21.4961477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe.h 2025-04-25T04:46:21.4965409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.4969259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_native.h 2025-04-25T04:46:21.4973196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_ops.h 2025-04-25T04:46:21.4977191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims.h 2025-04-25T04:46:21.4981209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.4985106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_native.h 2025-04-25T04:46:21.4989691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_ops.h 2025-04-25T04:46:21.4993634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_unsafe.h 2025-04-25T04:46:21.4997730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.5001628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_native.h 2025-04-25T04:46:21.5005495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_ops.h 2025-04-25T04:46:21.5009811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims.h 2025-04-25T04:46:21.5013923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors.h 2025-04-25T04:46:21.5018196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5022948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h 2025-04-25T04:46:21.5027129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_native.h 2025-04-25T04:46:21.5031198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_ops.h 2025-04-25T04:46:21.5035381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5039305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_meta_dispatch.h 2025-04-25T04:46:21.5043207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_native.h 2025-04-25T04:46:21.5047248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_ops.h 2025-04-25T04:46:21.5051308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csc_tensor_unsafe.h 2025-04-25T04:46:21.5055472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.5059291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_native.h 2025-04-25T04:46:21.5063560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_ops.h 2025-04-25T04:46:21.5067295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_prod.h 2025-04-25T04:46:21.5071152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_prod_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5074826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_prod_native.h 2025-04-25T04:46:21.5078574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_prod_ops.h 2025-04-25T04:46:21.5082540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_sum.h 2025-04-25T04:46:21.5086882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_sum_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5090741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_sum_native.h 2025-04-25T04:46:21.5094992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_sum_ops.h 2025-04-25T04:46:21.5098792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_tensor_unsafe.h 2025-04-25T04:46:21.5102756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.5106574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_native.h 2025-04-25T04:46:21.5110795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_ops.h 2025-04-25T04:46:21.5115066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax.h 2025-04-25T04:46:21.5119017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_backward_data.h 2025-04-25T04:46:21.5123375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5126974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_backward_data_native.h 2025-04-25T04:46:21.5130746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_backward_data_ops.h 2025-04-25T04:46:21.5134883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5138784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.5142528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_native.h 2025-04-25T04:46:21.5146306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_ops.h 2025-04-25T04:46:21.5150168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mask_projection.h 2025-04-25T04:46:21.5154208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mask_projection_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5158155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mask_projection_native.h 2025-04-25T04:46:21.5162044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mask_projection_ops.h 2025-04-25T04:46:21.5166679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm.h 2025-04-25T04:46:21.5170312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.5174636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_native.h 2025-04-25T04:46:21.5178517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_ops.h 2025-04-25T04:46:21.5182173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl.h 2025-04-25T04:46:21.5186015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward.h 2025-04-25T04:46:21.5190496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_native.h 2025-04-25T04:46:21.5194299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_ops.h 2025-04-25T04:46:21.5198185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_native.h 2025-04-25T04:46:21.5202176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_ops.h 2025-04-25T04:46:21.5205902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_addmm.h 2025-04-25T04:46:21.5210738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_addmm_cuda_dispatch.h 2025-04-25T04:46:21.5214586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_addmm_native.h 2025-04-25T04:46:21.5218503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_addmm_ops.h 2025-04-25T04:46:21.5222447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply.h 2025-04-25T04:46:21.5226891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_cuda_dispatch.h 2025-04-25T04:46:21.5230916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_dense.h 2025-04-25T04:46:21.5234915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_cuda_dispatch.h 2025-04-25T04:46:21.5238932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_native.h 2025-04-25T04:46:21.5242783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_ops.h 2025-04-25T04:46:21.5246603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_native.h 2025-04-25T04:46:21.5250522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_ops.h 2025-04-25T04:46:21.5268251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_linear.h 2025-04-25T04:46:21.5272238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_linear_cuda_dispatch.h 2025-04-25T04:46:21.5276178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_linear_native.h 2025-04-25T04:46:21.5280039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_linear_ops.h 2025-04-25T04:46:21.5284051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_mm.h 2025-04-25T04:46:21.5288070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_mm_cuda_dispatch.h 2025-04-25T04:46:21.5292436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_mm_native.h 2025-04-25T04:46:21.5296299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_mm_ops.h 2025-04-25T04:46:21.5300262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_tile.h 2025-04-25T04:46:21.5304292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_tile_cuda_dispatch.h 2025-04-25T04:46:21.5308097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_tile_native.h 2025-04-25T04:46:21.5312460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_tile_ops.h 2025-04-25T04:46:21.5317141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax.h 2025-04-25T04:46:21.5321203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_backward_data.h 2025-04-25T04:46:21.5325256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5329287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_backward_data_native.h 2025-04-25T04:46:21.5333253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_backward_data_ops.h 2025-04-25T04:46:21.5337253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5341853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.5345632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_native.h 2025-04-25T04:46:21.5349615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_ops.h 2025-04-25T04:46:21.5353265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sparse_matmul.h 2025-04-25T04:46:21.5357338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5361356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sparse_matmul_native.h 2025-04-25T04:46:21.5365154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sparse_matmul_ops.h 2025-04-25T04:46:21.5369078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum.h 2025-04-25T04:46:21.5373001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_backward.h 2025-04-25T04:46:21.5377394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5381260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_backward_native.h 2025-04-25T04:46:21.5385192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_backward_ops.h 2025-04-25T04:46:21.5389432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5393286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.5397173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_native.h 2025-04-25T04:46:21.5401002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_ops.h 2025-04-25T04:46:21.5404742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spdiags.h 2025-04-25T04:46:21.5408486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5412287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spdiags_cpu_dispatch.h 2025-04-25T04:46:21.5417159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spdiags_native.h 2025-04-25T04:46:21.5421271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spdiags_ops.h 2025-04-25T04:46:21.5424846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spsolve.h 2025-04-25T04:46:21.5428296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spsolve_native.h 2025-04-25T04:46:21.5432497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spsolve_ops.h 2025-04-25T04:46:21.5436459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_stack.h 2025-04-25T04:46:21.5440157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5443778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_stack_cpu_dispatch.h 2025-04-25T04:46:21.5447669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_stack_native.h 2025-04-25T04:46:21.5451481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_stack_ops.h 2025-04-25T04:46:21.5455238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma.h 2025-04-25T04:46:21.5459077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5462732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_cpu_dispatch.h 2025-04-25T04:46:21.5466584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_cuda_dispatch.h 2025-04-25T04:46:21.5470435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad.h 2025-04-25T04:46:21.5474884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5478609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_cpu_dispatch.h 2025-04-25T04:46:21.5482664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_cuda_dispatch.h 2025-04-25T04:46:21.5486385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_native.h 2025-04-25T04:46:21.5490352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_ops.h 2025-04-25T04:46:21.5494442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_native.h 2025-04-25T04:46:21.5498509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_ops.h 2025-04-25T04:46:21.5502312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_ambiguous_defaults.h 2025-04-25T04:46:21.5506157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.5509799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_ambiguous_defaults_native.h 2025-04-25T04:46:21.5513641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_ambiguous_defaults_ops.h 2025-04-25T04:46:21.5518296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch.h 2025-04-25T04:46:21.5522871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5526917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.5530806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_native.h 2025-04-25T04:46:21.5534605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_ops.h 2025-04-25T04:46:21.5538453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view.h 2025-04-25T04:46:21.5542612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5546583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy.h 2025-04-25T04:46:21.5550685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.5554558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5558563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_native.h 2025-04-25T04:46:21.5562469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_ops.h 2025-04-25T04:46:21.5566310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_native.h 2025-04-25T04:46:21.5570248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_ops.h 2025-04-25T04:46:21.5574091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_check_tensor.h 2025-04-25T04:46:21.5578225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_check_tensor_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.5582044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_check_tensor_native.h 2025-04-25T04:46:21.5585962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_check_tensor_ops.h 2025-04-25T04:46:21.5589894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback.h 2025-04-25T04:46:21.5593782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5597584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback_cpu_dispatch.h 2025-04-25T04:46:21.5601551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback_native.h 2025-04-25T04:46:21.5605705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback_ops.h 2025-04-25T04:46:21.5609540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist.h 2025-04-25T04:46:21.5613535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5617320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist_cpu_dispatch.h 2025-04-25T04:46:21.5621491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist_native.h 2025-04-25T04:46:21.5625434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist_ops.h 2025-04-25T04:46:21.5629342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist.h 2025-04-25T04:46:21.5633294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5637100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist_cpu_dispatch.h 2025-04-25T04:46:21.5640720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist_native.h 2025-04-25T04:46:21.5644818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist_ops.h 2025-04-25T04:46:21.5648828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist.h 2025-04-25T04:46:21.5652964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5656679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist_cpu_dispatch.h 2025-04-25T04:46:21.5660417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist_native.h 2025-04-25T04:46:21.5664149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist_ops.h 2025-04-25T04:46:21.5667892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_parallel_materialize.h 2025-04-25T04:46:21.5672015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_parallel_materialize_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5675932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_parallel_materialize_native.h 2025-04-25T04:46:21.5680120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_parallel_materialize_ops.h 2025-04-25T04:46:21.5683556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_serialization_subcmul.h 2025-04-25T04:46:21.5687568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_serialization_subcmul_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.5691599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_serialization_subcmul_native.h 2025-04-25T04:46:21.5695830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_serialization_subcmul_ops.h 2025-04-25T04:46:21.5699586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_string_default.h 2025-04-25T04:46:21.5703469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_string_default_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.5707145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_string_default_native.h 2025-04-25T04:46:21.5710913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_string_default_ops.h 2025-04-25T04:46:21.5714829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_warn_in_autograd.h 2025-04-25T04:46:21.5719475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_warn_in_autograd_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5722978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_warn_in_autograd_native.h 2025-04-25T04:46:21.5727106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_warn_in_autograd_ops.h 2025-04-25T04:46:21.5730885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward.h 2025-04-25T04:46:21.5734646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.5738358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_native.h 2025-04-25T04:46:21.5742069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_ops.h 2025-04-25T04:46:21.5745785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward.h 2025-04-25T04:46:21.5749807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.5753544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_native.h 2025-04-25T04:46:21.5757690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_ops.h 2025-04-25T04:46:21.5761421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell.h 2025-04-25T04:46:21.5765102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward.h 2025-04-25T04:46:21.5769190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5772986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_cuda_dispatch.h 2025-04-25T04:46:21.5777362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_native.h 2025-04-25T04:46:21.5781550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_ops.h 2025-04-25T04:46:21.5785453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5789227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_cuda_dispatch.h 2025-04-25T04:46:21.5792939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_native.h 2025-04-25T04:46:21.5796649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_ops.h 2025-04-25T04:46:21.5800623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell.h 2025-04-25T04:46:21.5804749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward.h 2025-04-25T04:46:21.5808837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.5812648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl.h 2025-04-25T04:46:21.5816686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5820777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h 2025-04-25T04:46:21.5824920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_native.h 2025-04-25T04:46:21.5828652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_ops.h 2025-04-25T04:46:21.5832528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_native.h 2025-04-25T04:46:21.5837127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_ops.h 2025-04-25T04:46:21.5841108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5845443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_cuda_dispatch.h 2025-04-25T04:46:21.5849308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_native.h 2025-04-25T04:46:21.5853035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_ops.h 2025-04-25T04:46:21.5856641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_copy.h 2025-04-25T04:46:21.5860163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5864240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_copy_native.h 2025-04-25T04:46:21.5867962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_copy_ops.h 2025-04-25T04:46:21.5871812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_cpu.h 2025-04-25T04:46:21.5875963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_cpu_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.5879411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_cpu_native.h 2025-04-25T04:46:21.5883349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_cpu_ops.h 2025-04-25T04:46:21.5887035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_dense.h 2025-04-25T04:46:21.5890826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_dense_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5894571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_dense_native.h 2025-04-25T04:46:21.5898356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_dense_ops.h 2025-04-25T04:46:21.5901935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse.h 2025-04-25T04:46:21.5905439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc.h 2025-04-25T04:46:21.5909410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5913025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_cpu_dispatch.h 2025-04-25T04:46:21.5917020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_cuda_dispatch.h 2025-04-25T04:46:21.5920757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_native.h 2025-04-25T04:46:21.5925175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_ops.h 2025-04-25T04:46:21.5929040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr.h 2025-04-25T04:46:21.5933361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5937469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_cpu_dispatch.h 2025-04-25T04:46:21.5942233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_cuda_dispatch.h 2025-04-25T04:46:21.5946486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_native.h 2025-04-25T04:46:21.5950938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_ops.h 2025-04-25T04:46:21.5955431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5959546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_cpu_dispatch.h 2025-04-25T04:46:21.5963701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc.h 2025-04-25T04:46:21.5968571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5973688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_cpu_dispatch.h 2025-04-25T04:46:21.5977851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_cuda_dispatch.h 2025-04-25T04:46:21.5982284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_native.h 2025-04-25T04:46:21.5987187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_ops.h 2025-04-25T04:46:21.5990955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr.h 2025-04-25T04:46:21.5994975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.5998756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_cpu_dispatch.h 2025-04-25T04:46:21.6003113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_cuda_dispatch.h 2025-04-25T04:46:21.6006950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_native.h 2025-04-25T04:46:21.6010893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_ops.h 2025-04-25T04:46:21.6014650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_cuda_dispatch.h 2025-04-25T04:46:21.6018359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_native.h 2025-04-25T04:46:21.6022080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_ops.h 2025-04-25T04:46:21.6025772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_semi_structured.h 2025-04-25T04:46:21.6029639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_semi_structured_cuda_dispatch.h 2025-04-25T04:46:21.6033938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_semi_structured_native.h 2025-04-25T04:46:21.6037922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_semi_structured_ops.h 2025-04-25T04:46:21.6041749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd.h 2025-04-25T04:46:21.6045550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.6049325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_cpu_dispatch.h 2025-04-25T04:46:21.6053248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_cuda_dispatch.h 2025-04-25T04:46:21.6057643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_native.h 2025-04-25T04:46:21.6061440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_ops.h 2025-04-25T04:46:21.6065046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv.h 2025-04-25T04:46:21.6068980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.6072738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_cpu_dispatch.h 2025-04-25T04:46:21.6076556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_cuda_dispatch.h 2025-04-25T04:46:21.6081120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_native.h 2025-04-25T04:46:21.6084970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_ops.h 2025-04-25T04:46:21.6088801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_trilinear.h 2025-04-25T04:46:21.6092750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.6096378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.6100252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_trilinear_native.h 2025-04-25T04:46:21.6103829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_trilinear_ops.h 2025-04-25T04:46:21.6107601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention.h 2025-04-25T04:46:21.6111400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.6115068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention_cuda_dispatch.h 2025-04-25T04:46:21.6118793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention_native.h 2025-04-25T04:46:21.6122760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention_ops.h 2025-04-25T04:46:21.6126596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention.h 2025-04-25T04:46:21.6130601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.6134790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention_cuda_dispatch.h 2025-04-25T04:46:21.6139196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention_native.h 2025-04-25T04:46:21.6143704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention_ops.h 2025-04-25T04:46:21.6147929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique.h 2025-04-25T04:46:21.6151428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2.h 2025-04-25T04:46:21.6155580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.6159251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2_cpu_dispatch.h 2025-04-25T04:46:21.6162997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2_cuda_dispatch.h 2025-04-25T04:46:21.6166659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2_native.h 2025-04-25T04:46:21.6170709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2_ops.h 2025-04-25T04:46:21.6174613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.6178936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique_cpu_dispatch.h 2025-04-25T04:46:21.6182788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique_cuda_dispatch.h 2025-04-25T04:46:21.6186573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique_native.h 2025-04-25T04:46:21.6190621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique_ops.h 2025-04-25T04:46:21.6194321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unpack_dual.h 2025-04-25T04:46:21.6198140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unpack_dual_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.6201719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unpack_dual_native.h 2025-04-25T04:46:21.6205693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unpack_dual_ops.h 2025-04-25T04:46:21.6209498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index.h 2025-04-25T04:46:21.6213258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.6216933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_native.h 2025-04-25T04:46:21.6220645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_ops.h 2025-04-25T04:46:21.6224376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_put.h 2025-04-25T04:46:21.6228445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_put_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.6232600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_put_native.h 2025-04-25T04:46:21.6236589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_put_ops.h 2025-04-25T04:46:21.6240282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index.h 2025-04-25T04:46:21.6244343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.6248115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_native.h 2025-04-25T04:46:21.6251886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_ops.h 2025-04-25T04:46:21.6255920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate.h 2025-04-25T04:46:21.6259932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.6263837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_native.h 2025-04-25T04:46:21.6267663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_ops.h 2025-04-25T04:46:21.6271484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_view.h 2025-04-25T04:46:21.6276025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_view_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.6421351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_view_native.h 2025-04-25T04:46:21.6425021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_view_ops.h 2025-04-25T04:46:21.6428837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa.h 2025-04-25T04:46:21.6432723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward.h 2025-04-25T04:46:21.6454034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.6457922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cpu_dispatch.h 2025-04-25T04:46:21.6462191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cuda_dispatch.h 2025-04-25T04:46:21.6466015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta.h 2025-04-25T04:46:21.6470003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta_dispatch.h 2025-04-25T04:46:21.6473865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_native.h 2025-04-25T04:46:21.6477670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_ops.h 2025-04-25T04:46:21.6482004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.6486194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.6490188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_cpu_dispatch.h 2025-04-25T04:46:21.6494003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_cuda_dispatch.h 2025-04-25T04:46:21.6498199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_meta.h 2025-04-25T04:46:21.6502281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_meta_dispatch.h 2025-04-25T04:46:21.6506030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_native.h 2025-04-25T04:46:21.6509931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_ops.h 2025-04-25T04:46:21.6513521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa.h 2025-04-25T04:46:21.6517270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward.h 2025-04-25T04:46:21.6521831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.6525822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cpu_dispatch.h 2025-04-25T04:46:21.6529832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cuda_dispatch.h 2025-04-25T04:46:21.6533701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta.h 2025-04-25T04:46:21.6537524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta_dispatch.h 2025-04-25T04:46:21.6541348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_native.h 2025-04-25T04:46:21.6545565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_ops.h 2025-04-25T04:46:21.6549502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.6553323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.6557040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_cpu_dispatch.h 2025-04-25T04:46:21.6560838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_cuda_dispatch.h 2025-04-25T04:46:21.6564784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_meta.h 2025-04-25T04:46:21.6568669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_meta_dispatch.h 2025-04-25T04:46:21.6572567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_native.h 2025-04-25T04:46:21.6576353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_ops.h 2025-04-25T04:46:21.6580613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d.h 2025-04-25T04:46:21.6585049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward.h 2025-04-25T04:46:21.6589811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.6593764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cpu_dispatch.h 2025-04-25T04:46:21.6597705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cuda_dispatch.h 2025-04-25T04:46:21.6602379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta.h 2025-04-25T04:46:21.6607268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta_dispatch.h 2025-04-25T04:46:21.6612113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_native.h 2025-04-25T04:46:21.6616537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_ops.h 2025-04-25T04:46:21.6622255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.6626432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.6630634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_cpu_dispatch.h 2025-04-25T04:46:21.6634441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_cuda_dispatch.h 2025-04-25T04:46:21.6638450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_meta.h 2025-04-25T04:46:21.6642742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_meta_dispatch.h 2025-04-25T04:46:21.6646555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_native.h 2025-04-25T04:46:21.6650639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_ops.h 2025-04-25T04:46:21.6654694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d.h 2025-04-25T04:46:21.6658594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward.h 2025-04-25T04:46:21.6662695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.6666424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cpu_dispatch.h 2025-04-25T04:46:21.6670277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cuda_dispatch.h 2025-04-25T04:46:21.6674254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta.h 2025-04-25T04:46:21.6678227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta_dispatch.h 2025-04-25T04:46:21.6682338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_native.h 2025-04-25T04:46:21.6686113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_ops.h 2025-04-25T04:46:21.6690311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.6694689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.6698462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_cpu_dispatch.h 2025-04-25T04:46:21.6702333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_cuda_dispatch.h 2025-04-25T04:46:21.6706093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_meta.h 2025-04-25T04:46:21.6710598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_meta_dispatch.h 2025-04-25T04:46:21.6714622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_native.h 2025-04-25T04:46:21.6718455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_ops.h 2025-04-25T04:46:21.6722675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d.h 2025-04-25T04:46:21.6726626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward.h 2025-04-25T04:46:21.6730739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.6734519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cpu_dispatch.h 2025-04-25T04:46:21.6738630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cuda_dispatch.h 2025-04-25T04:46:21.6742364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta.h 2025-04-25T04:46:21.6746231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta_dispatch.h 2025-04-25T04:46:21.6750098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_native.h 2025-04-25T04:46:21.6753797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_ops.h 2025-04-25T04:46:21.6758473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.6762334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.6766174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_cpu_dispatch.h 2025-04-25T04:46:21.6770070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_cuda_dispatch.h 2025-04-25T04:46:21.6773973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_meta.h 2025-04-25T04:46:21.6778481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_meta_dispatch.h 2025-04-25T04:46:21.6782666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_native.h 2025-04-25T04:46:21.6786461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_ops.h 2025-04-25T04:46:21.6790227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_ctc_loss.h 2025-04-25T04:46:21.6793989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_ctc_loss_cuda_dispatch.h 2025-04-25T04:46:21.6797732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_ctc_loss_native.h 2025-04-25T04:46:21.6801573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_ctc_loss_ops.h 2025-04-25T04:46:21.6805342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight.h 2025-04-25T04:46:21.6809411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.6813768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_native.h 2025-04-25T04:46:21.6817838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_ops.h 2025-04-25T04:46:21.6821793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices.h 2025-04-25T04:46:21.6825803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices_cpu_dispatch.h 2025-04-25T04:46:21.6829462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices_cuda_dispatch.h 2025-04-25T04:46:21.6833154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices_native.h 2025-04-25T04:46:21.6837103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices_ops.h 2025-04-25T04:46:21.6841067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args.h 2025-04-25T04:46:21.6845279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.6849176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_native.h 2025-04-25T04:46:21.6853175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_ops.h 2025-04-25T04:46:21.6857009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args.h 2025-04-25T04:46:21.6861101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.6865201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_native.h 2025-04-25T04:46:21.6869681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_ops.h 2025-04-25T04:46:21.6873451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args.h 2025-04-25T04:46:21.6877694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.6883588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_native.h 2025-04-25T04:46:21.6888419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_ops.h 2025-04-25T04:46:21.6892499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_coo_tensor_args.h 2025-04-25T04:46:21.6896600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.6900604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_native.h 2025-04-25T04:46:21.6904620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_ops.h 2025-04-25T04:46:21.6908708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csc_tensor_args.h 2025-04-25T04:46:21.6912940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.6917752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_native.h 2025-04-25T04:46:21.6921911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_ops.h 2025-04-25T04:46:21.6925867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csr_tensor_args.h 2025-04-25T04:46:21.6929992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.6934309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_native.h 2025-04-25T04:46:21.6938267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_ops.h 2025-04-25T04:46:21.6942503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values.h 2025-04-25T04:46:21.6946035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_copy.h 2025-04-25T04:46:21.6950030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-04-25T04:46:21.6953952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_copy_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.6957749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_copy_native.h 2025-04-25T04:46:21.6962454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_copy_ops.h 2025-04-25T04:46:21.6966383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_native.h 2025-04-25T04:46:21.6970224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_ops.h 2025-04-25T04:46:21.6974041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_version.h 2025-04-25T04:46:21.6977716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.6981385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_version_native.h 2025-04-25T04:46:21.6985690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_version_ops.h 2025-04-25T04:46:21.6989362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm.h 2025-04-25T04:46:21.6993092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_cuda_dispatch.h 2025-04-25T04:46:21.6996894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu.h 2025-04-25T04:46:21.7000656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_cpu_dispatch.h 2025-04-25T04:46:21.7004470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_native.h 2025-04-25T04:46:21.7008519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_ops.h 2025-04-25T04:46:21.7012379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_native.h 2025-04-25T04:46:21.7016202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_ops.h 2025-04-25T04:46:21.7020598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_with_scales_and_zeros.h 2025-04-25T04:46:21.7024809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_with_scales_and_zeros_native.h 2025-04-25T04:46:21.7029283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_with_scales_and_zeros_ops.h 2025-04-25T04:46:21.7033449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int8pack_mm.h 2025-04-25T04:46:21.7037329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int8pack_mm_cpu_dispatch.h 2025-04-25T04:46:21.7041051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int8pack_mm_native.h 2025-04-25T04:46:21.7045642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int8pack_mm_ops.h 2025-04-25T04:46:21.7049642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm.h 2025-04-25T04:46:21.7053651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.7057750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_differentiable_backward.h 2025-04-25T04:46:21.7062343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.7066750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_differentiable_backward_native.h 2025-04-25T04:46:21.7070619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_differentiable_backward_ops.h 2025-04-25T04:46:21.7074650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface.h 2025-04-25T04:46:21.7078773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward.h 2025-04-25T04:46:21.7082850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.7087076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_cpu_dispatch.h 2025-04-25T04:46:21.7091088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_cuda_dispatch.h 2025-04-25T04:46:21.7095773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_native.h 2025-04-25T04:46:21.7100838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_ops.h 2025-04-25T04:46:21.7105312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_compositeexplicitautograd_dispatch.h 2025-04-25T04:46:21.7110310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_cpu_dispatch.h 2025-04-25T04:46:21.7114499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_cuda_dispatch.h 2025-04-25T04:46:21.7118642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_native.h 2025-04-25T04:46:21.7122513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_ops.h 2025-04-25T04:46:21.7127106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_native.h 2025-04-25T04:46:21.7131494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_ops.h 2025-04-25T04:46:21.7135633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_linear_prepack.h 2025-04-25T04:46:21.7139304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.7143556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_linear_prepack_native.h 2025-04-25T04:46:21.7147292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_linear_prepack_ops.h 2025-04-25T04:46:21.7150988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked.h 2025-04-25T04:46:21.7155292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h 2025-04-25T04:46:21.7159958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_native.h 2025-04-25T04:46:21.7164022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_ops.h 2025-04-25T04:46:21.7413356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\quantized\QTensorImpl.h 2025-04-25T04:46:21.7417316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\quantized\Quantizer.h 2025-04-25T04:46:21.7425759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\CachingHostAllocator.h 2025-04-25T04:46:21.7429433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\PinnedMemoryAllocator.h 2025-04-25T04:46:21.7432904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\XPUContext.h 2025-04-25T04:46:21.7436152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\XPUDevice.h 2025-04-25T04:46:21.7560159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\XPUEvent.h 2025-04-25T04:46:21.7563482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\XPUGeneratorImpl.h 2025-04-25T04:46:21.7570460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\detail\XPUHooks.h 2025-04-25T04:46:21.7587119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\alignment.h 2025-04-25T04:46:21.7590453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Allocator.h 2025-04-25T04:46:21.7593695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\AutogradState.h 2025-04-25T04:46:21.7597117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Backend.h 2025-04-25T04:46:21.7604922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\CachingDeviceAllocator.h 2025-04-25T04:46:21.7608350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\CompileTimeFunctionPointer.h 2025-04-25T04:46:21.7611936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\ConstantSymNodeImpl.h 2025-04-25T04:46:21.7615692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Contiguity.h 2025-04-25T04:46:21.7619180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\CopyBytes.h 2025-04-25T04:46:21.7622419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\CPUAllocator.h 2025-04-25T04:46:21.7625838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DefaultDtype.h 2025-04-25T04:46:21.7629214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DefaultTensorOptions.h 2025-04-25T04:46:21.7632683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Device.h 2025-04-25T04:46:21.7636416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DeviceArray.h 2025-04-25T04:46:21.7639789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DeviceGuard.h 2025-04-25T04:46:21.7643041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DeviceType.h 2025-04-25T04:46:21.7646530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DispatchKey.h 2025-04-25T04:46:21.7650074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DispatchKeySet.h 2025-04-25T04:46:21.7653598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DynamicCast.h 2025-04-25T04:46:21.7656912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Event.h 2025-04-25T04:46:21.7664790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\GeneratorImpl.h 2025-04-25T04:46:21.7672182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\GradMode.h 2025-04-25T04:46:21.7675662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\InferenceMode.h 2025-04-25T04:46:21.7679346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Layout.h 2025-04-25T04:46:21.7682646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\MemoryFormat.h 2025-04-25T04:46:21.7686117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\OptionalRef.h 2025-04-25T04:46:21.7689625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\PyHandleCache.h 2025-04-25T04:46:21.7693216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\QEngine.h 2025-04-25T04:46:21.7696456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\QScheme.h 2025-04-25T04:46:21.7699721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\RefcountedDeleter.h 2025-04-25T04:46:21.7703217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SafePyObject.h 2025-04-25T04:46:21.7706908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Scalar.h 2025-04-25T04:46:21.7710558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\ScalarType.h 2025-04-25T04:46:21.7719600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\ScalarTypeToTypeMeta.h 2025-04-25T04:46:21.7722939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Storage.h 2025-04-25T04:46:21.7726173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\StorageImpl.h 2025-04-25T04:46:21.7729649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Stream.h 2025-04-25T04:46:21.7733114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\StreamGuard.h 2025-04-25T04:46:21.7736452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymbolicShapeMeta.h 2025-04-25T04:46:21.7739748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymBool.h 2025-04-25T04:46:21.7743235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymFloat.h 2025-04-25T04:46:21.7746594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymInt.h 2025-04-25T04:46:21.7749847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymIntArrayRef.h 2025-04-25T04:46:21.7753310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymNodeImpl.h 2025-04-25T04:46:21.7756677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\TensorImpl.h 2025-04-25T04:46:21.7765781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\TensorOptions.h 2025-04-25T04:46:21.7769425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\thread_pool.h 2025-04-25T04:46:21.7772900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\UndefinedTensorImpl.h 2025-04-25T04:46:21.7776299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\WrapDimMinimal.h 2025-04-25T04:46:21.7783985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\alloc_cpu.h 2025-04-25T04:46:21.7787245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\COW.h 2025-04-25T04:46:21.7791376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\COWDeleter.h 2025-04-25T04:46:21.7794749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\DeviceGuardImplInterface.h 2025-04-25T04:46:21.7803255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\FakeGuardImpl.h 2025-04-25T04:46:21.7806707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\GPUTrace.h 2025-04-25T04:46:21.7810008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\HermeticPyObjectTLS.h 2025-04-25T04:46:21.7813512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\InlineDeviceGuard.h 2025-04-25T04:46:21.7817103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\InlineEvent.h 2025-04-25T04:46:21.7820842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\InlineStreamGuard.h 2025-04-25T04:46:21.7840151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\LocalDispatchKeySet.h 2025-04-25T04:46:21.7843817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\PyInterpreter.h 2025-04-25T04:46:21.7847286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\PyObjectSlot.h 2025-04-25T04:46:21.7850735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\PythonDispatcherTLS.h 2025-04-25T04:46:21.7854585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\SizesAndStrides.h 2025-04-25T04:46:21.7858102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\TorchDispatchModeTLS.h 2025-04-25T04:46:21.7861677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\VirtualGuardImpl.h 2025-04-25T04:46:21.7870652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAAlgorithm.h 2025-04-25T04:46:21.7874042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAAllocatorConfig.h 2025-04-25T04:46:21.7877720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDACachingAllocator.h 2025-04-25T04:46:21.7881198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDADeviceAssertion.h 2025-04-25T04:46:21.8213787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDADeviceAssertionHost.h 2025-04-25T04:46:21.8216838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAException.h 2025-04-25T04:46:21.8220259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAFunctions.h 2025-04-25T04:46:21.8223637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAGraphsC10Utils.h 2025-04-25T04:46:21.8226967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAGuard.h 2025-04-25T04:46:21.8230251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAMacros.h 2025-04-25T04:46:21.8233595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAMathCompat.h 2025-04-25T04:46:21.8237009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAMiscFunctions.h 2025-04-25T04:46:21.8240333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAStream.h 2025-04-25T04:46:21.8244089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\driver_api.h 2025-04-25T04:46:21.8251553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\impl\CUDAGuardImpl.h 2025-04-25T04:46:21.8254966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\impl\CUDATest.h 2025-04-25T04:46:21.8262091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\macros\cmake_macros.h 2025-04-25T04:46:21.8265516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\macros\Export.h 2025-04-25T04:46:21.8269412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\macros\Macros.h 2025-04-25T04:46:21.8275877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\metal\common.h 2025-04-25T04:46:21.8279196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\metal\indexing.h 2025-04-25T04:46:21.8282783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\metal\random.h 2025-04-25T04:46:21.8286307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\metal\reduction_utils.h 2025-04-25T04:46:21.8290720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\metal\special_math.h 2025-04-25T04:46:21.8387567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\metal\utils.h 2025-04-25T04:46:21.8394840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\mobile\CPUCachingAllocator.h 2025-04-25T04:46:21.8398093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\mobile\CPUProfilingAllocator.h 2025-04-25T04:46:21.8409608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\test\util\complex_math_test_common.h 2025-04-25T04:46:21.8413308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\test\util\complex_test_common.h 2025-04-25T04:46:21.8416719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\test\util\Macros.h 2025-04-25T04:46:21.8424551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\AbortHandler.h 2025-04-25T04:46:21.8427967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\accumulate.h 2025-04-25T04:46:21.8431809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\AlignOf.h 2025-04-25T04:46:21.8435509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ApproximateClock.h 2025-04-25T04:46:21.8560071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Array.h 2025-04-25T04:46:21.8563138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ArrayRef.h 2025-04-25T04:46:21.8566412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Backtrace.h 2025-04-25T04:46:21.8570363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\BFloat16-inl.h 2025-04-25T04:46:21.8573826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\BFloat16-math.h 2025-04-25T04:46:21.8577270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\BFloat16.h 2025-04-25T04:46:21.8580596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\bits.h 2025-04-25T04:46:21.8583787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Bitset.h 2025-04-25T04:46:21.8586962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\bit_cast.h 2025-04-25T04:46:21.8590187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\C++17.h 2025-04-25T04:46:21.8594173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\CallOnce.h 2025-04-25T04:46:21.8597424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\complex.h 2025-04-25T04:46:21.8600754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\complex_math.h 2025-04-25T04:46:21.8604317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\complex_utils.h 2025-04-25T04:46:21.8607720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ConstexprCrc.h 2025-04-25T04:46:21.8611108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\copysign.h 2025-04-25T04:46:21.8614385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\DeadlockDetection.h 2025-04-25T04:46:21.8617775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Deprecated.h 2025-04-25T04:46:21.8621182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\DimVector.h 2025-04-25T04:46:21.8624509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\DynamicCounter.h 2025-04-25T04:46:21.9178909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\env.h 2025-04-25T04:46:21.9181891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\error.h 2025-04-25T04:46:21.9185243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Exception.h 2025-04-25T04:46:21.9188701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ExclusivelyOwned.h 2025-04-25T04:46:21.9192102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ExclusivelyOwnedTensorTraits.h 2025-04-25T04:46:21.9195547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\FbcodeMaps.h 2025-04-25T04:46:21.9199017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Flags.h 2025-04-25T04:46:21.9202326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\flat_hash_map.h 2025-04-25T04:46:21.9207117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float4_e2m1fn_x2.h 2025-04-25T04:46:21.9210866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e4m3fn-inl.h 2025-04-25T04:46:21.9214249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e4m3fn.h 2025-04-25T04:46:21.9233180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e4m3fnuz-inl.h 2025-04-25T04:46:21.9236962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e4m3fnuz.h 2025-04-25T04:46:21.9240416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e5m2-inl.h 2025-04-25T04:46:21.9243780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e5m2.h 2025-04-25T04:46:21.9247205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e5m2fnuz-inl.h 2025-04-25T04:46:21.9251239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e5m2fnuz.h 2025-04-25T04:46:21.9254765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e8m0fnu-inl.h 2025-04-25T04:46:21.9258289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e8m0fnu.h 2025-04-25T04:46:21.9263050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_fnuz_cvt.h 2025-04-25T04:46:21.9270613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\floating_point_utils.h 2025-04-25T04:46:21.9274074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\FunctionRef.h 2025-04-25T04:46:21.9277400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Gauge.h 2025-04-25T04:46:21.9280651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\generic_math.h 2025-04-25T04:46:21.9284054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Half-inl.h 2025-04-25T04:46:21.9287263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Half.h 2025-04-25T04:46:21.9290627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\hash.h 2025-04-25T04:46:21.9300311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\IdWrapper.h 2025-04-25T04:46:21.9300881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\int128.h 2025-04-25T04:46:21.9303164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\intrusive_ptr.h 2025-04-25T04:46:21.9306616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\irange.h 2025-04-25T04:46:21.9310183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Lazy.h 2025-04-25T04:46:21.9313222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\LeftRight.h 2025-04-25T04:46:21.9321394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\llvmMathExtras.h 2025-04-25T04:46:21.9324925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Load.h 2025-04-25T04:46:21.9328291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Logging.h 2025-04-25T04:46:21.9331530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\logging_is_google_glog.h 2025-04-25T04:46:21.9335254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\logging_is_not_google_glog.h 2025-04-25T04:46:21.9338588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\MathConstants.h 2025-04-25T04:46:21.9341965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\MaybeOwned.h 2025-04-25T04:46:21.9345616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Metaprogramming.h 2025-04-25T04:46:21.9348979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\NetworkFlow.h 2025-04-25T04:46:21.9352753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\numa.h 2025-04-25T04:46:21.9356263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Optional.h 2025-04-25T04:46:21.9359726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\OptionalArrayRef.h 2025-04-25T04:46:21.9489771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\order_preserving_flat_hash_map.h 2025-04-25T04:46:21.9493337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\overflows.h 2025-04-25T04:46:21.9496990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\overloaded.h 2025-04-25T04:46:21.9500439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ParallelGuard.h 2025-04-25T04:46:21.9503735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\python_stub.h 2025-04-25T04:46:21.9507269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\qint32.h 2025-04-25T04:46:21.9510333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\qint8.h 2025-04-25T04:46:21.9513930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\quint2x4.h 2025-04-25T04:46:21.9517164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\quint4x2.h 2025-04-25T04:46:21.9520341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\quint8.h 2025-04-25T04:46:21.9524585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Registry.h 2025-04-25T04:46:21.9527962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\safe_numerics.h 2025-04-25T04:46:22.0324990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ScopeExit.h 2025-04-25T04:46:22.0328281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\signal_handler.h 2025-04-25T04:46:22.0332185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\SmallBuffer.h 2025-04-25T04:46:22.0335469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\SmallVector.h 2025-04-25T04:46:22.0339160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\sparse_bitset.h 2025-04-25T04:46:22.0342921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ssize.h 2025-04-25T04:46:22.0346669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\static_tracepoint.h 2025-04-25T04:46:22.0350066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\static_tracepoint_elfx86.h 2025-04-25T04:46:22.0353583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\strides.h 2025-04-25T04:46:22.0357477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\StringUtil.h 2025-04-25T04:46:22.0361034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\string_utils.h 2025-04-25T04:46:22.0490558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\string_view.h 2025-04-25T04:46:22.0494215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\strong_type.h 2025-04-25T04:46:22.0498112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Synchronized.h 2025-04-25T04:46:22.0501790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\tempfile.h 2025-04-25T04:46:22.0505282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ThreadLocal.h 2025-04-25T04:46:22.0509086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ThreadLocalDebugInfo.h 2025-04-25T04:46:22.0512773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\thread_name.h 2025-04-25T04:46:22.0516424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Type.h 2025-04-25T04:46:22.0519754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\TypeCast.h 2025-04-25T04:46:22.0523164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\typeid.h 2025-04-25T04:46:22.0526511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\TypeIndex.h 2025-04-25T04:46:22.0530140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\TypeList.h 2025-04-25T04:46:22.0533715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\TypeSafeSignMath.h 2025-04-25T04:46:22.0537217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\TypeTraits.h 2025-04-25T04:46:22.0540758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Unicode.h 2025-04-25T04:46:22.0544896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\UniqueVoidPtr.h 2025-04-25T04:46:22.0548316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Unroll.h 2025-04-25T04:46:22.0552246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\WaitCounter.h 2025-04-25T04:46:22.0557346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\WaitCounterDynamicBackend.h 2025-04-25T04:46:22.0560756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\win32-headers.h 2025-04-25T04:46:22.0578734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUCachingAllocator.h 2025-04-25T04:46:22.0582210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUDeviceProp.h 2025-04-25T04:46:22.0586306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUException.h 2025-04-25T04:46:22.0589663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUFunctions.h 2025-04-25T04:46:22.0598249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUMacros.h 2025-04-25T04:46:22.0601648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUStream.h 2025-04-25T04:46:22.0608341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\impl\XPUGuardImpl.h 2025-04-25T04:46:22.0618554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\test\impl\XPUTest.h 2025-04-25T04:46:22.0631662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\core\common.h 2025-04-25T04:46:22.0634975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\core\macros.h 2025-04-25T04:46:22.0638339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\core\timer.h 2025-04-25T04:46:22.0645369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\perfkernels\batch_box_cox_vec.h 2025-04-25T04:46:22.0648828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\perfkernels\common.h 2025-04-25T04:46:22.0652115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\perfkernels\embedding_lookup_idx.h 2025-04-25T04:46:22.0659224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\crc_alt.h 2025-04-25T04:46:22.0663085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\file_adapter.h 2025-04-25T04:46:22.0666502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\inline_container.h 2025-04-25T04:46:22.0669869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\in_memory_adapter.h 2025-04-25T04:46:22.0678199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\istream_adapter.h 2025-04-25T04:46:22.0681661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\read_adapter_interface.h 2025-04-25T04:46:22.0684995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\versions.h 2025-04-25T04:46:22.0692069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\utils\fixed_divisor.h 2025-04-25T04:46:22.0695516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\utils\proto_wrap.h 2025-04-25T04:46:22.0698994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\utils\string_utils.h 2025-04-25T04:46:22.0710157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\utils\threadpool\pthreadpool-cpp.h 2025-04-25T04:46:22.0713817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\utils\threadpool\pthreadpool.h 2025-04-25T04:46:22.0717289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\utils\threadpool\ThreadPool.h 2025-04-25T04:46:22.0726212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\utils\threadpool\ThreadPoolCommon.h 2025-04-25T04:46:22.0729844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\utils\threadpool\thread_pool_guard.h 2025-04-25T04:46:22.0733201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\utils\threadpool\WorkersPool.h 2025-04-25T04:46:22.0743655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\ConvUtils.h 2025-04-25T04:46:22.0747042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\Fbgemm.h 2025-04-25T04:46:22.0750929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\FbgemmBuild.h 2025-04-25T04:46:22.0754289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\FbgemmConvert.h 2025-04-25T04:46:22.0762389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\FbgemmEmbedding.h 2025-04-25T04:46:22.0765320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\FbgemmFP16.h 2025-04-25T04:46:22.0769045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\FbgemmFPCommon.h 2025-04-25T04:46:22.0772303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\FbgemmI64.h 2025-04-25T04:46:22.0775892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\FbgemmI8DepthwiseAvx2.h 2025-04-25T04:46:22.0779732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\FbgemmI8DirectconvAvx2.h 2025-04-25T04:46:22.0783099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\FbgemmI8Spmdm.h 2025-04-25T04:46:22.0786660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\FbgemmPackMatrixB.h 2025-04-25T04:46:22.0789996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\FbgemmSparse.h 2025-04-25T04:46:22.0793475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\OutputProcessing-inl.h 2025-04-25T04:46:22.0796913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\PackingTraits-inl.h 2025-04-25T04:46:22.0800290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\QuantUtils.h 2025-04-25T04:46:22.0804238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\QuantUtilsAvx2.h 2025-04-25T04:46:22.0807846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\QuantUtilsAvx512.h 2025-04-25T04:46:22.0811442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\SimdUtils.h 2025-04-25T04:46:22.0819690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\spmmUtils.h 2025-04-25T04:46:22.0823145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\spmmUtilsAvx2.h 2025-04-25T04:46:22.0826593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\Types.h 2025-04-25T04:46:22.0829752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\Utils.h 2025-04-25T04:46:22.0833951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\UtilsAvx2.h 2025-04-25T04:46:22.0842581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\args.h 2025-04-25T04:46:22.0846093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\base.h 2025-04-25T04:46:22.0850431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\chrono.h 2025-04-25T04:46:22.0854120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\color.h 2025-04-25T04:46:22.0857765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\compile.h 2025-04-25T04:46:22.0860949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\core.h 2025-04-25T04:46:22.0864215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\format-inl.h 2025-04-25T04:46:22.0872937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\format.h 2025-04-25T04:46:22.0877291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\os.h 2025-04-25T04:46:22.0880681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\ostream.h 2025-04-25T04:46:22.0884347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\printf.h 2025-04-25T04:46:22.0887480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\ranges.h 2025-04-25T04:46:22.0891068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\std.h 2025-04-25T04:46:22.0894410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\xchar.h 2025-04-25T04:46:22.0901480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fp16\bitcasts.h 2025-04-25T04:46:22.0905164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fp16\fp16.h 2025-04-25T04:46:22.0908536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fp16\psimd.h 2025-04-25T04:46:22.0920465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\any.h 2025-04-25T04:46:22.0923847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\any.pb.h 2025-04-25T04:46:22.0927399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\api.pb.h 2025-04-25T04:46:22.0931228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\arena.h 2025-04-25T04:46:22.0934640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\arenastring.h 2025-04-25T04:46:22.0943088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\arena_impl.h 2025-04-25T04:46:22.0946499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\descriptor.h 2025-04-25T04:46:22.0950733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\descriptor.pb.h 2025-04-25T04:46:22.0957925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\descriptor_database.h 2025-04-25T04:46:22.0961426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\duration.pb.h 2025-04-25T04:46:22.0964925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\dynamic_message.h 2025-04-25T04:46:22.0969236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\empty.pb.h 2025-04-25T04:46:22.0972744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\extension_set.h 2025-04-25T04:46:22.0994702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\extension_set_inl.h 2025-04-25T04:46:22.0998272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\field_mask.pb.h 2025-04-25T04:46:22.1001924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\generated_enum_reflection.h 2025-04-25T04:46:22.1005379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\generated_enum_util.h 2025-04-25T04:46:22.1009120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\generated_message_reflection.h 2025-04-25T04:46:22.1012512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\generated_message_table_driven.h 2025-04-25T04:46:22.1016257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\generated_message_util.h 2025-04-25T04:46:22.1024829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\has_bits.h 2025-04-25T04:46:22.1028194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\implicit_weak_message.h 2025-04-25T04:46:22.1031665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\inlined_string_field.h 2025-04-25T04:46:22.1035050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\map.h 2025-04-25T04:46:22.1038878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\map_entry.h 2025-04-25T04:46:22.1042432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\map_entry_lite.h 2025-04-25T04:46:22.1045971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\map_field.h 2025-04-25T04:46:22.1049838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\map_field_inl.h 2025-04-25T04:46:22.1053362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\map_field_lite.h 2025-04-25T04:46:22.1056961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\map_type_handler.h 2025-04-25T04:46:22.1064211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\message.h 2025-04-25T04:46:22.1068063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\message_lite.h 2025-04-25T04:46:22.1071450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\metadata.h 2025-04-25T04:46:22.1074723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\metadata_lite.h 2025-04-25T04:46:22.1078282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\parse_context.h 2025-04-25T04:46:22.1081656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\port.h 2025-04-25T04:46:22.1084940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\reflection.h 2025-04-25T04:46:22.1089882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\reflection_ops.h 2025-04-25T04:46:22.1093675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\repeated_field.h 2025-04-25T04:46:22.1097869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\service.h 2025-04-25T04:46:22.1101196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\source_context.pb.h 2025-04-25T04:46:22.1104582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\struct.pb.h 2025-04-25T04:46:22.1112317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\text_format.h 2025-04-25T04:46:22.1115753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\timestamp.pb.h 2025-04-25T04:46:22.1119025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\type.pb.h 2025-04-25T04:46:22.1122980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\unknown_field_set.h 2025-04-25T04:46:22.1126626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\wire_format.h 2025-04-25T04:46:22.1130152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\wire_format_lite.h 2025-04-25T04:46:22.1133933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\wrappers.pb.h 2025-04-25T04:46:22.1141194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\code_generator.h 2025-04-25T04:46:22.1144561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\command_line_interface.h 2025-04-25T04:46:22.1147886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\importer.h 2025-04-25T04:46:22.1151242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\parser.h 2025-04-25T04:46:22.1154615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\plugin.h 2025-04-25T04:46:22.1162161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\plugin.pb.h 2025-04-25T04:46:22.1169285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\cpp\cpp_generator.h 2025-04-25T04:46:22.1176064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\csharp\csharp_generator.h 2025-04-25T04:46:22.1179617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\csharp\csharp_names.h 2025-04-25T04:46:22.1186430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\java\java_generator.h 2025-04-25T04:46:22.1189751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\java\java_names.h 2025-04-25T04:46:22.1197057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\js\js_generator.h 2025-04-25T04:46:22.1200164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\js\well_known_types_embed.h 2025-04-25T04:46:22.1208522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\objectivec\objectivec_generator.h 2025-04-25T04:46:22.1211914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\objectivec\objectivec_helpers.h 2025-04-25T04:46:22.1218530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\php\php_generator.h 2025-04-25T04:46:22.1225939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\python\python_generator.h 2025-04-25T04:46:22.1232694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\ruby\ruby_generator.h 2025-04-25T04:46:22.1240270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\io\coded_stream.h 2025-04-25T04:46:22.1243840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\io\gzip_stream.h 2025-04-25T04:46:22.1247090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\io\io_win32.h 2025-04-25T04:46:22.1250740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\io\printer.h 2025-04-25T04:46:22.1254088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\io\strtod.h 2025-04-25T04:46:22.1348533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\io\tokenizer.h 2025-04-25T04:46:22.1351872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\io\zero_copy_stream.h 2025-04-25T04:46:22.1355234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\io\zero_copy_stream_impl.h 2025-04-25T04:46:22.1359177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\io\zero_copy_stream_impl_lite.h 2025-04-25T04:46:22.1366945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\bytestream.h 2025-04-25T04:46:22.1370362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\callback.h 2025-04-25T04:46:22.1373784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\casts.h 2025-04-25T04:46:22.1376990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\common.h 2025-04-25T04:46:22.1380575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\fastmem.h 2025-04-25T04:46:22.1384059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\hash.h 2025-04-25T04:46:22.1502700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\logging.h 2025-04-25T04:46:22.1505987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\macros.h 2025-04-25T04:46:22.1509141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\map_util.h 2025-04-25T04:46:22.1512444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\mutex.h 2025-04-25T04:46:22.1516013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\once.h 2025-04-25T04:46:22.1519463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\platform_macros.h 2025-04-25T04:46:22.1523288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\port.h 2025-04-25T04:46:22.1526834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\status.h 2025-04-25T04:46:22.1530414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\stl_util.h 2025-04-25T04:46:22.1533917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\stringpiece.h 2025-04-25T04:46:22.1537347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\strutil.h 2025-04-25T04:46:22.1540822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\template_util.h 2025-04-25T04:46:22.1548469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\util\delimited_message_util.h 2025-04-25T04:46:22.1551829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\util\field_comparator.h 2025-04-25T04:46:22.1555227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\util\field_mask_util.h 2025-04-25T04:46:22.1658734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\util\json_util.h 2025-04-25T04:46:22.1662054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\util\message_differencer.h 2025-04-25T04:46:22.1665810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\util\time_util.h 2025-04-25T04:46:22.1669369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\util\type_resolver.h 2025-04-25T04:46:22.1672833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\util\type_resolver_util.h 2025-04-25T04:46:22.1681700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\AbstractConfig.h 2025-04-25T04:46:22.1685221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ActivityProfilerInterface.h 2025-04-25T04:46:22.1688757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ActivityTraceInterface.h 2025-04-25T04:46:22.1797244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ActivityType.h 2025-04-25T04:46:22.1801132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ClientInterface.h 2025-04-25T04:46:22.1804315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\Config.h 2025-04-25T04:46:22.1808063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\GenericTraceActivity.h 2025-04-25T04:46:22.1812060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\IActivityProfiler.h 2025-04-25T04:46:22.1815321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ILoggerObserver.h 2025-04-25T04:46:22.1818690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ITraceActivity.h 2025-04-25T04:46:22.1821981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\libkineto.h 2025-04-25T04:46:22.1825765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\LoggingAPI.h 2025-04-25T04:46:22.1829959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\output_base.h 2025-04-25T04:46:22.1833466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ThreadUtil.h 2025-04-25T04:46:22.1837385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\time_since_epoch.h 2025-04-25T04:46:22.1840886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\TraceSpan.h 2025-04-25T04:46:22.1848708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\mimalloc-1.8\mimalloc-new-delete.h 2025-04-25T04:46:22.1852340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\mimalloc-1.8\mimalloc-override.h 2025-04-25T04:46:22.1855682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\mimalloc-1.8\mimalloc.h 2025-04-25T04:46:22.1988325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl.h 2025-04-25T04:46:22.1992468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl.hpp 2025-04-25T04:46:22.1999189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_common.h 2025-04-25T04:46:22.2002625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_common.hpp 2025-04-25T04:46:22.2006152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_common_types.h 2025-04-25T04:46:22.2113370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_config.h 2025-04-25T04:46:22.2116647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_debug.h 2025-04-25T04:46:22.2120146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_graph.h 2025-04-25T04:46:22.2123529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_graph.hpp 2025-04-25T04:46:22.2127256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_graph_ocl.h 2025-04-25T04:46:22.2130722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_graph_ocl.hpp 2025-04-25T04:46:22.2134021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_graph_sycl.h 2025-04-25T04:46:22.2137536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_graph_sycl.hpp 2025-04-25T04:46:22.2140952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_graph_types.h 2025-04-25T04:46:22.2144338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_ocl.h 2025-04-25T04:46:22.2147634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_ocl.hpp 2025-04-25T04:46:22.2151078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_ocl_types.h 2025-04-25T04:46:22.2154467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_sycl.h 2025-04-25T04:46:22.2158026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_sycl.hpp 2025-04-25T04:46:22.2161789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_sycl_types.h 2025-04-25T04:46:22.2165281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_threadpool.h 2025-04-25T04:46:22.4383154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_threadpool.hpp 2025-04-25T04:46:22.4386408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_threadpool_iface.hpp 2025-04-25T04:46:22.4389828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_types.h 2025-04-25T04:46:22.4394300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_ukernel.h 2025-04-25T04:46:22.4397761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_ukernel.hpp 2025-04-25T04:46:22.4401468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_ukernel_types.h 2025-04-25T04:46:22.4405015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_version.h 2025-04-25T04:46:22.4408665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_version_hash.h 2025-04-25T04:46:22.4418743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\attr.h 2025-04-25T04:46:22.4422592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\buffer_info.h 2025-04-25T04:46:22.4425871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\cast.h 2025-04-25T04:46:22.4429354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\chrono.h 2025-04-25T04:46:22.4432522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\common.h 2025-04-25T04:46:22.4435770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\complex.h 2025-04-25T04:46:22.4443556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\eigen.h 2025-04-25T04:46:22.4446778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\embed.h 2025-04-25T04:46:22.4450077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\eval.h 2025-04-25T04:46:22.4453338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\functional.h 2025-04-25T04:46:22.4456725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\gil.h 2025-04-25T04:46:22.4460067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\gil_safe_call_once.h 2025-04-25T04:46:22.4463452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\iostream.h 2025-04-25T04:46:22.4466589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\numpy.h 2025-04-25T04:46:22.4470122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\operators.h 2025-04-25T04:46:22.4485931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\options.h 2025-04-25T04:46:22.4486613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\pybind11.h 2025-04-25T04:46:22.4487147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\pytypes.h 2025-04-25T04:46:22.4487652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\stl.h 2025-04-25T04:46:22.4488587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\stl_bind.h 2025-04-25T04:46:22.4491637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\type_caster_pyobject_ptr.h 2025-04-25T04:46:22.4494955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\typing.h 2025-04-25T04:46:22.4501561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\class.h 2025-04-25T04:46:22.4504893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\common.h 2025-04-25T04:46:22.4508573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\cpp_conduit.h 2025-04-25T04:46:22.4512142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\descr.h 2025-04-25T04:46:22.4515647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\exception_translation.h 2025-04-25T04:46:22.4635640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\init.h 2025-04-25T04:46:22.4638803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\internals.h 2025-04-25T04:46:22.4642340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\typeid.h 2025-04-25T04:46:22.4645694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\type_caster_base.h 2025-04-25T04:46:22.4649693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\value_and_holder.h 2025-04-25T04:46:22.4656970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\eigen\common.h 2025-04-25T04:46:22.4660479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\eigen\matrix.h 2025-04-25T04:46:22.4663858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\eigen\tensor.h 2025-04-25T04:46:22.4671605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\stl\filesystem.h 2025-04-25T04:46:22.4681324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\custom_class.h 2025-04-25T04:46:22.4684892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\custom_class_detail.h 2025-04-25T04:46:22.4688375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\extension.h 2025-04-25T04:46:22.4692448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\library.h 2025-04-25T04:46:22.4812934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\script.h 2025-04-25T04:46:22.4820866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\copy_utils.h 2025-04-25T04:46:22.4824858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\CudaIPCTypes.h 2025-04-25T04:46:22.4828195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\DataLoader.h 2025-04-25T04:46:22.4831463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Device.h 2025-04-25T04:46:22.4931637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\DeviceAccelerator.h 2025-04-25T04:46:22.4935072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Dtype.h 2025-04-25T04:46:22.4938418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\DynamicTypes.h 2025-04-25T04:46:22.4941842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Event.h 2025-04-25T04:46:22.4945172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Exceptions.h 2025-04-25T04:46:22.4948746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Export.h 2025-04-25T04:46:22.4952181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Generator.h 2025-04-25T04:46:22.4955514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\itt.h 2025-04-25T04:46:22.4959192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\itt_wrapper.h 2025-04-25T04:46:22.4962603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Layout.h 2025-04-25T04:46:22.4965969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\MemoryFormat.h 2025-04-25T04:46:22.4969473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Module.h 2025-04-25T04:46:22.4973140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\PyInterpreter.h 2025-04-25T04:46:22.4976636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\python_dimname.h 2025-04-25T04:46:22.4980310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\python_headers.h 2025-04-25T04:46:22.4983666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\QScheme.h 2025-04-25T04:46:22.4987058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\serialization.h 2025-04-25T04:46:22.4990435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Size.h 2025-04-25T04:46:22.4993746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Storage.h 2025-04-25T04:46:22.4997147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\StorageMethods.h 2025-04-25T04:46:22.5005172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\StorageSharing.h 2025-04-25T04:46:22.5008573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Stream.h 2025-04-25T04:46:22.5011837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\THConcat.h 2025-04-25T04:46:22.5015842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\THP.h 2025-04-25T04:46:22.5019231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\TypeInfo.h 2025-04-25T04:46:22.5022281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Types.h 2025-04-25T04:46:22.5025533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils.h 2025-04-25T04:46:22.5039632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\all.h 2025-04-25T04:46:22.5043466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\arg.h 2025-04-25T04:46:22.5046974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\autograd.h 2025-04-25T04:46:22.5050252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\cuda.h 2025-04-25T04:46:22.5053918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data.h 2025-04-25T04:46:22.5057658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\enum.h 2025-04-25T04:46:22.5061330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\expanding_array.h 2025-04-25T04:46:22.5069748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\fft.h 2025-04-25T04:46:22.5073135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\imethod.h 2025-04-25T04:46:22.5076402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\jit.h 2025-04-25T04:46:22.5079908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\mps.h 2025-04-25T04:46:22.5083322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nested.h 2025-04-25T04:46:22.5097529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn.h 2025-04-25T04:46:22.5100835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim.h 2025-04-25T04:46:22.5104103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\ordered_dict.h 2025-04-25T04:46:22.5107942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\python.h 2025-04-25T04:46:22.5111452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize.h 2025-04-25T04:46:22.5114850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\sparse.h 2025-04-25T04:46:22.5118329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\special.h 2025-04-25T04:46:22.5121694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\torch.h 2025-04-25T04:46:22.5125104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\types.h 2025-04-25T04:46:22.5128655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\utils.h 2025-04-25T04:46:22.5146370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\version.h 2025-04-25T04:46:22.5149623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\xpu.h 2025-04-25T04:46:22.5157140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader.h 2025-04-25T04:46:22.5160577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader_options.h 2025-04-25T04:46:22.5164046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets.h 2025-04-25T04:46:22.5167359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\example.h 2025-04-25T04:46:22.5170753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\iterator.h 2025-04-25T04:46:22.5178576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers.h 2025-04-25T04:46:22.5181929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms.h 2025-04-25T04:46:22.5185553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\worker_exception.h 2025-04-25T04:46:22.5192663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader\base.h 2025-04-25T04:46:22.5196320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader\stateful.h 2025-04-25T04:46:22.5199734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader\stateless.h 2025-04-25T04:46:22.5206748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\base.h 2025-04-25T04:46:22.5210133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\chunk.h 2025-04-25T04:46:22.5213480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\map.h 2025-04-25T04:46:22.5216689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\mnist.h 2025-04-25T04:46:22.5219991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\shared.h 2025-04-25T04:46:22.5223233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\stateful.h 2025-04-25T04:46:22.5226499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\tensor.h 2025-04-25T04:46:22.5239415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\detail\data_shuttle.h 2025-04-25T04:46:22.5242786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\detail\queue.h 2025-04-25T04:46:22.5246533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\detail\sequencers.h 2025-04-25T04:46:22.5253850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\base.h 2025-04-25T04:46:22.5257448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\custom_batch_request.h 2025-04-25T04:46:22.5261092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\distributed.h 2025-04-25T04:46:22.5264897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\random.h 2025-04-25T04:46:22.5268353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\sequential.h 2025-04-25T04:46:22.5276720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\serialize.h 2025-04-25T04:46:22.5280190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\stream.h 2025-04-25T04:46:22.5287600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\base.h 2025-04-25T04:46:22.5291197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\collate.h 2025-04-25T04:46:22.5294556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\lambda.h 2025-04-25T04:46:22.5297952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\stack.h 2025-04-25T04:46:22.5301376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\tensor.h 2025-04-25T04:46:22.5309428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\detail\static.h 2025-04-25T04:46:22.5313089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\detail\TensorDataContainer.h 2025-04-25T04:46:22.5320509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\cloneable.h 2025-04-25T04:46:22.5324074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional.h 2025-04-25T04:46:22.5327597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\init.h 2025-04-25T04:46:22.5330920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\module.h 2025-04-25T04:46:22.5334329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules.h 2025-04-25T04:46:22.5341969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options.h 2025-04-25T04:46:22.5345317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\pimpl-inl.h 2025-04-25T04:46:22.5348801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\pimpl.h 2025-04-25T04:46:22.5352257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\utils.h 2025-04-25T04:46:22.5359269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\activation.h 2025-04-25T04:46:22.5362871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\batchnorm.h 2025-04-25T04:46:22.5366387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\conv.h 2025-04-25T04:46:22.5369913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\distance.h 2025-04-25T04:46:22.5377726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\dropout.h 2025-04-25T04:46:22.5381138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\embedding.h 2025-04-25T04:46:22.5385034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\fold.h 2025-04-25T04:46:22.5388773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\instancenorm.h 2025-04-25T04:46:22.5392721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\linear.h 2025-04-25T04:46:22.5396566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\loss.h 2025-04-25T04:46:22.5400141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\normalization.h 2025-04-25T04:46:22.5403658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\padding.h 2025-04-25T04:46:22.5407153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\pixelshuffle.h 2025-04-25T04:46:22.5410841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\pooling.h 2025-04-25T04:46:22.5414609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\upsampling.h 2025-04-25T04:46:22.5418169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\vision.h 2025-04-25T04:46:22.5425877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\activation.h 2025-04-25T04:46:22.5429648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\adaptive.h 2025-04-25T04:46:22.5433064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\batchnorm.h 2025-04-25T04:46:22.5436432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\common.h 2025-04-25T04:46:22.5440006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\conv.h 2025-04-25T04:46:22.5447165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\distance.h 2025-04-25T04:46:22.5450758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\dropout.h 2025-04-25T04:46:22.5454151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\embedding.h 2025-04-25T04:46:22.5458007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\fold.h 2025-04-25T04:46:22.5461158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\instancenorm.h 2025-04-25T04:46:22.5464552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\linear.h 2025-04-25T04:46:22.5468357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\loss.h 2025-04-25T04:46:22.5471936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\normalization.h 2025-04-25T04:46:22.5475297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\padding.h 2025-04-25T04:46:22.5478832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\pixelshuffle.h 2025-04-25T04:46:22.5482249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\pooling.h 2025-04-25T04:46:22.5485586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\rnn.h 2025-04-25T04:46:22.5489404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\transformer.h 2025-04-25T04:46:22.5492758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\transformercoder.h 2025-04-25T04:46:22.5496139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\transformerlayer.h 2025-04-25T04:46:22.5499752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\upsampling.h 2025-04-25T04:46:22.5503225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\utils.h 2025-04-25T04:46:22.5506753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\_functions.h 2025-04-25T04:46:22.5514193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\any.h 2025-04-25T04:46:22.5517911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\any_module_holder.h 2025-04-25T04:46:22.5521333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\any_value.h 2025-04-25T04:46:22.5525258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\functional.h 2025-04-25T04:46:22.5532751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\moduledict.h 2025-04-25T04:46:22.5536538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\modulelist.h 2025-04-25T04:46:22.5540513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\named_any.h 2025-04-25T04:46:22.5544063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterdict.h 2025-04-25T04:46:22.5547517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterlist.h 2025-04-25T04:46:22.5550945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\sequential.h 2025-04-25T04:46:22.5559866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\activation.h 2025-04-25T04:46:22.5563447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\adaptive.h 2025-04-25T04:46:22.5566835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\batchnorm.h 2025-04-25T04:46:22.5570732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\conv.h 2025-04-25T04:46:22.5574701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\distance.h 2025-04-25T04:46:22.5582986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\dropout.h 2025-04-25T04:46:22.5587004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\embedding.h 2025-04-25T04:46:22.5590085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\fold.h 2025-04-25T04:46:22.5593703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\instancenorm.h 2025-04-25T04:46:22.5597195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\linear.h 2025-04-25T04:46:22.5600614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\loss.h 2025-04-25T04:46:22.5604044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\normalization.h 2025-04-25T04:46:22.5607901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\padding.h 2025-04-25T04:46:22.5611410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\pixelshuffle.h 2025-04-25T04:46:22.5615281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\pooling.h 2025-04-25T04:46:22.5618649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\rnn.h 2025-04-25T04:46:22.5621944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\transformer.h 2025-04-25T04:46:22.5625481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\transformercoder.h 2025-04-25T04:46:22.5628893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\transformerlayer.h 2025-04-25T04:46:22.5632317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\upsampling.h 2025-04-25T04:46:22.5635630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\vision.h 2025-04-25T04:46:22.5643330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\parallel\data_parallel.h 2025-04-25T04:46:22.5650474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\utils\clip_grad.h 2025-04-25T04:46:22.5653944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\utils\convert_parameters.h 2025-04-25T04:46:22.5657382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\utils\rnn.h 2025-04-25T04:46:22.5664710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\adagrad.h 2025-04-25T04:46:22.5668103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\adam.h 2025-04-25T04:46:22.5671764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\adamw.h 2025-04-25T04:46:22.5675053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\lbfgs.h 2025-04-25T04:46:22.5678612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\optimizer.h 2025-04-25T04:46:22.5681987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\rmsprop.h 2025-04-25T04:46:22.5690105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\serialize.h 2025-04-25T04:46:22.5693463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\sgd.h 2025-04-25T04:46:22.5700315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\schedulers\lr_scheduler.h 2025-04-25T04:46:22.5704482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\schedulers\reduce_on_plateau_scheduler.h 2025-04-25T04:46:22.5707802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\schedulers\step_lr.h 2025-04-25T04:46:22.5719744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\python\init.h 2025-04-25T04:46:22.5727599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize\archive.h 2025-04-25T04:46:22.5731282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize\input-archive.h 2025-04-25T04:46:22.5734892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize\output-archive.h 2025-04-25T04:46:22.5738279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize\tensor.h 2025-04-25T04:46:22.5753893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\anomaly_mode.h 2025-04-25T04:46:22.5757390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\autograd.h 2025-04-25T04:46:22.5760698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\autograd_not_implemented_fallback.h 2025-04-25T04:46:22.5764274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\cpp_hook.h 2025-04-25T04:46:22.5771932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\custom_function.h 2025-04-25T04:46:22.5775542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\edge.h 2025-04-25T04:46:22.5778886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\engine.h 2025-04-25T04:46:22.5782094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\forward_grad.h 2025-04-25T04:46:22.5785330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\function.h 2025-04-25T04:46:22.5788730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\FunctionsManual.h 2025-04-25T04:46:22.5792360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\function_hook.h 2025-04-25T04:46:22.5795940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\grad_mode.h 2025-04-25T04:46:22.5799281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\graph_task.h 2025-04-25T04:46:22.5802644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\InferenceMode.h 2025-04-25T04:46:22.5806026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\input_buffer.h 2025-04-25T04:46:22.5809534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\input_metadata.h 2025-04-25T04:46:22.5813047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\jit_decomp_interface.h 2025-04-25T04:46:22.5816477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\profiler.h 2025-04-25T04:46:22.5820168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\profiler_kineto.h 2025-04-25T04:46:22.5823601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\profiler_legacy.h 2025-04-25T04:46:22.5827124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\profiler_python.h 2025-04-25T04:46:22.5830625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_anomaly_mode.h 2025-04-25T04:46:22.5838500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_autograd.h 2025-04-25T04:46:22.5841715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_cpp_function.h 2025-04-25T04:46:22.5845102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_engine.h 2025-04-25T04:46:22.5848839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_enum_tag.h 2025-04-25T04:46:22.5853004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_fft_functions.h 2025-04-25T04:46:22.5856586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_function.h 2025-04-25T04:46:22.5860075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_hook.h 2025-04-25T04:46:22.5864415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_legacy_variable.h 2025-04-25T04:46:22.5868122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_linalg_functions.h 2025-04-25T04:46:22.5876971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_nested_functions.h 2025-04-25T04:46:22.5881002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_nn_functions.h 2025-04-25T04:46:22.5884601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_saved_variable_hooks.h 2025-04-25T04:46:22.5888071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_sparse_functions.h 2025-04-25T04:46:22.5892118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_special_functions.h 2025-04-25T04:46:22.5895692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_torch_functions.h 2025-04-25T04:46:22.5899228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_variable.h 2025-04-25T04:46:22.5903094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_variable_indexing.h 2025-04-25T04:46:22.5907135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\record_function_ops.h 2025-04-25T04:46:22.5910591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\saved_variable.h 2025-04-25T04:46:22.5914400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\saved_variable_hooks.h 2025-04-25T04:46:22.5922669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\symbolic.h 2025-04-25T04:46:22.5926086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\variable.h 2025-04-25T04:46:22.5930114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\VariableTypeUtils.h 2025-04-25T04:46:22.5933620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\variable_info.h 2025-04-25T04:46:22.5941737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\accumulate_grad.h 2025-04-25T04:46:22.5945084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\basic_ops.h 2025-04-25T04:46:22.5948525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\comm.h 2025-04-25T04:46:22.5951918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\pybind.h 2025-04-25T04:46:22.5960023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\tensor.h 2025-04-25T04:46:22.5963383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\utils.h 2025-04-25T04:46:22.5970845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\Functions.h 2025-04-25T04:46:22.5977431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\python_functions.h 2025-04-25T04:46:22.5981245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\python_return_types.h 2025-04-25T04:46:22.5988764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\VariableType.h 2025-04-25T04:46:22.5992378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\variable_factories.h 2025-04-25T04:46:22.5996637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\ViewFuncs.h 2025-04-25T04:46:22.6005457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\error_messages.h 2025-04-25T04:46:22.6008814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\grad_layout_contract.h 2025-04-25T04:46:22.6012177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\lambda_post_hook.h 2025-04-25T04:46:22.6015831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\python_arg_parsing.h 2025-04-25T04:46:22.6024165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\warnings.h 2025-04-25T04:46:22.6027531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\wrap_outputs.h 2025-04-25T04:46:22.6035697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cpu\Module.h 2025-04-25T04:46:22.6042816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\comm.h 2025-04-25T04:46:22.6046833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h 2025-04-25T04:46:22.6050664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\device_set.h 2025-04-25T04:46:22.6054253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\Event.h 2025-04-25T04:46:22.6057451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\GdsFile.h 2025-04-25T04:46:22.6066111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\memory_snapshot.h 2025-04-25T04:46:22.6069502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\Module.h 2025-04-25T04:46:22.6072844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\nccl.h 2025-04-25T04:46:22.6076089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\python_comm.h 2025-04-25T04:46:22.6079522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\python_nccl.h 2025-04-25T04:46:22.6083036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\Stream.h 2025-04-25T04:46:22.6086544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\THCP.h 2025-04-25T04:46:22.6098111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\autograd.h 2025-04-25T04:46:22.6101669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\python_autograd.h 2025-04-25T04:46:22.6105088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\utils.h 2025-04-25T04:46:22.6111982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\context\container.h 2025-04-25T04:46:22.6115172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\context\context.h 2025-04-25T04:46:22.6122100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\engine\dist_engine.h 2025-04-25T04:46:22.6133563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\functions\recvrpc_backward.h 2025-04-25T04:46:22.6137059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\functions\sendrpc_backward.h 2025-04-25T04:46:22.6144424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\autograd_metadata.h 2025-04-25T04:46:22.6147959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_req.h 2025-04-25T04:46:22.6151452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_resp.h 2025-04-25T04:46:22.6160002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_req.h 2025-04-25T04:46:22.6179630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_resp.h 2025-04-25T04:46:22.6184680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_autograd.h 2025-04-25T04:46:22.6187948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_req.h 2025-04-25T04:46:22.6191532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_resp.h 2025-04-25T04:46:22.6195157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_req.h 2025-04-25T04:46:22.6198697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_resp.h 2025-04-25T04:46:22.6206874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Backend.hpp 2025-04-25T04:46:22.6210967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Backoff.hpp 2025-04-25T04:46:22.6214125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\c10d.h 2025-04-25T04:46:22.6217976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\comm.hpp 2025-04-25T04:46:22.6222347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory-inl.h 2025-04-25T04:46:22.6225820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory.hpp 2025-04-25T04:46:22.6234750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\debug.h 2025-04-25T04:46:22.6238143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\default_comm_hooks.hpp 2025-04-25T04:46:22.6241683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\DMAConnectivity.hpp 2025-04-25T04:46:22.6245306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\error.h 2025-04-25T04:46:22.6248662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\exception.h 2025-04-25T04:46:22.6252118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\FakeProcessGroup.hpp 2025-04-25T04:46:22.6255477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\FileStore.hpp 2025-04-25T04:46:22.6258918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\FlightRecorder.hpp 2025-04-25T04:46:22.6262246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Functional.hpp 2025-04-25T04:46:22.6265942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\GlooDeviceFactory.hpp 2025-04-25T04:46:22.6269479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\GroupRegistry.hpp 2025-04-25T04:46:22.6272864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\HashStore.hpp 2025-04-25T04:46:22.6276825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\intra_node_comm.hpp 2025-04-25T04:46:22.6280245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\logger.hpp 2025-04-25T04:46:22.6283418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\logging.h 2025-04-25T04:46:22.6286698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\NanCheck.hpp 2025-04-25T04:46:22.6290083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\NCCLUtils.hpp 2025-04-25T04:46:22.6297763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ParamCommsUtils.hpp 2025-04-25T04:46:22.6301085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\PrefixStore.hpp 2025-04-25T04:46:22.6304486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroup.hpp 2025-04-25T04:46:22.6308069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupGloo.hpp 2025-04-25T04:46:22.6312163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupMPI.hpp 2025-04-25T04:46:22.6315777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupNCCL.hpp 2025-04-25T04:46:22.6319424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupUCC.hpp 2025-04-25T04:46:22.6322857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupWrapper.hpp 2025-04-25T04:46:22.6331138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\PyProcessGroup.hpp 2025-04-25T04:46:22.6334501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\python_comm_hook.h 2025-04-25T04:46:22.6337952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\RankLocal.hpp 2025-04-25T04:46:22.6341397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\reducer.hpp 2025-04-25T04:46:22.6344885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\reducer_timer.hpp 2025-04-25T04:46:22.6348512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\sequence_num.hpp 2025-04-25T04:46:22.6351892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\socket.h 2025-04-25T04:46:22.6355173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\socket_fmt.h 2025-04-25T04:46:22.6358618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Store.hpp 2025-04-25T04:46:22.6361885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\SymmetricMemory.hpp 2025-04-25T04:46:22.6365253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\TCPStore.hpp 2025-04-25T04:46:22.6368606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\TCPStoreBackend.hpp 2025-04-25T04:46:22.6376231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\TraceUtils.h 2025-04-25T04:46:22.6379826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Types.hpp 2025-04-25T04:46:22.6383029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\UCCTracing.hpp 2025-04-25T04:46:22.6386473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\UCCUtils.hpp 2025-04-25T04:46:22.6389772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\UnixSockUtils.hpp 2025-04-25T04:46:22.6393092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Utils.hpp 2025-04-25T04:46:22.6396358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\WinSockUtils.hpp 2025-04-25T04:46:22.6399753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Work.hpp 2025-04-25T04:46:22.6407041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\control_collectives\ControlCollectives.hpp 2025-04-25T04:46:22.6410893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\control_collectives\StoreCollectives.hpp 2025-04-25T04:46:22.6418941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\control_plane\Handlers.hpp 2025-04-25T04:46:22.6422533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\control_plane\WorkerServer.hpp 2025-04-25T04:46:22.6429369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\cuda\utils.hpp 2025-04-25T04:46:22.6437180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\quantization\quantization.h 2025-04-25T04:46:22.6440712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\quantization\quantization_gpu.h 2025-04-25T04:46:22.6444732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\quantization\quantization_utils.h 2025-04-25T04:46:22.6457394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\agent_utils.h 2025-04-25T04:46:22.6460784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\message.h 2025-04-25T04:46:22.6464174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_call.h 2025-04-25T04:46:22.6467632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_functions.h 2025-04-25T04:46:22.6475596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_remote_call.h 2025-04-25T04:46:22.6478947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_resp.h 2025-04-25T04:46:22.6482398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_rpc_handler.h 2025-04-25T04:46:22.6485814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\py_rref.h 2025-04-25T04:46:22.6489241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\request_callback.h 2025-04-25T04:46:22.6492706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\request_callback_impl.h 2025-04-25T04:46:22.6496276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\request_callback_no_python.h 2025-04-25T04:46:22.6499574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rpc.h 2025-04-25T04:46:22.6502952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rpc_agent.h 2025-04-25T04:46:22.6506608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rpc_command_base.h 2025-04-25T04:46:22.6510040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rref_context.h 2025-04-25T04:46:22.6513410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rref_impl.h 2025-04-25T04:46:22.6516989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rref_proto.h 2025-04-25T04:46:22.6520564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\script_call.h 2025-04-25T04:46:22.6524643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\script_remote_call.h 2025-04-25T04:46:22.6528300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\script_resp.h 2025-04-25T04:46:22.6537330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\tensorpipe_agent.h 2025-04-25T04:46:22.6540706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\tensorpipe_utils.h 2025-04-25T04:46:22.6544142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\torchscript_functions.h 2025-04-25T04:46:22.6547552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\types.h 2025-04-25T04:46:22.6551079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\unpickled_python_call.h 2025-04-25T04:46:22.6554595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\unpickled_python_remote_call.h 2025-04-25T04:46:22.6558344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\utils.h 2025-04-25T04:46:22.6564840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\metrics\RpcMetricsHandler.h 2025-04-25T04:46:22.6572160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\profiler\remote_profiler_manager.h 2025-04-25T04:46:22.6575808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\profiler\server_process_global_profiler.h 2025-04-25T04:46:22.6583705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\testing\faulty_tensorpipe_agent.h 2025-04-25T04:46:22.6587054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\testing\testing.h 2025-04-25T04:46:22.6595370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\cache_entry.h 2025-04-25T04:46:22.6598636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\compiled_autograd.h 2025-04-25T04:46:22.6602581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\cpp_shim.h 2025-04-25T04:46:22.6606982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\cpython_defs.h 2025-04-25T04:46:22.6615541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\cpython_includes.h 2025-04-25T04:46:22.6619538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\debug_macros.h 2025-04-25T04:46:22.6622867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\eval_frame.h 2025-04-25T04:46:22.6626483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\eval_frame_cpp.h 2025-04-25T04:46:22.6629898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\extra_state.h 2025-04-25T04:46:22.6633506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\framelocals_mapping.h 2025-04-25T04:46:22.6637041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\guards.h 2025-04-25T04:46:22.6640788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\init.h 2025-04-25T04:46:22.6643885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\python_compiled_autograd.h 2025-04-25T04:46:22.6647360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\utils.h 2025-04-25T04:46:22.6655549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\export\pybind.h 2025-04-25T04:46:22.6662580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\functorch\init.h 2025-04-25T04:46:22.6669667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\fx\node.h 2025-04-25T04:46:22.6677252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\array_ref_impl.h 2025-04-25T04:46:22.6680725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\inductor_ops.h 2025-04-25T04:46:22.6684466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\static_cuda_launcher.h 2025-04-25T04:46:22.6696481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_eager\kernel_holder.h 2025-04-25T04:46:22.6699708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_eager\kernel_meta_info.h 2025-04-25T04:46:22.6706854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_include\array_ref.h 2025-04-25T04:46:22.6710223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_include\common.h 2025-04-25T04:46:22.6713517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_include\cpu.h 2025-04-25T04:46:22.6716763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_include\cuda.h 2025-04-25T04:46:22.6719974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_include\xpu.h 2025-04-25T04:46:22.6732173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_package\model_package_loader.h 2025-04-25T04:46:22.6735540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_package\pybind.h 2025-04-25T04:46:22.6742760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner.h 2025-04-25T04:46:22.6746199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.h 2025-04-25T04:46:22.6750270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cuda.h 2025-04-25T04:46:22.6758132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_xpu.h 2025-04-25T04:46:22.6761857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\pybind.h 2025-04-25T04:46:22.6769176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\arrayref_tensor.h 2025-04-25T04:46:22.6772506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\constant_type.h 2025-04-25T04:46:22.6775877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\device_utils.h 2025-04-25T04:46:22.6783600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\interface.h 2025-04-25T04:46:22.6787155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\mini_array_ref.h 2025-04-25T04:46:22.6790395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\model.h 2025-04-25T04:46:22.6794608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\model_container.h 2025-04-25T04:46:22.6798070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\scalar_to_tensor.h 2025-04-25T04:46:22.6801717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\sycl_runtime_wrappers.h 2025-04-25T04:46:22.6805038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\thread_local.h 2025-04-25T04:46:22.6808442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\utils.h 2025-04-25T04:46:22.6811893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\utils_cuda.h 2025-04-25T04:46:22.6815392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\utils_xpu.h 2025-04-25T04:46:22.6823430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\mkldnn_tensor.h 2025-04-25T04:46:22.6826974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\oss_proxy_executor.h 2025-04-25T04:46:22.6830436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\proxy_executor.h 2025-04-25T04:46:22.6838154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\tensor_converter.h 2025-04-25T04:46:22.6841796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\utils.h 2025-04-25T04:46:22.6848106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\c\shim.h 2025-04-25T04:46:22.6851453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\c\shim_cpu.h 2025-04-25T04:46:22.6855103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\c\shim_xpu.h 2025-04-25T04:46:22.6862038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.h 2025-04-25T04:46:22.6865735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cuda.h 2025-04-25T04:46:22.6869663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_xpu.h 2025-04-25T04:46:22.6882611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\array_ref.h 2025-04-25T04:46:22.6886158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\common.h 2025-04-25T04:46:22.6889642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\cpu.h 2025-04-25T04:46:22.6892872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\cuda.h 2025-04-25T04:46:22.6896130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\xpu.h 2025-04-25T04:46:22.6907504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\cpu.h 2025-04-25T04:46:22.6910748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\cuda.h 2025-04-25T04:46:22.6922734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\xpu.h 2025-04-25T04:46:22.6931496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\instruction_counter\Module.h 2025-04-25T04:46:22.6939029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\jit_log.h 2025-04-25T04:46:22.6942372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\jit_opt_limit.h 2025-04-25T04:46:22.6945957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\resource_guard.h 2025-04-25T04:46:22.6952755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\api\compilation_unit.h 2025-04-25T04:46:22.6956598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\api\function_impl.h 2025-04-25T04:46:22.6960003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\api\method.h 2025-04-25T04:46:22.6963226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\api\module.h 2025-04-25T04:46:22.6966494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\api\object.h 2025-04-25T04:46:22.6982095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend.h 2025-04-25T04:46:22.6985405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_debug_handler.h 2025-04-25T04:46:22.6989207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_debug_info.h 2025-04-25T04:46:22.6992711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_detail.h 2025-04-25T04:46:22.7000428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_exception.h 2025-04-25T04:46:22.7003815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_init.h 2025-04-25T04:46:22.7007677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_interface.h 2025-04-25T04:46:22.7011431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_preprocess.h 2025-04-25T04:46:22.7014909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_resolver.h 2025-04-25T04:46:22.7027328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\coreml\cpp\context.h 2025-04-25T04:46:22.7035130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLCompiler.h 2025-04-25T04:46:22.7038980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLExecutor.h 2025-04-25T04:46:22.7042620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLFeatureProvider.h 2025-04-25T04:46:22.7051870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLModelWrapper.h 2025-04-25T04:46:22.7055515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLTensorSpec.h 2025-04-25T04:46:22.7064527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\xnnpack\xnnpack_graph_builder.h 2025-04-25T04:46:22.7071241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\xnnpack\compiler\xnn_compiler.h 2025-04-25T04:46:22.7078574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\xnnpack\executor\xnn_executor.h 2025-04-25T04:46:22.7085532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\xnnpack\serialization\serializer.h 2025-04-25T04:46:22.7097680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\cuda\interface.h 2025-04-25T04:46:22.7104698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\arg_spec.h 2025-04-25T04:46:22.7108336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\codegen.h 2025-04-25T04:46:22.7111756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\compiler.h 2025-04-25T04:46:22.7115043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\executor.h 2025-04-25T04:46:22.7118289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\fallback.h 2025-04-25T04:46:22.7121575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\fused_kernel.h 2025-04-25T04:46:22.7129999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\interface.h 2025-04-25T04:46:22.7133369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\kernel_cache.h 2025-04-25T04:46:22.7136797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\kernel_spec.h 2025-04-25T04:46:22.7140169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\partition_desc.h 2025-04-25T04:46:22.7143633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\tensor_desc.h 2025-04-25T04:46:22.7147203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\tensor_info.h 2025-04-25T04:46:22.7154079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\cpu\fused_kernel.h 2025-04-25T04:46:22.7157598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\cpu\resource_strings.h 2025-04-25T04:46:22.7161081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\cpu\temp_file.h 2025-04-25T04:46:22.7167955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\cuda\fused_kernel.h 2025-04-25T04:46:22.7171510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\cuda\resource_strings.h 2025-04-25T04:46:22.7179050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\decompose_silu.h 2025-04-25T04:46:22.7182558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\defer_size_check.h 2025-04-25T04:46:22.7185801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\graph_fuser.h 2025-04-25T04:46:22.7189562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\graph_helper.h 2025-04-25T04:46:22.7198141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\guard_shape.h 2025-04-25T04:46:22.7216795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\interface.h 2025-04-25T04:46:22.7220598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\kernel.h 2025-04-25T04:46:22.7223983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\layout_propagation.h 2025-04-25T04:46:22.7227362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\LlgaTensorImpl.h 2025-04-25T04:46:22.7230871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\operator.h 2025-04-25T04:46:22.7234315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\prepare_binary.h 2025-04-25T04:46:22.7242060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\cuda\cuda.h 2025-04-25T04:46:22.7248945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\builtin_functions.h 2025-04-25T04:46:22.7252743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\canonicalize_modified_loop.h 2025-04-25T04:46:22.7256278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\concrete_module_type.h 2025-04-25T04:46:22.7264052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\convert_to_ssa.h 2025-04-25T04:46:22.7267562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\edit_distance.h 2025-04-25T04:46:22.7270862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\error_report.h 2025-04-25T04:46:22.7274720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\exit_transforms.h 2025-04-25T04:46:22.7278270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\function_schema_parser.h 2025-04-25T04:46:22.7281716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\inline_loop_condition.h 2025-04-25T04:46:22.7285306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\ir_emitter.h 2025-04-25T04:46:22.7288840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\lexer.h 2025-04-25T04:46:22.7292386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\mini_environment.h 2025-04-25T04:46:22.7295896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\name_mangler.h 2025-04-25T04:46:22.7299408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\parser.h 2025-04-25T04:46:22.7302819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\parser_constants.h 2025-04-25T04:46:22.7306288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\parse_string_literal.h 2025-04-25T04:46:22.7309644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\resolver.h 2025-04-25T04:46:22.7313230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\schema_matching.h 2025-04-25T04:46:22.7316672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\schema_type_parser.h 2025-04-25T04:46:22.7320251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\script_type_parser.h 2025-04-25T04:46:22.7329017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\source_range.h 2025-04-25T04:46:22.7332682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\source_ref.h 2025-04-25T04:46:22.7336491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\strtod.h 2025-04-25T04:46:22.7340032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\sugared_value.h 2025-04-25T04:46:22.7343706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\tracer.h 2025-04-25T04:46:22.7346876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\tree.h 2025-04-25T04:46:22.7350463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\tree_views.h 2025-04-25T04:46:22.7354414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\versioned_symbols.h 2025-04-25T04:46:22.7362899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\alias_analysis.h 2025-04-25T04:46:22.7366645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\attributes.h 2025-04-25T04:46:22.7370369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\constants.h 2025-04-25T04:46:22.7373834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\graph_node_list.h 2025-04-25T04:46:22.7381789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\graph_utils.h 2025-04-25T04:46:22.7385189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\ir.h 2025-04-25T04:46:22.7388761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\irparser.h 2025-04-25T04:46:22.7392381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\ir_views.h 2025-04-25T04:46:22.7395746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\named_value.h 2025-04-25T04:46:22.7399074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\node_hashing.h 2025-04-25T04:46:22.7402474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\scope.h 2025-04-25T04:46:22.7405978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\subgraph_matcher.h 2025-04-25T04:46:22.7409522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\type_hashing.h 2025-04-25T04:46:22.7417034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\code.h 2025-04-25T04:46:22.7420540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\debug_info.h 2025-04-25T04:46:22.7423974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\file_format.h 2025-04-25T04:46:22.7427412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\flatbuffer_loader.h 2025-04-25T04:46:22.7435348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\frame.h 2025-04-25T04:46:22.7439257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\function.h 2025-04-25T04:46:22.7442687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\import.h 2025-04-25T04:46:22.7446259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\import_data.h 2025-04-25T04:46:22.7450247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\import_export_common.h 2025-04-25T04:46:22.7454003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\interpreter.h 2025-04-25T04:46:22.7457597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\method.h 2025-04-25T04:46:22.7461337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\module.h 2025-04-25T04:46:22.7464768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\observer.h 2025-04-25T04:46:22.7468099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\parse_bytecode.h 2025-04-25T04:46:22.7471593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\parse_operators.h 2025-04-25T04:46:22.7475008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\prim_ops_registery.h 2025-04-25T04:46:22.7478931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\profiler_edge.h 2025-04-25T04:46:22.7482455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\promoted_prim_ops.h 2025-04-25T04:46:22.7485849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\quantization.h 2025-04-25T04:46:22.7489730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\register_ops_common_utils.h 2025-04-25T04:46:22.7493320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\type_parser.h 2025-04-25T04:46:22.7496849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\upgrader_mobile.h 2025-04-25T04:46:22.7508389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\compatibility\backport.h 2025-04-25T04:46:22.7512594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\compatibility\backport_manager.h 2025-04-25T04:46:22.7516225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\compatibility\model_compatibility.h 2025-04-25T04:46:22.7524281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\compatibility\runtime_compatibility.h 2025-04-25T04:46:22.7532415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\model_tracer\BuildFeatureTracer.h 2025-04-25T04:46:22.7535972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\model_tracer\CustomClassTracer.h 2025-04-25T04:46:22.7539588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\model_tracer\KernelDTypeTracer.h 2025-04-25T04:46:22.7547436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\model_tracer\MobileModelRunner.h 2025-04-25T04:46:22.7551071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\model_tracer\OperatorCallTracer.h 2025-04-25T04:46:22.7555046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\model_tracer\TensorUtils.h 2025-04-25T04:46:22.7558520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\model_tracer\TracerRunner.h 2025-04-25T04:46:22.7565848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\nnc\aot_compiler.h 2025-04-25T04:46:22.7569408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\nnc\context.h 2025-04-25T04:46:22.7572744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\nnc\registry.h 2025-04-25T04:46:22.7579835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\train\export_data.h 2025-04-25T04:46:22.7583414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\train\random.h 2025-04-25T04:46:22.7586939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\train\sequential.h 2025-04-25T04:46:22.7593465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\train\optim\sgd.h 2025-04-25T04:46:22.7601114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\operator_upgraders\upgraders.h 2025-04-25T04:46:22.7604582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\operator_upgraders\upgraders_entry.h 2025-04-25T04:46:22.7608044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\operator_upgraders\utils.h 2025-04-25T04:46:22.7611664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\operator_upgraders\version_map.h 2025-04-25T04:46:22.7623924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\add_if_then_else.h 2025-04-25T04:46:22.7627433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\annotate_warns.h 2025-04-25T04:46:22.7630924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\autocast.h 2025-04-25T04:46:22.7634191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\bailout_graph.h 2025-04-25T04:46:22.7641372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\batch_mm.h 2025-04-25T04:46:22.7644585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\canonicalize.h 2025-04-25T04:46:22.7647986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.h 2025-04-25T04:46:22.7651499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\check_strict_fusion.h 2025-04-25T04:46:22.7654915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\clear_profiling.h 2025-04-25T04:46:22.7658505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\clear_undefinedness.h 2025-04-25T04:46:22.7662084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\common_subexpression_elimination.h 2025-04-25T04:46:22.7665851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\concat_opt.h 2025-04-25T04:46:22.7669306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\constant_pooling.h 2025-04-25T04:46:22.7672702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\constant_propagation.h 2025-04-25T04:46:22.7676172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\create_autodiff_subgraphs.h 2025-04-25T04:46:22.7679597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\create_functional_graphs.h 2025-04-25T04:46:22.7683521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\dead_code_elimination.h 2025-04-25T04:46:22.7687019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\decompose_ops.h 2025-04-25T04:46:22.7690557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\device_type_analysis.h 2025-04-25T04:46:22.7698204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\dtype_analysis.h 2025-04-25T04:46:22.7701949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\eliminate_no_ops.h 2025-04-25T04:46:22.7705337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\erase_number_types.h 2025-04-25T04:46:22.7709058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\fixup_trace_scope_blocks.h 2025-04-25T04:46:22.7712679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\fold_conv_bn.h 2025-04-25T04:46:22.7716170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\fold_linear_bn.h 2025-04-25T04:46:22.7719772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\freeze_module.h 2025-04-25T04:46:22.7723212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_concat_linear.h 2025-04-25T04:46:22.7726743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.h 2025-04-25T04:46:22.7734940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_conv_folding.h 2025-04-25T04:46:22.7738570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_graph_optimizations.h 2025-04-25T04:46:22.7741968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_linear_folding.h 2025-04-25T04:46:22.7745446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_linear_transpose.h 2025-04-25T04:46:22.7749068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_ops_to_mkldnn.h 2025-04-25T04:46:22.7752465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\fuse_linear.h 2025-04-25T04:46:22.7755921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\fuse_relu.h 2025-04-25T04:46:22.7759400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\graph_fuser.h 2025-04-25T04:46:22.7762873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\graph_rewrite_helper.h 2025-04-25T04:46:22.7770301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\guard_elimination.h 2025-04-25T04:46:22.7773705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\hoist_conv_packed_params.h 2025-04-25T04:46:22.7777412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\inliner.h 2025-04-25T04:46:22.7780746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\inline_autodiff_subgraphs.h 2025-04-25T04:46:22.7784388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\inline_forked_closures.h 2025-04-25T04:46:22.7787786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\inline_fork_wait.h 2025-04-25T04:46:22.7791268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\inplace_check.h 2025-04-25T04:46:22.7794666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\insert_guards.h 2025-04-25T04:46:22.7798092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\integer_value_refinement.h 2025-04-25T04:46:22.7805671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\lift_closures.h 2025-04-25T04:46:22.7809173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\liveness.h 2025-04-25T04:46:22.7812521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\loop_unrolling.h 2025-04-25T04:46:22.7816280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\lower_grad_of.h 2025-04-25T04:46:22.7819556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\lower_graph.h 2025-04-25T04:46:22.7823138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\lower_tuples.h 2025-04-25T04:46:22.7826696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\metal_rewrite.h 2025-04-25T04:46:22.7830069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\mkldnn_rewrite.h 2025-04-25T04:46:22.7834055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\mobile_optimizer_type.h 2025-04-25T04:46:22.7837512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\normalize_ops.h 2025-04-25T04:46:22.7848488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onednn_graph_fuser.h 2025-04-25T04:46:22.7852265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx.h 2025-04-25T04:46:22.7855959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\pass_manager.h 2025-04-25T04:46:22.7859806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole.h 2025-04-25T04:46:22.7863576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole_alias_sensitive.h 2025-04-25T04:46:22.7867140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole_dict_idioms.h 2025-04-25T04:46:22.7870914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole_list_idioms.h 2025-04-25T04:46:22.7874751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole_non_tensor.h 2025-04-25T04:46:22.7878359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\prepack_folding.h 2025-04-25T04:46:22.7882167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\refine_tuple_types.h 2025-04-25T04:46:22.7885990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_dropout.h 2025-04-25T04:46:22.7893367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_exceptions.h 2025-04-25T04:46:22.7896991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_expands.h 2025-04-25T04:46:22.7900772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_inplace_ops.h 2025-04-25T04:46:22.7904316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_mutation.h 2025-04-25T04:46:22.7908672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_redundant_profiles.h 2025-04-25T04:46:22.7912153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\replacement_of_old_operators.h 2025-04-25T04:46:22.7915883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\requires_grad_analysis.h 2025-04-25T04:46:22.7919492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\restore_mutation.h 2025-04-25T04:46:22.7923268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\shape_analysis.h 2025-04-25T04:46:22.7931136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\specialize_autogradzero.h 2025-04-25T04:46:22.7934723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\subgraph_rewrite.h 2025-04-25T04:46:22.7938194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\symbolic_shape_analysis.h 2025-04-25T04:46:22.7942087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\symbolic_shape_cache.h 2025-04-25T04:46:22.7945902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.h 2025-04-25T04:46:22.7949723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\tensorexpr_fuser.h 2025-04-25T04:46:22.7953491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.h 2025-04-25T04:46:22.7957299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\value_refinement_utils.h 2025-04-25T04:46:22.7960718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\variadic_ops.h 2025-04-25T04:46:22.7964340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\vulkan_rewrite.h 2025-04-25T04:46:22.7967929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\xnnpack_rewrite.h 2025-04-25T04:46:22.7975692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\dbr_quantization\remove_redundant_aliases.h 2025-04-25T04:46:22.7984461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\cast_all_constant_to_floating.h 2025-04-25T04:46:22.7988358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\constant_fold.h 2025-04-25T04:46:22.7992045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\constant_map.h 2025-04-25T04:46:22.7995887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\deduplicate_initializers.h 2025-04-25T04:46:22.8004396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\eliminate_unused_items.h 2025-04-25T04:46:22.8007765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\eval_peephole.h 2025-04-25T04:46:22.8011373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\fixup_onnx_controlflow.h 2025-04-25T04:46:22.8015061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\function_extraction.h 2025-04-25T04:46:22.8018565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\function_substitution.h 2025-04-25T04:46:22.8022169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\helper.h 2025-04-25T04:46:22.8025702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\list_model_parameters.h 2025-04-25T04:46:22.8029334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\naming.h 2025-04-25T04:46:22.8033099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\onnx_log.h 2025-04-25T04:46:22.8036545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\peephole.h 2025-04-25T04:46:22.8040010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\prepare_division_for_onnx.h 2025-04-25T04:46:22.8043718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\preprocess_for_onnx.h 2025-04-25T04:46:22.8047220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\remove_inplace_ops_for_onnx.h 2025-04-25T04:46:22.8051033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\scalar_type_analysis.h 2025-04-25T04:46:22.8054613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\shape_type_inference.h 2025-04-25T04:46:22.8058194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\unpack_quantized_weights.h 2025-04-25T04:46:22.8069450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\autograd_function_process.h 2025-04-25T04:46:22.8073256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\common.h 2025-04-25T04:46:22.8076849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\pattern_conversion.h 2025-04-25T04:46:22.8085736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\pattern_encapsulation.h 2025-04-25T04:46:22.8094302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\dedup_module_uses.h 2025-04-25T04:46:22.8097728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\finalize.h 2025-04-25T04:46:22.8101291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\fusion_passes.h 2025-04-25T04:46:22.8104683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\helper.h 2025-04-25T04:46:22.8112637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\insert_observers.h 2025-04-25T04:46:22.8116935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\insert_quant_dequant.h 2025-04-25T04:46:22.8120653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\quantization_patterns.h 2025-04-25T04:46:22.8124435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\quantization_type.h 2025-04-25T04:46:22.8128018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\register_packed_params.h 2025-04-25T04:46:22.8136154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\check_alias_annotation.h 2025-04-25T04:46:22.8139487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\memory_dag.h 2025-04-25T04:46:22.8142917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\optimization_utils.h 2025-04-25T04:46:22.8151095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\op_registry.h 2025-04-25T04:46:22.8154950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\subgraph_utils.h 2025-04-25T04:46:22.8162917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\init.h 2025-04-25T04:46:22.8166105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\module_python.h 2025-04-25T04:46:22.8169559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\pybind.h 2025-04-25T04:46:22.8172722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\pybind_utils.h 2025-04-25T04:46:22.8176242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_arg_flatten.h 2025-04-25T04:46:22.8185416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_custom_class.h 2025-04-25T04:46:22.8188874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_dict.h 2025-04-25T04:46:22.8192432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_ir.h 2025-04-25T04:46:22.8195807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_ivalue.h 2025-04-25T04:46:22.8199285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_list.h 2025-04-25T04:46:22.8203070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_sugared_value.h 2025-04-25T04:46:22.8206475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_tracer.h 2025-04-25T04:46:22.8210059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_tree_views.h 2025-04-25T04:46:22.8213489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\script_init.h 2025-04-25T04:46:22.8216956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\update_graph_executor_opt.h 2025-04-25T04:46:22.8220493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\utf8_decoding_ignore.h 2025-04-25T04:46:22.8228179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\argument_spec.h 2025-04-25T04:46:22.8231851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\autodiff.h 2025-04-25T04:46:22.8235321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\calculate_necessary_args.h 2025-04-25T04:46:22.8238556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\custom_operator.h 2025-04-25T04:46:22.8262564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\decomposition_registry.h 2025-04-25T04:46:22.8266197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\decomposition_registry_util.h 2025-04-25T04:46:22.8269985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\exception_message.h 2025-04-25T04:46:22.8273432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\graph_executor.h 2025-04-25T04:46:22.8277364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\graph_executor_impl.h 2025-04-25T04:46:22.8281032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\graph_iterator.h 2025-04-25T04:46:22.8284497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\instruction.h 2025-04-25T04:46:22.8287874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\interpreter.h 2025-04-25T04:46:22.8291326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\jit_exception.h 2025-04-25T04:46:22.8294670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\jit_trace.h 2025-04-25T04:46:22.8298185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\logging.h 2025-04-25T04:46:22.8301463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\operator.h 2025-04-25T04:46:22.8304787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\operator_options.h 2025-04-25T04:46:22.8308184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\print_handler.h 2025-04-25T04:46:22.8311731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\profiling_graph_executor_impl.h 2025-04-25T04:46:22.8315126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\profiling_record.h 2025-04-25T04:46:22.8322540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\register_ops_utils.h 2025-04-25T04:46:22.8326495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\script_profile.h 2025-04-25T04:46:22.8330296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\serialized_shape_function_registry.h 2025-04-25T04:46:22.8333729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\shape_function_registry.h 2025-04-25T04:46:22.8337138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\simple_graph_executor_impl.h 2025-04-25T04:46:22.8340532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\slice_indices_adjust.h 2025-04-25T04:46:22.8343989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\symbolic_script.h 2025-04-25T04:46:22.8347971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\symbolic_shape_registry.h 2025-04-25T04:46:22.8351486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\symbolic_shape_registry_util.h 2025-04-25T04:46:22.8358873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\vararg_functions.h 2025-04-25T04:46:22.8362393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\variable_tensor_list.h 2025-04-25T04:46:22.8370271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\interpreter\can_emit_inline.h 2025-04-25T04:46:22.8373713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\interpreter\code_impl.h 2025-04-25T04:46:22.8377508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\interpreter\frame.h 2025-04-25T04:46:22.8381388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\interpreter\preprocess_graph.h 2025-04-25T04:46:22.8395222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\fusion.h 2025-04-25T04:46:22.8398657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\impl.h 2025-04-25T04:46:22.8401991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\init.h 2025-04-25T04:46:22.8405411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\memory_planner.h 2025-04-25T04:46:22.8408853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\ops.h 2025-04-25T04:46:22.8412123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\passes.h 2025-04-25T04:46:22.8420692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\ProcessedNodeInputs.h 2025-04-25T04:46:22.8424182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\processed_node_wrapper.h 2025-04-25T04:46:22.8427817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\static_method.h 2025-04-25T04:46:22.8431294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\te_wrapper.h 2025-04-25T04:46:22.8440056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\callstack_debug_info_serialization.h 2025-04-25T04:46:22.8443485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\export.h 2025-04-25T04:46:22.8446996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\export_bytecode.h 2025-04-25T04:46:22.8454429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\flatbuffer_serializer.h 2025-04-25T04:46:22.8457932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\flatbuffer_serializer_jit.h 2025-04-25T04:46:22.8461344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import.h 2025-04-25T04:46:22.8464829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_export_constants.h 2025-04-25T04:46:22.8468978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_export_functions.h 2025-04-25T04:46:22.8472559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_export_helpers.h 2025-04-25T04:46:22.8476065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_read.h 2025-04-25T04:46:22.8479654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_source.h 2025-04-25T04:46:22.8483339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\mobile_bytecode_generated.h 2025-04-25T04:46:22.8487767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\onnx.h 2025-04-25T04:46:22.8491288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\pickle.h 2025-04-25T04:46:22.8494721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\pickler.h 2025-04-25T04:46:22.8498036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\python_print.h 2025-04-25T04:46:22.8501823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\source_range_serialization.h 2025-04-25T04:46:22.8505517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\source_range_serialization_impl.h 2025-04-25T04:46:22.8509009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\storage_context.h 2025-04-25T04:46:22.8512608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\type_name_uniquer.h 2025-04-25T04:46:22.8521139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\unpickler.h 2025-04-25T04:46:22.8529236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\analysis.h 2025-04-25T04:46:22.8532624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\block_codegen.h 2025-04-25T04:46:22.8536229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\bounds_inference.h 2025-04-25T04:46:22.8539789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\bounds_overlap.h 2025-04-25T04:46:22.8547338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\codegen.h 2025-04-25T04:46:22.8551474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\cpp_codegen.h 2025-04-25T04:46:22.8554969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\cpp_intrinsics.h 2025-04-25T04:46:22.8558549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\cuda_codegen.h 2025-04-25T04:46:22.8561902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\cuda_random.h 2025-04-25T04:46:22.8565351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\eval.h 2025-04-25T04:46:22.8568918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\exceptions.h 2025-04-25T04:46:22.8572611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\expr.h 2025-04-25T04:46:22.8576132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\external_functions.h 2025-04-25T04:46:22.8580173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\external_functions_core.h 2025-04-25T04:46:22.8583677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\external_functions_registry.h 2025-04-25T04:46:22.8587272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\fwd_decls.h 2025-04-25T04:46:22.8590798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\graph_opt.h 2025-04-25T04:46:22.8594287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\half_support.h 2025-04-25T04:46:22.8597897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\hash_provider.h 2025-04-25T04:46:22.8601457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\intrinsic_symbols.h 2025-04-25T04:46:22.8605044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir.h 2025-04-25T04:46:22.8612683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_cloner.h 2025-04-25T04:46:22.8615975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_mutator.h 2025-04-25T04:46:22.8619515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_printer.h 2025-04-25T04:46:22.8622892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_simplifier.h 2025-04-25T04:46:22.8626425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_verifier.h 2025-04-25T04:46:22.8629904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_visitor.h 2025-04-25T04:46:22.8633893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\kernel.h 2025-04-25T04:46:22.8637390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\llvm_codegen.h 2025-04-25T04:46:22.8641508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\llvm_jit.h 2025-04-25T04:46:22.8644909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\loopnest.h 2025-04-25T04:46:22.8648552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\loopnest_randomization.h 2025-04-25T04:46:22.8656574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\lowerings.h 2025-04-25T04:46:22.8660232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\mem_dependency_checker.h 2025-04-25T04:46:22.8663879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\reduction.h 2025-04-25T04:46:22.8667425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\registerizer.h 2025-04-25T04:46:22.8670825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\stmt.h 2025-04-25T04:46:22.8674203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\tensor.h 2025-04-25T04:46:22.8677727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\tensorexpr_init.h 2025-04-25T04:46:22.8681558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\types.h 2025-04-25T04:46:22.8685009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\unique_name_manager.h 2025-04-25T04:46:22.8688500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\var_substitutor.h 2025-04-25T04:46:22.8696446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\conv2d.h 2025-04-25T04:46:22.8699824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\matmul.h 2025-04-25T04:46:22.8703423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\misc.h 2025-04-25T04:46:22.8706791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\norm.h 2025-04-25T04:46:22.8710150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\operators.h 2025-04-25T04:46:22.8718139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\pointwise.h 2025-04-25T04:46:22.8721605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\quantization.h 2025-04-25T04:46:22.8725040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\reduction.h 2025-04-25T04:46:22.8739751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\softmax.h 2025-04-25T04:46:22.8740470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\testing\catch_utils.hpp 2025-04-25T04:46:22.8741122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\testing\file_check.h 2025-04-25T04:46:22.8743152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\testing\hooks_for_testing.h 2025-04-25T04:46:22.8755036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\backend\backend_data.h 2025-04-25T04:46:22.8758512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\backend\backend_device.h 2025-04-25T04:46:22.8762172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\backend\backend_interface.h 2025-04-25T04:46:22.8765494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\backend\lowering_context.h 2025-04-25T04:46:22.8777098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\cache.h 2025-04-25T04:46:22.8780347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\config.h 2025-04-25T04:46:22.8783606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\debug_util.h 2025-04-25T04:46:22.8787169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\dynamic_ir.h 2025-04-25T04:46:22.8790488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\hash.h 2025-04-25T04:46:22.8798496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\helpers.h 2025-04-25T04:46:22.8802325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir.h 2025-04-25T04:46:22.8805651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir_builder.h 2025-04-25T04:46:22.8808949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir_dump_util.h 2025-04-25T04:46:22.8812340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir_metadata.h 2025-04-25T04:46:22.8816295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir_util.h 2025-04-25T04:46:22.8819745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\lazy_graph_executor.h 2025-04-25T04:46:22.8823171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\metrics.h 2025-04-25T04:46:22.8826896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\multi_wait.h 2025-04-25T04:46:22.8830441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\permutation_util.h 2025-04-25T04:46:22.8833801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\shape.h 2025-04-25T04:46:22.8837095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\shape_inference.h 2025-04-25T04:46:22.8840408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\tensor.h 2025-04-25T04:46:22.8843698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\tensor_impl.h 2025-04-25T04:46:22.8847101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\tensor_util.h 2025-04-25T04:46:22.8850586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\thread_pool.h 2025-04-25T04:46:22.8854404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\trie.h 2025-04-25T04:46:22.8858111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\unique.h 2025-04-25T04:46:22.8861391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\util.h 2025-04-25T04:46:22.8872869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\internal_ops\ltc_ops.h 2025-04-25T04:46:22.8879997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ops\arithmetic_ir_ops.h 2025-04-25T04:46:22.8883758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ops\utils.h 2025-04-25T04:46:22.8891437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\generated\LazyIr.h 2025-04-25T04:46:22.8896868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\generated\LazyNativeFunctions.h 2025-04-25T04:46:22.8900840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\generated\LazyNonNativeIr.h 2025-04-25T04:46:22.8908067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\python\init.h 2025-04-25T04:46:22.8911933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\python\python_util.h 2025-04-25T04:46:22.8923636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\config.h 2025-04-25T04:46:22.8927331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\dynamic_ir.h 2025-04-25T04:46:22.8931019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ir_builder.h 2025-04-25T04:46:22.8934633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\tensor_aten_ops.h 2025-04-25T04:46:22.8943113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_autograd_functions.h 2025-04-25T04:46:22.8946663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_backend_impl.h 2025-04-25T04:46:22.8950567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_eager_fallback.h 2025-04-25T04:46:22.8954387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_lowering_context.h 2025-04-25T04:46:22.8958187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_node.h 2025-04-25T04:46:22.8961466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_node_lowering.h 2025-04-25T04:46:22.8968465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ops\device_data.h 2025-04-25T04:46:22.8971985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ops\generic.h 2025-04-25T04:46:22.8975346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ops\to_copy.h 2025-04-25T04:46:22.8983816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\monitor\counters.h 2025-04-25T04:46:22.8986982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\monitor\events.h 2025-04-25T04:46:22.8990611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\monitor\python_init.h 2025-04-25T04:46:22.8997711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\mps\Module.h 2025-04-25T04:46:22.9004373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\mtia\Module.h 2025-04-25T04:46:22.9012003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\multiprocessing\init.h 2025-04-25T04:46:22.9019160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\onnx\back_compat.h 2025-04-25T04:46:22.9022684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\onnx\init.h 2025-04-25T04:46:22.9025839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\onnx\onnx.h 2025-04-25T04:46:22.9032834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\api.h 2025-04-25T04:46:22.9036203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\collection.h 2025-04-25T04:46:22.9039819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\combined_traceback.h 2025-04-25T04:46:22.9043156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\containers.h 2025-04-25T04:46:22.9051613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\data_flow.h 2025-04-25T04:46:22.9055657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\events.h 2025-04-25T04:46:22.9059156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\kineto_client_interface.h 2025-04-25T04:46:22.9062606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\kineto_shim.h 2025-04-25T04:46:22.9066305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\perf-inl.h 2025-04-25T04:46:22.9069895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\perf.h 2025-04-25T04:46:22.9073478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\util.h 2025-04-25T04:46:22.9080328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\orchestration\observer.h 2025-04-25T04:46:22.9083711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\orchestration\python_tracer.h 2025-04-25T04:46:22.9087390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\orchestration\vulkan.h 2025-04-25T04:46:22.9094581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\python\combined_traceback.h 2025-04-25T04:46:22.9098019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\python\init.h 2025-04-25T04:46:22.9101266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\python\pybind.h 2025-04-25T04:46:22.9108507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\standalone\execution_trace_observer.h 2025-04-25T04:46:22.9112342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\standalone\itt_observer.h 2025-04-25T04:46:22.9115740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\standalone\nvtx_observer.h 2025-04-25T04:46:22.9124108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\standalone\privateuse1_observer.h 2025-04-25T04:46:22.9131187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\stubs\base.h 2025-04-25T04:46:22.9138293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\action.h 2025-04-25T04:46:22.9141725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\communicate.h 2025-04-25T04:46:22.9145194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\debug_info.h 2025-04-25T04:46:22.9148838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\dwarf_enums.h 2025-04-25T04:46:22.9156371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\dwarf_symbolize_enums.h 2025-04-25T04:46:22.9159692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\eh_frame_hdr.h 2025-04-25T04:46:22.9163301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\fast_symbolizer.h 2025-04-25T04:46:22.9166694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\fde.h 2025-04-25T04:46:22.9170221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\lexer.h 2025-04-25T04:46:22.9174075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\line_number_program.h 2025-04-25T04:46:22.9177552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\mem_file.h 2025-04-25T04:46:22.9180821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\range_table.h 2025-04-25T04:46:22.9184316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\sections.h 2025-04-25T04:46:22.9187623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\unwind.h 2025-04-25T04:46:22.9191160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\unwinder.h 2025-04-25T04:46:22.9194665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\unwind_error.h 2025-04-25T04:46:22.9202720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\stable\library.h 2025-04-25T04:46:22.9209802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\tensor\python_tensor.h 2025-04-25T04:46:22.9222064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\byte_order.h 2025-04-25T04:46:22.9225626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\cpp_stacktraces.h 2025-04-25T04:46:22.9229122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\cuda_enabled.h 2025-04-25T04:46:22.9232524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\device_lazy_init.h 2025-04-25T04:46:22.9240296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\disable_torch_function.h 2025-04-25T04:46:22.9243752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\generated_serialization_types.h 2025-04-25T04:46:22.9248046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\init.h 2025-04-25T04:46:22.9252063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\invalid_arguments.h 2025-04-25T04:46:22.9255572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\nested.h 2025-04-25T04:46:22.9258942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\numpy_stub.h 2025-04-25T04:46:22.9262304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\object_ptr.h 2025-04-25T04:46:22.9265620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\out_types.h 2025-04-25T04:46:22.9269183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\pybind.h 2025-04-25T04:46:22.9285278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\pycfunction_helpers.h 2025-04-25T04:46:22.9288852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\pyobject_preservation.h 2025-04-25T04:46:22.9292161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\pythoncapi_compat.h 2025-04-25T04:46:22.9295709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_arg_parser.h 2025-04-25T04:46:22.9299597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_compat.h 2025-04-25T04:46:22.9303067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_dispatch.h 2025-04-25T04:46:22.9306591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_numbers.h 2025-04-25T04:46:22.9314414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_raii.h 2025-04-25T04:46:22.9317874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_scalars.h 2025-04-25T04:46:22.9321241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_strings.h 2025-04-25T04:46:22.9324627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_stub.h 2025-04-25T04:46:22.9328004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_symnode.h 2025-04-25T04:46:22.9331607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_torch_function_mode.h 2025-04-25T04:46:22.9335076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_tuples.h 2025-04-25T04:46:22.9338534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\schema_info.h 2025-04-25T04:46:22.9341955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\six.h 2025-04-25T04:46:22.9345370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\structseq.h 2025-04-25T04:46:22.9352885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_apply.h 2025-04-25T04:46:22.9356410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_dtypes.h 2025-04-25T04:46:22.9359756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_flatten.h 2025-04-25T04:46:22.9363386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_layouts.h 2025-04-25T04:46:22.9366960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_list.h 2025-04-25T04:46:22.9370607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_memoryformats.h 2025-04-25T04:46:22.9374023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_new.h 2025-04-25T04:46:22.9377506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_numpy.h 2025-04-25T04:46:22.9381197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_qschemes.h 2025-04-25T04:46:22.9388509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_types.h 2025-04-25T04:46:22.9392095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\throughput_benchmark-inl.h 2025-04-25T04:46:22.9395427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\throughput_benchmark.h 2025-04-25T04:46:22.9398794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\torch_dispatch_mode.h 2025-04-25T04:46:22.9402591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\variadic.h 2025-04-25T04:46:22.9405836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\verbose.h 2025-04-25T04:46:22.9414838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\xpu\Event.h 2025-04-25T04:46:22.9418035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\xpu\Module.h 2025-04-25T04:46:22.9421176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\xpu\Stream.h 2025-04-25T04:46:22.9437503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\annotations.py 2025-04-25T04:46:22.9440907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\frontend.py 2025-04-25T04:46:22.9444362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\generate_bytecode.py 2025-04-25T04:46:22.9447988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\quantized.py 2025-04-25T04:46:22.9464953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\supported_ops.py 2025-04-25T04:46:22.9469262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\unsupported_tensor_ops.py 2025-04-25T04:46:22.9472572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_async.py 2025-04-25T04:46:22.9475809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_await.py 2025-04-25T04:46:22.9479225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_builtins.py 2025-04-25T04:46:22.9482321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_check.py 2025-04-25T04:46:22.9485666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_dataclass_impls.py 2025-04-25T04:46:22.9489024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_decompositions.py 2025-04-25T04:46:22.9492309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_decomposition_utils.py 2025-04-25T04:46:22.9495554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_freeze.py 2025-04-25T04:46:22.9498701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_fuser.py 2025-04-25T04:46:22.9502034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_ir_utils.py 2025-04-25T04:46:22.9505398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_logging.py 2025-04-25T04:46:22.9508575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_monkeytype_config.py 2025-04-25T04:46:22.9511880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_pickle.py 2025-04-25T04:46:22.9515470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_recursive.py 2025-04-25T04:46:22.9518869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_script.py 2025-04-25T04:46:22.9522996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_script.pyi 2025-04-25T04:46:22.9526269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_serialization.py 2025-04-25T04:46:22.9529992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_shape_functions.py 2025-04-25T04:46:22.9537461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_state.py 2025-04-25T04:46:22.9540727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_trace.py 2025-04-25T04:46:22.9544151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__init__.py 2025-04-25T04:46:22.9550814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\mobile\__init__.py 2025-04-25T04:46:22.9557883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\mobile\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:22.9565314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_passes\_property_propagation.py 2025-04-25T04:46:22.9569108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_passes\__init__.py 2025-04-25T04:46:22.9575256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_passes\__pycache__\_property_propagation.cpython-39.pyc 2025-04-25T04:46:22.9578630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_passes\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:22.9586521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\annotations.cpython-39.pyc 2025-04-25T04:46:22.9589980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\frontend.cpython-39.pyc 2025-04-25T04:46:22.9593525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\generate_bytecode.cpython-39.pyc 2025-04-25T04:46:22.9601478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\quantized.cpython-39.pyc 2025-04-25T04:46:22.9605144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\supported_ops.cpython-39.pyc 2025-04-25T04:46:22.9608629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\unsupported_tensor_ops.cpython-39.pyc 2025-04-25T04:46:22.9612368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_async.cpython-39.pyc 2025-04-25T04:46:22.9615788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_await.cpython-39.pyc 2025-04-25T04:46:22.9619782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_builtins.cpython-39.pyc 2025-04-25T04:46:22.9622724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_check.cpython-39.pyc 2025-04-25T04:46:22.9626346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_dataclass_impls.cpython-39.pyc 2025-04-25T04:46:22.9629823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_decompositions.cpython-39.pyc 2025-04-25T04:46:22.9633281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_decomposition_utils.cpython-39.pyc 2025-04-25T04:46:22.9637084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_freeze.cpython-39.pyc 2025-04-25T04:46:22.9640778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_fuser.cpython-39.pyc 2025-04-25T04:46:22.9644445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_ir_utils.cpython-39.pyc 2025-04-25T04:46:22.9648122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_logging.cpython-39.pyc 2025-04-25T04:46:22.9656546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_monkeytype_config.cpython-39.pyc 2025-04-25T04:46:22.9660232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_pickle.cpython-39.pyc 2025-04-25T04:46:22.9663767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_recursive.cpython-39.pyc 2025-04-25T04:46:22.9667258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_script.cpython-39.pyc 2025-04-25T04:46:22.9670873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_serialization.cpython-39.pyc 2025-04-25T04:46:22.9674299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_shape_functions.cpython-39.pyc 2025-04-25T04:46:22.9677734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_state.cpython-39.pyc 2025-04-25T04:46:22.9681394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_trace.cpython-39.pyc 2025-04-25T04:46:22.9690102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:22.9698626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\aoti_custom_ops.dll 2025-04-25T04:46:22.9703383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\aoti_custom_ops.lib 2025-04-25T04:46:22.9706834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\asmjit.dll 2025-04-25T04:46:22.9711639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\asmjit.lib 2025-04-25T04:46:22.9715405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\backend_with_compiler.dll 2025-04-25T04:46:22.9726106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\backend_with_compiler.lib 2025-04-25T04:46:22.9729806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\c10.dll 2025-04-25T04:46:22.9738016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\c10.lib 2025-04-25T04:46:22.9745117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\cpuinfo.lib 2025-04-25T04:46:22.9748844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\dnnl.lib 2025-04-25T04:46:23.3223851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\fbgemm.dll 2025-04-25T04:46:23.3251890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\fbgemm.lib 2025-04-25T04:46:23.3262163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\fmt.lib 2025-04-25T04:46:23.3271773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\jitbackend_test.dll 2025-04-25T04:46:23.3276212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\jitbackend_test.lib 2025-04-25T04:46:23.3280036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\kineto.lib 2025-04-25T04:46:23.3386723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\libprotobuf-lite.lib 2025-04-25T04:46:23.3413098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\libprotobuf.lib 2025-04-25T04:46:23.3602002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\libprotoc.lib 2025-04-25T04:46:23.3797928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\microkernels-prod.lib 2025-04-25T04:46:23.3814470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\pthreadpool.lib 2025-04-25T04:46:23.3818981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\shm.dll 2025-04-25T04:46:23.3822877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\shm.lib 2025-04-25T04:46:23.3826487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\sleef.lib 2025-04-25T04:46:23.3875407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch.dll 2025-04-25T04:46:23.3878781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch.lib 2025-04-25T04:46:23.3886975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torchbind_test.dll 2025-04-25T04:46:23.3893474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torchbind_test.lib 2025-04-25T04:46:23.3897087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch_cpu.dll 2025-04-25T04:46:23.4615053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch_cpu.lib 2025-04-25T04:46:23.4762001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch_global_deps.dll 2025-04-25T04:46:23.4765551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch_python.dll 2025-04-25T04:46:23.4847744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch_python.lib 2025-04-25T04:46:23.4852591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\XNNPACK.lib 2025-04-25T04:46:23.4870035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\_C.lib 2025-04-25T04:46:23.4877435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\libshm\alloc_info.h 2025-04-25T04:46:23.4881586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\libshm\err.h 2025-04-25T04:46:23.4885091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\libshm\libshm.h 2025-04-25T04:46:23.4888346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\libshm\socket.h 2025-04-25T04:46:23.4901652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\libshm_windows\libshm.h 2025-04-25T04:46:23.4911229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\linalg\__init__.py 2025-04-25T04:46:23.4918523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\linalg\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.4926777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\_docs.py 2025-04-25T04:46:23.4930975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\_ops.py 2025-04-25T04:46:23.4934474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\__init__.py 2025-04-25T04:46:23.4941341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\binary.py 2025-04-25T04:46:23.4945027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\core.py 2025-04-25T04:46:23.4948258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\creation.py 2025-04-25T04:46:23.4951262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\passthrough.py 2025-04-25T04:46:23.4954533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\reductions.py 2025-04-25T04:46:23.4967091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\unary.py 2025-04-25T04:46:23.4970715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\_ops_refs.py 2025-04-25T04:46:23.4974384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__init__.py 2025-04-25T04:46:23.4981347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\binary.cpython-39.pyc 2025-04-25T04:46:23.4984736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\core.cpython-39.pyc 2025-04-25T04:46:23.4988393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\creation.cpython-39.pyc 2025-04-25T04:46:23.4997097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\passthrough.cpython-39.pyc 2025-04-25T04:46:23.5000494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\reductions.cpython-39.pyc 2025-04-25T04:46:23.5004000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\unary.cpython-39.pyc 2025-04-25T04:46:23.5007527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\_ops_refs.cpython-39.pyc 2025-04-25T04:46:23.5011566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.5023787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\__pycache__\_docs.cpython-39.pyc 2025-04-25T04:46:23.5027432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\__pycache__\_ops.cpython-39.pyc 2025-04-25T04:46:23.5031257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.5044722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\monitor\__init__.py 2025-04-25T04:46:23.5051361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\monitor\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.5058833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\event.py 2025-04-25T04:46:23.5062411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\profiler.py 2025-04-25T04:46:23.5065673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\__init__.py 2025-04-25T04:46:23.5073140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\__pycache__\event.cpython-39.pyc 2025-04-25T04:46:23.5076570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\__pycache__\profiler.cpython-39.pyc 2025-04-25T04:46:23.5080227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.5091726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\memory.py 2025-04-25T04:46:23.5095292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\_utils.py 2025-04-25T04:46:23.5098499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\__init__.py 2025-04-25T04:46:23.5105569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\__pycache__\memory.cpython-39.pyc 2025-04-25T04:46:23.5109069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\__pycache__\_utils.cpython-39.pyc 2025-04-25T04:46:23.5112535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.5124189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\pool.py 2025-04-25T04:46:23.5127576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\queue.py 2025-04-25T04:46:23.5131227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\reductions.py 2025-04-25T04:46:23.5135248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\spawn.py 2025-04-25T04:46:23.5138366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\_atfork.py 2025-04-25T04:46:23.5145809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__init__.py 2025-04-25T04:46:23.5153430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\pool.cpython-39.pyc 2025-04-25T04:46:23.5157386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\queue.cpython-39.pyc 2025-04-25T04:46:23.5161099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\reductions.cpython-39.pyc 2025-04-25T04:46:23.5169656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\spawn.cpython-39.pyc 2025-04-25T04:46:23.5173339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\_atfork.cpython-39.pyc 2025-04-25T04:46:23.5176583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.5184455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\__init__.py 2025-04-25T04:46:23.5191776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\nested_int.py 2025-04-25T04:46:23.5195458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\nested_tensor.py 2025-04-25T04:46:23.5198734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\ops.py 2025-04-25T04:46:23.5202788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\sdpa.py 2025-04-25T04:46:23.5211125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__init__.py 2025-04-25T04:46:23.5217547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__pycache__\nested_int.cpython-39.pyc 2025-04-25T04:46:23.5220834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__pycache__\nested_tensor.cpython-39.pyc 2025-04-25T04:46:23.5224321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__pycache__\ops.cpython-39.pyc 2025-04-25T04:46:23.5233404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__pycache__\sdpa.cpython-39.pyc 2025-04-25T04:46:23.5236583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.5244018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.5252247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\common_types.py 2025-04-25T04:46:23.5255535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\cpp.py 2025-04-25T04:46:23.5258834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\functional.py 2025-04-25T04:46:23.5263375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\functional.pyi 2025-04-25T04:46:23.5271529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\grad.py 2025-04-25T04:46:23.5274790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\init.py 2025-04-25T04:46:23.5278107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parameter.py 2025-04-25T04:46:23.5281413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parameter.pyi 2025-04-25T04:46:23.5285047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\_reduction.py 2025-04-25T04:46:23.5288501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__init__.py 2025-04-25T04:46:23.5295194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\bias.py 2025-04-25T04:46:23.5298546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\flex_attention.py 2025-04-25T04:46:23.5302334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\_utils.py 2025-04-25T04:46:23.5305704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\__init__.py 2025-04-25T04:46:23.5317412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\experimental\_paged_attention.py 2025-04-25T04:46:23.5320812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\experimental\__init__.py 2025-04-25T04:46:23.5327520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\experimental\__pycache__\_paged_attention.cpython-39.pyc 2025-04-25T04:46:23.5330986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\experimental\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.5338928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\__pycache__\bias.cpython-39.pyc 2025-04-25T04:46:23.5342408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\__pycache__\flex_attention.cpython-39.pyc 2025-04-25T04:46:23.5345896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\__pycache__\_utils.cpython-39.pyc 2025-04-25T04:46:23.5354416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.5361550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\backends\thnn.py 2025-04-25T04:46:23.5364742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\backends\__init__.py 2025-04-25T04:46:23.5370519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\backends\__pycache__\thnn.cpython-39.pyc 2025-04-25T04:46:23.5390588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\backends\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.5398155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\__init__.py 2025-04-25T04:46:23.5404741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\modules\fused.py 2025-04-25T04:46:23.5407966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\modules\__init__.py 2025-04-25T04:46:23.5414628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\modules\__pycache__\fused.cpython-39.pyc 2025-04-25T04:46:23.5418057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\modules\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.5425623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\__init__.py 2025-04-25T04:46:23.5432335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\conv_fused.py 2025-04-25T04:46:23.5435899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\linear_fused.py 2025-04-25T04:46:23.5439090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\linear_relu.py 2025-04-25T04:46:23.5442422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\__init__.py 2025-04-25T04:46:23.5454023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\__pycache__\conv_fused.cpython-39.pyc 2025-04-25T04:46:23.5457511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\__pycache__\linear_fused.cpython-39.pyc 2025-04-25T04:46:23.5461370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\__pycache__\linear_relu.cpython-39.pyc 2025-04-25T04:46:23.5469095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.5477063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.5485558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\__init__.py 2025-04-25T04:46:23.5492634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\__init__.py 2025-04-25T04:46:23.5499239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\modules\linear_relu.py 2025-04-25T04:46:23.5502701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\modules\__init__.py 2025-04-25T04:46:23.5509474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\modules\__pycache__\linear_relu.cpython-39.pyc 2025-04-25T04:46:23.5513026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.5521392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.5529321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\bn_relu.py 2025-04-25T04:46:23.5532722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\conv_relu.py 2025-04-25T04:46:23.5536219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\linear_relu.py 2025-04-25T04:46:23.5539882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__init__.py 2025-04-25T04:46:23.5552344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__pycache__\bn_relu.cpython-39.pyc 2025-04-25T04:46:23.5555796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__pycache__\conv_relu.cpython-39.pyc 2025-04-25T04:46:23.5559232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__pycache__\linear_relu.cpython-39.pyc 2025-04-25T04:46:23.5567465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.5575257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.5587387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.5595925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\activation.py 2025-04-25T04:46:23.5599463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\adaptive.py 2025-04-25T04:46:23.5602831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\batchnorm.py 2025-04-25T04:46:23.5606366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\channelshuffle.py 2025-04-25T04:46:23.5613912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\container.py 2025-04-25T04:46:23.5617652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\conv.py 2025-04-25T04:46:23.5621267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\distance.py 2025-04-25T04:46:23.5625114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\dropout.py 2025-04-25T04:46:23.5628606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\flatten.py 2025-04-25T04:46:23.5631646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\fold.py 2025-04-25T04:46:23.5634981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\instancenorm.py 2025-04-25T04:46:23.5638343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\lazy.py 2025-04-25T04:46:23.5641977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\linear.py 2025-04-25T04:46:23.5645222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\loss.py 2025-04-25T04:46:23.5649442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\module.py 2025-04-25T04:46:23.5653790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\normalization.py 2025-04-25T04:46:23.5657275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\padding.py 2025-04-25T04:46:23.5660628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\pixelshuffle.py 2025-04-25T04:46:23.5664043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\pooling.py 2025-04-25T04:46:23.5667414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\rnn.py 2025-04-25T04:46:23.5670972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\sparse.py 2025-04-25T04:46:23.5674337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\transformer.py 2025-04-25T04:46:23.5677879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\upsampling.py 2025-04-25T04:46:23.5681224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\utils.py 2025-04-25T04:46:23.5685246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\_functions.py 2025-04-25T04:46:23.5688602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__init__.py 2025-04-25T04:46:23.5696392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\activation.cpython-39.pyc 2025-04-25T04:46:23.5700049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\adaptive.cpython-39.pyc 2025-04-25T04:46:23.5703270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\batchnorm.cpython-39.pyc 2025-04-25T04:46:23.5712194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\channelshuffle.cpython-39.pyc 2025-04-25T04:46:23.5716923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\container.cpython-39.pyc 2025-04-25T04:46:23.5721963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\conv.cpython-39.pyc 2025-04-25T04:46:23.5727030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\distance.cpython-39.pyc 2025-04-25T04:46:23.5731363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\dropout.cpython-39.pyc 2025-04-25T04:46:23.5735112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\flatten.cpython-39.pyc 2025-04-25T04:46:23.5738933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\fold.cpython-39.pyc 2025-04-25T04:46:23.5742937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\instancenorm.cpython-39.pyc 2025-04-25T04:46:23.5746659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\lazy.cpython-39.pyc 2025-04-25T04:46:23.5750233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\linear.cpython-39.pyc 2025-04-25T04:46:23.5754397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\loss.cpython-39.pyc 2025-04-25T04:46:23.5758669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\module.cpython-39.pyc 2025-04-25T04:46:23.5763292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\normalization.cpython-39.pyc 2025-04-25T04:46:23.5766497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\padding.cpython-39.pyc 2025-04-25T04:46:23.5774610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\pixelshuffle.cpython-39.pyc 2025-04-25T04:46:23.5778303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\pooling.cpython-39.pyc 2025-04-25T04:46:23.5782020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\rnn.cpython-39.pyc 2025-04-25T04:46:23.5785863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\sparse.cpython-39.pyc 2025-04-25T04:46:23.5789503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\transformer.cpython-39.pyc 2025-04-25T04:46:23.5793077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\upsampling.cpython-39.pyc 2025-04-25T04:46:23.5796503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:23.5799948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\_functions.cpython-39.pyc 2025-04-25T04:46:23.5803385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.5817802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\comm.py 2025-04-25T04:46:23.5821437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\data_parallel.py 2025-04-25T04:46:23.5824776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\distributed.py 2025-04-25T04:46:23.5828785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\parallel_apply.py 2025-04-25T04:46:23.5836460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\replicate.py 2025-04-25T04:46:23.5839934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\scatter_gather.py 2025-04-25T04:46:23.5843265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\_functions.py 2025-04-25T04:46:23.5846248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__init__.py 2025-04-25T04:46:23.5853245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\comm.cpython-39.pyc 2025-04-25T04:46:23.5856834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\data_parallel.cpython-39.pyc 2025-04-25T04:46:23.5860143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\distributed.cpython-39.pyc 2025-04-25T04:46:23.5868515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\parallel_apply.cpython-39.pyc 2025-04-25T04:46:23.5871994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\replicate.cpython-39.pyc 2025-04-25T04:46:23.5875358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\scatter_gather.cpython-39.pyc 2025-04-25T04:46:23.5878783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\_functions.cpython-39.pyc 2025-04-25T04:46:23.5882239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.5890598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\__init__.py 2025-04-25T04:46:23.5897599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\__init__.py 2025-04-25T04:46:23.5903771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\modules\linear.py 2025-04-25T04:46:23.5907495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\modules\__init__.py 2025-04-25T04:46:23.5914094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\modules\__pycache__\linear.cpython-39.pyc 2025-04-25T04:46:23.5917819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.5925260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.5932903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\conv.py 2025-04-25T04:46:23.5936173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\embedding_ops.py 2025-04-25T04:46:23.5940007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\linear.py 2025-04-25T04:46:23.5943223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\__init__.py 2025-04-25T04:46:23.5954769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\__pycache__\conv.cpython-39.pyc 2025-04-25T04:46:23.5958429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\__pycache__\embedding_ops.cpython-39.pyc 2025-04-25T04:46:23.5961800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\__pycache__\linear.cpython-39.pyc 2025-04-25T04:46:23.5969421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.5977133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.5985681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\__init__.py 2025-04-25T04:46:23.5992421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\activation.py 2025-04-25T04:46:23.5995755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\rnn.py 2025-04-25T04:46:23.5998979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\__init__.py 2025-04-25T04:46:23.6006250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\__pycache__\activation.cpython-39.pyc 2025-04-25T04:46:23.6009730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\__pycache__\rnn.cpython-39.pyc 2025-04-25T04:46:23.6013381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.6025459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.6033992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\functional.py 2025-04-25T04:46:23.6037462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\__init__.py 2025-04-25T04:46:23.6044441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\__init__.py 2025-04-25T04:46:23.6051511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\conv.py 2025-04-25T04:46:23.6054732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\linear.py 2025-04-25T04:46:23.6058321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\rnn.py 2025-04-25T04:46:23.6061499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\__init__.py 2025-04-25T04:46:23.6068604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\__pycache__\conv.cpython-39.pyc 2025-04-25T04:46:23.6072056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\__pycache__\linear.cpython-39.pyc 2025-04-25T04:46:23.6076264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\__pycache__\rnn.cpython-39.pyc 2025-04-25T04:46:23.6084554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.6092194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.6100028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\activation.py 2025-04-25T04:46:23.6103413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\batchnorm.py 2025-04-25T04:46:23.6106640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\conv.py 2025-04-25T04:46:23.6110303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\dropout.py 2025-04-25T04:46:23.6113665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\embedding_ops.py 2025-04-25T04:46:23.6121227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\functional_modules.py 2025-04-25T04:46:23.6124642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\linear.py 2025-04-25T04:46:23.6128214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\normalization.py 2025-04-25T04:46:23.6131641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\rnn.py 2025-04-25T04:46:23.6134970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\utils.py 2025-04-25T04:46:23.6138151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__init__.py 2025-04-25T04:46:23.6145616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\activation.cpython-39.pyc 2025-04-25T04:46:23.6149444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\batchnorm.cpython-39.pyc 2025-04-25T04:46:23.6153034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\conv.cpython-39.pyc 2025-04-25T04:46:23.6162429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\dropout.cpython-39.pyc 2025-04-25T04:46:23.6165893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\embedding_ops.cpython-39.pyc 2025-04-25T04:46:23.6169591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\functional_modules.cpython-39.pyc 2025-04-25T04:46:23.6173019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\linear.cpython-39.pyc 2025-04-25T04:46:23.6176528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\normalization.cpython-39.pyc 2025-04-25T04:46:23.6179866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\rnn.cpython-39.pyc 2025-04-25T04:46:23.6183792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:23.6187615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.6200167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\__init__.py 2025-04-25T04:46:23.6206834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\conv.py 2025-04-25T04:46:23.6210175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\linear.py 2025-04-25T04:46:23.6213212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\rnn.py 2025-04-25T04:46:23.6216421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\sparse.py 2025-04-25T04:46:23.6220261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\utils.py 2025-04-25T04:46:23.6223453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__init__.py 2025-04-25T04:46:23.6236498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\conv.cpython-39.pyc 2025-04-25T04:46:23.6240137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\linear.cpython-39.pyc 2025-04-25T04:46:23.6243845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\rnn.cpython-39.pyc 2025-04-25T04:46:23.6251074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\sparse.cpython-39.pyc 2025-04-25T04:46:23.6254450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:23.6257877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.6265350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.6273233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\__pycache__\functional.cpython-39.pyc 2025-04-25T04:46:23.6276594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.6284630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\clip_grad.py 2025-04-25T04:46:23.6288071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\convert_parameters.py 2025-04-25T04:46:23.6291472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\fusion.py 2025-04-25T04:46:23.6294608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\init.py 2025-04-25T04:46:23.6297861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\memory_format.py 2025-04-25T04:46:23.6306447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\parametrizations.py 2025-04-25T04:46:23.6310792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\parametrize.py 2025-04-25T04:46:23.6314113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\prune.py 2025-04-25T04:46:23.6317849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\rnn.py 2025-04-25T04:46:23.6321340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\spectral_norm.py 2025-04-25T04:46:23.6324730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\stateless.py 2025-04-25T04:46:23.6328065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\weight_norm.py 2025-04-25T04:46:23.6331401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_deprecation_utils.py 2025-04-25T04:46:23.6334902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_named_member_accessor.py 2025-04-25T04:46:23.6338949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_per_sample_grad.py 2025-04-25T04:46:23.6342263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__init__.py 2025-04-25T04:46:23.6349692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\conv_expanded_weights.py 2025-04-25T04:46:23.6352851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\conv_utils.py 2025-04-25T04:46:23.6356241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\embedding_expanded_weights.py 2025-04-25T04:46:23.6365237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\expanded_weights_impl.py 2025-04-25T04:46:23.6368953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\expanded_weights_utils.py 2025-04-25T04:46:23.6372572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\group_norm_expanded_weights.py 2025-04-25T04:46:23.6376039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\instance_norm_expanded_weights.py 2025-04-25T04:46:23.6379539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\layer_norm_expanded_weights.py 2025-04-25T04:46:23.6382985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\linear_expanded_weights.py 2025-04-25T04:46:23.6386371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__init__.py 2025-04-25T04:46:23.6393591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\conv_expanded_weights.cpython-39.pyc 2025-04-25T04:46:23.6397256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\conv_utils.cpython-39.pyc 2025-04-25T04:46:23.6400975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\embedding_expanded_weights.cpython-39.pyc 2025-04-25T04:46:23.6408809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\expanded_weights_impl.cpython-39.pyc 2025-04-25T04:46:23.6412163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\expanded_weights_utils.cpython-39.pyc 2025-04-25T04:46:23.6415611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\group_norm_expanded_weights.cpython-39.pyc 2025-04-25T04:46:23.6419113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\instance_norm_expanded_weights.cpython-39.pyc 2025-04-25T04:46:23.6422820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\layer_norm_expanded_weights.cpython-39.pyc 2025-04-25T04:46:23.6441023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\linear_expanded_weights.cpython-39.pyc 2025-04-25T04:46:23.6444504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.6452629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\clip_grad.cpython-39.pyc 2025-04-25T04:46:23.6456170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\convert_parameters.cpython-39.pyc 2025-04-25T04:46:23.6459716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\fusion.cpython-39.pyc 2025-04-25T04:46:23.6467371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\init.cpython-39.pyc 2025-04-25T04:46:23.6471238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\memory_format.cpython-39.pyc 2025-04-25T04:46:23.6474704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\parametrizations.cpython-39.pyc 2025-04-25T04:46:23.6478152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\parametrize.cpython-39.pyc 2025-04-25T04:46:23.6481592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\prune.cpython-39.pyc 2025-04-25T04:46:23.6485199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\rnn.cpython-39.pyc 2025-04-25T04:46:23.6488867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\spectral_norm.cpython-39.pyc 2025-04-25T04:46:23.6492411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\stateless.cpython-39.pyc 2025-04-25T04:46:23.6495742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\weight_norm.cpython-39.pyc 2025-04-25T04:46:23.6499222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\_deprecation_utils.cpython-39.pyc 2025-04-25T04:46:23.6503193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\_named_member_accessor.cpython-39.pyc 2025-04-25T04:46:23.6506814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\_per_sample_grad.cpython-39.pyc 2025-04-25T04:46:23.6510344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.6518893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\common_types.cpython-39.pyc 2025-04-25T04:46:23.6522277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\cpp.cpython-39.pyc 2025-04-25T04:46:23.6526464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\functional.cpython-39.pyc 2025-04-25T04:46:23.6535617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\grad.cpython-39.pyc 2025-04-25T04:46:23.6539103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\init.cpython-39.pyc 2025-04-25T04:46:23.6542561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\parameter.cpython-39.pyc 2025-04-25T04:46:23.6546426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\_reduction.cpython-39.pyc 2025-04-25T04:46:23.6550313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.6559703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\errors.py 2025-04-25T04:46:23.6563020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\operators.py 2025-04-25T04:46:23.6566540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_caffe2.py 2025-04-25T04:46:23.6569967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_helper.py 2025-04-25T04:46:23.6578140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset10.py 2025-04-25T04:46:23.6581715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset11.py 2025-04-25T04:46:23.6585971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset12.py 2025-04-25T04:46:23.6589426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset13.py 2025-04-25T04:46:23.6593077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset14.py 2025-04-25T04:46:23.6596428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset15.py 2025-04-25T04:46:23.6599984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset16.py 2025-04-25T04:46:23.6603299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset17.py 2025-04-25T04:46:23.6606839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset18.py 2025-04-25T04:46:23.6610348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset19.py 2025-04-25T04:46:23.6614031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset20.py 2025-04-25T04:46:23.6617910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset7.py 2025-04-25T04:46:23.6621609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset8.py 2025-04-25T04:46:23.6625127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset9.py 2025-04-25T04:46:23.6629615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\utils.py 2025-04-25T04:46:23.6633801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\verification.py 2025-04-25T04:46:23.6642253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_constants.py 2025-04-25T04:46:23.6645830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_experimental.py 2025-04-25T04:46:23.6649281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_flags.py 2025-04-25T04:46:23.6653120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_globals.py 2025-04-25T04:46:23.6656534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_onnx_supported_ops.py 2025-04-25T04:46:23.6659982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_type_utils.py 2025-04-25T04:46:23.6663697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__init__.py 2025-04-25T04:46:23.6671522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\ops\_symbolic_impl.py 2025-04-25T04:46:23.6674752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\ops\__init__.py 2025-04-25T04:46:23.6681863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\ops\__pycache__\_symbolic_impl.cpython-39.pyc 2025-04-25T04:46:23.6685716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\ops\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.6694247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\io_adapter.py 2025-04-25T04:46:23.6697749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\jit_utils.py 2025-04-25T04:46:23.6701101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\onnxruntime.py 2025-04-25T04:46:23.6709424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\onnx_proto_utils.py 2025-04-25T04:46:23.6712773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\registration.py 2025-04-25T04:46:23.6716856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\_exporter_legacy.py 2025-04-25T04:46:23.6720950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\_lazy_import.py 2025-04-25T04:46:23.6725385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__init__.py 2025-04-25T04:46:23.6731322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_analysis.py 2025-04-25T04:46:23.6734695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_building.py 2025-04-25T04:46:23.6738141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_capture_strategies.py 2025-04-25T04:46:23.6742773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_compat.py 2025-04-25T04:46:23.6750315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_constants.py 2025-04-25T04:46:23.6753707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_core.py 2025-04-25T04:46:23.6757110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_decomp.py 2025-04-25T04:46:23.6760574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_dispatching.py 2025-04-25T04:46:23.6763893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_dynamic_shapes.py 2025-04-25T04:46:23.6767750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_errors.py 2025-04-25T04:46:23.6771256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_flags.py 2025-04-25T04:46:23.6774568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_fx_passes.py 2025-04-25T04:46:23.6777950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_ir_passes.py 2025-04-25T04:46:23.6781311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_isolated.py 2025-04-25T04:46:23.6785106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_onnx_program.py 2025-04-25T04:46:23.6788397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_registration.py 2025-04-25T04:46:23.6791800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_reporting.py 2025-04-25T04:46:23.6795123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_schemas.py 2025-04-25T04:46:23.6798656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_tensors.py 2025-04-25T04:46:23.6801614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_testing.py 2025-04-25T04:46:23.6804911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_verification.py 2025-04-25T04:46:23.6808389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__init__.py 2025-04-25T04:46:23.6815384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\_tensor_typing.py 2025-04-25T04:46:23.6818842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\_torchlib_registry.py 2025-04-25T04:46:23.6822152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\__init__.py 2025-04-25T04:46:23.6832457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\core.py 2025-04-25T04:46:23.6835757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\hop.py 2025-04-25T04:46:23.6838960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\nn.py 2025-04-25T04:46:23.6842190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\symbolic.py 2025-04-25T04:46:23.6845315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\__init__.py 2025-04-25T04:46:23.6856637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\__pycache__\core.cpython-39.pyc 2025-04-25T04:46:23.6860145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\__pycache__\hop.cpython-39.pyc 2025-04-25T04:46:23.6863556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\__pycache__\nn.cpython-39.pyc 2025-04-25T04:46:23.6871785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\__pycache__\symbolic.cpython-39.pyc 2025-04-25T04:46:23.6875236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.6883055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\__pycache__\_tensor_typing.cpython-39.pyc 2025-04-25T04:46:23.6886961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\__pycache__\_torchlib_registry.cpython-39.pyc 2025-04-25T04:46:23.6890508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.6906997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_analysis.cpython-39.pyc 2025-04-25T04:46:23.6911176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_building.cpython-39.pyc 2025-04-25T04:46:23.6914319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_capture_strategies.cpython-39.pyc 2025-04-25T04:46:23.6922116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_compat.cpython-39.pyc 2025-04-25T04:46:23.6925471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_constants.cpython-39.pyc 2025-04-25T04:46:23.6929104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_core.cpython-39.pyc 2025-04-25T04:46:23.6932710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_decomp.cpython-39.pyc 2025-04-25T04:46:23.6936408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_dispatching.cpython-39.pyc 2025-04-25T04:46:23.6939889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_dynamic_shapes.cpython-39.pyc 2025-04-25T04:46:23.6943212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_errors.cpython-39.pyc 2025-04-25T04:46:23.6947023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_flags.cpython-39.pyc 2025-04-25T04:46:23.6950479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_fx_passes.cpython-39.pyc 2025-04-25T04:46:23.6953904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_ir_passes.cpython-39.pyc 2025-04-25T04:46:23.6957303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_isolated.cpython-39.pyc 2025-04-25T04:46:23.6960757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_onnx_program.cpython-39.pyc 2025-04-25T04:46:23.6964468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_registration.cpython-39.pyc 2025-04-25T04:46:23.6967760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_reporting.cpython-39.pyc 2025-04-25T04:46:23.6976081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_schemas.cpython-39.pyc 2025-04-25T04:46:23.6979619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_tensors.cpython-39.pyc 2025-04-25T04:46:23.6983106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_testing.cpython-39.pyc 2025-04-25T04:46:23.6986661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_verification.cpython-39.pyc 2025-04-25T04:46:23.6990168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.6998424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\decomposition_table.py 2025-04-25T04:46:23.7002321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\dynamo_graph_extractor.py 2025-04-25T04:46:23.7005708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\fx_onnx_interpreter.py 2025-04-25T04:46:23.7013107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\onnxfunction_dispatcher.py 2025-04-25T04:46:23.7016599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\patcher.py 2025-04-25T04:46:23.7020327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\registration.py 2025-04-25T04:46:23.7023854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\serialization.py 2025-04-25T04:46:23.7027329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\type_utils.py 2025-04-25T04:46:23.7030646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\_pass.py 2025-04-25T04:46:23.7033833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__init__.py 2025-04-25T04:46:23.7042273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\decomp.py 2025-04-25T04:46:23.7045332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\functionalization.py 2025-04-25T04:46:23.7048779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\modularization.py 2025-04-25T04:46:23.7052740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\readability.py 2025-04-25T04:46:23.7060452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\type_promotion.py 2025-04-25T04:46:23.7064800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\virtualization.py 2025-04-25T04:46:23.7068161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\_utils.py 2025-04-25T04:46:23.7071486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__init__.py 2025-04-25T04:46:23.7079144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\decomp.cpython-39.pyc 2025-04-25T04:46:23.7082966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\functionalization.cpython-39.pyc 2025-04-25T04:46:23.7086391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\modularization.cpython-39.pyc 2025-04-25T04:46:23.7094183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\readability.cpython-39.pyc 2025-04-25T04:46:23.7097871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\type_promotion.cpython-39.pyc 2025-04-25T04:46:23.7101414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\virtualization.cpython-39.pyc 2025-04-25T04:46:23.7105339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\_utils.cpython-39.pyc 2025-04-25T04:46:23.7108828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.7116825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\decomposition_table.cpython-39.pyc 2025-04-25T04:46:23.7120405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\dynamo_graph_extractor.cpython-39.pyc 2025-04-25T04:46:23.7123961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\fx_onnx_interpreter.cpython-39.pyc 2025-04-25T04:46:23.7133322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\onnxfunction_dispatcher.cpython-39.pyc 2025-04-25T04:46:23.7136905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\patcher.cpython-39.pyc 2025-04-25T04:46:23.7140299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\registration.cpython-39.pyc 2025-04-25T04:46:23.7143828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\serialization.cpython-39.pyc 2025-04-25T04:46:23.7147212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\type_utils.cpython-39.pyc 2025-04-25T04:46:23.7150814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\_pass.cpython-39.pyc 2025-04-25T04:46:23.7154597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.7162606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\io_adapter.cpython-39.pyc 2025-04-25T04:46:23.7166291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\jit_utils.cpython-39.pyc 2025-04-25T04:46:23.7169704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\onnxruntime.cpython-39.pyc 2025-04-25T04:46:23.7179328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\onnx_proto_utils.cpython-39.pyc 2025-04-25T04:46:23.7182597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\registration.cpython-39.pyc 2025-04-25T04:46:23.7186846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\_exporter_legacy.cpython-39.pyc 2025-04-25T04:46:23.7190195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\_lazy_import.cpython-39.pyc 2025-04-25T04:46:23.7194523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.7204327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\errors.cpython-39.pyc 2025-04-25T04:46:23.7207832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\operators.cpython-39.pyc 2025-04-25T04:46:23.7211490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_caffe2.cpython-39.pyc 2025-04-25T04:46:23.7219155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_helper.cpython-39.pyc 2025-04-25T04:46:23.7222766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset10.cpython-39.pyc 2025-04-25T04:46:23.7226483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset11.cpython-39.pyc 2025-04-25T04:46:23.7229918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset12.cpython-39.pyc 2025-04-25T04:46:23.7233348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset13.cpython-39.pyc 2025-04-25T04:46:23.7236934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset14.cpython-39.pyc 2025-04-25T04:46:23.7240377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset15.cpython-39.pyc 2025-04-25T04:46:23.7244566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset16.cpython-39.pyc 2025-04-25T04:46:23.7248095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset17.cpython-39.pyc 2025-04-25T04:46:23.7251673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset18.cpython-39.pyc 2025-04-25T04:46:23.7255064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset19.cpython-39.pyc 2025-04-25T04:46:23.7258990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset20.cpython-39.pyc 2025-04-25T04:46:23.7262598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset7.cpython-39.pyc 2025-04-25T04:46:23.7274044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset8.cpython-39.pyc 2025-04-25T04:46:23.7277528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset9.cpython-39.pyc 2025-04-25T04:46:23.7282050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:23.7285765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\verification.cpython-39.pyc 2025-04-25T04:46:23.7289481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_constants.cpython-39.pyc 2025-04-25T04:46:23.7292975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_experimental.cpython-39.pyc 2025-04-25T04:46:23.7296422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_flags.cpython-39.pyc 2025-04-25T04:46:23.7300117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_globals.cpython-39.pyc 2025-04-25T04:46:23.7303652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_onnx_supported_ops.cpython-39.pyc 2025-04-25T04:46:23.7307209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_type_utils.cpython-39.pyc 2025-04-25T04:46:23.7315176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.7325286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\adadelta.py 2025-04-25T04:46:23.7328819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\adagrad.py 2025-04-25T04:46:23.7332643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\adam.py 2025-04-25T04:46:23.7336184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\adamax.py 2025-04-25T04:46:23.7339397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\adamw.py 2025-04-25T04:46:23.7342570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\asgd.py 2025-04-25T04:46:23.7345752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\lbfgs.py 2025-04-25T04:46:23.7355262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\lr_scheduler.py 2025-04-25T04:46:23.7359186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\nadam.py 2025-04-25T04:46:23.7362514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\optimizer.py 2025-04-25T04:46:23.7365991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\radam.py 2025-04-25T04:46:23.7369299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\rmsprop.py 2025-04-25T04:46:23.7372499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\rprop.py 2025-04-25T04:46:23.7375866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\sgd.py 2025-04-25T04:46:23.7379176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\sparse_adam.py 2025-04-25T04:46:23.7382504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\swa_utils.py 2025-04-25T04:46:23.7385737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\_adafactor.py 2025-04-25T04:46:23.7389086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\_functional.py 2025-04-25T04:46:23.7392408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__init__.py 2025-04-25T04:46:23.7399363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\_multi_tensor\__init__.py 2025-04-25T04:46:23.7402644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\_multi_tensor\__init__.pyi 2025-04-25T04:46:23.7409487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\_multi_tensor\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.7417281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\adadelta.cpython-39.pyc 2025-04-25T04:46:23.7421236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\adagrad.cpython-39.pyc 2025-04-25T04:46:23.7424892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\adam.cpython-39.pyc 2025-04-25T04:46:23.7432793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\adamax.cpython-39.pyc 2025-04-25T04:46:23.7436138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\adamw.cpython-39.pyc 2025-04-25T04:46:23.7439663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\asgd.cpython-39.pyc 2025-04-25T04:46:23.7443034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\lbfgs.cpython-39.pyc 2025-04-25T04:46:23.7446399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\lr_scheduler.cpython-39.pyc 2025-04-25T04:46:23.7450206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\nadam.cpython-39.pyc 2025-04-25T04:46:23.7453626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\optimizer.cpython-39.pyc 2025-04-25T04:46:23.7457617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\radam.cpython-39.pyc 2025-04-25T04:46:23.7461015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\rmsprop.cpython-39.pyc 2025-04-25T04:46:23.7464343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\rprop.cpython-39.pyc 2025-04-25T04:46:23.7467920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\sgd.cpython-39.pyc 2025-04-25T04:46:23.7471352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\sparse_adam.cpython-39.pyc 2025-04-25T04:46:23.7475068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\swa_utils.cpython-39.pyc 2025-04-25T04:46:23.7478431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\_adafactor.cpython-39.pyc 2025-04-25T04:46:23.7502550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\_functional.cpython-39.pyc 2025-04-25T04:46:23.7506131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.7514791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\file_structure_representation.py 2025-04-25T04:46:23.7518424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\find_file_dependencies.py 2025-04-25T04:46:23.7522136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\glob_group.py 2025-04-25T04:46:23.7529898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\importer.py 2025-04-25T04:46:23.7533461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\package_exporter.py 2025-04-25T04:46:23.7537144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\package_importer.py 2025-04-25T04:46:23.7540557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_digraph.py 2025-04-25T04:46:23.7543864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_directory_reader.py 2025-04-25T04:46:23.7547177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_importlib.py 2025-04-25T04:46:23.7550878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_mangling.py 2025-04-25T04:46:23.7554282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_mock.py 2025-04-25T04:46:23.7557641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_package_pickler.py 2025-04-25T04:46:23.7561371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_package_unpickler.py 2025-04-25T04:46:23.7564886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_stdlib.py 2025-04-25T04:46:23.7568145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__init__.py 2025-04-25T04:46:23.7574948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\find_first_use_of_broken_modules.py 2025-04-25T04:46:23.7578836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\is_from_package.py 2025-04-25T04:46:23.7582253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\trace_dependencies.py 2025-04-25T04:46:23.7589930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\__init__.py 2025-04-25T04:46:23.7597485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\__pycache__\find_first_use_of_broken_modules.cpython-39.pyc 2025-04-25T04:46:23.7601355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\__pycache__\is_from_package.cpython-39.pyc 2025-04-25T04:46:23.7605348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\__pycache__\trace_dependencies.cpython-39.pyc 2025-04-25T04:46:23.7613414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.7621469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\file_structure_representation.cpython-39.pyc 2025-04-25T04:46:23.7624906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\find_file_dependencies.cpython-39.pyc 2025-04-25T04:46:23.7628397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\glob_group.cpython-39.pyc 2025-04-25T04:46:23.7635988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\importer.cpython-39.pyc 2025-04-25T04:46:23.7639492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\package_exporter.cpython-39.pyc 2025-04-25T04:46:23.7643216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\package_importer.cpython-39.pyc 2025-04-25T04:46:23.7647063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_digraph.cpython-39.pyc 2025-04-25T04:46:23.7650945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_directory_reader.cpython-39.pyc 2025-04-25T04:46:23.7654434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_importlib.cpython-39.pyc 2025-04-25T04:46:23.7672758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_mangling.cpython-39.pyc 2025-04-25T04:46:23.7673526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_mock.cpython-39.pyc 2025-04-25T04:46:23.7673912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_package_pickler.cpython-39.pyc 2025-04-25T04:46:23.7674289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_package_unpickler.cpython-39.pyc 2025-04-25T04:46:23.7674565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_stdlib.cpython-39.pyc 2025-04-25T04:46:23.7676116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.7684858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\itt.py 2025-04-25T04:46:23.7688676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\profiler.py 2025-04-25T04:46:23.7692190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\python_tracer.py 2025-04-25T04:46:23.7695875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\_memory_profiler.py 2025-04-25T04:46:23.7699711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\_pattern_matcher.py 2025-04-25T04:46:23.7707243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\_utils.py 2025-04-25T04:46:23.7710556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__init__.py 2025-04-25T04:46:23.7717542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\itt.cpython-39.pyc 2025-04-25T04:46:23.7721112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\profiler.cpython-39.pyc 2025-04-25T04:46:23.7724969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\python_tracer.cpython-39.pyc 2025-04-25T04:46:23.7735003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\_memory_profiler.cpython-39.pyc 2025-04-25T04:46:23.7738519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\_pattern_matcher.cpython-39.pyc 2025-04-25T04:46:23.7742532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\_utils.cpython-39.pyc 2025-04-25T04:46:23.7746386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.7754499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fake_quantize.py 2025-04-25T04:46:23.7757989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fuser_method_mappings.py 2025-04-25T04:46:23.7761334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fuse_modules.py 2025-04-25T04:46:23.7769922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\observer.py 2025-04-25T04:46:23.7773199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\qconfig.py 2025-04-25T04:46:23.7776450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\quantization_mappings.py 2025-04-25T04:46:23.7779824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\quantize.py 2025-04-25T04:46:23.7783109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\quantize_fx.py 2025-04-25T04:46:23.7786862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\quantize_jit.py 2025-04-25T04:46:23.7790307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\quant_type.py 2025-04-25T04:46:23.7793589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\stubs.py 2025-04-25T04:46:23.7796816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\utils.py 2025-04-25T04:46:23.7800436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\_numeric_suite.py 2025-04-25T04:46:23.7803814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\_numeric_suite_fx.py 2025-04-25T04:46:23.7807270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\_quantized_conversions.py 2025-04-25T04:46:23.7810671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__init__.py 2025-04-25T04:46:23.7817561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\convert.py 2025-04-25T04:46:23.7820846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\fuse.py 2025-04-25T04:46:23.7824179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\fusion_patterns.py 2025-04-25T04:46:23.7827561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\graph_module.py 2025-04-25T04:46:23.7830945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\match_utils.py 2025-04-25T04:46:23.7839021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\pattern_utils.py 2025-04-25T04:46:23.7842339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\prepare.py 2025-04-25T04:46:23.7845774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\quantization_patterns.py 2025-04-25T04:46:23.7849248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\quantization_types.py 2025-04-25T04:46:23.7852558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\utils.py 2025-04-25T04:46:23.7855797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\_equalize.py 2025-04-25T04:46:23.7859104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__init__.py 2025-04-25T04:46:23.7867027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\convert.cpython-39.pyc 2025-04-25T04:46:23.7870394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\fuse.cpython-39.pyc 2025-04-25T04:46:23.7873876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\fusion_patterns.cpython-39.pyc 2025-04-25T04:46:23.7881902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\graph_module.cpython-39.pyc 2025-04-25T04:46:23.7885262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\match_utils.cpython-39.pyc 2025-04-25T04:46:23.7888749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\pattern_utils.cpython-39.pyc 2025-04-25T04:46:23.7892151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\prepare.cpython-39.pyc 2025-04-25T04:46:23.7895762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\quantization_patterns.cpython-39.pyc 2025-04-25T04:46:23.7899629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\quantization_types.cpython-39.pyc 2025-04-25T04:46:23.7903086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:23.7906590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\_equalize.cpython-39.pyc 2025-04-25T04:46:23.7910004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.7918516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\fake_quantize.cpython-39.pyc 2025-04-25T04:46:23.7922755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\fuser_method_mappings.cpython-39.pyc 2025-04-25T04:46:23.7926721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\fuse_modules.cpython-39.pyc 2025-04-25T04:46:23.7935741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\observer.cpython-39.pyc 2025-04-25T04:46:23.7939112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\qconfig.cpython-39.pyc 2025-04-25T04:46:23.7942593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\quantization_mappings.cpython-39.pyc 2025-04-25T04:46:23.7946130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\quantize.cpython-39.pyc 2025-04-25T04:46:23.7949647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\quantize_fx.cpython-39.pyc 2025-04-25T04:46:23.7953448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\quantize_jit.cpython-39.pyc 2025-04-25T04:46:23.7957612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\quant_type.cpython-39.pyc 2025-04-25T04:46:23.7960995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\stubs.cpython-39.pyc 2025-04-25T04:46:23.7964546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:23.7969209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\_numeric_suite.cpython-39.pyc 2025-04-25T04:46:23.7972931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\_numeric_suite_fx.cpython-39.pyc 2025-04-25T04:46:23.7976561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\_quantized_conversions.cpython-39.pyc 2025-04-25T04:46:23.7980494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.8000623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\ATen\ATenConfig.cmake 2025-04-25T04:46:23.8008729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Caffe2Config.cmake 2025-04-25T04:46:23.8012885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Caffe2Targets-release.cmake 2025-04-25T04:46:23.8017568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Caffe2Targets.cmake 2025-04-25T04:46:23.8139203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\FindCUDAToolkit.cmake 2025-04-25T04:46:23.8143317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\FindCUDSS.cmake 2025-04-25T04:46:23.8147199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\FindCUSPARSELT.cmake 2025-04-25T04:46:23.8150880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\FindSYCLToolkit.cmake 2025-04-25T04:46:23.8158223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDA.cmake 2025-04-25T04:46:23.8161702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDNN.cmake 2025-04-25T04:46:23.8295290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\CMakeInitializeConfigs.cmake 2025-04-25T04:46:23.8298943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA.cmake 2025-04-25T04:46:23.8302773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindPackageHandleStandardArgs.cmake 2025-04-25T04:46:23.8410251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindPackageMessage.cmake 2025-04-25T04:46:23.8416979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\make2cmake.cmake 2025-04-25T04:46:23.8420421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\parse_cubin.cmake 2025-04-25T04:46:23.8423948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\run_nvcc.cmake 2025-04-25T04:46:23.8431702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\select_compute_arch.cmake 2025-04-25T04:46:23.8439461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\cuda.cmake 2025-04-25T04:46:23.8442790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\gflags.cmake 2025-04-25T04:46:23.8446366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\glog.cmake 2025-04-25T04:46:23.8449803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\LoadHIP.cmake 2025-04-25T04:46:23.8457035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\mkl.cmake 2025-04-25T04:46:23.8460480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\mkldnn.cmake 2025-04-25T04:46:23.8464139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\protobuf.cmake 2025-04-25T04:46:23.8467323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\utils.cmake 2025-04-25T04:46:23.8470784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\xpu.cmake 2025-04-25T04:46:23.8478378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Torch\TorchConfig.cmake 2025-04-25T04:46:23.8482150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Torch\TorchConfigVersion.cmake 2025-04-25T04:46:23.8491572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\__init__.py 2025-04-25T04:46:23.8498045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\windows\windows.py 2025-04-25T04:46:23.8501651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\windows\__init__.py 2025-04-25T04:46:23.8508274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\windows\__pycache__\windows.cpython-39.pyc 2025-04-25T04:46:23.8511808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\windows\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.8519359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.8527065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\semi_structured.py 2025-04-25T04:46:23.8530656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\_semi_structured_conversions.py 2025-04-25T04:46:23.8533913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\_semi_structured_ops.py 2025-04-25T04:46:23.8541922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\_triton_ops.py 2025-04-25T04:46:23.8545825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\_triton_ops_meta.py 2025-04-25T04:46:23.8551942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__init__.py 2025-04-25T04:46:23.8559261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\semi_structured.cpython-39.pyc 2025-04-25T04:46:23.8562731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\_semi_structured_conversions.cpython-39.pyc 2025-04-25T04:46:23.8566200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\_semi_structured_ops.cpython-39.pyc 2025-04-25T04:46:23.8574085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\_triton_ops.cpython-39.pyc 2025-04-25T04:46:23.8577658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\_triton_ops_meta.cpython-39.pyc 2025-04-25T04:46:23.8582245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.8589696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\special\__init__.py 2025-04-25T04:46:23.8596473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\special\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.8612900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\apply_utils_test.exe 2025-04-25T04:46:23.8618464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\atest.exe 2025-04-25T04:46:23.8623826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\backend_fallback_test.exe 2025-04-25T04:46:23.8629363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\basic.exe 2025-04-25T04:46:23.8639118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\broadcast_test.exe 2025-04-25T04:46:23.8644218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_accumulate_test.exe 2025-04-25T04:46:23.8649297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_ArrayRef_test.exe 2025-04-25T04:46:23.8654194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_bfloat16_test.exe 2025-04-25T04:46:23.8659224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Bitset_test.exe 2025-04-25T04:46:23.8664802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_bit_cast_test.exe 2025-04-25T04:46:23.8669603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_CompileTimeFunctionPointer_test.exe 2025-04-25T04:46:23.8674563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_complex_math_test.exe 2025-04-25T04:46:23.8680114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_complex_test.exe 2025-04-25T04:46:23.8685119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_ConstexprCrc_test.exe 2025-04-25T04:46:23.8690304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_cow_test.exe 2025-04-25T04:46:23.8695361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_DeadlockDetection_test.exe 2025-04-25T04:46:23.8700086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_DeviceGuard_test.exe 2025-04-25T04:46:23.8705007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Device_test.exe 2025-04-25T04:46:23.8714965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_DispatchKeySet_test.exe 2025-04-25T04:46:23.8720544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_error_test.exe 2025-04-25T04:46:23.8725461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_exception_test.exe 2025-04-25T04:46:23.8730594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_flags_test.exe 2025-04-25T04:46:23.8735356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_generic_math_test.exe 2025-04-25T04:46:23.8744064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Half_test.exe 2025-04-25T04:46:23.8749176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_InlineDeviceGuard_test.exe 2025-04-25T04:46:23.8754445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_InlineStreamGuard_test.exe 2025-04-25T04:46:23.8767446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_intrusive_ptr_benchmark.exe 2025-04-25T04:46:23.8771905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_intrusive_ptr_test.exe 2025-04-25T04:46:23.8781514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_irange_test.exe 2025-04-25T04:46:23.8786863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_lazy_test.exe 2025-04-25T04:46:23.8791990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_LeftRight_test.exe 2025-04-25T04:46:23.8796813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_logging_test.exe 2025-04-25T04:46:23.8801768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Metaprogramming_test.exe 2025-04-25T04:46:23.8806925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_NetworkFlow_test.exe 2025-04-25T04:46:23.8812051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_optional_test.exe 2025-04-25T04:46:23.8822351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_ordered_preserving_dict_test.exe 2025-04-25T04:46:23.8828577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_registry_test.exe 2025-04-25T04:46:23.8833473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Scalar_test.exe 2025-04-25T04:46:23.8838510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_SizesAndStrides_test.exe 2025-04-25T04:46:23.8843518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_small_vector_test.exe 2025-04-25T04:46:23.8852087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_ssize_test.exe 2025-04-25T04:46:23.8857012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_StreamGuard_test.exe 2025-04-25T04:46:23.8862250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_string_util_test.exe 2025-04-25T04:46:23.8867160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_string_view_test.exe 2025-04-25T04:46:23.8879661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_SymInt_test.exe 2025-04-25T04:46:23.8884614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Synchronized_test.exe 2025-04-25T04:46:23.8889567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_tempfile_test.exe 2025-04-25T04:46:23.8894554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_ThreadLocal_test.exe 2025-04-25T04:46:23.8899660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_typeid_test.exe 2025-04-25T04:46:23.8904597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_TypeIndex_test.exe 2025-04-25T04:46:23.8909653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_TypeList_test.exe 2025-04-25T04:46:23.8914547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_TypeTraits_test.exe 2025-04-25T04:46:23.8924063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\CppSignature_test.exe 2025-04-25T04:46:23.8929891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\cpu_allocator_test.exe 2025-04-25T04:46:23.8935233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\cpu_generator_test.exe 2025-04-25T04:46:23.8941000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\cpu_profiling_allocator_test.exe 2025-04-25T04:46:23.8946615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\cpu_rng_test.exe 2025-04-25T04:46:23.8953719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\Dict_test.exe 2025-04-25T04:46:23.8959529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\Dimname_test.exe 2025-04-25T04:46:23.8964758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\dlconvertor_test.exe 2025-04-25T04:46:23.8970332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\extension_backend_test.exe 2025-04-25T04:46:23.8981142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\half_test.exe 2025-04-25T04:46:23.8986413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\IListRef_test.exe 2025-04-25T04:46:23.8991919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\inline_container_test.exe 2025-04-25T04:46:23.8997320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\ivalue_test.exe 2025-04-25T04:46:23.9003637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\KernelFunction_test.exe 2025-04-25T04:46:23.9024732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\kernel_function_legacy_test.exe 2025-04-25T04:46:23.9031775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\kernel_function_test.exe 2025-04-25T04:46:23.9038078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\kernel_lambda_legacy_test.exe 2025-04-25T04:46:23.9049233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\kernel_lambda_test.exe 2025-04-25T04:46:23.9056487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\kernel_stackbased_test.exe 2025-04-25T04:46:23.9061829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\lazy_tensor_test.exe 2025-04-25T04:46:23.9067247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\legacy_vmap_test.exe 2025-04-25T04:46:23.9072999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\List_test.exe 2025-04-25T04:46:23.9079981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\make_boxed_from_unboxed_functor_test.exe 2025-04-25T04:46:23.9086286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\math_kernel_test.exe 2025-04-25T04:46:23.9091458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\MaybeOwned_test.exe 2025-04-25T04:46:23.9097450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\memory_format_test.exe 2025-04-25T04:46:23.9103197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\memory_overlapping_test.exe 2025-04-25T04:46:23.9108201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\mobile_memory_cleanup.exe 2025-04-25T04:46:23.9113217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\NamedTensor_test.exe 2025-04-25T04:46:23.9118484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\native_test.exe 2025-04-25T04:46:23.9123805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\operators_test.exe 2025-04-25T04:46:23.9129172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\operator_name_test.exe 2025-04-25T04:46:23.9134101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\op_allowlist_test.exe 2025-04-25T04:46:23.9139246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\op_registration_test.exe 2025-04-25T04:46:23.9156453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\packedtensoraccessor_test.exe 2025-04-25T04:46:23.9161786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\pow_test.exe 2025-04-25T04:46:23.9167757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\quantized_test.exe 2025-04-25T04:46:23.9173288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\reduce_ops_test.exe 2025-04-25T04:46:23.9178613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\reportMemoryUsage_test.exe 2025-04-25T04:46:23.9184523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\scalar_tensor_test.exe 2025-04-25T04:46:23.9189821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\scalar_test.exe 2025-04-25T04:46:23.9195919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\StorageUtils_test.exe 2025-04-25T04:46:23.9201589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\stride_properties_test.exe 2025-04-25T04:46:23.9207396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\tensor_iterator_test.exe 2025-04-25T04:46:23.9213993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\test_parallel.exe 2025-04-25T04:46:23.9219672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\thread_init_test.exe 2025-04-25T04:46:23.9224124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\type_ptr_test.exe 2025-04-25T04:46:23.9228994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\type_test.exe 2025-04-25T04:46:23.9234944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\undefined_tensor_test.exe 2025-04-25T04:46:23.9240441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\verify_api_visibility.exe 2025-04-25T04:46:23.9244397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\weakref_test.exe 2025-04-25T04:46:23.9250064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\wrapdim_test.exe 2025-04-25T04:46:23.9259718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\xla_tensor_test.exe 2025-04-25T04:46:23.9272847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_comparison.py 2025-04-25T04:46:23.9276402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_creation.py 2025-04-25T04:46:23.9279915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_utils.py 2025-04-25T04:46:23.9283435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\__init__.py 2025-04-25T04:46:23.9296800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\autocast_test_lists.py 2025-04-25T04:46:23.9300518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\autograd_function_db.py 2025-04-25T04:46:23.9303841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\check_kernel_launches.py 2025-04-25T04:46:23.9312094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_cuda.py 2025-04-25T04:46:23.9315382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_device_type.py 2025-04-25T04:46:23.9319513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_distributed.py 2025-04-25T04:46:23.9327578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_dist_composable.py 2025-04-25T04:46:23.9328305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_dtype.py 2025-04-25T04:46:23.9332494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_fsdp.py 2025-04-25T04:46:23.9336046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_jit.py 2025-04-25T04:46:23.9339680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_methods_invocations.py 2025-04-25T04:46:23.9349212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_mkldnn.py 2025-04-25T04:46:23.9352924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_modules.py 2025-04-25T04:46:23.9357865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_nn.py 2025-04-25T04:46:23.9362249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_optimizers.py 2025-04-25T04:46:23.9366298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_pruning.py 2025-04-25T04:46:23.9369991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_quantization.py 2025-04-25T04:46:23.9373967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_quantized.py 2025-04-25T04:46:23.9382554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_subclass.py 2025-04-25T04:46:23.9385880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_utils.py 2025-04-25T04:46:23.9390475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\composite_compliance.py 2025-04-25T04:46:23.9394017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\custom_op_db.py 2025-04-25T04:46:23.9397533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\custom_tensor.py 2025-04-25T04:46:23.9401685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\dist_utils.py 2025-04-25T04:46:23.9405129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\dynamo_test_failures.py 2025-04-25T04:46:23.9408648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\fake_config_module.py 2025-04-25T04:46:23.9412590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\fake_config_module2.py 2025-04-25T04:46:23.9416481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\fake_config_module3.py 2025-04-25T04:46:23.9419957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\hop_db.py 2025-04-25T04:46:23.9427770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\hypothesis_utils.py 2025-04-25T04:46:23.9431185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\inductor_utils.py 2025-04-25T04:46:23.9434745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\jit_metaprogramming_utils.py 2025-04-25T04:46:23.9438325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\jit_utils.py 2025-04-25T04:46:23.9441821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\logging_tensor.py 2025-04-25T04:46:23.9445324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\logging_utils.py 2025-04-25T04:46:23.9448948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\quantization_torch_package_models.py 2025-04-25T04:46:23.9453411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\static_module.py 2025-04-25T04:46:23.9456394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\subclasses.py 2025-04-25T04:46:23.9464293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\torchbind_impls.py 2025-04-25T04:46:23.9468071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\triton_utils.py 2025-04-25T04:46:23.9471550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\two_tensor.py 2025-04-25T04:46:23.9475221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__init__.py 2025-04-25T04:46:23.9482266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\codegen\__init__.py 2025-04-25T04:46:23.9489462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\codegen\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.9497255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\network1.py 2025-04-25T04:46:23.9500583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\network2.py 2025-04-25T04:46:23.9504007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\__init__.py 2025-04-25T04:46:23.9510820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\__pycache__\network1.cpython-39.pyc 2025-04-25T04:46:23.9514194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\__pycache__\network2.cpython-39.pyc 2025-04-25T04:46:23.9517645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.9530414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\checkpoint_utils.py 2025-04-25T04:46:23.9534306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\common_state_dict.py 2025-04-25T04:46:23.9538520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\ddp_under_dist_autograd_test.py 2025-04-25T04:46:23.9546396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\distributed_test.py 2025-04-25T04:46:23.9552006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\distributed_utils.py 2025-04-25T04:46:23.9555816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\fake_pg.py 2025-04-25T04:46:23.9559205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\multi_threaded_pg.py 2025-04-25T04:46:23.9562950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc_utils.py 2025-04-25T04:46:23.9566561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__init__.py 2025-04-25T04:46:23.9573879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\__init__.py 2025-04-25T04:46:23.9579963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\api\remote_module_test.py 2025-04-25T04:46:23.9583540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\api\__init__.py 2025-04-25T04:46:23.9589553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\api\__pycache__\remote_module_test.cpython-39.pyc 2025-04-25T04:46:23.9593310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\api\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.9600767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.9608865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\dist_autograd_test.py 2025-04-25T04:46:23.9613140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\dist_optimizer_test.py 2025-04-25T04:46:23.9616626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\faulty_agent_rpc_test.py 2025-04-25T04:46:23.9624530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\faulty_rpc_agent_test_fixture.py 2025-04-25T04:46:23.9628479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\rpc_agent_test_fixture.py 2025-04-25T04:46:23.9632266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\rpc_test.py 2025-04-25T04:46:23.9636871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\tensorpipe_rpc_agent_test_fixture.py 2025-04-25T04:46:23.9640514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__init__.py 2025-04-25T04:46:23.9646648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\parameter_server_test.py 2025-04-25T04:46:23.9650294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\reinforcement_learning_rpc_test.py 2025-04-25T04:46:23.9653660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\__init__.py 2025-04-25T04:46:23.9754037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\__pycache__\parameter_server_test.cpython-39.pyc 2025-04-25T04:46:23.9757837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\__pycache__\reinforcement_learning_rpc_test.cpython-39.pyc 2025-04-25T04:46:23.9761801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.9773731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\dist_autograd_test.py 2025-04-25T04:46:23.9777153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\rpc_test.py 2025-04-25T04:46:23.9780738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\rpc_test_faulty.py 2025-04-25T04:46:23.9784138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__init__.py 2025-04-25T04:46:23.9794992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__pycache__\dist_autograd_test.cpython-39.pyc 2025-04-25T04:46:23.9798482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__pycache__\rpc_test.cpython-39.pyc 2025-04-25T04:46:23.9802369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__pycache__\rpc_test_faulty.cpython-39.pyc 2025-04-25T04:46:23.9810543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.9818401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\dist_autograd_test.cpython-39.pyc 2025-04-25T04:46:23.9822214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\dist_optimizer_test.cpython-39.pyc 2025-04-25T04:46:23.9825737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\faulty_agent_rpc_test.cpython-39.pyc 2025-04-25T04:46:23.9833753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\faulty_rpc_agent_test_fixture.cpython-39.pyc 2025-04-25T04:46:23.9837376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\rpc_agent_test_fixture.cpython-39.pyc 2025-04-25T04:46:23.9840925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\rpc_test.cpython-39.pyc 2025-04-25T04:46:23.9845578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\tensorpipe_rpc_agent_test_fixture.cpython-39.pyc 2025-04-25T04:46:23.9849262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.9857405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\test_common.py 2025-04-25T04:46:23.9860995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\__init__.py 2025-04-25T04:46:23.9867953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\_test_ops_common.py 2025-04-25T04:46:23.9871287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\_test_st_common.py 2025-04-25T04:46:23.9874641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\__init__.py 2025-04-25T04:46:23.9886656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\__pycache__\_test_ops_common.cpython-39.pyc 2025-04-25T04:46:23.9890404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\__pycache__\_test_st_common.cpython-39.pyc 2025-04-25T04:46:23.9894262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.9911249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\__pycache__\test_common.cpython-39.pyc 2025-04-25T04:46:23.9914836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.9922821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_tensor\common_dtensor.py 2025-04-25T04:46:23.9926254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_tensor\__init__.py 2025-04-25T04:46:23.9932409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_tensor\__pycache__\common_dtensor.cpython-39.pyc 2025-04-25T04:46:23.9936091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_tensor\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.9943659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\checkpoint_utils.cpython-39.pyc 2025-04-25T04:46:23.9947154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\common_state_dict.cpython-39.pyc 2025-04-25T04:46:23.9950980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\ddp_under_dist_autograd_test.cpython-39.pyc 2025-04-25T04:46:23.9958784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\distributed_test.cpython-39.pyc 2025-04-25T04:46:23.9963868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\distributed_utils.cpython-39.pyc 2025-04-25T04:46:23.9967407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\fake_pg.cpython-39.pyc 2025-04-25T04:46:23.9971052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\multi_threaded_pg.cpython-39.pyc 2025-04-25T04:46:23.9974585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\rpc_utils.cpython-39.pyc 2025-04-25T04:46:23.9978048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:23.9986569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\generated\annotated_fn_args.py 2025-04-25T04:46:23.9992908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\generated\__init__.py 2025-04-25T04:46:23.9999368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\generated\__pycache__\annotated_fn_args.cpython-39.pyc 2025-04-25T04:46:24.0004098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\generated\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.0011825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\core.py 2025-04-25T04:46:24.0015586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\refs.py 2025-04-25T04:46:24.0018831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\utils.py 2025-04-25T04:46:24.0021964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\__init__.py 2025-04-25T04:46:24.0028848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\fft.py 2025-04-25T04:46:24.0032236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\linalg.py 2025-04-25T04:46:24.0035780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\nested.py 2025-04-25T04:46:24.0039262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\signal.py 2025-04-25T04:46:24.0042582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\sparse.py 2025-04-25T04:46:24.0045989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\special.py 2025-04-25T04:46:24.0054212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\_masked.py 2025-04-25T04:46:24.0057828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__init__.py 2025-04-25T04:46:24.0065068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\fft.cpython-39.pyc 2025-04-25T04:46:24.0068841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\linalg.cpython-39.pyc 2025-04-25T04:46:24.0072443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\nested.cpython-39.pyc 2025-04-25T04:46:24.0080468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\signal.cpython-39.pyc 2025-04-25T04:46:24.0083909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\sparse.cpython-39.pyc 2025-04-25T04:46:24.0087342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\special.cpython-39.pyc 2025-04-25T04:46:24.0190320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\_masked.cpython-39.pyc 2025-04-25T04:46:24.0191239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.0192065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\__pycache__\core.cpython-39.pyc 2025-04-25T04:46:24.0192904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\__pycache__\refs.cpython-39.pyc 2025-04-25T04:46:24.0193644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:24.0194411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.0195136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\aot_autograd.py 2025-04-25T04:46:24.0195846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\autograd_registration.py 2025-04-25T04:46:24.0196519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\fake_tensor.py 2025-04-25T04:46:24.0197137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\generate_tests.py 2025-04-25T04:46:24.0197795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\make_fx.py 2025-04-25T04:46:24.0198374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__init__.py 2025-04-25T04:46:24.0199082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\aot_autograd.cpython-39.pyc 2025-04-25T04:46:24.0202919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\autograd_registration.cpython-39.pyc 2025-04-25T04:46:24.0206498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\fake_tensor.cpython-39.pyc 2025-04-25T04:46:24.0334875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\generate_tests.cpython-39.pyc 2025-04-25T04:46:24.0338513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\make_fx.cpython-39.pyc 2025-04-25T04:46:24.0341925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.0349853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\future_div.py 2025-04-25T04:46:24.0353562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\no_future_div.py 2025-04-25T04:46:24.0357079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\__init__.py 2025-04-25T04:46:24.0368755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\__pycache__\future_div.cpython-39.pyc 2025-04-25T04:46:24.0372471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\__pycache__\no_future_div.cpython-39.pyc 2025-04-25T04:46:24.0375946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.0389594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\autocast_test_lists.cpython-39.pyc 2025-04-25T04:46:24.0393054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\autograd_function_db.cpython-39.pyc 2025-04-25T04:46:24.0396495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\check_kernel_launches.cpython-39.pyc 2025-04-25T04:46:24.0406553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_cuda.cpython-39.pyc 2025-04-25T04:46:24.0410376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_device_type.cpython-39.pyc 2025-04-25T04:46:24.0414036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_distributed.cpython-39.pyc 2025-04-25T04:46:24.0417821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_dist_composable.cpython-39.pyc 2025-04-25T04:46:24.0421355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_dtype.cpython-39.pyc 2025-04-25T04:46:24.0424835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_fsdp.cpython-39.pyc 2025-04-25T04:46:24.0428474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_jit.cpython-39.pyc 2025-04-25T04:46:24.0432097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_methods_invocations.cpython-39.pyc 2025-04-25T04:46:24.0438270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_mkldnn.cpython-39.pyc 2025-04-25T04:46:24.0441939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_modules.cpython-39.pyc 2025-04-25T04:46:24.0445815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_nn.cpython-39.pyc 2025-04-25T04:46:24.0469292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_optimizers.cpython-39.pyc 2025-04-25T04:46:24.0473678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_pruning.cpython-39.pyc 2025-04-25T04:46:24.0481540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_quantization.cpython-39.pyc 2025-04-25T04:46:24.0485831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_quantized.cpython-39.pyc 2025-04-25T04:46:24.0489520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_subclass.cpython-39.pyc 2025-04-25T04:46:24.0493156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_utils.cpython-39.pyc 2025-04-25T04:46:24.0497649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\composite_compliance.cpython-39.pyc 2025-04-25T04:46:24.0501188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\custom_op_db.cpython-39.pyc 2025-04-25T04:46:24.0504885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\custom_tensor.cpython-39.pyc 2025-04-25T04:46:24.0508476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\dist_utils.cpython-39.pyc 2025-04-25T04:46:24.0512162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\dynamo_test_failures.cpython-39.pyc 2025-04-25T04:46:24.0516190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\fake_config_module.cpython-39.pyc 2025-04-25T04:46:24.0524094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\fake_config_module2.cpython-39.pyc 2025-04-25T04:46:24.0527556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\fake_config_module3.cpython-39.pyc 2025-04-25T04:46:24.0531297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\hop_db.cpython-39.pyc 2025-04-25T04:46:24.0534860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\hypothesis_utils.cpython-39.pyc 2025-04-25T04:46:24.0538378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\inductor_utils.cpython-39.pyc 2025-04-25T04:46:24.0541975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\jit_metaprogramming_utils.cpython-39.pyc 2025-04-25T04:46:24.0545498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\jit_utils.cpython-39.pyc 2025-04-25T04:46:24.0549015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\logging_tensor.cpython-39.pyc 2025-04-25T04:46:24.0559605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\logging_utils.cpython-39.pyc 2025-04-25T04:46:24.0563267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\quantization_torch_package_models.cpython-39.pyc 2025-04-25T04:46:24.0566812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\static_module.cpython-39.pyc 2025-04-25T04:46:24.0570622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\subclasses.cpython-39.pyc 2025-04-25T04:46:24.0574133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\torchbind_impls.cpython-39.pyc 2025-04-25T04:46:24.0577555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\triton_utils.cpython-39.pyc 2025-04-25T04:46:24.0580992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\two_tensor.cpython-39.pyc 2025-04-25T04:46:24.0584444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.0599546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\__pycache__\_comparison.cpython-39.pyc 2025-04-25T04:46:24.0603271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\__pycache__\_creation.cpython-39.pyc 2025-04-25T04:46:24.0606642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\__pycache__\_utils.cpython-39.pyc 2025-04-25T04:46:24.0613964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.0622554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\backend_registration.py 2025-04-25T04:46:24.0626447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\bundled_inputs.py 2025-04-25T04:46:24.0629835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\checkpoint.py 2025-04-25T04:46:24.0633522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\collect_env.py 2025-04-25T04:46:24.0641304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\cpp_backtrace.py 2025-04-25T04:46:24.0644775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\cpp_extension.py 2025-04-25T04:46:24.0649104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\deterministic.py 2025-04-25T04:46:24.0652385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\dlpack.py 2025-04-25T04:46:24.0655525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\file_baton.py 2025-04-25T04:46:24.0658870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\flop_counter.py 2025-04-25T04:46:24.0662348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hooks.py 2025-04-25T04:46:24.0665452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\mkldnn.py 2025-04-25T04:46:24.0668588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\mobile_optimizer.py 2025-04-25T04:46:24.0672116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_zoo.py 2025-04-25T04:46:24.0675546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\module_tracker.py 2025-04-25T04:46:24.0679163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\show_pickle.py 2025-04-25T04:46:24.0682578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\throughput_benchmark.py 2025-04-25T04:46:24.0685815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\weak.py 2025-04-25T04:46:24.0689209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_appending_byte_serializer.py 2025-04-25T04:46:24.0693093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_backport_slots.py 2025-04-25T04:46:24.0696526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_config_module.py 2025-04-25T04:46:24.0739529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_config_typing.pyi 2025-04-25T04:46:24.0743758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_content_store.py 2025-04-25T04:46:24.0747809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_contextlib.py 2025-04-25T04:46:24.0751618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_cpp_embed_headers.py 2025-04-25T04:46:24.0755304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_cpp_extension_versioner.py 2025-04-25T04:46:24.0758903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_cxx_pytree.py 2025-04-25T04:46:24.0762511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_device.py 2025-04-25T04:46:24.0766011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_exposed_in.py 2025-04-25T04:46:24.0769606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_filelock.py 2025-04-25T04:46:24.0773932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_foreach_utils.py 2025-04-25T04:46:24.1338323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_freeze.py 2025-04-25T04:46:24.1341344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_functools.py 2025-04-25T04:46:24.1345027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_get_clean_triton.py 2025-04-25T04:46:24.1348496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_import_utils.py 2025-04-25T04:46:24.1351884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_mode_utils.py 2025-04-25T04:46:24.1355239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_ordered_set.py 2025-04-25T04:46:24.1358597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_python_dispatch.py 2025-04-25T04:46:24.1362082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_pytree.py 2025-04-25T04:46:24.1365773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_stats.py 2025-04-25T04:46:24.1369257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_thunk.py 2025-04-25T04:46:24.1372608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_traceback.py 2025-04-25T04:46:24.1919799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_triton.py 2025-04-25T04:46:24.1923177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_typing_utils.py 2025-04-25T04:46:24.1926718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_zip.py 2025-04-25T04:46:24.1930286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__init__.py 2025-04-25T04:46:24.1937781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\backcompat\__init__.py 2025-04-25T04:46:24.1945374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\backcompat\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.1954121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\__init__.py 2025-04-25T04:46:24.1961147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\blas_compare_setup.py 2025-04-25T04:46:24.1965135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\compare.py 2025-04-25T04:46:24.1968619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\fuzzer.py 2025-04-25T04:46:24.1972295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\op_benchmark.py 2025-04-25T04:46:24.1975844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\simple_timeit.py 2025-04-25T04:46:24.1983471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\spectral_ops_fuzz_test.py 2025-04-25T04:46:24.1986887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__init__.py 2025-04-25T04:46:24.1999236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\blas_compare_setup.cpython-39.pyc 2025-04-25T04:46:24.2000911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\compare.cpython-39.pyc 2025-04-25T04:46:24.2003073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\fuzzer.cpython-39.pyc 2025-04-25T04:46:24.2012284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\op_benchmark.cpython-39.pyc 2025-04-25T04:46:24.2015778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\simple_timeit.cpython-39.pyc 2025-04-25T04:46:24.2020840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\spectral_ops_fuzz_test.cpython-39.pyc 2025-04-25T04:46:24.2025453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.2057519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\binary.py 2025-04-25T04:46:24.2060960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\sparse_binary.py 2025-04-25T04:46:24.2065834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\sparse_unary.py 2025-04-25T04:46:24.2070476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\spectral.py 2025-04-25T04:46:24.2077567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\unary.py 2025-04-25T04:46:24.2081309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__init__.py 2025-04-25T04:46:24.2088969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\binary.cpython-39.pyc 2025-04-25T04:46:24.2092504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\sparse_binary.cpython-39.pyc 2025-04-25T04:46:24.2095958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\sparse_unary.cpython-39.pyc 2025-04-25T04:46:24.2104437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\spectral.cpython-39.pyc 2025-04-25T04:46:24.2107866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\unary.cpython-39.pyc 2025-04-25T04:46:24.2111344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.2118865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\common.py 2025-04-25T04:46:24.2122171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\compare.py 2025-04-25T04:46:24.2125307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\compile.py 2025-04-25T04:46:24.2128446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\cpp_jit.py 2025-04-25T04:46:24.2131799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\fuzzer.py 2025-04-25T04:46:24.2135108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\sparse_fuzzer.py 2025-04-25T04:46:24.2143642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\timeit_template.cpp 2025-04-25T04:46:24.2147084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\timer.py 2025-04-25T04:46:24.2150640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\_stubs.py 2025-04-25T04:46:24.2153998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__init__.py 2025-04-25T04:46:24.2160627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\callgrind.h 2025-04-25T04:46:24.2164189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\compat_bindings.cpp 2025-04-25T04:46:24.2167740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\timer_callgrind_template.cpp 2025-04-25T04:46:24.2176706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\timer_interface.py 2025-04-25T04:46:24.2180208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\valgrind.h 2025-04-25T04:46:24.2185756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\__init__.py 2025-04-25T04:46:24.2192418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\__pycache__\timer_interface.cpython-39.pyc 2025-04-25T04:46:24.2196189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.2203697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\common.cpython-39.pyc 2025-04-25T04:46:24.2207133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\compare.cpython-39.pyc 2025-04-25T04:46:24.2210691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\compile.cpython-39.pyc 2025-04-25T04:46:24.2219067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\cpp_jit.cpython-39.pyc 2025-04-25T04:46:24.2222529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\fuzzer.cpython-39.pyc 2025-04-25T04:46:24.2226483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\sparse_fuzzer.cpython-39.pyc 2025-04-25T04:46:24.2230436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\timer.cpython-39.pyc 2025-04-25T04:46:24.2233891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\_stubs.cpython-39.pyc 2025-04-25T04:46:24.2237374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.2250120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.2258242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\bottleneck\__init__.py 2025-04-25T04:46:24.2260780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\bottleneck\__main__.py 2025-04-25T04:46:24.2267446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\bottleneck\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.2270844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\bottleneck\__pycache__\__main__.cpython-39.pyc 2025-04-25T04:46:24.2278382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\backward_compatibility.py 2025-04-25T04:46:24.2281649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\dataloader.py 2025-04-25T04:46:24.2285532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\dataset.py 2025-04-25T04:46:24.2289414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\distributed.py 2025-04-25T04:46:24.2297654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\graph.py 2025-04-25T04:46:24.2301136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\graph_settings.py 2025-04-25T04:46:24.2304662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\sampler.py 2025-04-25T04:46:24.2308180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__init__.py 2025-04-25T04:46:24.2315893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\datapipe.py 2025-04-25T04:46:24.2319356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\datapipe.pyi 2025-04-25T04:46:24.2323390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\gen_pyi.py 2025-04-25T04:46:24.2326931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\_decorator.py 2025-04-25T04:46:24.2330954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\_hook_iterator.py 2025-04-25T04:46:24.2338675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\_typing.py 2025-04-25T04:46:24.2343026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__init__.py 2025-04-25T04:46:24.2350023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\dataframes.py 2025-04-25T04:46:24.2353592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\dataframe_wrapper.py 2025-04-25T04:46:24.2356970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\datapipes.py 2025-04-25T04:46:24.2364357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\structures.py 2025-04-25T04:46:24.2367869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__init__.py 2025-04-25T04:46:24.2375294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\dataframes.cpython-39.pyc 2025-04-25T04:46:24.2379013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\dataframe_wrapper.cpython-39.pyc 2025-04-25T04:46:24.2382523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\datapipes.cpython-39.pyc 2025-04-25T04:46:24.2390656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\structures.cpython-39.pyc 2025-04-25T04:46:24.2394052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.2401597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\callable.py 2025-04-25T04:46:24.2404996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\combinatorics.py 2025-04-25T04:46:24.2408447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\combining.py 2025-04-25T04:46:24.2411953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\filelister.py 2025-04-25T04:46:24.2420886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\fileopener.py 2025-04-25T04:46:24.2424222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\grouping.py 2025-04-25T04:46:24.2427965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\routeddecoder.py 2025-04-25T04:46:24.2431491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\selecting.py 2025-04-25T04:46:24.2434915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\sharding.py 2025-04-25T04:46:24.2438194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\streamreader.py 2025-04-25T04:46:24.2441698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\utils.py 2025-04-25T04:46:24.2444960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__init__.py 2025-04-25T04:46:24.2452240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\callable.cpython-39.pyc 2025-04-25T04:46:24.2455691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\combinatorics.cpython-39.pyc 2025-04-25T04:46:24.2459056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\combining.cpython-39.pyc 2025-04-25T04:46:24.2467448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\filelister.cpython-39.pyc 2025-04-25T04:46:24.2470903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\fileopener.cpython-39.pyc 2025-04-25T04:46:24.2474628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\grouping.cpython-39.pyc 2025-04-25T04:46:24.2478347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\routeddecoder.cpython-39.pyc 2025-04-25T04:46:24.2481715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\selecting.cpython-39.pyc 2025-04-25T04:46:24.2485159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\sharding.cpython-39.pyc 2025-04-25T04:46:24.2489368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\streamreader.cpython-39.pyc 2025-04-25T04:46:24.2493277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:24.2496765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.2504648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\callable.py 2025-04-25T04:46:24.2507984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\combinatorics.py 2025-04-25T04:46:24.2511322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\combining.py 2025-04-25T04:46:24.2514623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\grouping.py 2025-04-25T04:46:24.2517874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\utils.py 2025-04-25T04:46:24.2525271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__init__.py 2025-04-25T04:46:24.2532296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\callable.cpython-39.pyc 2025-04-25T04:46:24.2535957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\combinatorics.cpython-39.pyc 2025-04-25T04:46:24.2539453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\combining.cpython-39.pyc 2025-04-25T04:46:24.2548395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\grouping.cpython-39.pyc 2025-04-25T04:46:24.2551934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:24.2555285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.2562614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\common.py 2025-04-25T04:46:24.2565957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\decoder.py 2025-04-25T04:46:24.2569492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\snapshot.py 2025-04-25T04:46:24.2573068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\__init__.py 2025-04-25T04:46:24.2579328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\__pycache__\common.cpython-39.pyc 2025-04-25T04:46:24.2582945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\__pycache__\decoder.cpython-39.pyc 2025-04-25T04:46:24.2586434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\__pycache__\snapshot.cpython-39.pyc 2025-04-25T04:46:24.2594366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.2602003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\datapipe.cpython-39.pyc 2025-04-25T04:46:24.2605792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\gen_pyi.cpython-39.pyc 2025-04-25T04:46:24.2609719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\_decorator.cpython-39.pyc 2025-04-25T04:46:24.2618916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\_hook_iterator.cpython-39.pyc 2025-04-25T04:46:24.2622397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\_typing.cpython-39.pyc 2025-04-25T04:46:24.2625841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.2634745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\collate.py 2025-04-25T04:46:24.2637863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\fetch.py 2025-04-25T04:46:24.2641683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\pin_memory.py 2025-04-25T04:46:24.2645720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\signal_handling.py 2025-04-25T04:46:24.2649152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\worker.py 2025-04-25T04:46:24.2657317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__init__.py 2025-04-25T04:46:24.2664455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\collate.cpython-39.pyc 2025-04-25T04:46:24.2668047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\fetch.cpython-39.pyc 2025-04-25T04:46:24.2671528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\pin_memory.cpython-39.pyc 2025-04-25T04:46:24.2681174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\signal_handling.cpython-39.pyc 2025-04-25T04:46:24.2684828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\worker.cpython-39.pyc 2025-04-25T04:46:24.2688375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.3743347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\backward_compatibility.cpython-39.pyc 2025-04-25T04:46:24.3747613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\dataloader.cpython-39.pyc 2025-04-25T04:46:24.3753529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\dataset.cpython-39.pyc 2025-04-25T04:46:24.3867627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\distributed.cpython-39.pyc 2025-04-25T04:46:24.3872490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\graph.cpython-39.pyc 2025-04-25T04:46:24.3876506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\graph_settings.cpython-39.pyc 2025-04-25T04:46:24.3880118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\sampler.cpython-39.pyc 2025-04-25T04:46:24.3884220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.3893280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\constants.py 2025-04-25T04:46:24.3896831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\cuda_to_hip_mappings.py 2025-04-25T04:46:24.3904112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\hipify_python.py 2025-04-25T04:46:24.3907911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\version.py 2025-04-25T04:46:24.4506390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__init__.py 2025-04-25T04:46:24.4514983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__pycache__\constants.cpython-39.pyc 2025-04-25T04:46:24.4519343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__pycache__\cuda_to_hip_mappings.cpython-39.pyc 2025-04-25T04:46:24.4524333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__pycache__\hipify_python.cpython-39.pyc 2025-04-25T04:46:24.4626537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__pycache__\version.cpython-39.pyc 2025-04-25T04:46:24.4631184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.4640695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\jit\log_extract.py 2025-04-25T04:46:24.4645521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\jit\__init__.py 2025-04-25T04:46:24.4652268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\jit\__pycache__\log_extract.cpython-39.pyc 2025-04-25T04:46:24.4655840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\jit\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.4664383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\code.js 2025-04-25T04:46:24.4668998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\htm.mjs 2025-04-25T04:46:24.4672960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\preact.mjs 2025-04-25T04:46:24.4677044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\skeleton.html 2025-04-25T04:46:24.4681353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\__init__.py 2025-04-25T04:46:24.4810409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\__main__.py 2025-04-25T04:46:24.4818034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.4821731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\__pycache__\__main__.cpython-39.pyc 2025-04-25T04:46:24.4829643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\serialization\config.py 2025-04-25T04:46:24.4833808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\serialization\__init__.py 2025-04-25T04:46:24.4841818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\serialization\__pycache__\config.cpython-39.pyc 2025-04-25T04:46:24.4846127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\serialization\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.4854315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\summary.py 2025-04-25T04:46:24.4857980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\writer.py 2025-04-25T04:46:24.4861658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_convert_np.py 2025-04-25T04:46:24.4865474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_embedding.py 2025-04-25T04:46:24.4987827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_onnx_graph.py 2025-04-25T04:46:24.4991232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_proto_graph.py 2025-04-25T04:46:24.4994677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_pytorch_graph.py 2025-04-25T04:46:24.4998525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_utils.py 2025-04-25T04:46:24.5002076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__init__.py 2025-04-25T04:46:24.5009613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\summary.cpython-39.pyc 2025-04-25T04:46:24.5013383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\writer.cpython-39.pyc 2025-04-25T04:46:24.5017281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_convert_np.cpython-39.pyc 2025-04-25T04:46:24.5158995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_embedding.cpython-39.pyc 2025-04-25T04:46:24.5162809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_onnx_graph.cpython-39.pyc 2025-04-25T04:46:24.5166962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_proto_graph.cpython-39.pyc 2025-04-25T04:46:24.5171289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_pytorch_graph.cpython-39.pyc 2025-04-25T04:46:24.5174946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_utils.cpython-39.pyc 2025-04-25T04:46:24.5179157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.5187887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\viz\_cycles.py 2025-04-25T04:46:24.5191552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\viz\__init__.py 2025-04-25T04:46:24.5199654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\viz\__pycache__\_cycles.cpython-39.pyc 2025-04-25T04:46:24.5204072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\viz\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.5213520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_strobelight\cli_function_profiler.py 2025-04-25T04:46:24.5218172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_strobelight\__init__.py 2025-04-25T04:46:24.5226433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_strobelight\__pycache__\cli_function_profiler.cpython-39.pyc 2025-04-25T04:46:24.5231123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_strobelight\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.5239318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\functions.py 2025-04-25T04:46:24.5243891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\interp.py 2025-04-25T04:46:24.5248115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\numbers.py 2025-04-25T04:46:24.5252224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\printers.py 2025-04-25T04:46:24.5255863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\reference.py 2025-04-25T04:46:24.5364073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\singleton_int.py 2025-04-25T04:46:24.5368791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\solve.py 2025-04-25T04:46:24.5373191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\symbol.py 2025-04-25T04:46:24.5377188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\value_ranges.py 2025-04-25T04:46:24.5381563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__init__.py 2025-04-25T04:46:24.5388880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\functions.cpython-39.pyc 2025-04-25T04:46:24.5392515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\interp.cpython-39.pyc 2025-04-25T04:46:24.5396587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\numbers.cpython-39.pyc 2025-04-25T04:46:24.5506624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\printers.cpython-39.pyc 2025-04-25T04:46:24.5510484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\reference.cpython-39.pyc 2025-04-25T04:46:24.5516282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\singleton_int.cpython-39.pyc 2025-04-25T04:46:24.5520334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\solve.cpython-39.pyc 2025-04-25T04:46:24.5524830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\symbol.cpython-39.pyc 2025-04-25T04:46:24.5529272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\value_ranges.cpython-39.pyc 2025-04-25T04:46:24.5533254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:24.5542866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\backend_registration.cpython-39.pyc 2025-04-25T04:46:24.5546803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\bundled_inputs.cpython-39.pyc 2025-04-25T04:46:24.5552017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\checkpoint.cpython-39.pyc 2025-04-25T04:46:24.5671996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\collect_env.cpython-39.pyc 2025-04-25T04:46:24.5676567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\cpp_backtrace.cpython-39.pyc 2025-04-25T04:46:24.5681369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\cpp_extension.cpython-39.pyc 2025-04-25T04:46:24.5686197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\deterministic.cpython-39.pyc 2025-04-25T04:46:24.5690334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\dlpack.cpython-39.pyc 2025-04-25T04:46:24.5693929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\file_baton.cpython-39.pyc 2025-04-25T04:46:24.5697746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\flop_counter.cpython-39.pyc 2025-04-25T04:46:24.5701291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\hooks.cpython-39.pyc 2025-04-25T04:46:24.5705512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\mkldnn.cpython-39.pyc 2025-04-25T04:46:24.5709813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\mobile_optimizer.cpython-39.pyc 2025-04-25T04:46:24.5714110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\model_zoo.cpython-39.pyc 2025-04-25T04:46:24.5718806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\module_tracker.cpython-39.pyc 2025-04-25T04:46:24.5723321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\show_pickle.cpython-39.pyc 2025-04-25T04:46:24.5728540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\throughput_benchmark.cpython-39.pyc 2025-04-25T04:46:25.0928170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\weak.cpython-39.pyc 2025-04-25T04:46:25.0931903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_appending_byte_serializer.cpython-39.pyc 2025-04-25T04:46:25.0935453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_backport_slots.cpython-39.pyc 2025-04-25T04:46:25.0939043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_config_module.cpython-39.pyc 2025-04-25T04:46:25.0942667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_content_store.cpython-39.pyc 2025-04-25T04:46:25.0945970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_contextlib.cpython-39.pyc 2025-04-25T04:46:25.0949532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_cpp_embed_headers.cpython-39.pyc 2025-04-25T04:46:25.6072733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_cpp_extension_versioner.cpython-39.pyc 2025-04-25T04:46:25.6076368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_cxx_pytree.cpython-39.pyc 2025-04-25T04:46:25.6080390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_device.cpython-39.pyc 2025-04-25T04:46:25.6084352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_exposed_in.cpython-39.pyc 2025-04-25T04:46:25.6088102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_filelock.cpython-39.pyc 2025-04-25T04:46:25.6091971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_foreach_utils.cpython-39.pyc 2025-04-25T04:46:25.6095483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_freeze.cpython-39.pyc 2025-04-25T04:46:25.6099145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_functools.cpython-39.pyc 2025-04-25T04:46:25.6103853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_get_clean_triton.cpython-39.pyc 2025-04-25T04:46:26.1182711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_import_utils.cpython-39.pyc 2025-04-25T04:46:26.1186445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_mode_utils.cpython-39.pyc 2025-04-25T04:46:26.1190345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_ordered_set.cpython-39.pyc 2025-04-25T04:46:26.1193994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_python_dispatch.cpython-39.pyc 2025-04-25T04:46:26.1198363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_pytree.cpython-39.pyc 2025-04-25T04:46:26.1202294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_stats.cpython-39.pyc 2025-04-25T04:46:26.1206293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_thunk.cpython-39.pyc 2025-04-25T04:46:26.1211189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_traceback.cpython-39.pyc 2025-04-25T04:46:26.7500563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_triton.cpython-39.pyc 2025-04-25T04:46:26.7503842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_typing_utils.cpython-39.pyc 2025-04-25T04:46:26.7507368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_zip.cpython-39.pyc 2025-04-25T04:46:26.7511001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:26.7521342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\memory.py 2025-04-25T04:46:26.7524853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\random.py 2025-04-25T04:46:26.7528025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\streams.py 2025-04-25T04:46:26.7531251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\_gpu_trace.py 2025-04-25T04:46:26.7534577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\_utils.py 2025-04-25T04:46:26.7537788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__init__.py 2025-04-25T04:46:26.7549904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\memory.cpython-39.pyc 2025-04-25T04:46:26.7553389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\random.cpython-39.pyc 2025-04-25T04:46:26.7556650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\streams.cpython-39.pyc 2025-04-25T04:46:26.7566601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\_gpu_trace.cpython-39.pyc 2025-04-25T04:46:26.7570327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\_utils.cpython-39.pyc 2025-04-25T04:46:26.7573761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:26.7581044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_awaits\__init__.py 2025-04-25T04:46:26.7587723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_awaits\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:26.7595376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_aoti.pyi 2025-04-25T04:46:26.7598821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_autograd.pyi 2025-04-25T04:46:26.7602090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_cpu.pyi 2025-04-25T04:46:26.7605375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_cudnn.pyi 2025-04-25T04:46:26.7608693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_cusparselt.pyi 2025-04-25T04:46:26.7617057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_distributed_autograd.pyi 2025-04-25T04:46:26.7620520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_distributed_c10d.pyi 2025-04-25T04:46:26.7624024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_distributed_rpc.pyi 2025-04-25T04:46:26.7627512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_distributed_rpc_testing.pyi 2025-04-25T04:46:26.7631069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_export.pyi 2025-04-25T04:46:26.7634436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_functions.pyi 2025-04-25T04:46:26.7637890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_functorch.pyi 2025-04-25T04:46:26.7641406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_instruction_counter.pyi 2025-04-25T04:46:26.7644766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_itt.pyi 2025-04-25T04:46:26.7647876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_lazy.pyi 2025-04-25T04:46:26.7651250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_lazy_ts_backend.pyi 2025-04-25T04:46:26.7654625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_monitor.pyi 2025-04-25T04:46:26.7658230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_nn.pyi 2025-04-25T04:46:26.7661389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_nvtx.pyi 2025-04-25T04:46:26.7664687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_onnx.pyi 2025-04-25T04:46:26.7668217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_profiler.pyi 2025-04-25T04:46:26.7671598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_VariableFunctions.pyi 2025-04-25T04:46:26.7682179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_verbose.pyi 2025-04-25T04:46:26.7685616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\__init__.pyi 2025-04-25T04:46:26.7701898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_dynamo\compiled_autograd.pyi 2025-04-25T04:46:26.7705343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_dynamo\eval_frame.pyi 2025-04-25T04:46:26.7708850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_dynamo\guards.pyi 2025-04-25T04:46:26.7712122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_dynamo\__init__.pyi 2025-04-25T04:46:26.7720300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\autograd.py 2025-04-25T04:46:26.7724351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\impl.py 2025-04-25T04:46:26.7727545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\__init__.py 2025-04-25T04:46:26.7733759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\__pycache__\autograd.cpython-39.pyc 2025-04-25T04:46:26.7737478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\__pycache__\impl.cpython-39.pyc 2025-04-25T04:46:26.7741268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:26.7753350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C_flatbuffer\__init__.pyi 2025-04-25T04:46:26.7760204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\decompositions.py 2025-04-25T04:46:26.7764713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\decompositions_for_jvp.py 2025-04-25T04:46:26.7768162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\decompositions_for_rng.py 2025-04-25T04:46:26.7776628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\__init__.py 2025-04-25T04:46:26.7783732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\__pycache__\decompositions.cpython-39.pyc 2025-04-25T04:46:26.7788003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\__pycache__\decompositions_for_jvp.cpython-39.pyc 2025-04-25T04:46:26.7791387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\__pycache__\decompositions_for_rng.cpython-39.pyc 2025-04-25T04:46:26.7799637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:26.7807146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dispatch\python.py 2025-04-25T04:46:26.7810634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dispatch\__init__.py 2025-04-25T04:46:26.7816915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dispatch\__pycache__\python.cpython-39.pyc 2025-04-25T04:46:26.7820312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dispatch\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:26.7828526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\bytecode_analysis.py 2025-04-25T04:46:26.7831950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\bytecode_transformation.py 2025-04-25T04:46:26.7835577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\cache_size.py 2025-04-25T04:46:26.7844650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\callback.py 2025-04-25T04:46:26.7848346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\codegen.py 2025-04-25T04:46:26.7852366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\code_context.py 2025-04-25T04:46:26.7856175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\compiled_autograd.py 2025-04-25T04:46:26.7860071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\comptime.py 2025-04-25T04:46:26.7863600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\config.py 2025-04-25T04:46:26.7866975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\convert_frame.py 2025-04-25T04:46:26.7870686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\create_parameter_op.py 2025-04-25T04:46:26.7874309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\current_scope_id.py 2025-04-25T04:46:26.7877858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\debug_utils.py 2025-04-25T04:46:26.7881499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\decorators.py 2025-04-25T04:46:26.7885155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\device_interface.py 2025-04-25T04:46:26.7888611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\distributed.py 2025-04-25T04:46:26.7892041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\eval_frame.py 2025-04-25T04:46:26.7895743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\exc.py 2025-04-25T04:46:26.7899063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\external_utils.py 2025-04-25T04:46:26.7903268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\funcname_cache.py 2025-04-25T04:46:26.7907080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\graph_break_hints.py 2025-04-25T04:46:26.7918605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\graph_deduplication.py 2025-04-25T04:46:26.7922099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\graph_region_tracker.py 2025-04-25T04:46:26.7925605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\graph_utils.py 2025-04-25T04:46:26.7929158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\guards.py 2025-04-25T04:46:26.7933070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\hooks.py 2025-04-25T04:46:26.7936364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\logging.py 2025-04-25T04:46:26.7939759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\metrics_context.py 2025-04-25T04:46:26.7943067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\mutation_guard.py 2025-04-25T04:46:26.7946333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\output_graph.py 2025-04-25T04:46:26.7950551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\pgo.py 2025-04-25T04:46:26.7954358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\profiler.py 2025-04-25T04:46:26.7968517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\replay_record.py 2025-04-25T04:46:26.7969289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\resume_execution.py 2025-04-25T04:46:26.7969822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\side_effects.py 2025-04-25T04:46:26.7973302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\source.py 2025-04-25T04:46:26.7996649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\symbolic_convert.py 2025-04-25T04:46:26.8001101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\tensor_version_op.py 2025-04-25T04:46:26.8004498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\testing.py 2025-04-25T04:46:26.8007868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\test_case.py 2025-04-25T04:46:26.8011508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\test_minifier_common.py 2025-04-25T04:46:26.8014848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\trace_rules.py 2025-04-25T04:46:26.8018842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\types.py 2025-04-25T04:46:26.8022037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\utils.py 2025-04-25T04:46:26.8030694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\_trace_wrapped_higher_order_op.py 2025-04-25T04:46:26.8034019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__init__.py 2025-04-25T04:46:26.8041211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\common.py 2025-04-25T04:46:26.8044585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\cudagraphs.py 2025-04-25T04:46:26.8048055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\debugging.py 2025-04-25T04:46:26.8051455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\distributed.py 2025-04-25T04:46:26.8059644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\inductor.py 2025-04-25T04:46:26.8062854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\onnxrt.py 2025-04-25T04:46:26.8065990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\registry.py 2025-04-25T04:46:26.8069036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\tensorrt.py 2025-04-25T04:46:26.8072234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\torchxla.py 2025-04-25T04:46:26.8075546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\tvm.py 2025-04-25T04:46:26.8078665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__init__.py 2025-04-25T04:46:26.8085095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\common.cpython-39.pyc 2025-04-25T04:46:26.8088565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\cudagraphs.cpython-39.pyc 2025-04-25T04:46:26.8091905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\debugging.cpython-39.pyc 2025-04-25T04:46:26.8100046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\distributed.cpython-39.pyc 2025-04-25T04:46:26.8103398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\inductor.cpython-39.pyc 2025-04-25T04:46:26.8106881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\onnxrt.cpython-39.pyc 2025-04-25T04:46:26.8110382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\registry.cpython-39.pyc 2025-04-25T04:46:26.8113861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\tensorrt.cpython-39.pyc 2025-04-25T04:46:26.8117337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\torchxla.cpython-39.pyc 2025-04-25T04:46:26.8120875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\tvm.cpython-39.pyc 2025-04-25T04:46:26.8124269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:26.8132824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\builtins.py 2025-04-25T04:46:26.8136223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\functools.py 2025-04-25T04:46:26.8139627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\fx.py 2025-04-25T04:46:26.8142902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\itertools.py 2025-04-25T04:46:26.8150593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\loader.py 2025-04-25T04:46:26.8153999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\operator.py 2025-04-25T04:46:26.8157329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\os.py 2025-04-25T04:46:26.8161286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\pytree.py 2025-04-25T04:46:26.8164649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\sys.py 2025-04-25T04:46:26.8168000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\tensor.py 2025-04-25T04:46:26.8171429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__init__.py 2025-04-25T04:46:26.8178435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\builtins.cpython-39.pyc 2025-04-25T04:46:26.8181956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\functools.cpython-39.pyc 2025-04-25T04:46:26.8185535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\fx.cpython-39.pyc 2025-04-25T04:46:26.8193792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\itertools.cpython-39.pyc 2025-04-25T04:46:26.8197108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\loader.cpython-39.pyc 2025-04-25T04:46:26.8201045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\operator.cpython-39.pyc 2025-04-25T04:46:26.8204454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\os.cpython-39.pyc 2025-04-25T04:46:26.8208435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\pytree.cpython-39.pyc 2025-04-25T04:46:26.8212008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\sys.cpython-39.pyc 2025-04-25T04:46:26.8215814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\tensor.cpython-39.pyc 2025-04-25T04:46:26.8219345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:26.8227039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\after_aot.py 2025-04-25T04:46:26.8230501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\after_dynamo.py 2025-04-25T04:46:26.8233788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\aoti.py 2025-04-25T04:46:26.8237094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\__init__.py 2025-04-25T04:46:26.8248768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\__pycache__\after_aot.cpython-39.pyc 2025-04-25T04:46:26.8252613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\__pycache__\after_dynamo.cpython-39.pyc 2025-04-25T04:46:26.8255926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\__pycache__\aoti.cpython-39.pyc 2025-04-25T04:46:26.8263339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:26.8271377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\base.py 2025-04-25T04:46:26.8274679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\builder.py 2025-04-25T04:46:26.8278791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\builtin.py 2025-04-25T04:46:26.8282542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\constant.py 2025-04-25T04:46:26.8285818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\ctx_manager.py 2025-04-25T04:46:26.8293777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\dicts.py 2025-04-25T04:46:26.8297290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\distributed.py 2025-04-25T04:46:26.8300595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\functions.py 2025-04-25T04:46:26.8304169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\higher_order_ops.py 2025-04-25T04:46:26.8308395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\iter.py 2025-04-25T04:46:26.8311372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\lazy.py 2025-04-25T04:46:26.8314718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\lists.py 2025-04-25T04:46:26.8318057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\misc.py 2025-04-25T04:46:26.8321631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\nn_module.py 2025-04-25T04:46:26.8325292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\optimizer.py 2025-04-25T04:46:26.8329014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\script_object.py 2025-04-25T04:46:26.8332477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\sdpa.py 2025-04-25T04:46:26.8335770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\tensor.py 2025-04-25T04:46:26.8339507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\torch.py 2025-04-25T04:46:26.8342791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\torch_function.py 2025-04-25T04:46:26.8346657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\user_defined.py 2025-04-25T04:46:26.8350722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__init__.py 2025-04-25T04:46:26.8359042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\base.cpython-39.pyc 2025-04-25T04:46:26.8363293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\builder.cpython-39.pyc 2025-04-25T04:46:26.8367003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\builtin.cpython-39.pyc 2025-04-25T04:46:26.8374999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\constant.cpython-39.pyc 2025-04-25T04:46:26.8378497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\ctx_manager.cpython-39.pyc 2025-04-25T04:46:26.8382149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\dicts.cpython-39.pyc 2025-04-25T04:46:26.8385746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\distributed.cpython-39.pyc 2025-04-25T04:46:26.8389250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\functions.cpython-39.pyc 2025-04-25T04:46:26.8393090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\higher_order_ops.cpython-39.pyc 2025-04-25T04:46:26.8397020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\iter.cpython-39.pyc 2025-04-25T04:46:26.8400728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\lazy.cpython-39.pyc 2025-04-25T04:46:26.8404946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\lists.cpython-39.pyc 2025-04-25T04:46:26.8408693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\misc.cpython-39.pyc 2025-04-25T04:46:26.8412748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\nn_module.cpython-39.pyc 2025-04-25T04:46:26.8416556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\optimizer.cpython-39.pyc 2025-04-25T04:46:26.8420067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\script_object.cpython-39.pyc 2025-04-25T04:46:26.8423782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\sdpa.cpython-39.pyc 2025-04-25T04:46:26.8431924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\tensor.cpython-39.pyc 2025-04-25T04:46:26.8435663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\torch.cpython-39.pyc 2025-04-25T04:46:26.8438976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\torch_function.cpython-39.pyc 2025-04-25T04:46:26.8442380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\user_defined.cpython-39.pyc 2025-04-25T04:46:26.8445998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:26.8455069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\bytecode_analysis.cpython-39.pyc 2025-04-25T04:46:26.8458556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\bytecode_transformation.cpython-39.pyc 2025-04-25T04:46:26.8462215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\cache_size.cpython-39.pyc 2025-04-25T04:46:26.8470620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\callback.cpython-39.pyc 2025-04-25T04:46:26.8474015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\codegen.cpython-39.pyc 2025-04-25T04:46:26.8477652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\code_context.cpython-39.pyc 2025-04-25T04:46:26.8481146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\compiled_autograd.cpython-39.pyc 2025-04-25T04:46:26.8484998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\comptime.cpython-39.pyc 2025-04-25T04:46:26.8488474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\config.cpython-39.pyc 2025-04-25T04:46:26.8491892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\convert_frame.cpython-39.pyc 2025-04-25T04:46:26.8495515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\create_parameter_op.cpython-39.pyc 2025-04-25T04:46:26.8499114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\current_scope_id.cpython-39.pyc 2025-04-25T04:46:26.8502554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\debug_utils.cpython-39.pyc 2025-04-25T04:46:26.8506556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\decorators.cpython-39.pyc 2025-04-25T04:46:26.8510248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\device_interface.cpython-39.pyc 2025-04-25T04:46:26.8513692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\distributed.cpython-39.pyc 2025-04-25T04:46:26.8521835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\eval_frame.cpython-39.pyc 2025-04-25T04:46:26.8525574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\exc.cpython-39.pyc 2025-04-25T04:46:26.8529189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\external_utils.cpython-39.pyc 2025-04-25T04:46:26.8532584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\funcname_cache.cpython-39.pyc 2025-04-25T04:46:26.8536526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\graph_break_hints.cpython-39.pyc 2025-04-25T04:46:26.8540293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\graph_deduplication.cpython-39.pyc 2025-04-25T04:46:26.8543725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\graph_region_tracker.cpython-39.pyc 2025-04-25T04:46:26.8547094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\graph_utils.cpython-39.pyc 2025-04-25T04:46:26.8556128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\guards.cpython-39.pyc 2025-04-25T04:46:26.8559829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\hooks.cpython-39.pyc 2025-04-25T04:46:26.8563554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\logging.cpython-39.pyc 2025-04-25T04:46:26.8567052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\metrics_context.cpython-39.pyc 2025-04-25T04:46:26.8570749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\mutation_guard.cpython-39.pyc 2025-04-25T04:46:26.8574116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\output_graph.cpython-39.pyc 2025-04-25T04:46:26.8577720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\pgo.cpython-39.pyc 2025-04-25T04:46:26.8581196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\profiler.cpython-39.pyc 2025-04-25T04:46:26.8584573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\replay_record.cpython-39.pyc 2025-04-25T04:46:26.8592256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\resume_execution.cpython-39.pyc 2025-04-25T04:46:26.8595669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\side_effects.cpython-39.pyc 2025-04-25T04:46:26.8599310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\source.cpython-39.pyc 2025-04-25T04:46:26.8603145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\symbolic_convert.cpython-39.pyc 2025-04-25T04:46:26.8607017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\tensor_version_op.cpython-39.pyc 2025-04-25T04:46:26.8610649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\testing.cpython-39.pyc 2025-04-25T04:46:26.8614133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\test_case.cpython-39.pyc 2025-04-25T04:46:26.8617678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\test_minifier_common.cpython-39.pyc 2025-04-25T04:46:26.8630064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\trace_rules.cpython-39.pyc 2025-04-25T04:46:26.8634370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\types.cpython-39.pyc 2025-04-25T04:46:26.8637728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:26.8641861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\_trace_wrapped_higher_order_op.cpython-39.pyc 2025-04-25T04:46:26.8645273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:26.8654796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\converter.py 2025-04-25T04:46:26.8658361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\error.py 2025-04-25T04:46:26.8662000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\non_strict_utils.py 2025-04-25T04:46:26.8665487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_base.py 2025-04-25T04:46:26.8673788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\tools.py 2025-04-25T04:46:26.8677009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\utils.py 2025-04-25T04:46:26.8680516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\verifier.py 2025-04-25T04:46:26.8683778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\wrappers.py 2025-04-25T04:46:26.8686936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__init__.py 2025-04-25T04:46:26.8693933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\case.py 2025-04-25T04:46:26.8697326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\gen_example.py 2025-04-25T04:46:26.8700612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\logging.py 2025-04-25T04:46:26.8703939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\__init__.py 2025-04-25T04:46:26.8711264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\assume_constant_result.py 2025-04-25T04:46:26.8714667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\autograd_function.py 2025-04-25T04:46:26.8718001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\class_method.py 2025-04-25T04:46:26.8725291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_branch_class_method.py 2025-04-25T04:46:26.8728984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_branch_nested_function.py 2025-04-25T04:46:26.8732692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_branch_nonlocal_variables.py 2025-04-25T04:46:26.8736177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_closed_over_variable.py 2025-04-25T04:46:26.8739519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_operands.py 2025-04-25T04:46:26.8742864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_predicate.py 2025-04-25T04:46:26.8746801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\constrain_as_size_example.py 2025-04-25T04:46:26.8750240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\constrain_as_value_example.py 2025-04-25T04:46:26.8753684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\decorator.py 2025-04-25T04:46:26.8757108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dictionary.py 2025-04-25T04:46:26.8760629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_assert.py 2025-04-25T04:46:26.8764154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_constructor.py 2025-04-25T04:46:26.8767798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_if_guard.py 2025-04-25T04:46:26.8771493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_map.py 2025-04-25T04:46:26.8774983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_round.py 2025-04-25T04:46:26.8782476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_slicing.py 2025-04-25T04:46:26.8785986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_view.py 2025-04-25T04:46:26.8789652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\fn_with_kwargs.py 2025-04-25T04:46:26.8793220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\list_contains.py 2025-04-25T04:46:26.8796521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\list_unpack.py 2025-04-25T04:46:26.8799995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\model_attr_mutation.py 2025-04-25T04:46:26.8803413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\nested_function.py 2025-04-25T04:46:26.8807081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\null_context_manager.py 2025-04-25T04:46:26.8814241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\optional_input.py 2025-04-25T04:46:26.8817709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\pytree_flatten.py 2025-04-25T04:46:26.8821590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\scalar_output.py 2025-04-25T04:46:26.8825208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\specialized_attribute.py 2025-04-25T04:46:26.8828635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\static_for_loop.py 2025-04-25T04:46:26.8832040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\static_if.py 2025-04-25T04:46:26.8836142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\tensor_setattr.py 2025-04-25T04:46:26.8839542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\type_reflection_method.py 2025-04-25T04:46:26.8842969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\unsupported_operator.py 2025-04-25T04:46:26.8850667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\user_input_mutation.py 2025-04-25T04:46:26.8853865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__init__.py 2025-04-25T04:46:26.8863532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\assume_constant_result.cpython-39.pyc 2025-04-25T04:46:26.8867163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\autograd_function.cpython-39.pyc 2025-04-25T04:46:26.8871295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\class_method.cpython-39.pyc 2025-04-25T04:46:26.8879269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_branch_class_method.cpython-39.pyc 2025-04-25T04:46:26.8882712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_branch_nested_function.cpython-39.pyc 2025-04-25T04:46:26.8886464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_branch_nonlocal_variables.cpython-39.pyc 2025-04-25T04:46:26.8890130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_closed_over_variable.cpython-39.pyc 2025-04-25T04:46:26.8893976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_operands.cpython-39.pyc 2025-04-25T04:46:26.8897402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_predicate.cpython-39.pyc 2025-04-25T04:46:26.8901028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\constrain_as_size_example.cpython-39.pyc 2025-04-25T04:46:26.8904543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\constrain_as_value_example.cpython-39.pyc 2025-04-25T04:46:26.8908206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\decorator.cpython-39.pyc 2025-04-25T04:46:26.8911677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dictionary.cpython-39.pyc 2025-04-25T04:46:26.8915375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_assert.cpython-39.pyc 2025-04-25T04:46:26.8918946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_constructor.cpython-39.pyc 2025-04-25T04:46:26.8922486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_if_guard.cpython-39.pyc 2025-04-25T04:46:26.8930764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_map.cpython-39.pyc 2025-04-25T04:46:26.8934519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_round.cpython-39.pyc 2025-04-25T04:46:26.8938216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_slicing.cpython-39.pyc 2025-04-25T04:46:26.8941652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_view.cpython-39.pyc 2025-04-25T04:46:26.8945546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\fn_with_kwargs.cpython-39.pyc 2025-04-25T04:46:26.8949032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\list_contains.cpython-39.pyc 2025-04-25T04:46:26.8952343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\list_unpack.cpython-39.pyc 2025-04-25T04:46:26.8960350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\model_attr_mutation.cpython-39.pyc 2025-04-25T04:46:26.8964649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\nested_function.cpython-39.pyc 2025-04-25T04:46:26.8968446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\null_context_manager.cpython-39.pyc 2025-04-25T04:46:26.8971941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\optional_input.cpython-39.pyc 2025-04-25T04:46:26.8975391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\pytree_flatten.cpython-39.pyc 2025-04-25T04:46:26.8978886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\scalar_output.cpython-39.pyc 2025-04-25T04:46:26.8982522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\specialized_attribute.cpython-39.pyc 2025-04-25T04:46:26.8986075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\static_for_loop.cpython-39.pyc 2025-04-25T04:46:26.9003532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\static_if.cpython-39.pyc 2025-04-25T04:46:26.9006999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\tensor_setattr.cpython-39.pyc 2025-04-25T04:46:26.9010724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\type_reflection_method.cpython-39.pyc 2025-04-25T04:46:26.9014480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\unsupported_operator.cpython-39.pyc 2025-04-25T04:46:26.9018104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\user_input_mutation.cpython-39.pyc 2025-04-25T04:46:26.9021788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:26.9035263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\__pycache__\case.cpython-39.pyc 2025-04-25T04:46:26.9038812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\__pycache__\gen_example.cpython-39.pyc 2025-04-25T04:46:26.9042225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\__pycache__\logging.cpython-39.pyc 2025-04-25T04:46:26.9066879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:26.9074457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\add_runtime_assertions_for_constraints_pass.py 2025-04-25T04:46:26.9077961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\collect_tracepoints_pass.py 2025-04-25T04:46:26.9081710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\constant_folding.py 2025-04-25T04:46:26.9089515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\functionalize_side_effectful_ops_pass.py 2025-04-25T04:46:26.9092897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\insert_custom_op_guards.py 2025-04-25T04:46:26.9096274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\lift_constants_pass.py 2025-04-25T04:46:26.9099655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\remove_runtime_assertions.py 2025-04-25T04:46:26.9103136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\replace_autocast_with_hop_pass.py 2025-04-25T04:46:26.9107426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\replace_quantized_ops_with_standard_ops_pass.py 2025-04-25T04:46:26.9111654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\replace_set_grad_with_hop_pass.py 2025-04-25T04:46:26.9115227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\replace_view_ops_with_view_copy_ops_pass.py 2025-04-25T04:46:26.9118674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\replace_with_hop_pass_util.py 2025-04-25T04:46:26.9122046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\_node_metadata_hook.py 2025-04-25T04:46:26.9125393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__init__.py 2025-04-25T04:46:26.9133521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\add_runtime_assertions_for_constraints_pass.cpython-39.pyc 2025-04-25T04:46:26.9137032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\collect_tracepoints_pass.cpython-39.pyc 2025-04-25T04:46:26.9144760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\constant_folding.cpython-39.pyc 2025-04-25T04:46:26.9148230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\functionalize_side_effectful_ops_pass.cpython-39.pyc 2025-04-25T04:46:26.9151805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\insert_custom_op_guards.cpython-39.pyc 2025-04-25T04:46:26.9155414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\lift_constants_pass.cpython-39.pyc 2025-04-25T04:46:26.9158864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\remove_runtime_assertions.cpython-39.pyc 2025-04-25T04:46:26.9162332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\replace_autocast_with_hop_pass.cpython-39.pyc 2025-04-25T04:46:26.9165927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\replace_quantized_ops_with_standard_ops_pass.cpython-39.pyc 2025-04-25T04:46:26.9169451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\replace_set_grad_with_hop_pass.cpython-39.pyc 2025-04-25T04:46:26.9173137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\replace_view_ops_with_view_copy_ops_pass.cpython-39.pyc 2025-04-25T04:46:26.9176699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\replace_with_hop_pass_util.cpython-39.pyc 2025-04-25T04:46:26.9180226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\_node_metadata_hook.cpython-39.pyc 2025-04-25T04:46:26.9183909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:26.9191691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\node_metadata.py 2025-04-25T04:46:26.9195004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\proxy_value.py 2025-04-25T04:46:26.9198419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\__init__.py 2025-04-25T04:46:26.9210000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\__pycache__\node_metadata.cpython-39.pyc 2025-04-25T04:46:26.9213267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\__pycache__\proxy_value.cpython-39.pyc 2025-04-25T04:46:26.9216735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:26.9241228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\aoti_schema.py 2025-04-25T04:46:26.9244642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\dynamic_shapes.py 2025-04-25T04:46:26.9248070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\export_schema.thrift 2025-04-25T04:46:26.9251586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\schema.py 2025-04-25T04:46:26.9260093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\schema.yaml 2025-04-25T04:46:26.9263732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\schema_check.py 2025-04-25T04:46:26.9267278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\serialize.py 2025-04-25T04:46:26.9271365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\union.py 2025-04-25T04:46:26.9275024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__init__.py 2025-04-25T04:46:26.9281437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\aoti_schema.cpython-39.pyc 2025-04-25T04:46:26.9285035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\dynamic_shapes.cpython-39.pyc 2025-04-25T04:46:26.9288656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\schema.cpython-39.pyc 2025-04-25T04:46:26.9296646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\schema_check.cpython-39.pyc 2025-04-25T04:46:26.9300220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\serialize.cpython-39.pyc 2025-04-25T04:46:26.9304458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\union.cpython-39.pyc 2025-04-25T04:46:26.9308071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:26.9316012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\converter.cpython-39.pyc 2025-04-25T04:46:26.9320093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\error.cpython-39.pyc 2025-04-25T04:46:26.9323364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\non_strict_utils.cpython-39.pyc 2025-04-25T04:46:26.9331018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\pass_base.cpython-39.pyc 2025-04-25T04:46:26.9334380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\tools.cpython-39.pyc 2025-04-25T04:46:26.9338065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:26.9341759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\verifier.cpython-39.pyc 2025-04-25T04:46:26.9345715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\wrappers.cpython-39.pyc 2025-04-25T04:46:26.9350690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:26.9358997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\aot_autograd.py 2025-04-25T04:46:26.9362862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\apis.py 2025-04-25T04:46:26.9366287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\autograd_function.py 2025-04-25T04:46:26.9369880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\batch_norm_replacement.py 2025-04-25T04:46:26.9377937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\benchmark_utils.py 2025-04-25T04:46:26.9381503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\compilers.py 2025-04-25T04:46:26.9384962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\compile_utils.py 2025-04-25T04:46:26.9389608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\config.py 2025-04-25T04:46:26.9392948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\deprecated.py 2025-04-25T04:46:26.9396329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\eager_transforms.py 2025-04-25T04:46:26.9400115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\functional_call.py 2025-04-25T04:46:26.9403465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\fx_minifier.py 2025-04-25T04:46:26.9406856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\make_functional.py 2025-04-25T04:46:26.9410265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\partitioners.py 2025-04-25T04:46:26.9414104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\pyfunctorch.py 2025-04-25T04:46:26.9417445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\python_key.py 2025-04-25T04:46:26.9421356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\pytree_hacks.py 2025-04-25T04:46:26.9424815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\top_operators_github_usage.py 2025-04-25T04:46:26.9428141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\utils.py 2025-04-25T04:46:26.9431546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\vmap.py 2025-04-25T04:46:26.9435560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__init__.py 2025-04-25T04:46:26.9448154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\ac_logging_utils.py 2025-04-25T04:46:26.9451592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\graph_info_provider.py 2025-04-25T04:46:26.9455162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\knapsack.py 2025-04-25T04:46:26.9462672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\knapsack_evaluator.py 2025-04-25T04:46:26.9466111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\__init__.py 2025-04-25T04:46:26.9473214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\__pycache__\ac_logging_utils.cpython-39.pyc 2025-04-25T04:46:26.9476742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\__pycache__\graph_info_provider.cpython-39.pyc 2025-04-25T04:46:26.9480182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\__pycache__\knapsack.cpython-39.pyc 2025-04-25T04:46:26.9490740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\__pycache__\knapsack_evaluator.cpython-39.pyc 2025-04-25T04:46:26.9494442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:26.9502145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\autograd_cache.py 2025-04-25T04:46:26.9505712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\collect_metadata_analysis.py 2025-04-25T04:46:26.9509254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\dispatch_and_compile_graph.py 2025-04-25T04:46:26.9516598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\functional_utils.py 2025-04-25T04:46:26.9520118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\input_output_analysis.py 2025-04-25T04:46:26.9523730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\jit_compile_runtime_wrappers.py 2025-04-25T04:46:26.9527224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\logging_utils.py 2025-04-25T04:46:26.9530664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\runtime_wrappers.py 2025-04-25T04:46:26.9534397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\schemas.py 2025-04-25T04:46:26.9537873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\subclass_parametrization.py 2025-04-25T04:46:26.9541573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\subclass_utils.py 2025-04-25T04:46:26.9544805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\traced_function_transforms.py 2025-04-25T04:46:26.9548296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\utils.py 2025-04-25T04:46:26.9551741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__init__.py 2025-04-25T04:46:26.9558973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\autograd_cache.cpython-39.pyc 2025-04-25T04:46:26.9562636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\collect_metadata_analysis.cpython-39.pyc 2025-04-25T04:46:26.9566116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\dispatch_and_compile_graph.cpython-39.pyc 2025-04-25T04:46:26.9574385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\functional_utils.cpython-39.pyc 2025-04-25T04:46:26.9577847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\input_output_analysis.cpython-39.pyc 2025-04-25T04:46:26.9581489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\jit_compile_runtime_wrappers.cpython-39.pyc 2025-04-25T04:46:26.9585591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\logging_utils.cpython-39.pyc 2025-04-25T04:46:26.9589464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\runtime_wrappers.cpython-39.pyc 2025-04-25T04:46:26.9593217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\schemas.cpython-39.pyc 2025-04-25T04:46:26.9596794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\subclass_parametrization.cpython-39.pyc 2025-04-25T04:46:26.9600937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\subclass_utils.cpython-39.pyc 2025-04-25T04:46:26.9604742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\traced_function_transforms.cpython-39.pyc 2025-04-25T04:46:26.9608164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:26.9611630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:26.9619791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\aot_autograd.cpython-39.pyc 2025-04-25T04:46:26.9623267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\apis.cpython-39.pyc 2025-04-25T04:46:26.9627227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\autograd_function.cpython-39.pyc 2025-04-25T04:46:26.9636347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\batch_norm_replacement.cpython-39.pyc 2025-04-25T04:46:26.9639736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\benchmark_utils.cpython-39.pyc 2025-04-25T04:46:26.9643263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\compilers.cpython-39.pyc 2025-04-25T04:46:26.9646785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\compile_utils.cpython-39.pyc 2025-04-25T04:46:26.9650302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\config.cpython-39.pyc 2025-04-25T04:46:26.9653863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\deprecated.cpython-39.pyc 2025-04-25T04:46:26.9657239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\eager_transforms.cpython-39.pyc 2025-04-25T04:46:26.9660990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\functional_call.cpython-39.pyc 2025-04-25T04:46:26.9664416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\fx_minifier.cpython-39.pyc 2025-04-25T04:46:26.9667886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\make_functional.cpython-39.pyc 2025-04-25T04:46:26.9671285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\partitioners.cpython-39.pyc 2025-04-25T04:46:26.9674838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\pyfunctorch.cpython-39.pyc 2025-04-25T04:46:26.9678244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\python_key.cpython-39.pyc 2025-04-25T04:46:26.9685798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\pytree_hacks.cpython-39.pyc 2025-04-25T04:46:26.9689567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\top_operators_github_usage.cpython-39.pyc 2025-04-25T04:46:26.9692965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:26.9696395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\vmap.cpython-39.pyc 2025-04-25T04:46:26.9700618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:26.9709594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\aoti_call_delegate.py 2025-04-25T04:46:26.9712950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\associative_scan.py 2025-04-25T04:46:26.9716681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\auto_functionalize.py 2025-04-25T04:46:26.9725757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\base_hop.py 2025-04-25T04:46:26.9729148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\cond.py 2025-04-25T04:46:26.9732585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\effects.py 2025-04-25T04:46:26.9735929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\executorch_call_delegate.py 2025-04-25T04:46:26.9739319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\flat_apply.py 2025-04-25T04:46:26.9742839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\flex_attention.py 2025-04-25T04:46:26.9746358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\foreach_map.py 2025-04-25T04:46:26.9750015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\hints_wrap.py 2025-04-25T04:46:26.9753549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\invoke_subgraph.py 2025-04-25T04:46:26.9756931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\map.py 2025-04-25T04:46:26.9760260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\out_dtype.py 2025-04-25T04:46:26.9763611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\run_const_graph.py 2025-04-25T04:46:26.9767093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\scan.py 2025-04-25T04:46:26.9770889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\schema.py 2025-04-25T04:46:26.9774378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\strict_mode.py 2025-04-25T04:46:26.9778101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\torchbind.py 2025-04-25T04:46:26.9782152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\triton_kernel_wrap.py 2025-04-25T04:46:26.9786111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\utils.py 2025-04-25T04:46:26.9789810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\while_loop.py 2025-04-25T04:46:26.9798085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\wrap.py 2025-04-25T04:46:26.9801497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\_invoke_quant.py 2025-04-25T04:46:26.9804996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__init__.py 2025-04-25T04:46:26.9813122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\aoti_call_delegate.cpython-39.pyc 2025-04-25T04:46:26.9816698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\associative_scan.cpython-39.pyc 2025-04-25T04:46:26.9820323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\auto_functionalize.cpython-39.pyc 2025-04-25T04:46:26.9828268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\base_hop.cpython-39.pyc 2025-04-25T04:46:26.9831661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\cond.cpython-39.pyc 2025-04-25T04:46:26.9835233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\effects.cpython-39.pyc 2025-04-25T04:46:26.9838788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\executorch_call_delegate.cpython-39.pyc 2025-04-25T04:46:26.9842324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\flat_apply.cpython-39.pyc 2025-04-25T04:46:26.9846093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\flex_attention.cpython-39.pyc 2025-04-25T04:46:26.9849974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\foreach_map.cpython-39.pyc 2025-04-25T04:46:26.9853439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\hints_wrap.cpython-39.pyc 2025-04-25T04:46:26.9857567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\invoke_subgraph.cpython-39.pyc 2025-04-25T04:46:26.9861047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\map.cpython-39.pyc 2025-04-25T04:46:26.9864725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\out_dtype.cpython-39.pyc 2025-04-25T04:46:26.9868533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\run_const_graph.cpython-39.pyc 2025-04-25T04:46:26.9871939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\scan.cpython-39.pyc 2025-04-25T04:46:26.9875690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\schema.cpython-39.pyc 2025-04-25T04:46:26.9884516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\strict_mode.cpython-39.pyc 2025-04-25T04:46:26.9887941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\torchbind.cpython-39.pyc 2025-04-25T04:46:26.9891478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\triton_kernel_wrap.cpython-39.pyc 2025-04-25T04:46:26.9895670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:26.9899361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\while_loop.cpython-39.pyc 2025-04-25T04:46:26.9902658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\wrap.cpython-39.pyc 2025-04-25T04:46:26.9906090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\_invoke_quant.cpython-39.pyc 2025-04-25T04:46:26.9909543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:26.9923646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\analyze_preserves_zero_mask.py 2025-04-25T04:46:26.9926967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\aoti_eager.py 2025-04-25T04:46:26.9930458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\async_compile.py 2025-04-25T04:46:26.9937906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autotune_process.py 2025-04-25T04:46:26.9941230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\bounds.py 2025-04-25T04:46:26.9944497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\choices.py 2025-04-25T04:46:26.9947860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codecache.py 2025-04-25T04:46:26.9953148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\comms.py 2025-04-25T04:46:26.9956531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\comm_analysis.py 2025-04-25T04:46:26.9959784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\comm_lowering.py 2025-04-25T04:46:26.9963175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compiler_bisector.py 2025-04-25T04:46:26.9966559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_fx.py 2025-04-25T04:46:26.9970827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_fx_async.py 2025-04-25T04:46:26.9974260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_fx_ext.py 2025-04-25T04:46:26.9977693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_fx_subproc.py 2025-04-25T04:46:26.9981385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\config.py 2025-04-25T04:46:26.9984966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\constant_folding.py 2025-04-25T04:46:26.9988858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\cpp_builder.py 2025-04-25T04:46:26.9992531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\cpu_vec_isa.py 2025-04-25T04:46:26.9995880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\cudagraph_trees.py 2025-04-25T04:46:26.9999705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\cudagraph_utils.py 2025-04-25T04:46:27.0007293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\custom_graph_pass.py 2025-04-25T04:46:27.0010920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\debug.py 2025-04-25T04:46:27.0014539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\decomposition.py 2025-04-25T04:46:27.0018070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\dependencies.py 2025-04-25T04:46:27.0021558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\dtype_propagation.py 2025-04-25T04:46:27.0024858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\exc.py 2025-04-25T04:46:27.0028166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\extern_node_serializer.py 2025-04-25T04:46:27.0031742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\freezing.py 2025-04-25T04:46:27.0035060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\freezing_utils.py 2025-04-25T04:46:27.0038612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fuzzer.py 2025-04-25T04:46:27.0041930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_utils.py 2025-04-25T04:46:27.0045306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\graph.py 2025-04-25T04:46:27.0053508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\hooks.py 2025-04-25T04:46:27.0056806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\index_propagation.py 2025-04-25T04:46:27.0060200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\inductor_prims.py 2025-04-25T04:46:27.0063515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\ir.py 2025-04-25T04:46:27.0068329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\jagged_lowerings.py 2025-04-25T04:46:27.0071773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\loop_body.py 2025-04-25T04:46:27.0075569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\lowering.py 2025-04-25T04:46:27.0079967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\memory.py 2025-04-25T04:46:27.0083533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\metrics.py 2025-04-25T04:46:27.0086839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\mkldnn_ir.py 2025-04-25T04:46:27.0090506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\mkldnn_lowerings.py 2025-04-25T04:46:27.0094080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\mock_cache.py 2025-04-25T04:46:27.0102351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\ops_handler.py 2025-04-25T04:46:27.0105815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\optimize_indexing.py 2025-04-25T04:46:27.0110273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\output_code.py 2025-04-25T04:46:27.0114148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\pattern_matcher.py 2025-04-25T04:46:27.0117834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\quantized_lowerings.py 2025-04-25T04:46:27.0138334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\remote_cache.py 2025-04-25T04:46:27.0141671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\scheduler.py 2025-04-25T04:46:27.0145972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\script.ld 2025-04-25T04:46:27.0149424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\select_algorithm.py 2025-04-25T04:46:27.0153282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\sizevars.py 2025-04-25T04:46:27.0164356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\standalone_compile.py 2025-04-25T04:46:27.0167959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\subgraph_lowering.py 2025-04-25T04:46:27.0171618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\template_heuristics.py 2025-04-25T04:46:27.0175306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\test_case.py 2025-04-25T04:46:27.0178920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\test_operators.py 2025-04-25T04:46:27.0182408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\triton_bundler.py 2025-04-25T04:46:27.0185776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\utils.py 2025-04-25T04:46:27.0189571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\virtualized.py 2025-04-25T04:46:27.0193100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\wrapper_benchmark.py 2025-04-25T04:46:27.0196827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__autotune_main__.py 2025-04-25T04:46:27.0204372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__init__.py 2025-04-25T04:46:27.0212440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\autoheuristic.py 2025-04-25T04:46:27.0215955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\autoheuristic_utils.py 2025-04-25T04:46:27.0219512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\learnedheuristic_interface.py 2025-04-25T04:46:27.0227856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\learned_heuristic_controller.py 2025-04-25T04:46:27.0230882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__init__.py 2025-04-25T04:46:27.0236733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py 2025-04-25T04:46:27.0240595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py 2025-04-25T04:46:27.0244355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py 2025-04-25T04:46:27.0251889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py 2025-04-25T04:46:27.0255385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_PadMMA100.py 2025-04-25T04:46:27.0258743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__init__.py 2025-04-25T04:46:27.0265240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_MixedMMA100.cpython-39.pyc 2025-04-25T04:46:27.0269076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_MixedMMH100.cpython-39.pyc 2025-04-25T04:46:27.0272384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_MMRankingA100.cpython-39.pyc 2025-04-25T04:46:27.0280544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_MMRankingH100.cpython-39.pyc 2025-04-25T04:46:27.0284264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_PadMMA100.cpython-39.pyc 2025-04-25T04:46:27.0288316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.0296541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\autoheuristic.cpython-39.pyc 2025-04-25T04:46:27.0299955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\autoheuristic_utils.cpython-39.pyc 2025-04-25T04:46:27.0303660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\learnedheuristic_interface.cpython-39.pyc 2025-04-25T04:46:27.0311532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\learned_heuristic_controller.cpython-39.pyc 2025-04-25T04:46:27.0315170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.0323603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\aoti_hipify_utils.py 2025-04-25T04:46:27.0327200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\block_analysis.py 2025-04-25T04:46:27.0330978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\common.py 2025-04-25T04:46:27.0335185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp.py 2025-04-25T04:46:27.0339405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_bmm_template.py 2025-04-25T04:46:27.0348037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_flex_attention_template.py 2025-04-25T04:46:27.0352095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_gemm_template.py 2025-04-25T04:46:27.0355816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_grouped_gemm_template.py 2025-04-25T04:46:27.0359709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_micro_gemm.py 2025-04-25T04:46:27.0363431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_prefix.h 2025-04-25T04:46:27.0367043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_template.py 2025-04-25T04:46:27.0370559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_template_kernel.py 2025-04-25T04:46:27.0374040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_utils.py 2025-04-25T04:46:27.0377740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_wrapper_cpu.py 2025-04-25T04:46:27.0381980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_wrapper_cpu_array_ref.py 2025-04-25T04:46:27.0385576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_wrapper_gpu.py 2025-04-25T04:46:27.0389140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpu_device_op_overrides.py 2025-04-25T04:46:27.0392773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda_combined_scheduling.py 2025-04-25T04:46:27.0396175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\debug_utils.py 2025-04-25T04:46:27.0403552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\halide.py 2025-04-25T04:46:27.0407034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\memory_planning.py 2025-04-25T04:46:27.0410638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\mps.py 2025-04-25T04:46:27.0414411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\mps_device_op_overrides.py 2025-04-25T04:46:27.0417760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\multi_kernel.py 2025-04-25T04:46:27.0421085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\simd.py 2025-04-25T04:46:27.0424728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\simd_kernel_features.py 2025-04-25T04:46:27.0428149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\subgraph.py 2025-04-25T04:46:27.0431424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\triton.py 2025-04-25T04:46:27.0436272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\triton_combo_kernel.py 2025-04-25T04:46:27.0439953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\triton_split_scan.py 2025-04-25T04:46:27.0443517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\triton_utils.py 2025-04-25T04:46:27.0451517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\wrapper.py 2025-04-25T04:46:27.0455309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__init__.py 2025-04-25T04:46:27.0461625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\aoti_runtime\interface.cpp 2025-04-25T04:46:27.0469121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py 2025-04-25T04:46:27.0472431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cuda_env.py 2025-04-25T04:46:27.0475733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cuda_kernel.py 2025-04-25T04:46:27.0479101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cuda_template.py 2025-04-25T04:46:27.0487304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_presets.py 2025-04-25T04:46:27.0490750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_utils.py 2025-04-25T04:46:27.0494112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\device_op_overrides.py 2025-04-25T04:46:27.0497429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\gemm_template.py 2025-04-25T04:46:27.0501005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__init__.py 2025-04-25T04:46:27.0507410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\evt_extensions.py 2025-04-25T04:46:27.0510931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\gemm_operation_extensions.py 2025-04-25T04:46:27.0514481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\__init__.py 2025-04-25T04:46:27.0525091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\__pycache__\evt_extensions.cpython-39.pyc 2025-04-25T04:46:27.0528653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\__pycache__\gemm_operation_extensions.cpython-39.pyc 2025-04-25T04:46:27.0532154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.0544759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cuda_cpp_scheduling.cpython-39.pyc 2025-04-25T04:46:27.0548166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cuda_env.cpython-39.pyc 2025-04-25T04:46:27.0551905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cuda_kernel.cpython-39.pyc 2025-04-25T04:46:27.0560086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cuda_template.cpython-39.pyc 2025-04-25T04:46:27.0563481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cutlass_presets.cpython-39.pyc 2025-04-25T04:46:27.0566881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cutlass_utils.cpython-39.pyc 2025-04-25T04:46:27.0570409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\device_op_overrides.cpython-39.pyc 2025-04-25T04:46:27.0573880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\gemm_template.cpython-39.pyc 2025-04-25T04:46:27.0577476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.0585239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\ck_conv_template.py 2025-04-25T04:46:27.0588684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\ck_template.py 2025-04-25T04:46:27.0592077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\ck_universal_gemm_template.py 2025-04-25T04:46:27.0600381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\compile_command.py 2025-04-25T04:46:27.0603623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_benchmark_request.py 2025-04-25T04:46:27.0606943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py 2025-04-25T04:46:27.0610491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_kernel.py 2025-04-25T04:46:27.0614164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_template.py 2025-04-25T04:46:27.0617547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_template_buffer.py 2025-04-25T04:46:27.0621106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__init__.py 2025-04-25T04:46:27.0627617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\ck_conv_template.cpython-39.pyc 2025-04-25T04:46:27.0631227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\ck_template.cpython-39.pyc 2025-04-25T04:46:27.0634663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\ck_universal_gemm_template.cpython-39.pyc 2025-04-25T04:46:27.0643354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\compile_command.cpython-39.pyc 2025-04-25T04:46:27.0647408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_benchmark_request.cpython-39.pyc 2025-04-25T04:46:27.0650894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_cpp_scheduling.cpython-39.pyc 2025-04-25T04:46:27.0654890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_kernel.cpython-39.pyc 2025-04-25T04:46:27.0658396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_template.cpython-39.pyc 2025-04-25T04:46:27.0661854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_template_buffer.cpython-39.pyc 2025-04-25T04:46:27.0665592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.0673780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\xpu\device_op_overrides.py 2025-04-25T04:46:27.0676867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\xpu\__init__.py 2025-04-25T04:46:27.0683178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\xpu\__pycache__\device_op_overrides.cpython-39.pyc 2025-04-25T04:46:27.0686681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\xpu\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.0694768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\aoti_hipify_utils.cpython-39.pyc 2025-04-25T04:46:27.0698662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\block_analysis.cpython-39.pyc 2025-04-25T04:46:27.0702202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\common.cpython-39.pyc 2025-04-25T04:46:27.0713044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp.cpython-39.pyc 2025-04-25T04:46:27.0717423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_bmm_template.cpython-39.pyc 2025-04-25T04:46:27.0721025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_flex_attention_template.cpython-39.pyc 2025-04-25T04:46:27.0724696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_gemm_template.cpython-39.pyc 2025-04-25T04:46:27.0728467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_grouped_gemm_template.cpython-39.pyc 2025-04-25T04:46:27.0732131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_micro_gemm.cpython-39.pyc 2025-04-25T04:46:27.0735870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_template.cpython-39.pyc 2025-04-25T04:46:27.0739322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_template_kernel.cpython-39.pyc 2025-04-25T04:46:27.0743316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_utils.cpython-39.pyc 2025-04-25T04:46:27.0747224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_wrapper_cpu.cpython-39.pyc 2025-04-25T04:46:27.0751159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_wrapper_cpu_array_ref.cpython-39.pyc 2025-04-25T04:46:27.0754887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_wrapper_gpu.cpython-39.pyc 2025-04-25T04:46:27.0758738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpu_device_op_overrides.cpython-39.pyc 2025-04-25T04:46:27.0767084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cuda_combined_scheduling.cpython-39.pyc 2025-04-25T04:46:27.0770628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\debug_utils.cpython-39.pyc 2025-04-25T04:46:27.0774513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\halide.cpython-39.pyc 2025-04-25T04:46:27.0778382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\memory_planning.cpython-39.pyc 2025-04-25T04:46:27.0781984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\mps.cpython-39.pyc 2025-04-25T04:46:27.0786202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\mps_device_op_overrides.cpython-39.pyc 2025-04-25T04:46:27.0789926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\multi_kernel.cpython-39.pyc 2025-04-25T04:46:27.0793333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\simd.cpython-39.pyc 2025-04-25T04:46:27.0801830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\simd_kernel_features.cpython-39.pyc 2025-04-25T04:46:27.0805332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\subgraph.cpython-39.pyc 2025-04-25T04:46:27.0809265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\triton.cpython-39.pyc 2025-04-25T04:46:27.0813354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\triton_combo_kernel.cpython-39.pyc 2025-04-25T04:46:27.0817211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\triton_split_scan.cpython-39.pyc 2025-04-25T04:46:27.0820722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\triton_utils.cpython-39.pyc 2025-04-25T04:46:27.0825038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\wrapper.cpython-39.pyc 2025-04-25T04:46:27.0829081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.0838489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\subproc_pool.py 2025-04-25T04:46:27.0842107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\utils.py 2025-04-25T04:46:27.0845509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__init__.py 2025-04-25T04:46:27.0848490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__main__.py 2025-04-25T04:46:27.0861547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__pycache__\subproc_pool.cpython-39.pyc 2025-04-25T04:46:27.0865075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:27.0868698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.0877323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__pycache__\__main__.cpython-39.pyc 2025-04-25T04:46:27.0885909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\b2b_gemm.py 2025-04-25T04:46:27.0889916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\binary_folding.py 2025-04-25T04:46:27.0893585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\ddp_fusion.py 2025-04-25T04:46:27.0897175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\decompose_mem_bound_mm.py 2025-04-25T04:46:27.0904762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\dedupe_symint_uses.py 2025-04-25T04:46:27.0908858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\efficient_conv_bn_eval.py 2025-04-25T04:46:27.0912981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\freezing_patterns.py 2025-04-25T04:46:27.0916246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\fuse_attention.py 2025-04-25T04:46:27.0920015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\group_batch_fusion.py 2025-04-25T04:46:27.0924071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\joint_graph.py 2025-04-25T04:46:27.0927975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\micro_pipeline_tp.py 2025-04-25T04:46:27.0931742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\misc_patterns.py 2025-04-25T04:46:27.0935633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\mkldnn_fusion.py 2025-04-25T04:46:27.0938999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\numeric_utils.py 2025-04-25T04:46:27.0942689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\pad_mm.py 2025-04-25T04:46:27.0946344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\post_grad.py 2025-04-25T04:46:27.0949993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\pre_grad.py 2025-04-25T04:46:27.0953545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\quantization.py 2025-04-25T04:46:27.0958316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\reinplace.py 2025-04-25T04:46:27.0961844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\replace_random.py 2025-04-25T04:46:27.0969961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\split_cat.py 2025-04-25T04:46:27.0974025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__init__.py 2025-04-25T04:46:27.0982290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\addmm_pattern.py 2025-04-25T04:46:27.0985869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\bmm_pattern.py 2025-04-25T04:46:27.0989266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\mm_pattern.py 2025-04-25T04:46:27.0997500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_1.py 2025-04-25T04:46:27.1000883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_10.py 2025-04-25T04:46:27.1004450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_11.py 2025-04-25T04:46:27.1007972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_12.py 2025-04-25T04:46:27.1011879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_13.py 2025-04-25T04:46:27.1015055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_14.py 2025-04-25T04:46:27.1018594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_15.py 2025-04-25T04:46:27.1022031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_16.py 2025-04-25T04:46:27.1025944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_17.py 2025-04-25T04:46:27.1029722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_18.py 2025-04-25T04:46:27.1033909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_19.py 2025-04-25T04:46:27.1037571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_2.py 2025-04-25T04:46:27.1041103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_3.py 2025-04-25T04:46:27.1044615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_4.py 2025-04-25T04:46:27.1048149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_5.py 2025-04-25T04:46:27.1051695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_6.py 2025-04-25T04:46:27.1060432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_7.py 2025-04-25T04:46:27.1063881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_8.py 2025-04-25T04:46:27.1067635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_9.py 2025-04-25T04:46:27.1071110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__init__.py 2025-04-25T04:46:27.1080417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\addmm_pattern.cpython-39.pyc 2025-04-25T04:46:27.1083939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\bmm_pattern.cpython-39.pyc 2025-04-25T04:46:27.1087315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\mm_pattern.cpython-39.pyc 2025-04-25T04:46:27.1095623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_1.cpython-39.pyc 2025-04-25T04:46:27.1099128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_10.cpython-39.pyc 2025-04-25T04:46:27.1102867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_11.cpython-39.pyc 2025-04-25T04:46:27.1106341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_12.cpython-39.pyc 2025-04-25T04:46:27.1109809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_13.cpython-39.pyc 2025-04-25T04:46:27.1113298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_14.cpython-39.pyc 2025-04-25T04:46:27.1116749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_15.cpython-39.pyc 2025-04-25T04:46:27.1120204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_16.cpython-39.pyc 2025-04-25T04:46:27.1123919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_17.cpython-39.pyc 2025-04-25T04:46:27.1127409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_18.cpython-39.pyc 2025-04-25T04:46:27.1131010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_19.cpython-39.pyc 2025-04-25T04:46:27.1134526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_2.cpython-39.pyc 2025-04-25T04:46:27.1138055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_3.cpython-39.pyc 2025-04-25T04:46:27.1145631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_4.cpython-39.pyc 2025-04-25T04:46:27.1149483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_5.cpython-39.pyc 2025-04-25T04:46:27.1152893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_6.cpython-39.pyc 2025-04-25T04:46:27.1156390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_7.cpython-39.pyc 2025-04-25T04:46:27.1159841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_8.cpython-39.pyc 2025-04-25T04:46:27.1163304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_9.cpython-39.pyc 2025-04-25T04:46:27.1166795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.1177792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\b2b_gemm.cpython-39.pyc 2025-04-25T04:46:27.1181306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\binary_folding.cpython-39.pyc 2025-04-25T04:46:27.1184741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\ddp_fusion.cpython-39.pyc 2025-04-25T04:46:27.1193093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\decompose_mem_bound_mm.cpython-39.pyc 2025-04-25T04:46:27.1196505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\dedupe_symint_uses.cpython-39.pyc 2025-04-25T04:46:27.1200038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\efficient_conv_bn_eval.cpython-39.pyc 2025-04-25T04:46:27.1203537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\freezing_patterns.cpython-39.pyc 2025-04-25T04:46:27.1221066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\fuse_attention.cpython-39.pyc 2025-04-25T04:46:27.1224620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\group_batch_fusion.cpython-39.pyc 2025-04-25T04:46:27.1228459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\joint_graph.cpython-39.pyc 2025-04-25T04:46:27.1231957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\micro_pipeline_tp.cpython-39.pyc 2025-04-25T04:46:27.1235521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\misc_patterns.cpython-39.pyc 2025-04-25T04:46:27.1238969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\mkldnn_fusion.cpython-39.pyc 2025-04-25T04:46:27.1242633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\numeric_utils.cpython-39.pyc 2025-04-25T04:46:27.1246656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\pad_mm.cpython-39.pyc 2025-04-25T04:46:27.1250042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\post_grad.cpython-39.pyc 2025-04-25T04:46:27.1257945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\pre_grad.cpython-39.pyc 2025-04-25T04:46:27.1261970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\quantization.cpython-39.pyc 2025-04-25T04:46:27.1265795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\reinplace.cpython-39.pyc 2025-04-25T04:46:27.1269552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\replace_random.cpython-39.pyc 2025-04-25T04:46:27.1272946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\split_cat.cpython-39.pyc 2025-04-25T04:46:27.1277062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.1285441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\bmm.py 2025-04-25T04:46:27.1288726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\conv.py 2025-04-25T04:46:27.1292108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\flex_attention.py 2025-04-25T04:46:27.1296005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\flex_decoding.py 2025-04-25T04:46:27.1299427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\mm.py 2025-04-25T04:46:27.1306915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\mm_common.py 2025-04-25T04:46:27.1310655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\mm_plus_mm.py 2025-04-25T04:46:27.1314262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\mm_scaled_grouped.py 2025-04-25T04:46:27.1317628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__init__.py 2025-04-25T04:46:27.1324822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\bmm.cpython-39.pyc 2025-04-25T04:46:27.1328332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\conv.cpython-39.pyc 2025-04-25T04:46:27.1331868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\flex_attention.cpython-39.pyc 2025-04-25T04:46:27.1340988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\flex_decoding.cpython-39.pyc 2025-04-25T04:46:27.1344522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\mm.cpython-39.pyc 2025-04-25T04:46:27.1348396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\mm_common.cpython-39.pyc 2025-04-25T04:46:27.1351817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\mm_plus_mm.cpython-39.pyc 2025-04-25T04:46:27.1355623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\mm_scaled_grouped.cpython-39.pyc 2025-04-25T04:46:27.1359173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.1367037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\build_package.py 2025-04-25T04:46:27.1370768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\package.py 2025-04-25T04:46:27.1374320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\pt2_archive_constants.py 2025-04-25T04:46:27.1377818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\__init__.py 2025-04-25T04:46:27.1389908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\__pycache__\build_package.cpython-39.pyc 2025-04-25T04:46:27.1393472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\__pycache__\package.cpython-39.pyc 2025-04-25T04:46:27.1397071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\__pycache__\pt2_archive_constants.cpython-39.pyc 2025-04-25T04:46:27.1405429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.1412846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\autotune_cache.py 2025-04-25T04:46:27.1416548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\benchmarking.py 2025-04-25T04:46:27.1420000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\cache_dir_utils.py 2025-04-25T04:46:27.1423227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\compile_tasks.py 2025-04-25T04:46:27.1432296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\coordinate_descent_tuner.py 2025-04-25T04:46:27.1435566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\halide_helpers.py 2025-04-25T04:46:27.1439180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\hints.py 2025-04-25T04:46:27.1448533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\runtime_utils.py 2025-04-25T04:46:27.1449162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\static_cuda_launcher.py 2025-04-25T04:46:27.1451914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\triton_compat.py 2025-04-25T04:46:27.1455672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\triton_helpers.py 2025-04-25T04:46:27.1458805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\triton_heuristics.py 2025-04-25T04:46:27.1462942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__init__.py 2025-04-25T04:46:27.1469660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\autotune_cache.cpython-39.pyc 2025-04-25T04:46:27.1473052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\benchmarking.cpython-39.pyc 2025-04-25T04:46:27.1476299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\cache_dir_utils.cpython-39.pyc 2025-04-25T04:46:27.1486109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\compile_tasks.cpython-39.pyc 2025-04-25T04:46:27.1489729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\coordinate_descent_tuner.cpython-39.pyc 2025-04-25T04:46:27.1493101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\halide_helpers.cpython-39.pyc 2025-04-25T04:46:27.1496545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\hints.cpython-39.pyc 2025-04-25T04:46:27.1499927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\runtime_utils.cpython-39.pyc 2025-04-25T04:46:27.1503309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\static_cuda_launcher.cpython-39.pyc 2025-04-25T04:46:27.1506670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\triton_compat.cpython-39.pyc 2025-04-25T04:46:27.1510294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\triton_helpers.cpython-39.pyc 2025-04-25T04:46:27.1513747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\triton_heuristics.cpython-39.pyc 2025-04-25T04:46:27.1517456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.1526600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\analyze_preserves_zero_mask.cpython-39.pyc 2025-04-25T04:46:27.1530075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\aoti_eager.cpython-39.pyc 2025-04-25T04:46:27.1533459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\async_compile.cpython-39.pyc 2025-04-25T04:46:27.1541272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\autotune_process.cpython-39.pyc 2025-04-25T04:46:27.1544922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\bounds.cpython-39.pyc 2025-04-25T04:46:27.1548404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\choices.cpython-39.pyc 2025-04-25T04:46:27.1551677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\codecache.cpython-39.pyc 2025-04-25T04:46:27.1555452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\comms.cpython-39.pyc 2025-04-25T04:46:27.1558935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\comm_analysis.cpython-39.pyc 2025-04-25T04:46:27.1562325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\comm_lowering.cpython-39.pyc 2025-04-25T04:46:27.1565955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\compiler_bisector.cpython-39.pyc 2025-04-25T04:46:27.1569453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\compile_fx.cpython-39.pyc 2025-04-25T04:46:27.1573342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\compile_fx_async.cpython-39.pyc 2025-04-25T04:46:27.1576832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\compile_fx_ext.cpython-39.pyc 2025-04-25T04:46:27.1580266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\compile_fx_subproc.cpython-39.pyc 2025-04-25T04:46:27.1583804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\config.cpython-39.pyc 2025-04-25T04:46:27.1591458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\constant_folding.cpython-39.pyc 2025-04-25T04:46:27.1596688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\cpp_builder.cpython-39.pyc 2025-04-25T04:46:27.1600404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\cpu_vec_isa.cpython-39.pyc 2025-04-25T04:46:27.1603705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\cudagraph_trees.cpython-39.pyc 2025-04-25T04:46:27.1607407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\cudagraph_utils.cpython-39.pyc 2025-04-25T04:46:27.1610980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\custom_graph_pass.cpython-39.pyc 2025-04-25T04:46:27.1614454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\debug.cpython-39.pyc 2025-04-25T04:46:27.1618228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\decomposition.cpython-39.pyc 2025-04-25T04:46:27.1626529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\dependencies.cpython-39.pyc 2025-04-25T04:46:27.1629971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\dtype_propagation.cpython-39.pyc 2025-04-25T04:46:27.1633961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\exc.cpython-39.pyc 2025-04-25T04:46:27.1637396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\extern_node_serializer.cpython-39.pyc 2025-04-25T04:46:27.1640825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\freezing.cpython-39.pyc 2025-04-25T04:46:27.1644233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\freezing_utils.cpython-39.pyc 2025-04-25T04:46:27.1648044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\fuzzer.cpython-39.pyc 2025-04-25T04:46:27.1651706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\fx_utils.cpython-39.pyc 2025-04-25T04:46:27.1654926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\graph.cpython-39.pyc 2025-04-25T04:46:27.1662806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\hooks.cpython-39.pyc 2025-04-25T04:46:27.1666439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\index_propagation.cpython-39.pyc 2025-04-25T04:46:27.1669932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\inductor_prims.cpython-39.pyc 2025-04-25T04:46:27.1673539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\ir.cpython-39.pyc 2025-04-25T04:46:27.1678696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\jagged_lowerings.cpython-39.pyc 2025-04-25T04:46:27.1682340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\loop_body.cpython-39.pyc 2025-04-25T04:46:27.1685869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\lowering.cpython-39.pyc 2025-04-25T04:46:27.1690419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\memory.cpython-39.pyc 2025-04-25T04:46:27.1706244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\metrics.cpython-39.pyc 2025-04-25T04:46:27.1710141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\mkldnn_ir.cpython-39.pyc 2025-04-25T04:46:27.1713932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\mkldnn_lowerings.cpython-39.pyc 2025-04-25T04:46:27.1718070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\mock_cache.cpython-39.pyc 2025-04-25T04:46:27.1721595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\ops_handler.cpython-39.pyc 2025-04-25T04:46:27.1725439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\optimize_indexing.cpython-39.pyc 2025-04-25T04:46:27.1729260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\output_code.cpython-39.pyc 2025-04-25T04:46:27.1732783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\pattern_matcher.cpython-39.pyc 2025-04-25T04:46:27.1740861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\quantized_lowerings.cpython-39.pyc 2025-04-25T04:46:27.1744412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\remote_cache.cpython-39.pyc 2025-04-25T04:46:27.1748171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\scheduler.cpython-39.pyc 2025-04-25T04:46:27.1752915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\select_algorithm.cpython-39.pyc 2025-04-25T04:46:27.1756867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\sizevars.cpython-39.pyc 2025-04-25T04:46:27.1760521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\standalone_compile.cpython-39.pyc 2025-04-25T04:46:27.1763947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\subgraph_lowering.cpython-39.pyc 2025-04-25T04:46:27.1767388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\template_heuristics.cpython-39.pyc 2025-04-25T04:46:27.1775524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\test_case.cpython-39.pyc 2025-04-25T04:46:27.1779274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\test_operators.cpython-39.pyc 2025-04-25T04:46:27.1782614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\triton_bundler.cpython-39.pyc 2025-04-25T04:46:27.1798273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:27.1798987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\virtualized.cpython-39.pyc 2025-04-25T04:46:27.1799760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\wrapper_benchmark.cpython-39.pyc 2025-04-25T04:46:27.1800538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\__autotune_main__.cpython-39.pyc 2025-04-25T04:46:27.1801217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.1815027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\closure.py 2025-04-25T04:46:27.1818344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\computation.py 2025-04-25T04:46:27.1821730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\config.py 2025-04-25T04:46:27.1824787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\debug.py 2025-04-25T04:46:27.1828024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\device_context.py 2025-04-25T04:46:27.1836656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\extract_compiled_graph.py 2025-04-25T04:46:27.1839987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\ir_cache.py 2025-04-25T04:46:27.1843180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\metrics.py 2025-04-25T04:46:27.1846570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\tensor_factory_functions.py 2025-04-25T04:46:27.1849962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\ts_backend.py 2025-04-25T04:46:27.1853269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__init__.py 2025-04-25T04:46:27.1860428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\closure.cpython-39.pyc 2025-04-25T04:46:27.1863860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\computation.cpython-39.pyc 2025-04-25T04:46:27.1867341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\config.cpython-39.pyc 2025-04-25T04:46:27.1875007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\debug.cpython-39.pyc 2025-04-25T04:46:27.1878654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\device_context.cpython-39.pyc 2025-04-25T04:46:27.1882062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\extract_compiled_graph.cpython-39.pyc 2025-04-25T04:46:27.1885357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\ir_cache.cpython-39.pyc 2025-04-25T04:46:27.1888761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\metrics.cpython-39.pyc 2025-04-25T04:46:27.1892284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\tensor_factory_functions.cpython-39.pyc 2025-04-25T04:46:27.1895679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\ts_backend.cpython-39.pyc 2025-04-25T04:46:27.1899007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.1911260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\autograd.py 2025-04-25T04:46:27.1914495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\custom_ops.py 2025-04-25T04:46:27.1918116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\fake_class_registry.py 2025-04-25T04:46:27.1921312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\fake_impl.py 2025-04-25T04:46:27.1928877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\fake_profile.py 2025-04-25T04:46:27.1932143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\infer_schema.py 2025-04-25T04:46:27.1935382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\simple_registry.py 2025-04-25T04:46:27.1939057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\triton.py 2025-04-25T04:46:27.1942438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\utils.py 2025-04-25T04:46:27.1945594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__init__.py 2025-04-25T04:46:27.1952568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\autograd.cpython-39.pyc 2025-04-25T04:46:27.1955873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\custom_ops.cpython-39.pyc 2025-04-25T04:46:27.1959723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\fake_class_registry.cpython-39.pyc 2025-04-25T04:46:27.1968725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\fake_impl.cpython-39.pyc 2025-04-25T04:46:27.1972577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\fake_profile.cpython-39.pyc 2025-04-25T04:46:27.1976548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\infer_schema.cpython-39.pyc 2025-04-25T04:46:27.1980243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\simple_registry.cpython-39.pyc 2025-04-25T04:46:27.1983893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\triton.cpython-39.pyc 2025-04-25T04:46:27.1987228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:27.1990632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.1998866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\scribe.py 2025-04-25T04:46:27.2002671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\structured.py 2025-04-25T04:46:27.2006166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\_internal.py 2025-04-25T04:46:27.2010021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\_registrations.py 2025-04-25T04:46:27.2017941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__init__.py 2025-04-25T04:46:27.2025389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__pycache__\scribe.cpython-39.pyc 2025-04-25T04:46:27.2028940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__pycache__\structured.cpython-39.pyc 2025-04-25T04:46:27.2032328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__pycache__\_internal.cpython-39.pyc 2025-04-25T04:46:27.2040916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__pycache__\_registrations.cpython-39.pyc 2025-04-25T04:46:27.2044700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.2052318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\fft.py 2025-04-25T04:46:27.2055881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\linalg.py 2025-04-25T04:46:27.2059154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\random.py 2025-04-25T04:46:27.2062414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_binary_ufuncs_impl.py 2025-04-25T04:46:27.2065949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_casting_dicts.py 2025-04-25T04:46:27.2074466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_dtypes.py 2025-04-25T04:46:27.2078241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_dtypes_impl.py 2025-04-25T04:46:27.2081566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_funcs.py 2025-04-25T04:46:27.2084866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_funcs_impl.py 2025-04-25T04:46:27.2088844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_getlimits.py 2025-04-25T04:46:27.2092139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_ndarray.py 2025-04-25T04:46:27.2095857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_normalizations.py 2025-04-25T04:46:27.2099421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_reductions_impl.py 2025-04-25T04:46:27.2102704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_ufuncs.py 2025-04-25T04:46:27.2106153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_unary_ufuncs_impl.py 2025-04-25T04:46:27.2109721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_util.py 2025-04-25T04:46:27.2113032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__init__.py 2025-04-25T04:46:27.2119642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\testing\utils.py 2025-04-25T04:46:27.2123224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\testing\__init__.py 2025-04-25T04:46:27.2130062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\testing\__pycache__\utils.cpython-39.pyc 2025-04-25T04:46:27.2133686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\testing\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.2141475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\fft.cpython-39.pyc 2025-04-25T04:46:27.2145007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\linalg.cpython-39.pyc 2025-04-25T04:46:27.2148360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\random.cpython-39.pyc 2025-04-25T04:46:27.2155972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_binary_ufuncs_impl.cpython-39.pyc 2025-04-25T04:46:27.2159499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_casting_dicts.cpython-39.pyc 2025-04-25T04:46:27.2162698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_dtypes.cpython-39.pyc 2025-04-25T04:46:27.2166097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_dtypes_impl.cpython-39.pyc 2025-04-25T04:46:27.2169453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_funcs.cpython-39.pyc 2025-04-25T04:46:27.2173222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_funcs_impl.cpython-39.pyc 2025-04-25T04:46:27.2176885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_getlimits.cpython-39.pyc 2025-04-25T04:46:27.2180280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_ndarray.cpython-39.pyc 2025-04-25T04:46:27.2183737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_normalizations.cpython-39.pyc 2025-04-25T04:46:27.2187115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_reductions_impl.cpython-39.pyc 2025-04-25T04:46:27.2190498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_ufuncs.cpython-39.pyc 2025-04-25T04:46:27.2193870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_unary_ufuncs_impl.cpython-39.pyc 2025-04-25T04:46:27.2197513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_util.cpython-39.pyc 2025-04-25T04:46:27.2200862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.2213462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\context.py 2025-04-25T04:46:27.2216907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\debug_prims.py 2025-04-25T04:46:27.2220434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\executor.py 2025-04-25T04:46:27.2223686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\rng_prims.py 2025-04-25T04:46:27.2227006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__init__.py 2025-04-25T04:46:27.2238488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__pycache__\context.cpython-39.pyc 2025-04-25T04:46:27.2241878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__pycache__\debug_prims.cpython-39.pyc 2025-04-25T04:46:27.2245570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__pycache__\executor.cpython-39.pyc 2025-04-25T04:46:27.2252870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__pycache__\rng_prims.cpython-39.pyc 2025-04-25T04:46:27.2256149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.2263884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims_common\wrappers.py 2025-04-25T04:46:27.2267774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims_common\__init__.py 2025-04-25T04:46:27.2275007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims_common\__pycache__\wrappers.cpython-39.pyc 2025-04-25T04:46:27.2294602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims_common\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.2302018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\fft.py 2025-04-25T04:46:27.2305265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\_conversions.py 2025-04-25T04:46:27.2308564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\__init__.py 2025-04-25T04:46:27.2316785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\linalg\__init__.py 2025-04-25T04:46:27.2323621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\linalg\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.2331289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\nn\__init__.py 2025-04-25T04:46:27.2338402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\nn\functional\__init__.py 2025-04-25T04:46:27.2345806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\nn\functional\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.2353432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\nn\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.2365612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\special\__init__.py 2025-04-25T04:46:27.2373160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\special\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.2381036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\__pycache__\fft.cpython-39.pyc 2025-04-25T04:46:27.2385056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\__pycache__\_conversions.cpython-39.pyc 2025-04-25T04:46:27.2388438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.2401469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\cli_function_profiler.py 2025-04-25T04:46:27.2405189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\compile_time_profiler.py 2025-04-25T04:46:27.2408840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\__init__.py 2025-04-25T04:46:27.2419784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\__pycache__\cli_function_profiler.cpython-39.pyc 2025-04-25T04:46:27.2423346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\__pycache__\compile_time_profiler.cpython-39.pyc 2025-04-25T04:46:27.2427653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.2439713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\fake_impls.py 2025-04-25T04:46:27.2443188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\fake_tensor.py 2025-04-25T04:46:27.2447104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\fake_utils.py 2025-04-25T04:46:27.2455187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\functional_tensor.py 2025-04-25T04:46:27.2458986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\meta_utils.py 2025-04-25T04:46:27.2462729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\schema_check_mode.py 2025-04-25T04:46:27.2466158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\_fake_tensor_utils.py 2025-04-25T04:46:27.2469507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__init__.py 2025-04-25T04:46:27.2476362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\fake_impls.cpython-39.pyc 2025-04-25T04:46:27.2479884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\fake_tensor.cpython-39.pyc 2025-04-25T04:46:27.2483772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\fake_utils.cpython-39.pyc 2025-04-25T04:46:27.2491271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\functional_tensor.cpython-39.pyc 2025-04-25T04:46:27.2494704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\meta_utils.cpython-39.pyc 2025-04-25T04:46:27.2498459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\schema_check_mode.cpython-39.pyc 2025-04-25T04:46:27.2501801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\_fake_tensor_utils.cpython-39.pyc 2025-04-25T04:46:27.2505132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.2513149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\__init__.py 2025-04-25T04:46:27.2518760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\version.py 2025-04-25T04:46:27.2522033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\_structures.py 2025-04-25T04:46:27.2525674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\__init__.py 2025-04-25T04:46:27.2536274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\__pycache__\version.cpython-39.pyc 2025-04-25T04:46:27.2539699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\__pycache__\_structures.cpython-39.pyc 2025-04-25T04:46:27.2543068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.2554456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.2562924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\functional.cpython-39.pyc 2025-04-25T04:46:27.2566729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\hub.cpython-39.pyc 2025-04-25T04:46:27.2570262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\library.cpython-39.pyc 2025-04-25T04:46:27.2578888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\overrides.cpython-39.pyc 2025-04-25T04:46:27.2582980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\quasirandom.cpython-39.pyc 2025-04-25T04:46:27.2586364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\random.cpython-39.pyc 2025-04-25T04:46:27.2589710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\return_types.cpython-39.pyc 2025-04-25T04:46:27.2593120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\serialization.cpython-39.pyc 2025-04-25T04:46:27.2596972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\storage.cpython-39.pyc 2025-04-25T04:46:27.2600675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\torch_version.cpython-39.pyc 2025-04-25T04:46:27.2604049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\types.cpython-39.pyc 2025-04-25T04:46:27.2607378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\version.cpython-39.pyc 2025-04-25T04:46:27.2610845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_appdirs.cpython-39.pyc 2025-04-25T04:46:27.2614234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_classes.cpython-39.pyc 2025-04-25T04:46:27.2617640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_compile.cpython-39.pyc 2025-04-25T04:46:27.2621150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_custom_ops.cpython-39.pyc 2025-04-25T04:46:27.2624610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_deploy.cpython-39.pyc 2025-04-25T04:46:27.2632177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_environment.cpython-39.pyc 2025-04-25T04:46:27.2635515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_guards.cpython-39.pyc 2025-04-25T04:46:27.2639061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_jit_internal.cpython-39.pyc 2025-04-25T04:46:27.2642520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_linalg_utils.cpython-39.pyc 2025-04-25T04:46:27.2646165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_lobpcg.cpython-39.pyc 2025-04-25T04:46:27.2650050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_lowrank.cpython-39.pyc 2025-04-25T04:46:27.2653508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_meta_registrations.cpython-39.pyc 2025-04-25T04:46:27.2657928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_namedtensor_internals.cpython-39.pyc 2025-04-25T04:46:27.2665313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_ops.cpython-39.pyc 2025-04-25T04:46:27.2669810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_python_dispatcher.cpython-39.pyc 2025-04-25T04:46:27.2673454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_size_docs.cpython-39.pyc 2025-04-25T04:46:27.2676960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_sources.cpython-39.pyc 2025-04-25T04:46:27.2680606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_storage_docs.cpython-39.pyc 2025-04-25T04:46:27.2684138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_streambase.cpython-39.pyc 2025-04-25T04:46:27.2687568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_tensor.cpython-39.pyc 2025-04-25T04:46:27.2691527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_tensor_docs.cpython-39.pyc 2025-04-25T04:46:27.2695926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_tensor_str.cpython-39.pyc 2025-04-25T04:46:27.2703447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_thread_safe_fork.cpython-39.pyc 2025-04-25T04:46:27.2707087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_torch_docs.cpython-39.pyc 2025-04-25T04:46:27.2713625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_utils.cpython-39.pyc 2025-04-25T04:46:27.2717146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_utils_internal.cpython-39.pyc 2025-04-25T04:46:27.2720974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_VF.cpython-39.pyc 2025-04-25T04:46:27.2725076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_vmap_internals.cpython-39.pyc 2025-04-25T04:46:27.2728979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_weights_only_unpickler.cpython-39.pyc 2025-04-25T04:46:27.2732422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\__config__.cpython-39.pyc 2025-04-25T04:46:27.2744704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\__future__.cpython-39.pyc 2025-04-25T04:46:27.2748619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\__init__.cpython-39.pyc 2025-04-25T04:46:27.2756542Z 13288 File(s) copied 2025-04-25T04:46:27.5942867Z ********************************************************************** 2025-04-25T04:46:27.5943345Z ** Visual Studio 2019 Developer Command Prompt v16.11.44 2025-04-25T04:46:27.5943707Z ** Copyright (c) 2021 Microsoft Corporation 2025-04-25T04:46:27.5944008Z ********************************************************************** 2025-04-25T04:46:28.2106180Z [vcvarsall.bat] Environment initialized for: 'x64' 2025-04-25T04:46:28.2138991Z 2025-04-25T04:46:28.2139603Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2025-04-25T04:46:28.2143233Z 2025-04-25T04:46:28.2143597Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2025-04-25T04:46:28.2145860Z 2025-04-25T04:46:28.2146305Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2025-04-25T04:46:28.2148650Z 2025-04-25T04:46:28.2149132Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2025-04-25T04:46:28.2151024Z 2025-04-25T04:46:28.2151206Z (base) C:\actions-runner\_work\pytorch\pytorch>set 2025-04-25T04:46:28.2152216Z ACTIONS_RUNNER_HOOK_JOB_COMPLETED=C:\actions-runner\jobcompleted.ps1 2025-04-25T04:46:28.2152645Z ALLUSERSPROFILE=C:\ProgramData 2025-04-25T04:46:28.2153021Z ALPINE_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-04-25T04:46:28.2153435Z APPDATA=C:\Users\runneruser\AppData\Roaming 2025-04-25T04:46:28.2153731Z AWS_DEFAULT_REGION=us-east-1 2025-04-25T04:46:28.2153972Z AWS_EXECUTION_ENV=EC2 2025-04-25T04:46:28.2154199Z BUILD_ENVIRONMENT=win-vs2022-cpu-py3 2025-04-25T04:46:28.2154459Z CI=true 2025-04-25T04:46:28.2154635Z CommandPromptType=Native 2025-04-25T04:46:28.2154917Z COMMONPROGRAMFILES=C:\Program Files\Common Files 2025-04-25T04:46:28.2155236Z COMPUTERNAME=EC2AMAZ-DD9BHOF 2025-04-25T04:46:28.2155485Z COMSPEC=C:\Windows\system32\cmd.exe 2025-04-25T04:46:28.2155840Z CONDA_BUILD=C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T04:46:28.2156215Z CONDA_DEFAULT_ENV=base 2025-04-25T04:46:28.2156465Z CONDA_EXE=C:\Jenkins\Miniconda3\Scripts\conda.exe 2025-04-25T04:46:28.2156870Z CONDA_INSTALL=C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T04:46:28.2157236Z CONDA_PARENT_DIR=C:\Jenkins 2025-04-25T04:46:28.2157474Z CONDA_PREFIX=C:\Jenkins\Miniconda3 2025-04-25T04:46:28.2157739Z CONDA_PROMPT_MODIFIER=(base) 2025-04-25T04:46:28.2158016Z CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe 2025-04-25T04:46:28.2158452Z CONDA_RUN=C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T04:46:28.2158834Z CONDA_SHLVL=1 2025-04-25T04:46:28.2159041Z CONTINUE_THROUGH_ERROR=False 2025-04-25T04:46:28.2159371Z CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8 2025-04-25T04:46:28.2159842Z CUDA_PATH_V11_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8 2025-04-25T04:46:28.2160326Z CUDA_PATH_V12_4=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2025-04-25T04:46:28.2160929Z CUDA_PATH_V12_6=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-04-25T04:46:28.2161548Z CUDA_PATH_V12_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8 2025-04-25T04:46:28.2161916Z CUDA_VERSION=cpu 2025-04-25T04:46:28.2162157Z ChocolateyInstall=C:\ProgramData\chocolatey 2025-04-25T04:46:28.2162534Z CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 2025-04-25T04:46:28.2162935Z CommonProgramW6432=C:\Program Files\Common Files 2025-04-25T04:46:28.2163401Z DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\ 2025-04-25T04:46:28.2163823Z DISTUTILS_USE_SDK=1 2025-04-25T04:46:28.2164116Z DriverData=C:\Windows\System32\Drivers\DriverData 2025-04-25T04:46:28.2164444Z EC2LAUNCH_TELEMETRY=1 2025-04-25T04:46:28.2164827Z ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs 2025-04-25T04:46:28.2165251Z Framework40Version=v4.0 2025-04-25T04:46:28.2165632Z FrameworkDir=C:\Windows\Microsoft.NET\Framework64\ 2025-04-25T04:46:28.2166007Z FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\ 2025-04-25T04:46:28.2166341Z FrameworkVersion=v4.0.30319 2025-04-25T04:46:28.2166590Z FrameworkVersion64=v4.0.30319 2025-04-25T04:46:28.2166842Z GITHUB_ACTION=test 2025-04-25T04:46:28.2167032Z GITHUB_ACTIONS=true 2025-04-25T04:46:28.2167224Z GITHUB_ACTION_REF= 2025-04-25T04:46:28.2167422Z GITHUB_ACTION_REPOSITORY= 2025-04-25T04:46:28.2167728Z GITHUB_ACTOR=pytorch-bot[bot] 2025-04-25T04:46:28.2167970Z GITHUB_ACTOR_ID=54816060 2025-04-25T04:46:28.2168239Z GITHUB_API_URL=https://api.github.com 2025-04-25T04:46:28.2168499Z GITHUB_BASE_REF= 2025-04-25T04:46:28.2168937Z GITHUB_ENV=C:\actions-runner\_work\_temp\_runner_file_commands\set_env_f461f14a-05b2-4260-a56e-042390d28b98 2025-04-25T04:46:28.2169439Z GITHUB_EVENT_NAME=push 2025-04-25T04:46:28.2169779Z GITHUB_EVENT_PATH=C:\actions-runner\_work\_temp\_github_workflow\event.json 2025-04-25T04:46:28.2170241Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-04-25T04:46:28.2170543Z GITHUB_HEAD_REF= 2025-04-25T04:46:28.2170742Z GITHUB_JOB=test 2025-04-25T04:46:28.2171192Z GITHUB_OUTPUT=C:\actions-runner\_work\_temp\_runner_file_commands\set_output_f461f14a-05b2-4260-a56e-042390d28b98 2025-04-25T04:46:28.2171967Z GITHUB_PATH=C:\actions-runner\_work\_temp\_runner_file_commands\add_path_f461f14a-05b2-4260-a56e-042390d28b98 2025-04-25T04:46:28.2172494Z GITHUB_REF=refs/tags/ciflow/trunk/148893 2025-04-25T04:46:28.2172778Z GITHUB_REF_NAME=ciflow/trunk/148893 2025-04-25T04:46:28.2173043Z GITHUB_REF_PROTECTED=false 2025-04-25T04:46:28.2173264Z GITHUB_REF_TYPE=tag 2025-04-25T04:46:28.2173481Z GITHUB_REPOSITORY=pytorch/pytorch 2025-04-25T04:46:28.2173743Z GITHUB_REPOSITORY_ID=65600975 2025-04-25T04:46:28.2173997Z GITHUB_REPOSITORY_OWNER=pytorch 2025-04-25T04:46:28.2174243Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-04-25T04:46:28.2174514Z GITHUB_RETENTION_DAYS=90 2025-04-25T04:46:28.2174728Z GITHUB_RUN_ATTEMPT=1 2025-04-25T04:46:28.2174939Z GITHUB_RUN_ID=14656749847 2025-04-25T04:46:28.2175153Z GITHUB_RUN_NUMBER=124706 2025-04-25T04:46:28.2175473Z GITHUB_SERVER_URL=https://github.com 2025-04-25T04:46:28.2175819Z GITHUB_SHA=b68c0effe97351b0c24b2f7aef671559be6aa977 2025-04-25T04:46:28.2176383Z GITHUB_STATE=C:\actions-runner\_work\_temp\_runner_file_commands\save_state_f461f14a-05b2-4260-a56e-042390d28b98 2025-04-25T04:46:28.2177195Z GITHUB_STEP_SUMMARY=C:\actions-runner\_work\_temp\_runner_file_commands\step_summary_f461f14a-05b2-4260-a56e-042390d28b98 2025-04-25T04:46:28.2177778Z GITHUB_TRIGGERING_ACTOR=pytorch-bot[bot] 2025-04-25T04:46:28.2178065Z GITHUB_WORKFLOW=trunk 2025-04-25T04:46:28.2178489Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk.yml@refs/tags/ciflow/trunk/148893 2025-04-25T04:46:28.2179060Z GITHUB_WORKFLOW_SHA=b68c0effe97351b0c24b2f7aef671559be6aa977 2025-04-25T04:46:28.2179480Z GITHUB_WORKSPACE=C:\actions-runner\_work\pytorch\pytorch 2025-04-25T04:46:28.2179809Z GIT_DEFAULT_BRANCH=main 2025-04-25T04:46:28.2180113Z HOME=C:\Users\runneruser 2025-04-25T04:46:28.2181862Z INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt 2025-04-25T04:46:28.2183845Z INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-04-25T04:46:28.2184387Z INSTALL_WINDOWS_SDK=1 2025-04-25T04:46:28.2184593Z JOB_ID=41133890953 2025-04-25T04:46:28.2185000Z JOB_NAME=win-vs2022-cpu-py3 / test (default, 1, 3, ephemeral.windows.4xlarge.nonephemeral) 2025-04-25T04:46:28.2186227Z LIB=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64 2025-04-25T04:46:28.2188490Z LIBPATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x86\store\references;C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0;C:\Windows\Microsoft.NET\Framework64\v4.0.30319 2025-04-25T04:46:28.2189948Z LOCALAPPDATA=C:\Users\runneruser\AppData\Local 2025-04-25T04:46:28.2190353Z NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\ 2025-04-25T04:46:28.2190701Z NO_TD=False 2025-04-25T04:46:28.2190883Z NO_TEST_TIMEOUT=False 2025-04-25T04:46:28.2191103Z NUMBER_OF_PROCESSORS=16 2025-04-25T04:46:28.2191311Z NUM_TEST_SHARDS=3 2025-04-25T04:46:28.2191530Z OLDPWD=C:/14656749847/build-results 2025-04-25T04:46:28.2191770Z OS=Windows_NT 2025-04-25T04:46:28.2198627Z PATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-04-25T04:46:28.2205908Z PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 2025-04-25T04:46:28.2206233Z Platform=x64 2025-04-25T04:46:28.2206551Z PROCESSOR_ARCHITECTURE=AMD64 2025-04-25T04:46:28.2206921Z PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 7, GenuineIntel 2025-04-25T04:46:28.2207315Z PROCESSOR_LEVEL=6 2025-04-25T04:46:28.2207518Z PROCESSOR_REVISION=5507 2025-04-25T04:46:28.2207825Z PROGRAMFILES=C:\Program Files 2025-04-25T04:46:28.2208113Z PROJECT_DIR=C:/actions-runner/_work/pytorch/pytorch 2025-04-25T04:46:28.2208489Z PROJECT_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch 2025-04-25T04:46:28.2208821Z PROMPT=(base) $P$G 2025-04-25T04:46:28.2209010Z PR_NUMBER= 2025-04-25T04:46:28.2209465Z PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\WindowsPowerShell\Modules 2025-04-25T04:46:28.2209993Z PUBLIC=C:\Users\Public 2025-04-25T04:46:28.2210668Z *** 2025-04-25T04:46:28.2211031Z PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2025-04-25T04:46:28.2211429Z PYTHON_VERSION=3.9 2025-04-25T04:46:28.2211690Z PYTORCH_FINAL_PACKAGE_DIR=C:/14656749847/build-results/ 2025-04-25T04:46:28.2212099Z PYTORCH_FINAL_PACKAGE_DIR_WIN=C:\14656749847\build-results\ 2025-04-25T04:46:28.2212451Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2025-04-25T04:46:28.2212719Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2025-04-25T04:46:28.2212987Z ProgramData=C:\ProgramData 2025-04-25T04:46:28.2213231Z ProgramFiles(x86)=C:\Program Files (x86) 2025-04-25T04:46:28.2213524Z ProgramW6432=C:\Program Files 2025-04-25T04:46:28.2213755Z REENABLED_ISSUES= 2025-04-25T04:46:28.2213951Z RUNNER_ARCH=X64 2025-04-25T04:46:28.2214153Z RUNNER_ENVIRONMENT=self-hosted 2025-04-25T04:46:28.2214402Z RUNNER_NAME=i-097c425ec88d960a1 2025-04-25T04:46:28.2214634Z RUNNER_OS=Windows 2025-04-25T04:46:28.2214859Z RUNNER_TEMP=C:\actions-runner\_work\_temp 2025-04-25T04:46:28.2215183Z RUNNER_TOOL_CACHE=C:\actions-runner\_work\_tool 2025-04-25T04:46:28.2215560Z RUNNER_TRACKING_ID=github_a28eb6f1-30bb-4297-83b8-3b310cc15c91 2025-04-25T04:46:28.2215947Z RUNNER_WORKSPACE=C:\actions-runner\_work\pytorch 2025-04-25T04:46:28.2216433Z SCRIPT_HELPERS_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-04-25T04:46:28.2216923Z SHA1=b68c0effe97351b0c24b2f7aef671559be6aa977 2025-04-25T04:46:28.2217200Z SHARD_NUMBER=1 2025-04-25T04:46:28.2217388Z SHLVL=2 2025-04-25T04:46:28.2217621Z SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem 2025-04-25T04:46:28.2217945Z SYSTEMDRIVE=C: 2025-04-25T04:46:28.2218136Z SYSTEMROOT=C:\Windows 2025-04-25T04:46:28.2218364Z TEMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T04:46:28.2218650Z TERM=xterm-256color 2025-04-25T04:46:28.2218841Z TEST_CONFIG=default 2025-04-25T04:46:28.2219097Z TEST_DIR=C:/actions-runner/_work/pytorch/pytorch/test 2025-04-25T04:46:28.2219469Z TEST_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\test 2025-04-25T04:46:28.2219797Z TEST_SHOWLOCALS=False 2025-04-25T04:46:28.2220027Z TMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T04:46:28.2220330Z TMPDIR=C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T04:46:28.2220845Z TMP_DIR=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-04-25T04:46:28.2221274Z TMP_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp 2025-04-25T04:46:28.2221632Z TORCH_CUDA_ARCH_LIST=8.6 2025-04-25T04:46:28.2221855Z TORCH_SERIALIZATION_DEBUG=1 2025-04-25T04:46:28.2222100Z UCRTVersion=10.0.19041.0 2025-04-25T04:46:28.2222395Z UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-04-25T04:46:28.2222749Z UPDATEFILE=update.finished 2025-04-25T04:46:28.2222981Z USERDOMAIN=EC2AMAZ-DD9BHOF 2025-04-25T04:46:28.2223205Z USERNAME=runneruser 2025-04-25T04:46:28.2223408Z USERPROFILE=C:\Users\runneruser 2025-04-25T04:46:28.2223642Z USE_CUDA=0 2025-04-25T04:46:28.2224028Z VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\ 2025-04-25T04:46:28.2224640Z VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\ 2025-04-25T04:46:28.2225497Z VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\ 2025-04-25T04:46:28.2226378Z VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Redist\MSVC\14.29.30133\ 2025-04-25T04:46:28.2227227Z VCToolsVersion=14.29.30133 2025-04-25T04:46:28.2227613Z VC_PRODUCT=BuildTools 2025-04-25T04:46:28.2227972Z VC_VERSION= 2025-04-25T04:46:28.2228247Z VC_YEAR=2019 2025-04-25T04:46:28.2228458Z VERBOSE_ARG='SilentlyContinue' 2025-04-25T04:46:28.2228714Z VERBOSE_TEST_LOGS=False 2025-04-25T04:46:28.2228936Z VisualStudioVersion=16.0 2025-04-25T04:46:28.2229368Z VS160COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\ 2025-04-25T04:46:28.2229831Z VSCMD_ARG_app_plat=Desktop 2025-04-25T04:46:28.2230065Z VSCMD_ARG_HOST_ARCH=x64 2025-04-25T04:46:28.2230273Z VSCMD_ARG_TGT_ARCH=x64 2025-04-25T04:46:28.2230556Z VSCMD_VER=16.11.44 2025-04-25T04:46:28.2230886Z VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\ 2025-04-25T04:46:28.2231295Z VS_VERSION=16.8.6 2025-04-25T04:46:28.2231496Z WINDIR=C:\Windows 2025-04-25T04:46:28.2232052Z WindowsLibPath=C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0 2025-04-25T04:46:28.2232774Z WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\ 2025-04-25T04:46:28.2233257Z WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-04-25T04:46:28.2233648Z WindowsSDKLibVersion=10.0.19041.0\ 2025-04-25T04:46:28.2234050Z WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\ 2025-04-25T04:46:28.2234490Z WindowsSDKVersion=10.0.19041.0\ 2025-04-25T04:46:28.2234987Z WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\ 2025-04-25T04:46:28.2235729Z WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ 2025-04-25T04:46:28.2236444Z _=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_python_shard.bat 2025-04-25T04:46:28.2236937Z __CONDA_OPENSLL_CERT_FILE_SET="1" 2025-04-25T04:46:28.2237439Z __devinit_path=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit\devinit.exe 2025-04-25T04:46:28.2237951Z __DOTNET_ADD_64BIT=1 2025-04-25T04:46:28.2238170Z __DOTNET_PREFERRED_BITNESS=64 2025-04-25T04:46:28.2241559Z __VSCMD_PREINIT_PATH=C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-04-25T04:46:28.2244672Z 2025-04-25T04:46:28.2244918Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T04:46:28.2245340Z echo "setup pytorch env failed" 2025-04-25T04:46:28.2245592Z echo 0 2025-04-25T04:46:28.2245758Z exit /b 2025-04-25T04:46:28.2245928Z ) 2025-04-25T04:46:28.2246020Z 2025-04-25T04:46:28.2246173Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd test 2025-04-25T04:46:28.2246454Z 2025-04-25T04:46:28.2246857Z (base) C:\actions-runner\_work\pytorch\pytorch\test>set GFLAGS_EXE="C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" 2025-04-25T04:46:28.2247456Z 2025-04-25T04:46:28.2247936Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if "1" == "1" (if exist "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" ( 2025-04-25T04:46:28.2248608Z echo Some smoke tests 2025-04-25T04:46:28.2248995Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe +sls 2025-04-25T04:46:28.2249701Z python C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\run_python_nn_smoketests.py 2025-04-25T04:46:28.2250238Z if ERRORLEVEL 1 goto fail 2025-04-25T04:46:28.2250691Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe -sls 2025-04-25T04:46:28.2251152Z if ERRORLEVEL 1 goto fail 2025-04-25T04:46:28.2251368Z ) ) 2025-04-25T04:46:28.2251526Z Some smoke tests 2025-04-25T04:46:28.2251834Z Current Registry Settings for python.exe executable are: 00000002 2025-04-25T04:46:28.2252207Z sls - Show Loader Snaps 2025-04-25T04:46:36.7250345Z Checking that torch is available 2025-04-25T04:46:36.7250728Z Command: python -c import torch 2025-04-25T04:46:36.7250994Z Checking that MKL is available 2025-04-25T04:46:36.7251416Z Command: python -c import torch; exit(0 if torch.backends.mkl.is_available() else 1) 2025-04-25T04:46:36.7363017Z Current Registry Settings for python.exe executable are: 00000000 2025-04-25T04:46:36.7375690Z 2025-04-25T04:46:36.7376051Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Copying over test times file 2025-04-25T04:46:36.7377287Z Copying over test times file 2025-04-25T04:46:36.7378702Z 2025-04-25T04:46:36.7379368Z (base) C:\actions-runner\_work\pytorch\pytorch\test>robocopy /E "C:\14656749847\build-results\\.additional_ci_files" "C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files" 2025-04-25T04:46:36.7512603Z 2025-04-25T04:46:36.7513072Z ------------------------------------------------------------------------------- 2025-04-25T04:46:36.7518883Z ROBOCOPY :: Robust File Copy for Windows 2025-04-25T04:46:36.7519409Z ------------------------------------------------------------------------------- 2025-04-25T04:46:36.7519677Z 2025-04-25T04:46:36.7519806Z Started : Friday, April 25, 2025 4:46:36 AM 2025-04-25T04:46:36.7520158Z Source : C:\14656749847\build-results\.additional_ci_files\ 2025-04-25T04:46:36.7520604Z Dest : C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2025-04-25T04:46:36.7520896Z 2025-04-25T04:46:36.7520970Z Files : *.* 2025-04-25T04:46:36.7521159Z 2025-04-25T04:46:36.7521397Z Options : *.* /S /E /DCOPY:DA /COPY:DAT /R:1000000 /W:30 2025-04-25T04:46:36.7521634Z 2025-04-25T04:46:36.7521786Z ------------------------------------------------------------------------------ 2025-04-25T04:46:36.7523091Z 2025-04-25T04:46:36.7529295Z 2 C:\14656749847\build-results\.additional_ci_files\ 2025-04-25T04:46:36.7530146Z *EXTRA File 70061 td_results.json 2025-04-25T04:46:36.7538421Z New File 5.6 m test-class-times.json 2025-04-25T04:46:36.7541317Z 8% 2025-04-25T04:46:36.7544624Z 17% 2025-04-25T04:46:36.7547452Z 26% 2025-04-25T04:46:36.7550851Z 35% 2025-04-25T04:46:36.7553671Z 44% 2025-04-25T04:46:36.7557029Z 53% 2025-04-25T04:46:36.7559778Z 62% 2025-04-25T04:46:36.7563121Z 70% 2025-04-25T04:46:36.7565927Z 79% 2025-04-25T04:46:36.7569347Z 88% 2025-04-25T04:46:36.7570842Z 97% 2025-04-25T04:46:36.7572791Z 100% 2025-04-25T04:46:36.7581696Z New File 1.5 m test-times.json 2025-04-25T04:46:36.7583126Z 16% 2025-04-25T04:46:36.7584840Z 32% 2025-04-25T04:46:36.7586275Z 48% 2025-04-25T04:46:36.7588486Z 64% 2025-04-25T04:46:36.7590063Z 80% 2025-04-25T04:46:36.7590793Z 96% 2025-04-25T04:46:36.7593216Z 100% 2025-04-25T04:46:36.7593493Z 2025-04-25T04:46:36.7593694Z ------------------------------------------------------------------------------ 2025-04-25T04:46:36.7593983Z 2025-04-25T04:46:36.7595102Z Total Copied Skipped Mismatch FAILED Extras 2025-04-25T04:46:36.7595901Z Dirs : 1 0 1 0 0 0 2025-04-25T04:46:36.7596906Z Files : 2 2 0 0 0 1 2025-04-25T04:46:36.7597632Z Bytes : 7.18 m 7.18 m 0 0 0 68.4 k 2025-04-25T04:46:36.7598461Z Times : 0:00:00 0:00:00 0:00:00 0:00:00 2025-04-25T04:46:36.7598708Z 2025-04-25T04:46:36.7599385Z 2025-04-25T04:46:36.7600822Z Speed : 1076370857 Bytes/sec. 2025-04-25T04:46:36.7601647Z Speed : 61590.434 MegaBytes/min. 2025-04-25T04:46:36.7602091Z Ended : Friday, April 25, 2025 4:46:36 AM 2025-04-25T04:46:36.7602449Z 2025-04-25T04:46:36.7616975Z 2025-04-25T04:46:36.7617381Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Run nn tests 2025-04-25T04:46:36.7617799Z Run nn tests 2025-04-25T04:46:36.7619153Z 2025-04-25T04:46:36.7619895Z (base) C:\actions-runner\_work\pytorch\pytorch\test>python run_test.py --exclude-jit-executor --exclude-distributed-tests --shard "1" "3" --verbose 2025-04-25T04:46:36.9322655Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T04:46:36.9323493Z import pkg_resources 2025-04-25T04:46:43.8944801Z Found test times from artifacts 2025-04-25T04:46:44.0051624Z Found test times from artifacts 2025-04-25T04:46:44.0084870Z Running 25% of tests based on TD 2025-04-25T04:46:44.0508652Z Running parallel tests on 3 processes 2025-04-25T04:46:44.0513074Z Name: tests to run (est. time: 27.93min) 2025-04-25T04:46:44.0513353Z Serial tests (3): 2025-04-25T04:46:44.0513587Z inductor/test_max_autotune 1/1 2025-04-25T04:46:44.0513851Z inductor/test_cutlass_backend 1/1 2025-04-25T04:46:44.0514166Z inductor/test_benchmark_fusion 1/1 2025-04-25T04:46:44.0514454Z Parallel tests (41): 2025-04-25T04:46:44.0514700Z test_public_bindings 1/1 2025-04-25T04:46:44.0514955Z inductor/test_torchinductor 1/1 2025-04-25T04:46:44.0515239Z inductor/test_compiled_autograd 1/1 2025-04-25T04:46:44.0515517Z inductor/test_cuda_repro 1/1 2025-04-25T04:46:44.0515764Z inductor/test_smoke 1/1 2025-04-25T04:46:44.0516034Z inductor/test_compiled_optimizers 1/1 2025-04-25T04:46:44.0516312Z inductor/test_config 1/1 2025-04-25T04:46:44.0516560Z inductor/test_cudagraph_trees 1/1 2025-04-25T04:46:44.0516828Z dynamo/test_dynamic_shapes 1/1 2025-04-25T04:46:44.0517092Z inductor/test_fused_attention 1/1 2025-04-25T04:46:44.0517360Z inductor/test_custom_lowering 1/1 2025-04-25T04:46:44.0517626Z inductor/test_layout_optim 1/1 2025-04-25T04:46:44.0517878Z inductor/test_binary_folding 1/1 2025-04-25T04:46:44.0518137Z dynamo/test_backends 1/1 2025-04-25T04:46:44.0518362Z dynamo/test_exc 1/1 2025-04-25T04:46:44.0518588Z dynamo/test_ctx_manager 1/1 2025-04-25T04:46:44.0518826Z test_decomp 3/14 2025-04-25T04:46:44.0519024Z test_decomp 4/14 2025-04-25T04:46:44.0519224Z test_decomp 5/14 2025-04-25T04:46:44.0519421Z test_decomp 12/14 2025-04-25T04:46:44.0519625Z test_decomp 13/14 2025-04-25T04:46:44.0519815Z test_decomp 14/14 2025-04-25T04:46:44.0520048Z inductor/test_decompose_mem_bound_mm 1/1 2025-04-25T04:46:44.0520343Z inductor/test_cpu_cpp_wrapper 1/1 2025-04-25T04:46:44.0520620Z functorch/test_aotdispatch 5/6 2025-04-25T04:46:44.0520874Z inductor/test_triton_syntax 1/1 2025-04-25T04:46:44.0521133Z inductor/test_utils 1/1 2025-04-25T04:46:44.0521391Z inductor/test_triton_extension_backend 1/1 2025-04-25T04:46:44.0521678Z inductor/test_b2b_gemm 1/1 2025-04-25T04:46:44.0521925Z export/test_retraceability 1/1 2025-04-25T04:46:44.0522188Z inductor/test_op_completeness 1/1 2025-04-25T04:46:44.0522480Z export/test_unflatten_training_ir 1/1 2025-04-25T04:46:44.0522760Z inductor/test_debug_trace 1/1 2025-04-25T04:46:44.0523180Z inductor/test_combo_kernels 1/1 2025-04-25T04:46:44.0523448Z inductor/test_aot_inductor_arrayref 1/1 2025-04-25T04:46:44.0523861Z dynamo/test_frame_init 1/1 2025-04-25T04:46:44.0524118Z dynamo/test_skip_guard_eval_unsafe 1/1 2025-04-25T04:46:44.0524403Z inductor/test_xpu_basic 1/1 2025-04-25T04:46:44.0524649Z dynamo/test_utils 1/1 2025-04-25T04:46:44.0524869Z inductor/test_fp8 1/1 2025-04-25T04:46:44.0525093Z dynamo/test_nops 1/1 2025-04-25T04:46:44.0525360Z Name: excluded (est. time: 66.54min) 2025-04-25T04:46:44.0525609Z Serial tests (46): 2025-04-25T04:46:44.0525835Z test_multiprocessing 1/2 2025-04-25T04:46:44.0526177Z test_multiprocessing 2/2 2025-04-25T04:46:44.0526412Z test_utils 1/1 2025-04-25T04:46:44.0526604Z test_reductions 1/1 2025-04-25T04:46:44.0526828Z test_cpp_extensions_jit 1/1 2025-04-25T04:46:44.0527061Z test_nn 1/1 2025-04-25T04:46:44.0527797Z test_multiprocessing_spawn 1/1 2025-04-25T04:46:44.0528081Z distributions/test_distributions 1/1 2025-04-25T04:46:44.0528366Z test_dispatch 1/1 2025-04-25T04:46:44.0528588Z nn/test_pooling 1/1 2025-04-25T04:46:44.0528813Z test_tensor_creation_ops 1/1 2025-04-25T04:46:44.0529051Z test_fx 1/1 2025-04-25T04:46:44.0529238Z test_tensorexpr 1/1 2025-04-25T04:46:44.0529456Z nn/test_convolution 1/1 2025-04-25T04:46:44.0529729Z test_cpp_extensions_open_device_registration 1/1 2025-04-25T04:46:44.0530050Z test_spectral_ops 1/1 2025-04-25T04:46:44.0530285Z test_transformers_privateuse1 1/1 2025-04-25T04:46:44.0530544Z test_torch 1/1 2025-04-25T04:46:44.0530737Z test_python_dispatch 1/1 2025-04-25T04:46:44.0530977Z test_cpp_api_parity 1/1 2025-04-25T04:46:44.0531200Z test_openreg 1/1 2025-04-25T04:46:44.0531404Z test_overrides 1/1 2025-04-25T04:46:44.0531609Z test_fake_tensor 1/1 2025-04-25T04:46:44.0531822Z test_sort_and_select 1/1 2025-04-25T04:46:44.0532068Z test_namedtuple_return_api 1/1 2025-04-25T04:46:44.0532347Z functorch/test_memory_efficient_fusion 1/1 2025-04-25T04:46:44.0532631Z test_autocast 1/1 2025-04-25T04:46:44.0532842Z test_mobile_optimizer 1/1 2025-04-25T04:46:44.0533083Z test_jit_disabled 1/1 2025-04-25T04:46:44.0533304Z test_autograd_fallback 1/1 2025-04-25T04:46:44.0533544Z test_native_mha 1/1 2025-04-25T04:46:44.0533753Z test_extension_utils 1/1 2025-04-25T04:46:44.0534007Z test_cpp_extensions_aot_no_ninja 1/1 2025-04-25T04:46:44.0534297Z test_cpp_extensions_aot_ninja 1/1 2025-04-25T04:46:44.0534573Z test_cpp_extensions_mtia_backend 1/1 2025-04-25T04:46:44.0534842Z test_show_pickle 1/1 2025-04-25T04:46:44.0535080Z test_cpp_extensions_stream_and_event 1/1 2025-04-25T04:46:44.0535370Z inductor/test_flex_attention 1/1 2025-04-25T04:46:44.0535642Z inductor/test_distributed_patterns 1/1 2025-04-25T04:46:44.0535929Z test_ci_sanity_check_fail 1/1 2025-04-25T04:46:44.0536174Z test_cuda_trace 1/1 2025-04-25T04:46:44.0536395Z test_cuda_primary_ctx 1/1 2025-04-25T04:46:44.0536631Z test_cuda_nvml_based_avail 1/1 2025-04-25T04:46:44.0536894Z test_autoload_disable 1/1 2025-04-25T04:46:44.0537121Z doctests 1/1 2025-04-25T04:46:44.0537314Z test_autoload_enable 1/1 2025-04-25T04:46:44.0537550Z Parallel tests (51): 2025-04-25T04:46:44.0537758Z test_schema_check 1/1 2025-04-25T04:46:44.0537983Z test_transformers 4/4 2025-04-25T04:46:44.0538193Z test_ops_jit 1/3 2025-04-25T04:46:44.0538394Z test_ops_jit 2/3 2025-04-25T04:46:44.0538596Z functorch/test_vmap 2/2 2025-04-25T04:46:44.0538823Z test_sparse 1/2 2025-04-25T04:46:44.0539010Z test_sparse 2/2 2025-04-25T04:46:44.0539211Z test_unary_ufuncs 2/2 2025-04-25T04:46:44.0539420Z test_linalg 1/1 2025-04-25T04:46:44.0539623Z test_sparse_csr 1/1 2025-04-25T04:46:44.0539838Z test_mkldnn_fusion 1/1 2025-04-25T04:46:44.0540053Z nn/test_init 1/1 2025-04-25T04:46:44.0540350Z test_binary_ufuncs 1/1 2025-04-25T04:46:44.0540584Z dynamo/test_pre_dispatch 1/1 2025-04-25T04:46:44.0540846Z dynamo/test_recompiles 1/1 2025-04-25T04:46:44.0541209Z inductor/test_memory_planning 1/1 2025-04-25T04:46:44.0541496Z inductor/test_multi_kernel 1/1 2025-04-25T04:46:44.0541771Z inductor/test_graph_transform_observer 1/1 2025-04-25T04:46:44.0542078Z inductor/test_inplace_padding 1/1 2025-04-25T04:46:44.0542349Z inductor/test_op_dtype_prop 1/1 2025-04-25T04:46:44.0542615Z inductor/test_fuzzer 1/1 2025-04-25T04:46:44.0542861Z inductor/test_torchbind 1/1 2025-04-25T04:46:44.0543117Z dynamo/test_graph_deduplication 1/1 2025-04-25T04:46:44.0543401Z inductor/test_async_compile 1/1 2025-04-25T04:46:44.0543670Z dynamo/test_pgo 1/1 2025-04-25T04:46:44.0543890Z dynamo/test_dicts 1/1 2025-04-25T04:46:44.0544126Z inductor/test_auto_functionalize 1/1 2025-04-25T04:46:44.0544469Z inductor/test_codecache 1/1 2025-04-25T04:46:44.0544703Z dynamo/test_sources 1/1 2025-04-25T04:46:44.0544939Z dynamo/test_optimizers 1/1 2025-04-25T04:46:44.0545217Z dynamo/test_backward_higher_order_ops 1/1 2025-04-25T04:46:44.0545502Z dynamo/test_base_hop 1/1 2025-04-25T04:46:44.0545747Z dynamo/test_debug_utils 1/1 2025-04-25T04:46:44.0545999Z dynamo/test_python_dispatcher 1/1 2025-04-25T04:46:44.0546263Z inductor/test_mps_basic 1/1 2025-04-25T04:46:44.0546496Z dynamo/test_trace_rules 1/1 2025-04-25T04:46:44.0546800Z inductor/test_cudagraph_trees_expandable_segments 1/1 2025-04-25T04:46:44.0547130Z dynamo/test_torchrec 1/1 2025-04-25T04:46:44.0547376Z dynamo/test_error_messages 1/1 2025-04-25T04:46:44.0547637Z dynamo/test_guard_manager 1/1 2025-04-25T04:46:44.0547883Z dynamo/test_minifier 1/1 2025-04-25T04:46:44.0548142Z test_appending_byte_serializer 1/1 2025-04-25T04:46:44.0548408Z functorch/test_ac 1/1 2025-04-25T04:46:44.0548638Z lazy/test_meta_kernel 1/1 2025-04-25T04:46:44.0548877Z test_cuda_sanitizer 1/1 2025-04-25T04:46:44.0549118Z dynamo/test_generator_stop 1/1 2025-04-25T04:46:44.0549375Z export/test_export_strict 1/1 2025-04-25T04:46:44.0549639Z inductor/test_online_softmax 1/1 2025-04-25T04:46:44.0549895Z test_accelerator 1/1 2025-04-25T04:46:44.0550121Z optim/test_swa_utils 1/1 2025-04-25T04:46:44.0550353Z lazy/test_bindings 1/1 2025-04-25T04:46:44.4067632Z Running inductor/test_max_autotune 1/1 ... [2025-04-25 04:46:44.406007] 2025-04-25T04:46:44.4068382Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:46:44.4078933Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_max_autotune.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:46:44.406007] 2025-04-25T04:46:44.4080656Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T04:46:44.4081471Z Ignoring disabled issues: [''] 2025-04-25T04:47:10.4197569Z 2025-04-25T04:47:10.4198533Z inductor/test_max_autotune 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_max_autotune_1.1_e67f3b0096ecc7ec_.log 2025-04-25T04:47:10.4199202Z 2025-04-25T04:47:10.4203152Z Running inductor/test_cutlass_backend 1/1 ... [2025-04-25 04:47:10.420128] 2025-04-25T04:47:10.4203657Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:47:10.4209713Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_cutlass_backend.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:47:10.420728] 2025-04-25T04:47:20.3369929Z 2025-04-25T04:47:20.3370928Z inductor/test_cutlass_backend 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_cutlass_backend_1.1_4fa1f6d29003883c_.log 2025-04-25T04:47:20.3371798Z 2025-04-25T04:47:20.3375644Z Running inductor/test_benchmark_fusion 1/1 ... [2025-04-25 04:47:20.329604] 2025-04-25T04:47:20.3376122Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:47:20.3381376Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_benchmark_fusion.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:47:20.329604] 2025-04-25T04:47:30.3887789Z 2025-04-25T04:47:30.3888875Z inductor/test_benchmark_fusion 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_benchmark_fusion_1.1_9a12a14dff77ffc0_.log 2025-04-25T04:47:30.3889603Z 2025-04-25T04:47:30.3893342Z Running test_public_bindings 1/1 ... [2025-04-25 04:47:30.389095] 2025-04-25T04:47:30.3893929Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:47:30.3899304Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_public_bindings.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:47:30.389656] 2025-04-25T04:47:34.9633986Z 2025-04-25T04:47:34.9635148Z test_public_bindings 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_public_bindings_1.1_2b8e1b54e06a1576_.log 2025-04-25T04:47:34.9635870Z Running 0 items in this shard: 2025-04-25T04:47:34.9636039Z 2025-04-25T04:47:34.9640899Z Running inductor/test_torchinductor 1/1 ... [2025-04-25 04:47:34.957081] 2025-04-25T04:47:34.9641361Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:47:34.9647299Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:47:34.957081] 2025-04-25T04:47:44.9852263Z 2025-04-25T04:47:44.9853197Z inductor/test_torchinductor 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_1.1_741a9c2c6623df3b_.log 2025-04-25T04:47:44.9853945Z 2025-04-25T04:47:44.9857643Z Running inductor/test_compiled_autograd 1/1 ... [2025-04-25 04:47:44.985415] 2025-04-25T04:47:44.9858083Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:47:44.9864154Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_compiled_autograd.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:47:44.986009] 2025-04-25T04:47:58.7514330Z 2025-04-25T04:47:58.7515280Z inductor/test_compiled_autograd 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_compiled_autograd_1.1_4a867303a50b57ad_.log 2025-04-25T04:47:58.7516027Z 2025-04-25T04:47:58.7520694Z Running inductor/test_cuda_repro 1/1 ... [2025-04-25 04:47:58.751739] 2025-04-25T04:47:58.7521108Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:47:58.7528498Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_cuda_repro.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:47:58.752314] 2025-04-25T04:48:08.4514649Z 2025-04-25T04:48:08.4515678Z inductor/test_cuda_repro 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_cuda_repro_1.1_a335f750ad7ea867_.log 2025-04-25T04:48:08.4516341Z 2025-04-25T04:48:08.4520317Z Running inductor/test_smoke 1/1 ... [2025-04-25 04:48:08.449584] 2025-04-25T04:48:08.4520763Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:48:08.4526778Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_smoke.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:48:08.449584] 2025-04-25T04:48:18.3813016Z 2025-04-25T04:48:18.3814130Z inductor/test_smoke 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_smoke_1.1_d48415783806819b_.log 2025-04-25T04:48:18.3814827Z 2025-04-25T04:48:18.3818232Z Running inductor/test_compiled_optimizers 1/1 ... [2025-04-25 04:48:18.381421] 2025-04-25T04:48:18.3818677Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:48:18.3824688Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_compiled_optimizers.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:48:18.381984] 2025-04-25T04:48:29.7066022Z 2025-04-25T04:48:29.7067001Z inductor/test_compiled_optimizers 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_compiled_optimizers_1.1_ef30bda75009f1c2_.log 2025-04-25T04:48:29.7067730Z 2025-04-25T04:48:29.7072429Z Running inductor/test_config 1/1 ... [2025-04-25 04:48:29.706892] 2025-04-25T04:48:29.7074591Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:48:29.7079997Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_config.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:48:29.707464] 2025-04-25T04:48:39.6086417Z 2025-04-25T04:48:39.6087311Z inductor/test_config 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_config_1.1_8b2be128a3ec58a9_.log 2025-04-25T04:48:39.6088068Z 2025-04-25T04:48:39.6092730Z Running inductor/test_cudagraph_trees 1/1 ... [2025-04-25 04:48:39.608787] 2025-04-25T04:48:39.6093189Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:48:39.6101692Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_cudagraph_trees.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:48:39.609941] 2025-04-25T04:48:45.1260264Z 2025-04-25T04:48:45.1261329Z inductor/test_cudagraph_trees 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_cudagraph_trees_1.1_c81351743f4f8fa5_.log 2025-04-25T04:48:45.1262023Z 2025-04-25T04:48:45.1265732Z Running dynamo/test_dynamic_shapes 1/1 ... [2025-04-25 04:48:45.125073] 2025-04-25T04:48:45.1266184Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:48:45.1276821Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_dynamic_shapes.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:48:45.125073] 2025-04-25T04:48:56.7144387Z 2025-04-25T04:48:56.7145309Z dynamo/test_dynamic_shapes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_dynamic_shapes_1.1_83d82f6425e7d085_.log 2025-04-25T04:48:56.7145985Z 2025-04-25T04:48:56.7149886Z Running inductor/test_fused_attention 1/1 ... [2025-04-25 04:48:56.710152] 2025-04-25T04:48:56.7150325Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:48:56.7156082Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_fused_attention.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:48:56.710152] 2025-04-25T04:49:06.5471511Z 2025-04-25T04:49:06.5472732Z inductor/test_fused_attention 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_fused_attention_1.1_3522a6b8051c9e2d_.log 2025-04-25T04:49:06.5473451Z 2025-04-25T04:49:06.5476969Z Running inductor/test_custom_lowering 1/1 ... [2025-04-25 04:49:06.546459] 2025-04-25T04:49:06.5477428Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:49:06.5483209Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_custom_lowering.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:49:06.548049] 2025-04-25T04:49:16.2908101Z 2025-04-25T04:49:16.2909298Z inductor/test_custom_lowering 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_custom_lowering_1.1_7f46b52ba07116ba_.log 2025-04-25T04:49:16.2910188Z 2025-04-25T04:49:16.2913377Z Running inductor/test_layout_optim 1/1 ... [2025-04-25 04:49:16.290160] 2025-04-25T04:49:16.2913804Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:49:16.2919804Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_layout_optim.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:49:16.290160] 2025-04-25T04:49:26.0157024Z 2025-04-25T04:49:26.0158063Z inductor/test_layout_optim 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_layout_optim_1.1_e583562a0bef820e_.log 2025-04-25T04:49:26.0158757Z 2025-04-25T04:49:26.0162230Z Running inductor/test_binary_folding 1/1 ... [2025-04-25 04:49:26.015068] 2025-04-25T04:49:26.0162668Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:49:26.0168644Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_binary_folding.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:49:26.016719] 2025-04-25T04:49:35.9772573Z 2025-04-25T04:49:35.9773787Z inductor/test_binary_folding 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_binary_folding_1.1_deb29a63753c5774_.log 2025-04-25T04:49:35.9774513Z 2025-04-25T04:49:35.9777640Z Running dynamo/test_backends 1/1 ... [2025-04-25 04:49:35.975558] 2025-04-25T04:49:35.9778050Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:49:35.9784528Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_backends.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:49:35.975558] 2025-04-25T04:49:45.6214454Z 2025-04-25T04:49:45.6215432Z dynamo/test_backends 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_backends_1.1_d351aa2749d5e574_.log 2025-04-25T04:49:45.6216064Z 2025-04-25T04:49:45.6219755Z Running dynamo/test_exc 1/1 ... [2025-04-25 04:49:45.621492] 2025-04-25T04:49:45.6220122Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:49:45.6226280Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_exc.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:49:45.622066] 2025-04-25T04:49:50.2829294Z 2025-04-25T04:49:50.2830417Z dynamo/test_exc 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_exc_1.1_38cb170b73022ff9_.log 2025-04-25T04:49:50.2831011Z 2025-04-25T04:49:50.2834476Z Running dynamo/test_ctx_manager 1/1 ... [2025-04-25 04:49:50.282980] 2025-04-25T04:49:50.2835071Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:49:50.2841170Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_ctx_manager.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:49:50.283557] 2025-04-25T04:50:00.2168188Z 2025-04-25T04:50:00.2169148Z dynamo/test_ctx_manager 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_ctx_manager_1.1_adc9604b0e4f2328_.log 2025-04-25T04:50:00.2169877Z 2025-04-25T04:50:00.2174079Z Running test_decomp 3/14 ... [2025-04-25 04:50:00.217343] 2025-04-25T04:50:00.2174523Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:50:00.2181228Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_decomp.py', '-m', 'serial', '--shard-id=3', '--num-shards=14', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:50:00.217973] 2025-04-25T04:50:09.0102453Z 2025-04-25T04:50:09.0103309Z test_decomp 3/14 was successful, full logs can be found in artifacts with path test/test-reports/test_decomp_3.14_43ab2b2bcbafa254_.log 2025-04-25T04:50:09.0104894Z Running 0 items in this shard: 2025-04-25T04:50:09.0105115Z 2025-04-25T04:50:09.0108460Z Running test_decomp 4/14 ... [2025-04-25 04:50:09.010432] 2025-04-25T04:50:09.0108836Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:50:09.0114955Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_decomp.py', '-m', 'serial', '--shard-id=4', '--num-shards=14', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:50:09.011008] 2025-04-25T04:50:17.3494192Z 2025-04-25T04:50:17.3495128Z test_decomp 4/14 was successful, full logs can be found in artifacts with path test/test-reports/test_decomp_4.14_fc9a22b41e3389f3_.log 2025-04-25T04:50:17.3495834Z Running 0 items in this shard: 2025-04-25T04:50:17.3496009Z 2025-04-25T04:50:17.3499558Z Running test_decomp 5/14 ... [2025-04-25 04:50:17.341285] 2025-04-25T04:50:17.3499927Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:50:17.3506251Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_decomp.py', '-m', 'serial', '--shard-id=5', '--num-shards=14', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:50:17.341285] 2025-04-25T04:50:25.8368896Z 2025-04-25T04:50:25.8369754Z test_decomp 5/14 was successful, full logs can be found in artifacts with path test/test-reports/test_decomp_5.14_e743daec1facd15a_.log 2025-04-25T04:50:25.8370404Z Running 0 items in this shard: 2025-04-25T04:50:25.8370579Z 2025-04-25T04:50:25.8374241Z Running test_decomp 12/14 ... [2025-04-25 04:50:25.833327] 2025-04-25T04:50:25.8374635Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:50:25.8380810Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_decomp.py', '-m', 'serial', '--shard-id=12', '--num-shards=14', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:50:25.833327] 2025-04-25T04:50:34.4588196Z 2025-04-25T04:50:34.4589202Z test_decomp 12/14 was successful, full logs can be found in artifacts with path test/test-reports/test_decomp_12.14_88482038af57d44b_.log 2025-04-25T04:50:34.4589870Z Running 0 items in this shard: 2025-04-25T04:50:34.4593364Z 2025-04-25T04:50:34.4593519Z Running test_decomp 13/14 ... [2025-04-25 04:50:34.452844] 2025-04-25T04:50:34.4593895Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:50:34.4599796Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_decomp.py', '-m', 'serial', '--shard-id=13', '--num-shards=14', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:50:34.452844] 2025-04-25T04:50:42.9808526Z 2025-04-25T04:50:42.9809772Z test_decomp 13/14 was successful, full logs can be found in artifacts with path test/test-reports/test_decomp_13.14_508661167cf35f37_.log 2025-04-25T04:50:42.9810459Z Running 0 items in this shard: 2025-04-25T04:50:42.9810634Z 2025-04-25T04:50:42.9815564Z Running test_decomp 14/14 ... [2025-04-25 04:50:42.981226] 2025-04-25T04:50:42.9815928Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:50:42.9824350Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_decomp.py', '-m', 'serial', '--shard-id=14', '--num-shards=14', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:50:42.981922] 2025-04-25T04:50:51.3821201Z 2025-04-25T04:50:51.3822012Z test_decomp 14/14 was successful, full logs can be found in artifacts with path test/test-reports/test_decomp_14.14_55402e74f241c426_.log 2025-04-25T04:50:51.3822928Z Running 0 items in this shard: 2025-04-25T04:50:51.3823108Z 2025-04-25T04:50:51.3826714Z Running inductor/test_decompose_mem_bound_mm 1/1 ... [2025-04-25 04:50:51.381069] 2025-04-25T04:50:51.3827173Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:50:51.3838840Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_decompose_mem_bound_mm.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:50:51.381069] 2025-04-25T04:51:01.2582459Z 2025-04-25T04:51:01.2583752Z inductor/test_decompose_mem_bound_mm 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_decompose_mem_bound_mm_1.1_e9564b58cfea07ec_.log 2025-04-25T04:51:01.2584521Z 2025-04-25T04:51:01.2587916Z Running inductor/test_cpu_cpp_wrapper 1/1 ... [2025-04-25 04:51:01.253620] 2025-04-25T04:51:01.2588429Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:51:01.2606383Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_cpu_cpp_wrapper.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:51:01.253620] 2025-04-25T04:51:11.7213114Z 2025-04-25T04:51:11.7214114Z inductor/test_cpu_cpp_wrapper 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_cpu_cpp_wrapper_1.1_f65499bc81261a7f_.log 2025-04-25T04:51:11.7214816Z 2025-04-25T04:51:11.7218196Z Running functorch/test_aotdispatch 5/6 ... [2025-04-25 04:51:11.719804] 2025-04-25T04:51:11.7218680Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:51:11.7224737Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_aotdispatch.py', '-m', 'serial', '--shard-id=5', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:51:11.721915] 2025-04-25T04:51:18.7000058Z 2025-04-25T04:51:18.7001064Z functorch/test_aotdispatch 5/6 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_aotdispatch_5.6_9024714aa683c925_.log 2025-04-25T04:51:18.7001858Z Running 0 items in this shard: 2025-04-25T04:51:18.7002036Z 2025-04-25T04:51:18.7005950Z Running inductor/test_triton_syntax 1/1 ... [2025-04-25 04:51:18.699599] 2025-04-25T04:51:18.7006415Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:51:18.7013280Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_triton_syntax.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:51:18.700710] 2025-04-25T04:51:28.3809480Z 2025-04-25T04:51:28.3810563Z inductor/test_triton_syntax 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_triton_syntax_1.1_ff782bde9086ae66_.log 2025-04-25T04:51:28.3811404Z 2025-04-25T04:51:28.3814594Z Running inductor/test_utils 1/1 ... [2025-04-25 04:51:28.373001] 2025-04-25T04:51:28.3814996Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:51:28.3820948Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_utils.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:51:28.373001] 2025-04-25T04:51:32.7245915Z 2025-04-25T04:51:32.7246712Z inductor/test_utils 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_utils_1.1_a2249ab0a9cbe9df_.log 2025-04-25T04:51:32.7247338Z 2025-04-25T04:51:32.7251499Z Running inductor/test_triton_extension_backend 1/1 ... [2025-04-25 04:51:32.724560] 2025-04-25T04:51:32.7252162Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:51:32.7257896Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_triton_extension_backend.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:51:32.725142] 2025-04-25T04:51:42.5553936Z 2025-04-25T04:51:42.5555288Z inductor/test_triton_extension_backend 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_triton_extension_backend_1.1_3a9a6269188e4971_.log 2025-04-25T04:51:42.5556203Z 2025-04-25T04:51:42.5559353Z Running inductor/test_b2b_gemm 1/1 ... [2025-04-25 04:51:42.555702] 2025-04-25T04:51:42.5559780Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:51:42.5566169Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_b2b_gemm.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:51:42.556261] 2025-04-25T04:51:52.3711705Z 2025-04-25T04:51:52.3712551Z inductor/test_b2b_gemm 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_b2b_gemm_1.1_c99f39f5b35fe170_.log 2025-04-25T04:51:52.3713191Z 2025-04-25T04:51:52.3716930Z Running export/test_retraceability 1/1 ... [2025-04-25 04:51:52.366995] 2025-04-25T04:51:52.3717348Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:51:52.3723358Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'export/test_retraceability.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:51:52.366995] 2025-04-25T04:52:02.1270266Z 2025-04-25T04:52:02.1271532Z export/test_retraceability 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_retraceability_1.1_641698bf0b6fc129_.log 2025-04-25T04:52:02.1272303Z 2025-04-25T04:52:02.1275837Z Running inductor/test_op_completeness 1/1 ... [2025-04-25 04:52:02.127177] 2025-04-25T04:52:02.1276317Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:52:02.1281983Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_op_completeness.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:52:02.127743] 2025-04-25T04:52:06.6639747Z 2025-04-25T04:52:06.6640866Z inductor/test_op_completeness 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_op_completeness_1.1_1f0e1aa7c1739312_.log 2025-04-25T04:52:06.6641589Z 2025-04-25T04:52:06.6645550Z Running export/test_unflatten_training_ir 1/1 ... [2025-04-25 04:52:06.663904] 2025-04-25T04:52:06.6646228Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:52:06.6651868Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'export/test_unflatten_training_ir.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:52:06.664472] 2025-04-25T04:52:11.0509834Z 2025-04-25T04:52:11.0511180Z export/test_unflatten_training_ir 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_unflatten_training_ir_1.1_dc3ea9c9301b83dd_.log 2025-04-25T04:52:11.0511973Z 2025-04-25T04:52:11.0515035Z Running inductor/test_debug_trace 1/1 ... [2025-04-25 04:52:11.051119] 2025-04-25T04:52:11.0515476Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:52:11.0521409Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_debug_trace.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:52:11.051682] 2025-04-25T04:52:20.9528206Z 2025-04-25T04:52:20.9529272Z inductor/test_debug_trace 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_debug_trace_1.1_01e0f3f0e236b215_.log 2025-04-25T04:52:20.9529939Z 2025-04-25T04:52:20.9533328Z Running inductor/test_combo_kernels 1/1 ... [2025-04-25 04:52:20.939035] 2025-04-25T04:52:20.9533771Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:52:20.9539912Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_combo_kernels.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:52:20.939035] 2025-04-25T04:52:30.7042862Z 2025-04-25T04:52:30.7043982Z inductor/test_combo_kernels 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_combo_kernels_1.1_2131abb425c5c702_.log 2025-04-25T04:52:30.7044702Z 2025-04-25T04:52:30.7048838Z Running inductor/test_aot_inductor_arrayref 1/1 ... [2025-04-25 04:52:30.701612] 2025-04-25T04:52:30.7049334Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:52:30.7054793Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_aot_inductor_arrayref.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:52:30.701612] 2025-04-25T04:52:35.0989575Z 2025-04-25T04:52:35.0990606Z inductor/test_aot_inductor_arrayref 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_arrayref_1.1_d3a5165fbe6a420d_.log 2025-04-25T04:52:35.0991395Z 2025-04-25T04:52:35.0994957Z Running dynamo/test_frame_init 1/1 ... [2025-04-25 04:52:35.099075] 2025-04-25T04:52:35.0995414Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:52:35.1001279Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_frame_init.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:52:35.099673] 2025-04-25T04:52:39.6274569Z 2025-04-25T04:52:39.6275693Z dynamo/test_frame_init 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_frame_init_1.1_5104e0ccd3feb409_.log 2025-04-25T04:52:39.6276431Z 2025-04-25T04:52:39.6281006Z Running dynamo/test_skip_guard_eval_unsafe 1/1 ... [2025-04-25 04:52:39.627617] 2025-04-25T04:52:39.6281484Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:52:39.6294258Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_skip_guard_eval_unsafe.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:52:39.628773] 2025-04-25T04:52:44.0024084Z 2025-04-25T04:52:44.0025982Z dynamo/test_skip_guard_eval_unsafe 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_skip_guard_eval_unsafe_1.1_0525362a782728bc_.log 2025-04-25T04:52:44.0026801Z 2025-04-25T04:52:44.0029418Z Running inductor/test_xpu_basic 1/1 ... [2025-04-25 04:52:44.002699] 2025-04-25T04:52:44.0029822Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:52:44.0036277Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_xpu_basic.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:52:44.003283] 2025-04-25T04:52:54.2366255Z 2025-04-25T04:52:54.2367295Z inductor/test_xpu_basic 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_xpu_basic_1.1_6c2ec3ac00b2e489_.log 2025-04-25T04:52:54.2368162Z 2025-04-25T04:52:54.2371460Z Running dynamo/test_utils 1/1 ... [2025-04-25 04:52:54.234705] 2025-04-25T04:52:54.2371900Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:52:54.2378246Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_utils.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:52:54.234705] 2025-04-25T04:52:58.8441985Z 2025-04-25T04:52:58.8443117Z dynamo/test_utils 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_utils_1.1_5906a9e284abbf2d_.log 2025-04-25T04:52:58.8443721Z 2025-04-25T04:52:58.8447497Z Running inductor/test_fp8 1/1 ... [2025-04-25 04:52:58.844302] 2025-04-25T04:52:58.8447928Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:52:58.8454715Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_fp8.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:52:58.845312] 2025-04-25T04:53:09.0595455Z 2025-04-25T04:53:09.0596567Z inductor/test_fp8 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_fp8_1.1_06dd4aca56f828c6_.log 2025-04-25T04:53:09.0600437Z 2025-04-25T04:53:09.0600668Z Running dynamo/test_nops 1/1 ... [2025-04-25 04:53:09.059989] 2025-04-25T04:53:09.0601112Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:53:09.0607980Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_nops.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:53:09.060655] 2025-04-25T04:53:13.4740320Z 2025-04-25T04:53:13.4741446Z dynamo/test_nops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_nops_1.1_3a337849c1bba40f_.log 2025-04-25T04:53:13.4742052Z 2025-04-25T04:53:13.4803498Z Running test_public_bindings 1/1 ... [2025-04-25 04:53:13.479967] 2025-04-25T04:53:13.4803918Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:53:13.4815263Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_public_bindings.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:53:13.481331] 2025-04-25T04:53:13.4910486Z Running inductor/test_torchinductor 1/1 ... [2025-04-25 04:53:13.490232] 2025-04-25T04:53:13.4910962Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:53:13.4921166Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:53:13.490232] 2025-04-25T04:53:13.4924067Z Running inductor/test_compiled_autograd 1/1 ... [2025-04-25 04:53:13.490232] 2025-04-25T04:53:13.4924580Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:53:13.4934915Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_compiled_autograd.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:53:13.490232] 2025-04-25T04:53:18.8312831Z 2025-04-25T04:53:18.8313992Z test_public_bindings 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_public_bindings_1.1_36938cdb311cd70a_.log 2025-04-25T04:53:18.8316406Z Running 4 items in this shard: test/test_public_bindings.py::TestPublicBindings::test_correct_module_names, test/test_public_bindings.py::TestPublicBindings::test_modules_can_be_imported, test/test_public_bindings.py::TestPublicBindings::test_no_new_bindings, test/test_public_bindings.py::TestPublicBindings::test_no_new_reexport_callables 2025-04-25T04:53:18.8317895Z 2025-04-25T04:53:23.8604206Z 2025-04-25T04:53:23.8605354Z inductor/test_torchinductor 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_1.1_0902455ca9d6c1fb_.log 2025-04-25T04:53:23.8606342Z 2025-04-25T04:53:23.9482438Z Running inductor/test_cuda_repro 1/1 ... [2025-04-25 04:53:23.947961] 2025-04-25T04:53:23.9482920Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:53:23.9489569Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_cuda_repro.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:53:23.948551] 2025-04-25T04:53:26.9145122Z 2025-04-25T04:53:26.9146472Z inductor/test_compiled_autograd 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_compiled_autograd_1.1_1e60657d0d03074d_.log 2025-04-25T04:53:26.9147278Z 2025-04-25T04:53:28.7806953Z Running inductor/test_smoke 1/1 ... [2025-04-25 04:53:28.779557] 2025-04-25T04:53:28.7807415Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:53:28.7814343Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_smoke.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:53:28.781173] 2025-04-25T04:53:31.9402706Z Running inductor/test_compiled_optimizers 1/1 ... [2025-04-25 04:53:31.939842] 2025-04-25T04:53:31.9403212Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:53:31.9416349Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_compiled_optimizers.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:53:31.940992] 2025-04-25T04:53:34.4036999Z 2025-04-25T04:53:34.4038178Z inductor/test_cuda_repro 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_cuda_repro_1.1_0338d0ef9b82d5b2_.log 2025-04-25T04:53:34.4038852Z 2025-04-25T04:53:39.2272793Z 2025-04-25T04:53:39.2274273Z inductor/test_smoke 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_smoke_1.1_4529c3bb638a8830_.log 2025-04-25T04:53:39.2274914Z 2025-04-25T04:53:39.4100711Z Running inductor/test_config 1/1 ... [2025-04-25 04:53:39.407253] 2025-04-25T04:53:39.4101146Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:53:39.4107503Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_config.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:53:39.407253] 2025-04-25T04:53:43.7319078Z 2025-04-25T04:53:43.7320169Z inductor/test_compiled_optimizers 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_compiled_optimizers_1.1_f8893dd889ce4aa4_.log 2025-04-25T04:53:43.7320903Z 2025-04-25T04:53:44.3828492Z Running inductor/test_cudagraph_trees 1/1 ... [2025-04-25 04:53:44.375591] 2025-04-25T04:53:44.3828978Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:53:44.3834838Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_cudagraph_trees.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:53:44.375591] 2025-04-25T04:53:48.6978412Z Running dynamo/test_dynamic_shapes 1/1 ... [2025-04-25 04:53:48.697536] 2025-04-25T04:53:48.6978904Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:53:48.6984968Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_dynamic_shapes.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:53:48.698133] 2025-04-25T04:53:49.7973962Z 2025-04-25T04:53:49.7974853Z inductor/test_config 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_config_1.1_997792be0d50cd3f_.log 2025-04-25T04:53:49.7975479Z 2025-04-25T04:53:50.5434653Z 2025-04-25T04:53:50.5435771Z inductor/test_cudagraph_trees 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_cudagraph_trees_1.1_24d9e8cff689a730_.log 2025-04-25T04:53:50.5436556Z 2025-04-25T04:53:54.8554310Z Running inductor/test_fused_attention 1/1 ... [2025-04-25 04:53:54.849732] 2025-04-25T04:53:54.8554827Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:53:54.8561210Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_fused_attention.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:53:54.849732] 2025-04-25T04:53:55.5758282Z Running inductor/test_custom_lowering 1/1 ... [2025-04-25 04:53:55.575248] 2025-04-25T04:53:55.5758913Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:53:55.5764929Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_custom_lowering.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:53:55.575827] 2025-04-25T04:54:00.7818059Z 2025-04-25T04:54:00.7819061Z dynamo/test_dynamic_shapes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_dynamic_shapes_1.1_4c06153e82bd91d6_.log 2025-04-25T04:54:00.7819776Z 2025-04-25T04:54:05.3070121Z 2025-04-25T04:54:05.3071214Z inductor/test_fused_attention 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_fused_attention_1.1_dc301e42665fccc0_.log 2025-04-25T04:54:05.3071963Z 2025-04-25T04:54:05.8069668Z Running inductor/test_layout_optim 1/1 ... [2025-04-25 04:54:05.806230] 2025-04-25T04:54:05.8070235Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:54:05.8076393Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_layout_optim.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:54:05.806230] 2025-04-25T04:54:07.4612230Z 2025-04-25T04:54:07.4613533Z inductor/test_custom_lowering 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_custom_lowering_1.1_50dbd5e1e3f06776_.log 2025-04-25T04:54:07.4614249Z 2025-04-25T04:54:10.2484978Z Running inductor/test_binary_folding 1/1 ... [2025-04-25 04:54:10.243610] 2025-04-25T04:54:10.2485511Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:54:10.2491394Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_binary_folding.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:54:10.248697] 2025-04-25T04:54:12.5978101Z Running dynamo/test_backends 1/1 ... [2025-04-25 04:54:12.596873] 2025-04-25T04:54:12.5978566Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:54:12.5984320Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_backends.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:54:12.597986] 2025-04-25T04:54:16.3319225Z 2025-04-25T04:54:16.3320256Z inductor/test_layout_optim 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_layout_optim_1.1_d32cbf7c980e955d_.log 2025-04-25T04:54:16.3320949Z 2025-04-25T04:54:20.7930903Z 2025-04-25T04:54:20.7931941Z inductor/test_binary_folding 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_binary_folding_1.1_a1480e9ce68041e3_.log 2025-04-25T04:54:20.7933861Z 2025-04-25T04:54:21.3735291Z Running dynamo/test_exc 1/1 ... [2025-04-25 04:54:21.373136] 2025-04-25T04:54:21.3735741Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:54:21.3743394Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_exc.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:54:21.373711] 2025-04-25T04:54:22.8809980Z 2025-04-25T04:54:22.8810956Z dynamo/test_backends 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_backends_1.1_3411f1f8c7ee6d2b_.log 2025-04-25T04:54:22.8811637Z 2025-04-25T04:54:25.7485463Z Running dynamo/test_ctx_manager 1/1 ... [2025-04-25 04:54:25.748046] 2025-04-25T04:54:25.7491964Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:54:25.7493080Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_ctx_manager.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:54:25.748617] 2025-04-25T04:54:26.3561840Z 2025-04-25T04:54:26.3562772Z dynamo/test_exc 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_exc_1.1_7b4f6fe5dcbf7c27_.log 2025-04-25T04:54:26.3563458Z 2025-04-25T04:54:27.8573745Z Running test_decomp 3/14 ... [2025-04-25 04:54:27.847500] 2025-04-25T04:54:27.8574246Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:54:27.8586009Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_decomp.py', '-m', 'not serial', '--shard-id=3', '--num-shards=14', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:54:27.858218] 2025-04-25T04:54:31.2688462Z Running test_decomp 4/14 ... [2025-04-25 04:54:31.267923] 2025-04-25T04:54:31.2688921Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:54:31.2694743Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_decomp.py', '-m', 'not serial', '--shard-id=4', '--num-shards=14', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:54:31.267923] 2025-04-25T04:54:36.0090691Z 2025-04-25T04:54:36.0092544Z dynamo/test_ctx_manager 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_ctx_manager_1.1_d9c8e19f0996e962_.log 2025-04-25T04:54:40.8912877Z 2025-04-25T04:54:40.8913380Z Running test_decomp 5/14 ... [2025-04-25 04:54:40.885334] 2025-04-25T04:54:40.8913833Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T04:54:40.8919685Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_decomp.py', '-m', 'not serial', '--shard-id=5', '--num-shards=14', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 04:54:40.885334] 2025-04-25T05:03:48.9182563Z 2025-04-25T05:03:48.9183386Z test_decomp 5/14 was successful, full logs can be found in artifacts with path test/test-reports/test_decomp_5.14_a88d3ba6d2fa0f58_.log 2025-04-25T05:03:48.9382919Z Running 660 items in this shard: test/test_decomp.py::TestDecompCPU::test_comprehensive_H_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_H_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_H_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_T_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive___getitem___cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive___rand___cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive___rdiv___cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive___rdiv___cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive___rmatmul___cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive___rmatmul___cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive___ror___cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive__batch_norm_with_update_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive__upsample_bilinear2d_aa_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_abs_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_acos_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_acosh_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_add_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_addcmul_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_addmv_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_addmv_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_addmv_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_addmv_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_addr_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_alias_copy_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_alias_copy_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_amax_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_amin_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_amin_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_any_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_any_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_argmax_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_as_strided_copy_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_as_strided_copy_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_as_strided_scatter_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_as_strided_scatter_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_as_strided_scatter_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_asin_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_asinh_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_atan2_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_atan_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_atanh_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_atleast_1d_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_atleast_3d_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_atleast_3d_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_atleast_3d_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_baddbmm_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_bfloat16_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_bincount_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_bincount_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_bmm_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_broadcast_tensors_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_cartesian_prod_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_cat_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_cauchy_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_cdouble_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_cfloat_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_chalf_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_chalf_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_chunk_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_clamp_max_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_clamp_min_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_clone_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_column_stack_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_combinations_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_conj_physical_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_constant_pad_nd_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_contiguous_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_cos_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_cosh_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_count_nonzero_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_cov_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_cummax_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_cummin_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_cummin_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_cumprod_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_cumsum_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_cumsum_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_diag_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_diag_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_diagflat_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_diagflat_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_diagonal_copy_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_diff_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_digamma_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_digamma_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_div_floor_rounding_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_div_no_rounding_mode_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_div_trunc_rounding_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_einsum_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_einsum_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_empty_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_eq_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_equal_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_equal_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_erf_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_erfc_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_exp2_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_exp_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_expand_as_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_expand_copy_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_expand_copy_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_expm1_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_fft2_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_fft2_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_fft_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_fftn_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_fftshift_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_fftshift_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_fftshift_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_hfft2_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_hfft2_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_hfft2_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_hfftn_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_hfftn_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ifftn_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ifftshift_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ifftshift_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ihfft2_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ihfft2_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ihfft2_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ihfftn_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_irfft2_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_irfft_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_irfftn_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_rfft_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_rfft_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_flatten_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_flip_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_flip_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_float_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_float_power_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_float_power_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_floor_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_fmin_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_fmin_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_fmod_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_full_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_full_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_full_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_full_like_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_full_like_cpu_uint16, test/test_decomp.py::TestDecompCPU::test_comprehensive_gather_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_gcd_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_gradient_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_gt_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_half_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_histc_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_histogram_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_histogramdd_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_hsplit_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_hstack_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_i0_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_i0_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_igammac_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_add_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_copy_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_copy_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_fill_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_put_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_put_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_reduce_mean_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_inner_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_int_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_isclose_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_isfinite_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_isfinite_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_isfinite_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_isin_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_isinf_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_isneginf_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_isposinf_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_item_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_jiterator_2inputs_2outputs_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_jiterator_unary_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_le_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_lgamma_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_eigvals_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_eigvals_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_eigvals_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_eigvalsh_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_householder_product_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_inv_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_inv_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_inv_ex_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_ldl_solve_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_ldl_solve_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_multi_dot_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_solve_ex_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_solve_triangular_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_svd_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_svdvals_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_svdvals_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_tensorsolve_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_tensorsolve_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_vector_norm_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_vector_norm_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_log10_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_log1p_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_log2_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_log_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_log_softmax_with_dtype_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_logaddexp2_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_logcumsumexp_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_logical_not_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_logical_xor_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_logical_xor_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_logical_xor_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_logspace_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_logspace_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_logsumexp_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_long_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_long_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_lt_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_lu_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_lu_unpack_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_lu_unpack_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_lu_unpack_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_mH_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_amin_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_fill_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_fill_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_logsumexp_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_mean_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_median_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_norm_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_prod_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_softmax_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_std_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_std_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_std_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_var_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_var_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_matrix_exp_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_matrix_exp_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_max_binary_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_max_binary_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_max_reduction_no_dim_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_max_reduction_no_dim_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_max_reduction_no_dim_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_max_reduction_with_dim_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_median_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_meshgrid_list_of_tensors_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_meshgrid_list_of_tensors_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_min_binary_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_mode_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_msort_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nan_to_num_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nanquantile_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_narrow_copy_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_narrow_copy_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_narrow_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_narrow_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_native_dropout_backward_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_native_dropout_backward_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_native_layer_norm_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_native_layer_norm_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_empty_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_empty_strided_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_empty_strided_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_empty_strided_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_empty_strided_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_full_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_full_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_ones_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_zeros_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_zeros_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nextafter_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_bilinear_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_bilinear_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_channel_shuffle_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_conv2d_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_conv_transpose2d_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_conv_transpose3d_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_conv_transpose3d_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_cosine_similarity_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_ctc_loss_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_dropout2d_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_dropout3d_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_dropout_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_embedding_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_hardshrink_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_hardsigmoid_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_interpolate_nearest-exact_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_l1_loss_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_layer_norm_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_max_pool1d_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_max_pool3d_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_max_unpool1d_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_multi_margin_loss_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_nll_loss_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pad_circular_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pairwise_distance_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pairwise_distance_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pixel_unshuffle_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_poisson_nll_loss_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_prelu_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_relu6_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_rrelu_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_rrelu_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_scaled_dot_product_attention_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_softmin_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_softmin_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_softmin_with_dtype_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_softmin_with_dtype_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_triplet_margin_loss_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_upsample_nearest_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nonzero_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nonzero_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nonzero_static_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_norm_fro_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_normal_number_mean_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_polar_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_polygamma_polygamma_n_0_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_polygamma_polygamma_n_2_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_prod_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_prod_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_put_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_randint_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_randint_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_real_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_reciprocal_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_reciprocal_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_remainder_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_repeat_interleave_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_repeat_interleave_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_reshape_as_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_resize_as__cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_resolve_conj_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_resolve_conj_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_resolve_neg_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_roll_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_roll_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_rot90_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_rot90_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_scalar_tensor_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_scalar_tensor_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_scalar_tensor_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_add_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_add_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_reduce_amax_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_reduce_amin_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_reduce_prod_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_searchsorted_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_searchsorted_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_select_scatter_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_sgn_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_short_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_sigmoid_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_sign_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_signal_windows_hann_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_signal_windows_kaiser_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_sin_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_slice_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_slice_scatter_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_softmax_with_dtype_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_sort_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_bessel_j0_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_bessel_y0_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_chebyshev_polynomial_t_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_chebyshev_polynomial_u_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_chebyshev_polynomial_v_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_chebyshev_polynomial_v_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_legendre_polynomial_p_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_log_ndtr_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_log_ndtr_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_modified_bessel_i0_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_modified_bessel_k0_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_ndtri_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_scaled_modified_bessel_k0_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_scaled_modified_bessel_k0_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_scaled_modified_bessel_k0_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_scaled_modified_bessel_k1_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_scaled_modified_bessel_k1_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_xlog1py_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_split_with_sizes_copy_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_split_with_sizes_copy_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_square_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_squeeze_copy_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_squeeze_copy_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_squeeze_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_squeeze_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_stack_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_stack_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_std_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_std_mean_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_sub_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_sum_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_sum_to_size_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_sum_to_size_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_svd_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_t_copy_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_t_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_take_along_dim_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_take_along_dim_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_take_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_tan_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_tan_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_tanh_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_tanh_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_tile_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_tile_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_tile_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_tile_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_to_sparse_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_to_sparse_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_to_sparse_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_topk_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_topk_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_topk_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_trace_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_trace_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_trace_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_transpose_copy_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_transpose_copy_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_transpose_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_trapezoid_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_trapz_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_trapz_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_tril_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_triu_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_trunc_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_trunc_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_unfold_copy_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_unfold_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_unique_consecutive_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_unique_cpu_uint16, test/test_decomp.py::TestDecompCPU::test_comprehensive_unsafe_chunk_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_unsqueeze_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_var_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_var_unbiased_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_view_as_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_view_copy_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_xlogy_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_zero__cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_zero__cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_zeros_like_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_zeros_like_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_zeros_like_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_zeros_like_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick__batch_norm_with_update_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick__batch_norm_with_update_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick__chunk_cat_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick__unsafe_masked_index_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick__unsafe_masked_index_put_accumulate_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_acos_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_addmm_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_addmm_decomposed_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_addr_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_addr_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_alias_copy_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_alias_copy_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_all_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_all_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_amax_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_amin_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_any_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_as_strided_copy_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_as_strided_scatter_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_asinh_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_atan_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_atanh_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_bitwise_or_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_bucketize_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_ceil_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_clamp_max_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_clamp_min_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_clone_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_constant_pad_nd_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_copysign_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_core_backward__softmax_backward_data_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_squeeze_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_trace_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_vdot_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_cosh_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_cosh_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_count_nonzero_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_cumprod_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_cumprod_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_deg2rad_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_diag_embed_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_diagonal_copy_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_diagonal_copy_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_diagonal_scatter_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_digamma_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_dist_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_div_floor_rounding_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_div_no_rounding_mode_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_div_trunc_rounding_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_dot_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_empty_strided_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_empty_strided_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_eq_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_eq_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_eq_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_erfc_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_erfinv_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_exp2_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_exp_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_expand_copy_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_expand_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_expm1_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_expm1_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_fft_fft2_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_fft_fft_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_fft_fftn_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_fft_hfft_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_fft_hfftn_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_fft_ifft2_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_fft_ihfft_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_fft_irfft2_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_fft_irfft2_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_fft_irfftn_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_fft_irfftn_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_fft_rfft_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_fft_rfftn_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_floor_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_floor_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_fmin_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_full_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_full_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_ge_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_geometric_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_geometric_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_geometric_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_gt_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_gt_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_i0_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_i0_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_index_copy_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_index_copy_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_isinf_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_isneginf_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_isposinf_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_linspace_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_log10_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_log2_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_log_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_logaddexp2_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_logaddexp2_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_logical_and_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_logical_or_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_logical_or_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_logical_xor_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_logical_xor_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_logspace_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_logsumexp_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_lt_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_lt_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_lt_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_meshgrid_list_of_tensors_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_meshgrid_variadic_tensors_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_mvlgamma_mvlgamma_p_3_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_mvlgamma_mvlgamma_p_5_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_mvlgamma_mvlgamma_p_5_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_nansum_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_native_dropout_backward_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_native_dropout_backward_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_new_full_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_new_full_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_new_ones_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_new_ones_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_new_zeros_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_gelu_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_leaky_relu_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_leaky_relu_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_max_unpool2d_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_mse_loss_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_prelu_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_relu6_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_relu6_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_relu_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_rrelu_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_silu_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_norm_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_norm_inf_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_normal_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_normal_in_place_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_normal_number_mean_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_normal_number_mean_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_ones_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_ones_like_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_permute_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_pow_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_pow_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_pow_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_pow_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_randn_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_remainder_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_roll_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_rot90_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_round_decimals_3_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_round_decimals_neg_3_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_round_decimals_neg_3_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_rsqrt_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_select_scatter_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_select_scatter_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_sign_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_signbit_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_sin_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_sin_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_sin_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_sin_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_sinh_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_slice_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_softmax_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_special_entr_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_special_entr_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_special_i0e_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_special_i1_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_special_i1e_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_special_ndtr_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_special_ndtri_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_special_zeta_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_special_zeta_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_split_list_args_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_split_with_sizes_copy_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_sqrt_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_squeeze_copy_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_squeeze_multiple_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_squeeze_multiple_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_stack_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_std_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_std_mean_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_sub_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_sub_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_sum_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_sum_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_t_copy_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_t_copy_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_tan_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_tanh_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_triu_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_triu_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_trunc_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_unbind_copy_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_unfold_copy_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_unsqueeze_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_view_copy_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_view_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_where_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_where_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_xlogy_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_zero__cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_zero__cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_zeros_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_zeros_like_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_zeros_like_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_rnn_decomp_module_nn_RNN_train_mode_cpu_float64 2025-04-25T05:03:48.9573066Z 2025-04-25T05:03:51.8702874Z 2025-04-25T05:03:51.8703830Z test_decomp 4/14 was successful, full logs can be found in artifacts with path test/test-reports/test_decomp_4.14_437af368610882e6_.log 2025-04-25T05:03:51.8909380Z Running 674 items in this shard: test/test_decomp.py::TestDecompCPU::test_comprehensive_H_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_H_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_H_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive___radd___cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive___radd___cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive___ror___cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive___ror___cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive___rpow___cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive___rpow___cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive___rsub___cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive___rxor___cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive___rxor___cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive__chunk_cat_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive__segment_reduce_offsets_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive__unsafe_masked_index_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive__unsafe_masked_index_put_accumulate_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_acos_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_acosh_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_acosh_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_add_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_addcmul_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_addmm_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_addmm_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_alias_copy_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_alias_copy_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_all_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_all_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_amax_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_aminmax_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_angle_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_any_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_arange_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_argmax_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_argwhere_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_as_strided_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_as_strided_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_as_strided_partial_views_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_as_strided_scatter_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_asinh_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_atan_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_atleast_3d_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_baddbmm_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_bitwise_xor_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_block_diag_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_block_diag_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_bmm_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_bool_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_bool_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_bucketize_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_cartesian_prod_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_cartesian_prod_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_cartesian_prod_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_cdouble_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_cdouble_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_ceil_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_cfloat_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_char_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_cholesky_inverse_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_chunk_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_chunk_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_clone_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_conj_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_conj_physical_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_constant_pad_nd_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_contiguous_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_cos_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_cos_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_cosh_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_cov_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_cross_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_cross_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_cumprod_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_cumprod_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_cumsum_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_cumulative_trapezoid_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_deg2rad_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_diag_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_diag_embed_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_diagflat_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_diagonal_copy_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_diagonal_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_diagonal_scatter_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_digamma_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_digamma_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_dist_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_div_floor_rounding_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_div_no_rounding_mode_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_div_trunc_rounding_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_div_trunc_rounding_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_double_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_double_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_double_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_double_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_dstack_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_empty_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_empty_like_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_empty_permuted_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_empty_permuted_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_empty_strided_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_empty_strided_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_eq_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_eq_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_eq_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_equal_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_equal_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_erfc_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_erfinv_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_erfinv_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_exp2_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_expand_as_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_expand_as_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_fftn_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_fftn_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_fftshift_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_fftshift_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_hfft2_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_hfft2_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_hfftn_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_hfftn_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ifftn_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ifftshift_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ifftshift_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ifftshift_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ihfft_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ihfft_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_irfft_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_irfftn_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fill_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_fill_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_flatten_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_flip_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_fliplr_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_flipud_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_float_power_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_float_power_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_float_power_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_floor_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_fmax_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_fmin_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_fmod_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_frac_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_gather_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_gcd_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_ge_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_ge_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_geometric_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_gradient_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_gradient_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_gt_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_igamma_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_copy_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_fill_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_put_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_reduce_amin_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_reduce_mean_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_reduce_prod_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_select_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_select_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_select_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_int_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_isclose_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_isfinite_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_isin_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_isinf_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_isnan_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_isneginf_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_isreal_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_isreal_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_jiterator_2inputs_2outputs_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_jiterator_unary_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_jiterator_unary_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_ldexp_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_ldexp_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_le_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_cholesky_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_cross_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_cross_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_det_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_diagonal_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_eig_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_eigvalsh_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_eigvalsh_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_lu_factor_ex_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_lu_solve_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_matrix_norm_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_pinv_singular_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_solve_ex_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_solve_triangular_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_solve_triangular_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_svd_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_linspace_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_log2_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_logaddexp2_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_logaddexp_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_logical_and_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_logical_or_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_logical_xor_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_logit_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_logit_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_lt_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_lu_unpack_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_mH_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_mT_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_amax_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_amin_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_amin_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_argmin_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_argmin_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_fill_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_logsumexp_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_median_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_select_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_select_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_std_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_sum_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_sum_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_max_binary_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_maximum_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_median_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_meshgrid_variadic_tensors_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_meshgrid_variadic_tensors_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_min_reduction_with_dim_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_min_reduction_with_dim_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_minimum_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_mm_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_mm_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_mode_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_movedim_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_mul_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_mul_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_multinomial_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_mv_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_mv_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nan_to_num_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nansum_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_narrow_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_narrow_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_narrow_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_native_dropout_backward_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_empty_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_full_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_ones_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_ones_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_alpha_dropout_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_celu_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_channel_shuffle_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_conv3d_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_conv_transpose1d_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_conv_transpose1d_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_dropout_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_embedding_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_gelu_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_gelu_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_hardshrink_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_hardshrink_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_hardswish_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_hardtanh_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_hardtanh_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_huber_loss_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_instance_norm_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_l1_loss_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_l1_loss_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_leaky_relu_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_linear_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_logsigmoid_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_margin_ranking_loss_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_max_pool1d_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_max_pool2d_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_max_pool2d_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_max_pool3d_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_max_unpool1d_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_mse_loss_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_multi_head_attention_forward_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pad_constant_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pad_reflect_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pad_replicate_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pad_replicate_negative_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pixel_unshuffle_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_poisson_nll_loss_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_prelu_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_rms_norm_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_rrelu_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_soft_margin_loss_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_softshrink_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_softsign_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_triplet_margin_loss_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_triplet_margin_loss_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nonzero_static_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_norm_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_norm_inf_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_normal_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_ones_like_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_outer_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_permute_copy_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_permute_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_permute_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_polygamma_polygamma_n_2_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_polygamma_polygamma_n_3_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_positive_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_positive_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_pow_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_pow_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_prod_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_rad2deg_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_randn_like_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_randn_like_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_real_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_remainder_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_repeat_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_repeat_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_reshape_as_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_resize__cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_resize_as__cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_resize_as__cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_resolve_conj_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_resolve_neg_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_roll_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_roll_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_rot90_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_rot90_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_round_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_round_decimals_neg_3_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_rsub_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_rsub_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_rsub_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_add_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_reduce_mean_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_reduce_sum_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_searchsorted_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_select_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_sgn_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_short_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_short_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_sigmoid_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_sigmoid_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_signal_windows_gaussian_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_signal_windows_general_cosine_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_sin_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_sinc_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_sinh_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_sinh_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_sinh_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_slice_scatter_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_softmax_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_sort_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_sparse_mm_reduce_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_airy_ai_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_airy_ai_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_bessel_j0_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_bessel_y0_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_bessel_y1_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_chebyshev_polynomial_v_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_chebyshev_polynomial_v_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_chebyshev_polynomial_w_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_erfcx_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_i0e_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_i1e_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_i1e_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_laguerre_polynomial_l_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_log_ndtr_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_modified_bessel_i0_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_modified_bessel_i0_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_modified_bessel_k0_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_modified_bessel_k0_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_modified_bessel_k1_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_modified_bessel_k1_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_ndtri_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_scaled_modified_bessel_k1_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_spherical_bessel_j0_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_zeta_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_zeta_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_split_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_split_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_split_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_split_list_args_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_split_with_sizes_copy_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_split_with_sizes_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_sqrt_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_sqrt_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_square_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_square_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_squeeze_copy_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_squeeze_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_squeeze_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_squeeze_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_squeeze_multiple_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_squeeze_multiple_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_squeeze_multiple_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_stack_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_std_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_std_mean_unbiased_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_std_unbiased_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_take_along_dim_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_tan_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_tan_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_tensordot_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_tensordot_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_to_sparse_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_topk_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_torch_ops_aten__safe_softmax_default_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_trace_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_transpose_copy_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_transpose_copy_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_transpose_copy_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_transpose_copy_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_transpose_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_transpose_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_transpose_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_trapezoid_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_trapezoid_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_trapezoid_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_trapz_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_trapz_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_trapz_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_triangular_solve_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_unbind_copy_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_unbind_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_unflatten_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_unfold_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_unfold_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_unique_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_unsafe_chunk_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_unsafe_chunk_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_unsafe_split_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_unsqueeze_copy_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_vdot_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_view_as_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_view_as_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_view_copy_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_view_copy_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_vsplit_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_vsplit_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_vsplit_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_vstack_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_vstack_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_where_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_zero__cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_zeros_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick__chunk_cat_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick__unsafe_masked_index_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick__unsafe_masked_index_put_accumulate_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick__upsample_bilinear2d_aa_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_acos_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_acos_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_acosh_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_acosh_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_add_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_addmm_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_addr_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_addr_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_alias_copy_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_amin_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_aminmax_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_any_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_arange_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_as_strided_scatter_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_asin_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_asinh_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_asinh_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_atan2_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_atan_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_atan_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_atanh_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_atanh_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_baddbmm_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_bitwise_not_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_bitwise_or_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_bitwise_xor_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_block_diag_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_block_diag_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_block_diag_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_cat_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_ceil_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_clamp_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_clamp_max_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_clamp_min_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_clamp_min_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_constant_pad_nd_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_copysign_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_clamp_min_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_lerp_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_linalg_cross_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_nn_functional_max_unpool2d_grad_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_nn_functional_max_unpool3d_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_rsub_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_unfold_copy_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_cumsum_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_deg2rad_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_deg2rad_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_diag_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_diag_embed_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_diag_embed_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_diagonal_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_diagonal_scatter_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_diagonal_scatter_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_div_no_rounding_mode_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_div_trunc_rounding_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_empty_like_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_empty_like_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_empty_strided_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_empty_strided_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_erfc_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_exp2_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_eye_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_fft_fft2_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_fft_fftn_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_fft_fftn_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_fft_hfft2_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_fft_hfft2_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_fft_hfftn_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_fft_ifft2_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_fft_ifft_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_fft_ifftn_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_fft_ifftn_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_fft_ihfftn_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_fft_ihfftn_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_fft_irfft_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_fft_irfft_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_fft_irfftn_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_fft_rfft2_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_flip_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_flip_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_floor_divide_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_fmin_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_fmod_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_full_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_ge_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_heaviside_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_index_add_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_index_add_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_index_copy_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_index_fill_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_index_fill_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_index_select_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_isinf_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_isnan_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_isnan_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_isnan_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_isneginf_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_isposinf_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_item_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_lgamma_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_linalg_vector_norm_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_linspace_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_linspace_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_linspace_tensor_overload_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_log10_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_log10_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_log10_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_log1p_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_log2_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_log_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_log_softmax_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_logaddexp_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_logical_and_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_logical_or_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_logical_xor_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_logit_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_logspace_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_masked_fill_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_masked_fill_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_maximum_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_meshgrid_list_of_tensors_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_meshgrid_variadic_tensors_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_meshgrid_variadic_tensors_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_minimum_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_mul_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_mul_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_mv_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_mvlgamma_mvlgamma_p_1_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_mvlgamma_mvlgamma_p_5_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_nansum_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_narrow_copy_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_native_layer_norm_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_ne_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_new_empty_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_new_empty_strided_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_new_empty_strided_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_new_ones_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_new_ones_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_new_zeros_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_new_zeros_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_glu_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_hardshrink_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_hardtanh_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_leaky_relu_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_relu6_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_relu_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_normal_number_mean_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_ones_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_ones_like_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_ones_like_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_permute_copy_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_prod_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_rad2deg_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_randn_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_roll_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_rot90_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_rsub_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_rsub_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_select_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_select_scatter_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_select_scatter_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_sigmoid_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_sign_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_sign_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_sign_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_signbit_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_signbit_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_sin_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_sinc_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_sinh_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_slice_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_slice_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_slice_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_slice_scatter_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_special_erfcx_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_special_i0e_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_special_i1_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_special_i1e_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_special_i1e_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_special_i1e_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_special_ndtri_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_special_zeta_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_split_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_split_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_split_with_sizes_copy_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_split_with_sizes_copy_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_split_with_sizes_copy_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_split_with_sizes_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_split_with_sizes_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_squeeze_multiple_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_squeeze_multiple_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_std_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_std_mean_unbiased_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_sum_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_t_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_take_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_tanh_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_trace_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_transpose_copy_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_tril_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_triu_indices_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_unbind_copy_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_unsqueeze_copy_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_unsqueeze_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_var_unbiased_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_vdot_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_vdot_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_view_copy_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_where_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_zeros_cpu_bool, test/test_decomp.py::TestDecompCPU::test_rnn_decomp_module_nn_RNN_train_mode_cpu_float32, test/test_decomp.py::DecompOneOffTestsCPU::test_threshold_backward_dtype_cpu 2025-04-25T05:03:51.9102956Z 2025-04-25T05:03:53.8197149Z Running test_decomp 12/14 ... [2025-04-25 05:03:53.816342] 2025-04-25T05:03:53.8197570Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:03:53.8203912Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_decomp.py', '-m', 'not serial', '--shard-id=12', '--num-shards=14', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 05:03:53.816342] 2025-04-25T05:03:56.8119233Z Running test_decomp 13/14 ... [2025-04-25 05:03:56.811303] 2025-04-25T05:03:56.8119667Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:03:56.8125851Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_decomp.py', '-m', 'not serial', '--shard-id=13', '--num-shards=14', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 05:03:56.812417] 2025-04-25T05:05:41.1963574Z 2025-04-25T05:05:41.1964623Z test_decomp 3/14 was successful, full logs can be found in artifacts with path test/test-reports/test_decomp_3.14_3ddf8509229f34de_.log 2025-04-25T05:05:41.2168943Z Running 651 items in this shard: test/test_decomp.py::TestDecompCPU::test_comprehensive_T_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive___radd___cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive___rmatmul___cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive___rmul___cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive___rmul___cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive___rpow___cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive__segment_reduce_offsets_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive__softmax_backward_data_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive__unsafe_masked_index_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive__unsafe_masked_index_put_accumulate_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive__unsafe_masked_index_put_accumulate_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_acos_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_add_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_addbmm_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_addcdiv_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_addcmul_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_addcmul_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_addmm_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_addmm_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_addmm_decomposed_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_all_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_allclose_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_allclose_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_amin_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_aminmax_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_aminmax_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_angle_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_argmin_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_argsort_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_as_strided_partial_views_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_as_strided_scatter_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_as_strided_scatter_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_asin_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_asin_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_asinh_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_atan2_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_atan_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_atan_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_atanh_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_atleast_1d_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_atleast_1d_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_atleast_1d_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_atleast_1d_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_atleast_3d_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_bfloat16_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_bfloat16_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_bitwise_not_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_bitwise_or_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_bitwise_right_shift_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_bitwise_xor_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_bmm_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_broadcast_to_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_broadcast_to_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_byte_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_byte_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_cartesian_prod_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_cat_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_cat_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_cdouble_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_cdouble_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_ceil_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_ceil_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_char_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_clamp_max_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_clamp_min_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_clone_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_clone_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_clone_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_column_stack_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_combinations_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_conj_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_conj_physical_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_contiguous_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_contiguous_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_copysign_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_copysign_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_corrcoef_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_cos_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_count_nonzero_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_cumprod_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_cumprod_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_cumprod_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_cumprod_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_cumsum_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_cumsum_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_cumulative_trapezoid_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_cumulative_trapezoid_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_diagflat_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_diagonal_copy_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_diagonal_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_diagonal_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_diagonal_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_diff_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_diff_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_div_trunc_rounding_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_dot_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_double_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_dsplit_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_dsplit_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_dsplit_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_einsum_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_empty_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_empty_like_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_empty_strided_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_eq_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_equal_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_erf_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_erfc_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_exp_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_exp_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_exp_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_exp_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_exp_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_expand_as_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_expand_copy_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_expand_copy_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_expm1_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_eye_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_fft2_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_fft_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_fft_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_fftn_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_hfft2_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_hfftn_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_hfftn_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ifft2_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ifft2_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ifftshift_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ihfft_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ihfftn_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ihfftn_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_rfft2_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_fill_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_flatten_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_fliplr_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fliplr_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_flipud_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_fmax_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_frac_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_full_like_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_ge_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_ge_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_histc_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_hstack_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_fill_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_fill_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_fill_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_put_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_put_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_reduce_amax_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_reduce_mean_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_inner_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_int_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_isfinite_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_isfinite_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_isnan_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_isnan_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_isposinf_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_isreal_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_item_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_jiterator_2inputs_2outputs_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_jiterator_binary_return_by_ref_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_kron_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_kron_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_lcm_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_le_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_le_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_le_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_lerp_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_lerp_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_lgamma_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_cholesky_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_cholesky_ex_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_cond_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_cond_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_cross_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_matrix_power_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_matrix_power_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_multi_dot_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_multi_dot_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_qr_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_solve_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_vecdot_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_vecdot_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_vecdot_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_vector_norm_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linspace_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_log1p_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_log1p_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_log1p_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_log_softmax_with_dtype_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_logical_or_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_logical_xor_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_logit_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_logit_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_logspace_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_logsumexp_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_argmin_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_argmin_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_cumprod_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_cumprod_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_fill_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_log_softmax_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_logaddexp_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_normalize_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_scatter_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_scatter_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_scatter_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_select_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_std_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_sum_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_sum_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_matmul_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_matmul_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_max_binary_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_max_binary_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_mean_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_median_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_min_reduction_no_dim_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_min_reduction_with_dim_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_minimum_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_mm_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_msort_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_multinomial_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nansum_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_narrow_copy_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_native_dropout_backward_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_ne_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_neg_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_neg_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_neg_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_empty_strided_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_ones_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_zeros_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_zeros_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nextafter_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_avg_pool1d_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_bilinear_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_channel_shuffle_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_channel_shuffle_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_conv1d_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_conv2d_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_conv_transpose3d_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_dropout2d_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_dropout3d_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_dropout_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_embedding_bag_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_grid_sample_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_grid_sample_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_group_norm_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_hardtanh_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_instance_norm_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_interpolate_area_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_interpolate_bicubic_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_interpolate_bilinear_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_interpolate_nearest-exact_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_kl_div_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_layer_norm_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_linear_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_max_pool2d_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_max_pool3d_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_max_pool3d_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_max_unpool3d_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_mish_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_normalize_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pad_constant_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pad_constant_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pad_replicate_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pad_replicate_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pad_replicate_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pad_replicate_negative_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pad_replicate_negative_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pairwise_distance_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_relu_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_relu_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_selu_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_silu_complex_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_softmin_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_softmin_with_dtype_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_softsign_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_threshold_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_triplet_margin_loss_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_unfold_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nonzero_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_nonzero_static_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nonzero_static_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_norm_fro_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_norm_inf_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_permute_copy_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_permute_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_polygamma_polygamma_n_0_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_polygamma_polygamma_n_0_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_polygamma_polygamma_n_1_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_polygamma_polygamma_n_3_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_rad2deg_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_rand_like_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_randint_like_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_ravel_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_ravel_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_ravel_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_real_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_reciprocal_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_remainder_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_renorm_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_repeat_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_reshape_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_resize__cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_resize__cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_resize_as__cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_resize_as__cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_resolve_neg_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_roll_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_roll_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_round_decimals_0_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_rsub_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_reduce_amax_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_reduce_amax_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_reduce_mean_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_select_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_select_scatter_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_sgn_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_sgn_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_sgn_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_short_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_short_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_sigmoid_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_sign_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_signal_windows_kaiser_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_signbit_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_sinc_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_slice_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_slice_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_slice_scatter_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_slice_scatter_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_slice_scatter_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_softmax_with_dtype_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_softmax_with_dtype_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_sort_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_sparse_sampled_addmm_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_bessel_j1_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_chebyshev_polynomial_u_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_hermite_polynomial_he_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_i0e_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_i1e_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_modified_bessel_i0_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_modified_bessel_i1_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_modified_bessel_k1_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_scaled_modified_bessel_k1_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_spherical_bessel_j0_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_xlog1py_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_zeta_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_zeta_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_split_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_split_list_args_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_split_list_args_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_split_list_args_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_split_with_sizes_copy_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_split_with_sizes_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_sqrt_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_squeeze_copy_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_squeeze_multiple_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_stack_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_stft_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_sub_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_sub_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_svd_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_svd_lowrank_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_t_copy_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_t_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_t_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_take_along_dim_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_tanh_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_tanh_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_tensordot_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_tensordot_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_topk_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_torch_ops_aten__safe_softmax_default_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_trace_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_transpose_copy_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_transpose_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_tril_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_tril_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_triu_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_triu_indices_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_trunc_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_unbind_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_unbind_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_unfold_copy_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_unfold_copy_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_unfold_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_unique_consecutive_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_unravel_index_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_unsafe_chunk_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_unsafe_split_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_unsqueeze_copy_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_unsqueeze_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_var_mean_unbiased_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_var_unbiased_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_var_unbiased_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_view_as_real_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_view_as_real_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_view_copy_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_vsplit_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_vstack_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_zeros_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_zeros_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_zeros_like_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick__chunk_cat_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick__chunk_cat_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick__unsafe_masked_index_put_accumulate_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_acosh_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_add_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_addcmul_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_addcmul_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_addcmul_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_addmm_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_addmm_decomposed_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_addmm_decomposed_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_addmm_decomposed_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_addmv_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_addmv_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_addr_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_alias_copy_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_aminmax_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_any_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_as_strided_copy_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_as_strided_copy_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_asinh_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_atan2_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_atan2_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_baddbmm_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_baddbmm_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_bitwise_and_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_bitwise_and_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_bitwise_left_shift_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_bitwise_left_shift_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_bitwise_not_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_bitwise_right_shift_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_bitwise_xor_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_cat_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_clone_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_clone_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_copysign_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_baddbmm_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_index_add_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_renorm_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_special_entr_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_squeeze_multiple_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_transpose_copy_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_cos_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_count_nonzero_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_count_nonzero_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_cumsum_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_diag_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_diagonal_copy_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_diagonal_copy_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_diagonal_copy_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_diagonal_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_diagonal_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_diagonal_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_diagonal_scatter_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_digamma_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_div_no_rounding_mode_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_dot_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_dot_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_empty_like_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_eq_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_erf_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_erf_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_erfc_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_erfinv_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_exp_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_exp_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_expand_copy_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_expand_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_expand_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_expm1_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_fft_fft2_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_fft_fft_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_fft_fft_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_fft_hfft2_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_fft_ihfftn_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_fft_irfft_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_fft_irfft_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_fft_irfftn_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_fft_rfft2_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_fft_rfft_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_floor_divide_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_floor_divide_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_full_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_geometric_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_grid_sampler_2d_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_heaviside_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_heaviside_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_index_add_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_index_add_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_index_select_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_index_select_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_isnan_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_isnan_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_isnan_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_isneginf_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_isposinf_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_item_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_lcm_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_lgamma_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_lgamma_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_linalg_cross_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_linalg_vector_norm_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_linalg_vector_norm_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_log10_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_log1p_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_log2_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_log2_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_log_normal_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_logical_and_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_logical_and_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_logical_not_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_logical_not_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_logical_not_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_logical_xor_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_logspace_tensor_overload_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_logsumexp_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_logsumexp_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_logsumexp_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_lt_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_maximum_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_maximum_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_meshgrid_list_of_tensors_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_minimum_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_mvlgamma_mvlgamma_p_5_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_narrow_copy_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_native_dropout_backward_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_native_dropout_backward_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_native_layer_norm_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_ne_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_neg_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_neg_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_new_empty_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_new_empty_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_new_empty_strided_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_new_empty_strided_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_new_ones_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_new_zeros_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_new_zeros_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_binary_cross_entropy_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_hardshrink_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_hardsigmoid_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_hardtanh_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_max_unpool3d_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_mish_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_pad_constant_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_pad_constant_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_pad_constant_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_pad_constant_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_pad_constant_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_rrelu_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_silu_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_softshrink_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_norm_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_norm_inf_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_norm_nuc_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_normal_in_place_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_ones_like_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_permute_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_permute_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_polar_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_prod_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_reciprocal_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_remainder_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_roll_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_round_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_round_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_rsqrt_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_rsub_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_select_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_sgn_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_sgn_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_signbit_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_sin_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_sin_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_sinc_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_sinh_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_special_entr_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_special_i0e_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_special_i1e_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_split_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_split_list_args_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_split_list_args_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_split_with_sizes_copy_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_split_with_sizes_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_split_with_sizes_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_sqrt_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_squeeze_copy_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_squeeze_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_squeeze_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_squeeze_multiple_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_stack_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_std_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_std_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_sum_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_t_copy_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_t_copy_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_t_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_t_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_take_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_tan_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_trace_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_tril_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_tril_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_tril_indices_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_triu_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_trunc_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_trunc_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_unbind_copy_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_unbind_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_unfold_copy_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_unfold_copy_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_unfold_copy_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_unfold_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_unsafe_split_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_unsafe_split_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_unsafe_split_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_var_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_var_unbiased_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_vdot_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_view_copy_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_view_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_zeros_cpu_int32, test/test_decomp.py::TestDecompCPU::test_rnn_decomp_module_nn_LSTM_eval_mode_cpu_float64, test/test_decomp.py::TestDecompCPU::test_rnn_decomp_module_nn_LSTM_train_mode_cpu_float64, test/test_decomp.py::DecompOneOffTestsCPU::test_contiguous_log_softmax_cpu, test/test_decomp.py::HasDecompTest::test_aten_core_operators 2025-04-25T05:05:41.2498589Z 2025-04-25T05:05:46.3651928Z Running test_decomp 14/14 ... [2025-04-25 05:05:46.352822] 2025-04-25T05:05:46.3652652Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:05:46.3661592Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_decomp.py', '-m', 'not serial', '--shard-id=14', '--num-shards=14', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 05:05:46.352822] 2025-04-25T05:10:48.8255360Z 2025-04-25T05:10:48.8256477Z test_decomp 12/14 was successful, full logs can be found in artifacts with path test/test-reports/test_decomp_12.14_cde2980d6377419c_.log 2025-04-25T05:10:48.8448729Z Running 624 items in this shard: test/test_decomp.py::TestDecompCPU::test_comprehensive_H_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_T_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_T_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive___radd___cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive___rand___cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive___rdiv___cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive___rdiv___cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive___rmod___cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive___rmul___cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive___rpow___cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive___rpow___cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive__native_batch_norm_legit_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive__native_batch_norm_legit_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive__unsafe_masked_index_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive__unsafe_masked_index_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_abs_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_acos_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_acos_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_acosh_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_add_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_addbmm_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_addbmm_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_alias_copy_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_all_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_all_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_allclose_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_aminmax_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_angle_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_argmax_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_argmax_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_argmax_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_argwhere_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_as_strided_copy_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_as_strided_copy_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_as_strided_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_as_strided_scatter_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_asin_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_asin_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_asin_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_atan2_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_atan_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_atan_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_atanh_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_atanh_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_atleast_2d_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_atleast_3d_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_baddbmm_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_bernoulli_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_bitwise_and_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_bool_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_broadcast_to_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_byte_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_byte_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_byte_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_cartesian_prod_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_cdouble_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_cfloat_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_chunk_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_clamp_min_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_column_stack_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_combinations_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_conj_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_contiguous_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_corrcoef_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_cosh_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_cosh_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_count_nonzero_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_count_nonzero_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_cov_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_cross_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_cumsum_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_deg2rad_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_diag_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_diag_embed_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_diag_embed_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_diagflat_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_diagonal_scatter_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_diagonal_scatter_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_dist_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_div_floor_rounding_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_dot_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_dsplit_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_empty_like_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_empty_permuted_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_equal_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_erf_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_exp2_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_exp_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_expand_copy_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_expand_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_expand_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_exponential_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_fft_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_fft_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_fftshift_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_hfft_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ifftn_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ifftn_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ihfft2_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_irfft2_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_irfftn_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_irfftn_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_rfft2_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_fill_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_fill_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_fill_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_flipud_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_flipud_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_float_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_float_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_float_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_float_power_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_floor_divide_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_floor_divide_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_floor_divide_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_fmax_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_fmax_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fmax_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_fmin_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_fmin_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_fmod_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_fmod_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_geometric_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_grid_sampler_2d_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_gt_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_gt_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_gt_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_heaviside_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_heaviside_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_hypot_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_igammac_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_imag_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_add_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_fill_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_reduce_amax_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_reduce_amax_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_reduce_amax_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_reduce_prod_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_select_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_int_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_int_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_isin_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_isposinf_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_item_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_jiterator_4inputs_with_extra_args_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_jiterator_binary_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_jiterator_unary_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_kron_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_kron_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_kthvalue_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_ldexp_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_cross_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_diagonal_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_diagonal_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_eigh_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_inv_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_inv_ex_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_lu_factor_ex_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_matrix_rank_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_multi_dot_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_norm_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_norm_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_pinv_hermitian_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_solve_ex_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_svdvals_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_tensorinv_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_vander_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_vector_norm_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_linspace_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_linspace_tensor_overload_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linspace_tensor_overload_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_linspace_tensor_overload_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_log10_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_log1p_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_log_normal_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_logdet_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_logical_and_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_logical_not_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_logical_not_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_logsumexp_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_long_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_long_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_lt_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_lt_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_mH_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_mT_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_argmax_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_argmax_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_argmax_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_cumsum_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_cumsum_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_logsumexp_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_logsumexp_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_median_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_normalize_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_prod_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_select_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_softmin_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_sum_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_var_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_var_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_var_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_matmul_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_matrix_exp_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_max_binary_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_max_pool2d_with_indices_backward_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_maximum_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_meshgrid_variadic_tensors_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_meshgrid_variadic_tensors_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_meshgrid_variadic_tensors_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_min_reduction_with_dim_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_mm_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_mode_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_mul_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_mv_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nan_to_num_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nanmedian_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nanmedian_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_narrow_copy_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_neg_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_empty_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_empty_strided_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_empty_strided_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_empty_strided_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_full_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_full_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_zeros_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_avg_pool2d_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_celu_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_conv1d_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_conv_transpose2d_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_conv_transpose2d_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_conv_transpose3d_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_cosine_similarity_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_cross_entropy_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_embedding_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_hardshrink_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_hardsigmoid_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_hardswish_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_interpolate_bilinear_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_interpolate_trilinear_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_leaky_relu_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_linear_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_linear_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_linear_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_local_response_norm_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_max_unpool1d_grad_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pad_circular_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pad_reflect_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pad_replicate_negative_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pairwise_distance_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pixel_shuffle_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pixel_unshuffle_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_poisson_nll_loss_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_relu_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_rms_norm_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_scaled_dot_product_attention_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_scaled_dot_product_attention_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_selu_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_softmin_with_dtype_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_softsign_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_tanhshrink_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_threshold_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_threshold_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_triplet_margin_loss_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_unfold_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_upsample_nearest_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nonzero_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_nonzero_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_norm_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_norm_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_normal_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_normal_in_place_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_outer_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_outer_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_outer_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_outer_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_polar_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_polygamma_polygamma_n_1_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_polygamma_polygamma_n_3_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_polygamma_polygamma_n_4_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_polygamma_polygamma_n_4_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_positive_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_pow_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_rad2deg_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_rand_like_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_randint_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_randint_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_randint_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_randint_like_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_randn_like_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_randn_like_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_ravel_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_reciprocal_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_remainder_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_repeat_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_repeat_interleave_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_reshape_as_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_reshape_as_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_reshape_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_resize__cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_resolve_conj_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_resolve_neg_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_resolve_neg_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_resolve_neg_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_rot90_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_round_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_rsqrt_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_rsqrt_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_scalar_tensor_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_add_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_add_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_reduce_amax_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_reduce_amax_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_reduce_mean_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_reduce_sum_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_select_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_sgn_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_sign_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_sign_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_signal_windows_cosine_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_sinc_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_sinh_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_sinh_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_sinh_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_slice_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_slice_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_slice_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_entr_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_entr_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_hermite_polynomial_he_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_i0e_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_i1e_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_legendre_polynomial_p_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_log_ndtr_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_modified_bessel_k0_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_ndtr_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_ndtr_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_scaled_modified_bessel_k1_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_scaled_modified_bessel_k1_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_xlog1py_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_split_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_split_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_sqrt_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_squeeze_copy_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_squeeze_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_squeeze_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_stack_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_sub_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_sum_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_sum_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_sum_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_sum_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_t_copy_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_t_copy_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_take_along_dim_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_take_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_take_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_take_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_tanh_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_tensor_split_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_tensordot_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_to_sparse_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_to_sparse_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_torch_ops_aten__safe_softmax_default_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_trapezoid_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_trapz_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_triangular_solve_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_triu_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_triu_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_true_divide_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_true_divide_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_trunc_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_unflatten_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_unfold_copy_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_unfold_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_uniform_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_unique_consecutive_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_unique_cpu_uint64, test/test_decomp.py::TestDecompCPU::test_comprehensive_unique_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_unsafe_split_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_unsqueeze_copy_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_unsqueeze_copy_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_unsqueeze_copy_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_unsqueeze_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_var_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_vdot_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_view_as_complex_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_view_as_complex_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_view_copy_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_view_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_vsplit_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_vstack_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_vstack_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_where_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_zero__cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_zeros_like_cpu_int16, test/test_decomp.py::TestDecompCPU::test_masked_fill_cpu, test/test_decomp.py::TestDecompCPU::test_quick__unsafe_masked_index_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick__unsafe_masked_index_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick__unsafe_masked_index_put_accumulate_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick__unsafe_masked_index_put_accumulate_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick__upsample_bilinear2d_aa_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_abs_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_acosh_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_add_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_add_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_addcmul_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_addmm_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_addmm_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_all_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_amax_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_amax_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_amin_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_any_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_arange_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_as_strided_scatter_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_as_strided_scatter_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_asin_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_asin_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_asinh_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_atan_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_atanh_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_baddbmm_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_bernoulli_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_bitwise_left_shift_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_bitwise_or_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_block_diag_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_bucketize_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_cat_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_cat_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_clamp_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_clamp_min_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_clone_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_complex_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_complex_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_conj_physical_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_constant_pad_nd_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_copysign_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_addr_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_index_fill_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_mv_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_nn_functional_hardswish_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_nn_functional_softshrink_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_sinc_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_cos_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_cosh_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_count_nonzero_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_count_nonzero_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_cumprod_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_cumsum_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_diag_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_diag_embed_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_diagonal_copy_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_diagonal_copy_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_diagonal_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_diagonal_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_digamma_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_div_floor_rounding_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_dot_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_empty_like_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_empty_strided_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_empty_strided_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_eq_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_eq_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_exp2_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_exp_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_expand_copy_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_expand_copy_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_expand_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_expand_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_exponential_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_exponential_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_eye_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_eye_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_eye_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_eye_cpu_float8_e4m3fn, test/test_decomp.py::TestDecompCPU::test_quick_fft_fftn_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_fft_ifft2_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_fft_ihfftn_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_fft_irfft2_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_fft_rfft2_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_floor_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_floor_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_fmin_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_fmin_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_ge_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_grid_sampler_2d_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_gt_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_index_copy_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_index_copy_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_index_select_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_index_select_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_isin_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_isnan_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_isposinf_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_isposinf_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_item_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_lcm_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_lerp_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_linalg_cross_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_linalg_cross_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_linalg_diagonal_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_linalg_diagonal_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_linalg_diagonal_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_linspace_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_linspace_tensor_overload_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_linspace_tensor_overload_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_log10_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_log1p_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_log_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_logaddexp_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_logical_and_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_logical_not_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_logical_not_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_logical_or_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_logical_xor_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_logspace_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_logspace_tensor_overload_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_logspace_tensor_overload_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_logsumexp_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_logsumexp_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_lt_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_masked_fill_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_meshgrid_list_of_tensors_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_meshgrid_list_of_tensors_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_meshgrid_variadic_tensors_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_minimum_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_mul_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_mvlgamma_mvlgamma_p_1_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_mvlgamma_mvlgamma_p_3_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_narrow_copy_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_native_dropout_backward_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_ne_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_new_empty_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_new_ones_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_new_zeros_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_elu_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_hardsigmoid_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_hardtanh_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_huber_loss_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_max_unpool3d_grad_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_softshrink_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_normal_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_ones_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_ones_like_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_ones_like_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_ones_like_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_permute_copy_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_permute_copy_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_permute_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_permute_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_prod_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_rad2deg_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_rad2deg_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_randn_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_reciprocal_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_remainder_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_roll_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_rot90_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_round_decimals_0_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_select_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_select_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_sgn_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_sigmoid_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_sigmoid_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_special_i1_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_special_i1_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_special_log_ndtr_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_special_log_ndtr_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_special_ndtr_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_special_ndtr_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_special_xlog1py_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_split_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_split_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_split_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_split_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_split_list_args_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_squeeze_copy_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_squeeze_copy_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_squeeze_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_squeeze_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_stack_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_std_mean_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_std_unbiased_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_sub_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_sub_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_t_copy_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_t_copy_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_t_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_t_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_transpose_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_transpose_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_triu_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_unbind_copy_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_unbind_copy_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_unbind_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_unbind_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_unbind_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_unfold_copy_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_unsqueeze_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_unsqueeze_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_var_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_var_mean_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_vdot_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_view_copy_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_view_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_view_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_where_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_where_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_where_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_zero__cpu_int8, test/test_decomp.py::TestDecompCPU::test_rnn_decomp_module_nn_GRU_eval_mode_cpu_float64, test/test_decomp.py::DecompOneOffTestsCPU::test_contiguous_softmax_cpu, test/test_decomp.py::HasDecompTest::test_has_decomposition 2025-04-25T05:10:48.8629091Z 2025-04-25T05:10:53.9911635Z Running inductor/test_decompose_mem_bound_mm 1/1 ... [2025-04-25 05:10:53.990648] 2025-04-25T05:10:53.9912409Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:10:53.9920229Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_decompose_mem_bound_mm.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 05:10:53.991253] 2025-04-25T05:11:04.0355371Z 2025-04-25T05:11:04.0356789Z inductor/test_decompose_mem_bound_mm 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_decompose_mem_bound_mm_1.1_99231a759b62f32c_.log 2025-04-25T05:11:04.0357622Z 2025-04-25T05:11:09.0460368Z Running inductor/test_cpu_cpp_wrapper 1/1 ... [2025-04-25 05:11:09.045669] 2025-04-25T05:11:09.0461190Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:11:09.0468565Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_cpu_cpp_wrapper.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 05:11:09.046248] 2025-04-25T05:11:19.9028825Z 2025-04-25T05:11:19.9030632Z inductor/test_cpu_cpp_wrapper 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_cpu_cpp_wrapper_1.1_ea4c13d5f8b7c581_.log 2025-04-25T05:11:19.9032053Z 2025-04-25T05:11:25.0122785Z Running functorch/test_aotdispatch 5/6 ... [2025-04-25 05:11:25.011954] 2025-04-25T05:11:25.0123336Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:11:25.0129234Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_aotdispatch.py', '-m', 'not serial', '--shard-id=5', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 05:11:25.012527] 2025-04-25T05:14:25.7975693Z 2025-04-25T05:14:25.7977087Z test_decomp 13/14 was successful, full logs can be found in artifacts with path test/test-reports/test_decomp_13.14_5870ba08f76a7b92_.log 2025-04-25T05:14:25.8271328Z Running 613 items in this shard: test/test_decomp.py::TestDecompCPU::test_arange_graph_cpu, test/test_decomp.py::TestDecompCPU::test_comprehensive___radd___cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive___rdiv___cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive___rmatmul___cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive___rmul___cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive__batch_norm_with_update_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive__chunk_cat_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive__segment_reduce_lengths_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_add_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_add_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_addbmm_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_addbmm_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_addbmm_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_addcdiv_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_addcmul_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_addcmul_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_addmm_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_addmm_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_addmm_decomposed_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_addmm_decomposed_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_addr_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_alias_copy_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_amax_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_amin_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_angle_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_arange_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_as_strided_copy_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_as_strided_partial_views_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_as_strided_scatter_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_atleast_1d_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_atleast_1d_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_atleast_1d_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_baddbmm_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_bfloat16_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_bfloat16_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_bincount_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_bitwise_and_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_bitwise_left_shift_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_bitwise_not_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_bitwise_xor_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_block_diag_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_bool_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_bucketize_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_cat_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_cdouble_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_ceil_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_cfloat_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_chalf_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_char_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_chunk_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_clamp_max_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_column_stack_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_constant_pad_nd_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_constant_pad_nd_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_copysign_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_copysign_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_corrcoef_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_cos_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_count_nonzero_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_cummax_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_cummax_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_cumsum_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_deg2rad_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_diag_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_diag_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_diag_embed_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_diag_embed_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_diagflat_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_diagflat_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_diagonal_copy_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_diagonal_copy_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_diff_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_div_no_rounding_mode_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_dot_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_double_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_double_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_dsplit_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_dsplit_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_empty_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_empty_like_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_empty_permuted_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_eq_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_erf_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_exp_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_expand_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_expm1_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_expm1_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_expm1_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_eye_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_eye_cpu_float8_e4m3fnuz, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_fft2_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_fftn_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_hfft_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ifft_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ifft_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ifftn_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ifftshift_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_irfft_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_rfft2_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_rfft_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_fill_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_fill_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_flatten_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_flatten_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_flipud_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_float_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_float_power_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_float_power_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_floor_divide_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fmod_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_frac_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_frexp_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_full_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_full_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_full_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_gcd_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_geqrf_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_gradient_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_hstack_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_hstack_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_hstack_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_igammac_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_copy_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_fill_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_put_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_reduce_mean_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_reduce_mean_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_select_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_inner_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_isclose_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_isfinite_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_isin_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_isposinf_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_isreal_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_item_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_jiterator_2inputs_2outputs_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_jiterator_2inputs_2outputs_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_jiterator_binary_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_jiterator_binary_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_jiterator_binary_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_jiterator_binary_return_by_ref_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_kron_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_kron_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_kthvalue_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_ldexp_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_ldexp_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_le_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_lgamma_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_cholesky_ex_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_cross_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_det_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_householder_product_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_householder_product_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_ldl_factor_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_ldl_factor_ex_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_ldl_factor_ex_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_lu_factor_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_lu_factor_ex_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_matrix_power_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_matrix_rank_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_multi_dot_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_norm_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_pinv_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_pinv_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_svdvals_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_vander_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_vecdot_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_vecdot_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linspace_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_linspace_tensor_overload_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_log10_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_log1p_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_log2_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_log_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_log_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_logcumsumexp_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_logical_not_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_logical_or_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_logical_xor_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_logit_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_logspace_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_logspace_tensor_overload_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_logsumexp_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_long_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_long_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_mT_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_mT_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_amin_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_amin_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_argmin_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_cumprod_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_cumprod_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_cumsum_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_fill_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_norm_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_prod_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_scatter_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_std_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_sum_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_max_reduction_with_dim_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_min_binary_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_min_reduction_no_dim_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_min_reduction_with_dim_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_min_reduction_with_dim_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_min_reduction_with_dim_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_mode_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_msort_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_mul_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_mv_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nanmean_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nansum_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_narrow_copy_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_neg_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_empty_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_ones_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nextafter_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_batch_norm_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_batch_norm_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_conv1d_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_conv2d_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_conv3d_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_dropout2d_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_dropout_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_embedding_bag_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_glu_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_glu_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_hardsigmoid_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_hardsigmoid_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_interpolate_area_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_interpolate_bicubic_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_interpolate_nearest-exact_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_kl_div_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_leaky_relu_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_linear_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_linear_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_max_pool3d_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_nll_loss_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pad_circular_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pad_circular_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pad_circular_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pad_constant_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pad_reflect_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pad_replicate_negative_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pixel_shuffle_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pixel_unshuffle_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_relu6_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_relu6_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_relu_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_soft_margin_loss_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_softshrink_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_triplet_margin_loss_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_unfold_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_upsample_nearest_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_normal_in_place_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_normal_number_mean_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_ones_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_ones_like_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_ones_like_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_ormqr_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_outer_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_outer_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_pca_lowrank_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_permute_copy_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_permute_copy_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_permute_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_permute_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_polygamma_polygamma_n_0_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_polygamma_polygamma_n_3_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_positive_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_pow_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_rand_like_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_rand_like_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_randint_like_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_ravel_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_ravel_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_real_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_real_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_reciprocal_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_repeat_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_repeat_interleave_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_reshape_as_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_reshape_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_reshape_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_resize__cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_resolve_neg_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_resolve_neg_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_roll_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_roll_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_rot90_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_round_decimals_0_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_round_decimals_3_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_round_decimals_3_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_rsqrt_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_rsqrt_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_reduce_amax_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_reduce_amin_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_reduce_amin_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_reduce_mean_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_reduce_sum_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_searchsorted_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_select_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_select_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_select_scatter_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_short_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_sign_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_signal_windows_general_hamming_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_signbit_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_slice_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_slice_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_softmax_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_softmax_with_dtype_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_softmax_with_dtype_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_sort_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_sparse_sampled_addmm_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_airy_ai_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_bessel_j1_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_bessel_y1_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_chebyshev_polynomial_t_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_chebyshev_polynomial_w_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_entr_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_erfcx_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_hermite_polynomial_he_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_i0e_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_i1_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_i1e_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_laguerre_polynomial_l_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_laguerre_polynomial_l_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_log_ndtr_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_modified_bessel_i1_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_modified_bessel_k0_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_modified_bessel_k1_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_ndtr_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_scaled_modified_bessel_k0_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_zeta_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_split_with_sizes_copy_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_split_with_sizes_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_split_with_sizes_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_stft_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_sub_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_sub_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_sub_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_sum_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_sum_to_size_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_sum_to_size_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_t_copy_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_t_copy_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_t_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_t_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_t_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_tan_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_tan_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_tan_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_tensor_split_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_tensor_split_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_tensordot_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_tile_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_to_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_torch_ops_aten__safe_softmax_default_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_transpose_copy_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_transpose_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_trapezoid_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_tril_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_true_divide_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_trunc_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_unbind_copy_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_unbind_copy_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_unbind_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_unflatten_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_unfold_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_unfold_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_unfold_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_unique_consecutive_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_unique_consecutive_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_unique_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_unique_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_unique_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_unravel_index_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_unsqueeze_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_unsqueeze_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_unsqueeze_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_var_mean_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_vdot_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_view_as_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_view_copy_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_view_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_vstack_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_vstack_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_where_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_where_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_zeros_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_zeros_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick__chunk_cat_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick__chunk_cat_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick__native_batch_norm_legit_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick__softmax_backward_data_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick__softmax_backward_data_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_abs_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_abs_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_acos_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_acosh_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_add_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_add_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_addmm_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_addmm_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_addr_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_alias_copy_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_all_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_amax_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_amax_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_amin_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_amin_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_aminmax_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_aminmax_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_aminmax_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_as_strided_scatter_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_as_strided_scatter_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_as_strided_scatter_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_atanh_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_bitwise_not_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_bitwise_or_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_bitwise_right_shift_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_block_diag_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_cat_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_cat_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_cauchy_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_ceil_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_clamp_max_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_clone_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_clone_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_clone_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_conj_physical_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_conj_physical_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_constant_pad_nd_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_constant_pad_nd_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_constant_pad_nd_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_diagonal_copy_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_nn_functional_hardshrink_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_special_log_ndtr_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_stack_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_take_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_cos_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_cos_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_cumprod_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_cumprod_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_diagonal_copy_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_diagonal_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_div_trunc_rounding_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_dot_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_dot_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_empty_strided_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_eq_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_erf_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_erf_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_erfinv_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_exp2_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_expand_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_expand_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_expm1_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_eye_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_fft_fftn_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_fft_hfftn_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_fft_hfftn_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_fft_ifft_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_fft_ihfft2_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_fft_ihfft2_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_fft_irfftn_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_fft_irfftn_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_fft_rfftn_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_floor_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_floor_divide_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_floor_divide_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_frexp_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_gcd_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_gcd_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_geometric_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_grid_sampler_2d_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_heaviside_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_heaviside_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_i0_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_igammac_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_index_add_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_index_fill_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_index_fill_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_isin_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_isin_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_isin_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_isinf_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_isinf_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_isneginf_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_isposinf_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_isposinf_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_item_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_item_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_item_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_linalg_cross_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_linalg_vector_norm_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_log1p_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_log2_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_log_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_log_normal_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_logaddexp_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_logaddexp_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_logical_and_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_logical_not_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_logical_or_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_logical_or_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_logical_or_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_logit_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_logspace_tensor_overload_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_masked_fill_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_masked_fill_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_maximum_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_meshgrid_list_of_tensors_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_meshgrid_variadic_tensors_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_meshgrid_variadic_tensors_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_minimum_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_mul_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_mv_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_mv_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_nan_to_num_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_narrow_copy_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_neg_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_neg_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_neg_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_new_full_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_new_full_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_embedding_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_glu_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_huber_loss_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_max_unpool3d_grad_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_pad_constant_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_relu6_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_relu_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_relu_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_silu_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_softplus_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_unfold_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_norm_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_norm_fro_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_norm_inf_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_permute_copy_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_permute_copy_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_permute_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_permute_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_prod_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_prod_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_remainder_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_renorm_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_repeat_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_roll_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_rot90_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_round_decimals_0_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_rsqrt_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_select_scatter_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_sgn_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_sgn_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_sigmoid_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_sign_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_sign_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_signbit_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_sinc_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_slice_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_special_erfcx_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_special_i0e_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_special_i1_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_special_i1_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_special_xlog1py_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_split_with_sizes_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_sqrt_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_squeeze_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_t_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_take_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_tan_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_tanh_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_transpose_copy_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_transpose_copy_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_transpose_copy_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_triu_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_triu_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_triu_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_trunc_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_unbind_copy_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_unfold_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_unsafe_split_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_unsqueeze_copy_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_unsqueeze_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_unsqueeze_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_var_mean_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_var_mean_unbiased_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_view_copy_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_view_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_where_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_where_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_xlogy_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_zero__cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_zero__cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_zeros_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_zeros_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_zeros_like_cpu_int16, test/test_decomp.py::TestDecompCPU::test_rnn_decomp_module_nn_RNN_eval_mode_cpu_float64 2025-04-25T05:14:25.8445240Z 2025-04-25T05:14:32.2726800Z Running inductor/test_triton_syntax 1/1 ... [2025-04-25 05:14:32.272349] 2025-04-25T05:14:32.2727623Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:14:32.2735088Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_triton_syntax.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 05:14:32.272349] 2025-04-25T05:14:42.5810391Z 2025-04-25T05:14:42.5811504Z inductor/test_triton_syntax 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_triton_syntax_1.1_22f82a5e8e9e2d76_.log 2025-04-25T05:14:42.5812211Z 2025-04-25T05:14:47.3586353Z Running inductor/test_utils 1/1 ... [2025-04-25 05:14:47.358042] 2025-04-25T05:14:47.3587102Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:14:47.3593954Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_utils.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 05:14:47.358766] 2025-04-25T05:14:51.8539523Z 2025-04-25T05:14:51.8540475Z inductor/test_utils 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_utils_1.1_57fdf60d13508abd_.log 2025-04-25T05:14:51.8541111Z 2025-04-25T05:14:56.6265267Z Running inductor/test_triton_extension_backend 1/1 ... [2025-04-25 05:14:56.626117] 2025-04-25T05:14:56.6265854Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:14:56.6271544Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_triton_extension_backend.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 05:14:56.626720] 2025-04-25T05:15:06.4710684Z 2025-04-25T05:15:06.4712060Z inductor/test_triton_extension_backend 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_triton_extension_backend_1.1_ff319ec0ae38d0b1_.log 2025-04-25T05:15:11.2756847Z 2025-04-25T05:15:11.2757453Z Running inductor/test_b2b_gemm 1/1 ... [2025-04-25 05:15:11.275340] 2025-04-25T05:15:11.2757968Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:15:11.2782996Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_b2b_gemm.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 05:15:11.275906] 2025-04-25T05:15:15.8914627Z 2025-04-25T05:15:15.8915512Z test_decomp 14/14 was successful, full logs can be found in artifacts with path test/test-reports/test_decomp_14.14_1f2794c05a9803ca_.log 2025-04-25T05:15:15.9115342Z Running 662 items in this shard: test/test_decomp.py::TestDecompCPU::test_comprehensive_T_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive___getitem___cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive___getitem___cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive___radd___cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive___radd___cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive___rmod___cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive___rmul___cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive___rpow___cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive___rxor___cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive___rxor___cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive__chunk_cat_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive__chunk_cat_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive__native_batch_norm_legit_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive__segment_reduce_lengths_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive__segment_reduce_offsets_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive__unsafe_masked_index_put_accumulate_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_abs_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_abs_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_abs_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_acos_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_acosh_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_addmm_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_addmm_decomposed_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_addmv_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_addmv_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_alias_copy_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_alias_copy_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_alias_copy_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_all_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_amax_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_angle_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_arange_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_argsort_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_argsort_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_argsort_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_as_strided_copy_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_as_strided_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_as_strided_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_as_strided_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_as_strided_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_as_strided_partial_views_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_atan2_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_atan2_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_atan_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_atleast_2d_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_atleast_2d_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_atleast_2d_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_atleast_3d_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_baddbmm_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_baddbmm_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_bernoulli_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_bincount_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_bitwise_and_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_bitwise_and_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_bitwise_and_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_bitwise_left_shift_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_block_diag_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_bmm_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_broadcast_tensors_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_bucketize_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_cat_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_cdist_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_ceil_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_cfloat_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_char_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_cholesky_inverse_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_chunk_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_clone_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_column_stack_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_column_stack_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_column_stack_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_column_stack_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_combinations_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_conj_physical_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_contiguous_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_contiguous_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_contiguous_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_copysign_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_cos_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_cosh_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_cov_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_cross_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_cummin_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_cumulative_trapezoid_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_cumulative_trapezoid_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_deg2rad_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_diag_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_diag_embed_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_diag_embed_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_diagonal_copy_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_diagonal_copy_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_diagonal_scatter_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_diff_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_digamma_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_digamma_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_div_trunc_rounding_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_dot_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_dot_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_dstack_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_empty_permuted_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_eq_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_equal_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_erfinv_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_erfinv_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_exp2_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_exp2_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_expand_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_expand_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_exponential_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_fft2_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_fft_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_fftshift_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_hfft_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ifft_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_ifft_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_irfft2_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_irfft2_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_irfft_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_irfft_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_rfft2_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_rfftn_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_fft_rfftn_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_flip_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_flip_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_flipud_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_float_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_float_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_floor_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_floor_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_fmax_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_fmin_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_fmod_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_full_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_full_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_gather_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_gather_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_gcd_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_geometric_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_geometric_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_gradient_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_gradient_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_half_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_half_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_half_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_heaviside_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_heaviside_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_hstack_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_i0_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_igamma_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_copy_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_fill_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_put_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_index_reduce_mean_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_inner_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_int_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_isfinite_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_isinf_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_isinf_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_isinf_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_isnan_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_isneginf_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_isneginf_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_isposinf_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_item_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_jiterator_binary_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_jiterator_binary_return_by_ref_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_kron_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_kron_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_le_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_le_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_lgamma_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_cholesky_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_cross_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_det_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_inv_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_inv_ex_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_ldl_factor_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_ldl_solve_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_matrix_norm_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_matrix_rank_hermitian_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_pinv_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_pinv_hermitian_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_pinv_singular_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_slogdet_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_tensorsolve_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_vander_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_linalg_vecdot_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_linspace_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_log10_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_log10_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_log1p_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_log2_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_log_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_log_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_log_normal_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_log_softmax_with_dtype_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_logcumsumexp_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_logdet_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_logical_not_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_logit_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_logspace_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_logspace_tensor_overload_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_logspace_tensor_overload_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_logsumexp_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_long_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_lu_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_mH_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_cumsum_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_logaddexp_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_logsumexp_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_logsumexp_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_mean_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_mean_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_normalize_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_prod_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_scatter_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_select_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_masked_std_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_max_reduction_with_dim_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_maximum_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_mean_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_median_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_median_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_meshgrid_variadic_tensors_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_min_reduction_with_dim_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_msort_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_mv_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nanmean_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nanmedian_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_narrow_copy_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_narrow_copy_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_narrow_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_ne_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_neg_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_empty_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_zeros_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_zeros_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_new_zeros_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_avg_pool2d_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_binary_cross_entropy_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_celu_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_conv3d_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_cosine_similarity_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_cross_entropy_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_embedding_bag_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_gelu_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_interpolate_bicubic_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_layer_norm_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_local_response_norm_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_max_pool3d_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_nll_loss_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_normalize_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pad_circular_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pad_constant_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pad_constant_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pad_constant_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pad_reflect_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pad_replicate_negative_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_pixel_shuffle_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_relu6_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_rms_norm_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_softsign_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_softsign_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_softsign_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_tanhshrink_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_tanhshrink_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nn_functional_unfold_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_nonzero_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_nonzero_static_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_nonzero_static_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_normal_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_normal_in_place_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_ones_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_permute_copy_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_permute_copy_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_permute_copy_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_permute_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_pinverse_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_pinverse_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_polygamma_polygamma_n_0_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_polygamma_polygamma_n_1_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_polygamma_polygamma_n_4_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_positive_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_rand_like_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_randn_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_randn_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_randn_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_randn_like_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_real_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_reciprocal_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_repeat_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_reshape_as_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_reshape_as_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_reshape_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_reshape_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_resize__cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_resize__cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_resolve_conj_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_resolve_neg_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_roll_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_roll_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_rot90_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_round_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_round_decimals_neg_3_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_rsub_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_rsub_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_scalar_tensor_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_add_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_reduce_amin_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_reduce_mean_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_reduce_mean_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_reduce_prod_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_reduce_prod_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_scatter_reduce_sum_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_select_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_select_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_select_scatter_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_sgn_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_sgn_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_sigmoid_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_sigmoid_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_signbit_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_sin_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_sinc_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_sinc_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_sinh_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_softmax_with_dtype_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_sort_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_sparse_mm_reduce_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_bessel_y1_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_chebyshev_polynomial_t_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_chebyshev_polynomial_v_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_erfcx_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_erfcx_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_i0e_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_i0e_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_i1_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_i1_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_i1e_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_i1e_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_laguerre_polynomial_l_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_modified_bessel_i1_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_modified_bessel_k1_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_ndtr_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_ndtr_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_ndtr_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_ndtr_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_special_xlog1py_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_split_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_split_list_args_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_split_with_sizes_copy_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_split_with_sizes_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_square_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_square_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_squeeze_copy_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_squeeze_multiple_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_stack_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_std_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_std_mean_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_std_mean_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_std_unbiased_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_sub_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_sum_to_size_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_sum_to_size_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_svd_lowrank_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_t_copy_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_t_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_tensordot_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_tensordot_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_tile_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_to_sparse_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_torch_ops_aten__safe_softmax_default_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_trace_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_transpose_copy_cpu_int64, test/test_decomp.py::TestDecompCPU::test_comprehensive_trapezoid_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_tril_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_tril_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_tril_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_tril_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_true_divide_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_true_divide_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_trunc_cpu_int32, test/test_decomp.py::TestDecompCPU::test_comprehensive_unbind_copy_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_unbind_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_unflatten_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_unflatten_cpu_int8, test/test_decomp.py::TestDecompCPU::test_comprehensive_unfold_copy_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_unfold_copy_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_unsafe_chunk_cpu_float32, test/test_decomp.py::TestDecompCPU::test_comprehensive_unsqueeze_copy_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_unsqueeze_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_unsqueeze_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_var_mean_unbiased_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_vdot_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_comprehensive_view_copy_cpu_int16, test/test_decomp.py::TestDecompCPU::test_comprehensive_view_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_vstack_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_where_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_comprehensive_where_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_comprehensive_xlogy_cpu_float16, test/test_decomp.py::TestDecompCPU::test_comprehensive_zero__cpu_complex128, test/test_decomp.py::TestDecompCPU::test_comprehensive_zero__cpu_uint8, test/test_decomp.py::TestDecompCPU::test_comprehensive_zeros_cpu_float64, test/test_decomp.py::TestDecompCPU::test_comprehensive_zeros_like_cpu_bool, test/test_decomp.py::TestDecompCPU::test_comprehensive_zeros_like_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick__chunk_cat_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_acosh_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_acosh_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_acosh_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_addcdiv_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_addmv_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_addmv_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_addmv_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_addr_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_alias_copy_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_alias_copy_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_amax_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_as_strided_copy_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_as_strided_copy_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_atan2_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_atan_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_bitwise_left_shift_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_bitwise_or_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_bitwise_xor_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_cat_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_clamp_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_clamp_max_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_clamp_max_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_clone_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_copysign_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_copysign_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_copysign_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_alias_copy_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_masked_fill_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_nn_functional_unfold_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_rad2deg_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_std_mean_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_core_backward_std_mean_unbiased_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_cos_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_cosh_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_cosh_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_count_nonzero_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_count_nonzero_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_cumprod_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_cumprod_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_cumprod_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_cumprod_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_deg2rad_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_diagonal_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_diagonal_scatter_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_div_floor_rounding_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_div_floor_rounding_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_div_no_rounding_mode_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_div_trunc_rounding_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_dot_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_dot_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_empty_like_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_empty_strided_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_eq_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_erf_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_erf_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_erfc_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_erfinv_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_exp2_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_exp_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_exp_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_exp_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_expand_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_expm1_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_fft_fftn_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_fft_hfft_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_fft_ifft2_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_fft_ifft_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_fft_ifft_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_fft_ifftn_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_fft_ifftn_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_fft_ihfft2_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_fft_ihfft_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_fft_ihfft_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_fft_ihfft_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_fft_irfft2_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_fft_irfft_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_fft_irfft_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_fft_rfft_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_fft_rfftn_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_fft_rfftn_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_fft_rfftn_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_fill_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_flip_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_fmax_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_fmax_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_fmax_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_fmax_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_fmin_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_fmod_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_frexp_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_full_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_gt_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_hypot_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_igammac_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_index_select_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_index_select_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_isneginf_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_item_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_lcm_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_le_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_lerp_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_linalg_cross_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_linspace_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_log1p_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_log1p_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_log1p_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_log_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_log_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_logaddexp2_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_logical_not_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_logical_not_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_logical_or_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_logical_or_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_logical_xor_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_logical_xor_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_logit_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_logit_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_logspace_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_logspace_tensor_overload_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_logsumexp_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_logsumexp_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_lt_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_masked_fill_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_maximum_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_mean_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_meshgrid_list_of_tensors_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_meshgrid_list_of_tensors_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_meshgrid_variadic_tensors_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_minimum_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_minimum_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_mul_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_mv_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_mvlgamma_mvlgamma_p_1_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_mvlgamma_mvlgamma_p_1_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_mvlgamma_mvlgamma_p_1_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_narrow_copy_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_narrow_copy_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_ne_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_neg_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_neg_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_new_empty_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_new_empty_strided_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_new_zeros_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_new_zeros_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_binary_cross_entropy_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_binary_cross_entropy_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_elu_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_gelu_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_glu_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_hardsigmoid_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_max_unpool2d_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_max_unpool2d_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_max_unpool3d_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_mse_loss_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_silu_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_nn_functional_unfold_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_norm_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_ones_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_permute_copy_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_permute_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_pow_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_prod_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_rad2deg_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_reciprocal_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_remainder_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_repeat_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_repeat_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_repeat_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_roll_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_rot90_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_rot90_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_round_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_round_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_round_decimals_3_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_rsqrt_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_rsub_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_sgn_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_sigmoid_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_signbit_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_sin_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_sinh_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_sinh_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_sinh_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_slice_scatter_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_special_erfcx_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_special_erfcx_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_special_erfcx_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_special_i1_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_special_xlog1py_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_special_zeta_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_special_zeta_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_split_list_args_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_sqrt_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_squeeze_copy_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_squeeze_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_squeeze_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_squeeze_multiple_cpu_bool, test/test_decomp.py::TestDecompCPU::test_quick_std_mean_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_std_mean_unbiased_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_std_mean_unbiased_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_std_unbiased_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_std_unbiased_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_sub_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_sub_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_sub_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_sub_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_tan_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_trace_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_trace_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_transpose_copy_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_transpose_copy_cpu_float32, test/test_decomp.py::TestDecompCPU::test_quick_transpose_copy_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_transpose_copy_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_transpose_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_transpose_cpu_int32, test/test_decomp.py::TestDecompCPU::test_quick_transpose_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_tril_cpu_complex128, test/test_decomp.py::TestDecompCPU::test_quick_tril_indices_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_triu_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_unbind_cpu_complex32, test/test_decomp.py::TestDecompCPU::test_quick_unsafe_split_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_unsafe_split_cpu_uint8, test/test_decomp.py::TestDecompCPU::test_quick_unsqueeze_copy_cpu_float16, test/test_decomp.py::TestDecompCPU::test_quick_unsqueeze_cpu_int64, test/test_decomp.py::TestDecompCPU::test_quick_unsqueeze_cpu_int8, test/test_decomp.py::TestDecompCPU::test_quick_var_mean_unbiased_cpu_bfloat16, test/test_decomp.py::TestDecompCPU::test_quick_var_mean_unbiased_cpu_float64, test/test_decomp.py::TestDecompCPU::test_quick_var_unbiased_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_vdot_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_vdot_cpu_int16, test/test_decomp.py::TestDecompCPU::test_quick_zeros_like_cpu_complex64, test/test_decomp.py::TestDecompCPU::test_quick_zeros_like_cpu_float64, test/test_decomp.py::TestDecompCPU::test_rnn_decomp_module_nn_GRU_eval_mode_cpu_float32, test/test_decomp.py::TestDecompCPU::test_rnn_decomp_module_nn_GRU_train_mode_cpu_float64, test/test_decomp.py::DecompOneOffTestsCPU::test_native_layer_norm_cpu_decomp_cpu, test/test_decomp.py::DecompOneOffTestsCPU::test_sdpa_nn_functional_scaled_dot_product_attention_cpu_float64 2025-04-25T05:15:15.9304921Z 2025-04-25T05:15:20.9497127Z Running export/test_retraceability 1/1 ... [2025-04-25 05:15:20.947738] 2025-04-25T05:15:20.9497854Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:15:20.9499428Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'export/test_retraceability.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 05:15:20.949658] 2025-04-25T05:15:21.2739651Z 2025-04-25T05:15:21.2740736Z inductor/test_b2b_gemm 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_b2b_gemm_1.1_7b4ab8af63637a90_.log 2025-04-25T05:15:21.2741433Z 2025-04-25T05:15:26.0754985Z Running inductor/test_op_completeness 1/1 ... [2025-04-25 05:15:26.075246] 2025-04-25T05:15:26.0755525Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:15:26.0761518Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_op_completeness.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 05:15:26.075823] 2025-04-25T05:15:30.8076585Z 2025-04-25T05:15:30.8077863Z inductor/test_op_completeness 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_op_completeness_1.1_1edb46a0436718a0_.log 2025-04-25T05:15:30.8078611Z 2025-04-25T05:15:31.0180366Z 2025-04-25T05:15:31.0181664Z export/test_retraceability 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_retraceability_1.1_0ee4e87adfa4e0d1_.log 2025-04-25T05:15:31.0182533Z 2025-04-25T05:15:35.8704826Z Running export/test_unflatten_training_ir 1/1 ... [2025-04-25 05:15:35.865404] 2025-04-25T05:15:35.8705339Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:15:35.8722056Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'export/test_unflatten_training_ir.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 05:15:35.865404] 2025-04-25T05:15:36.0657565Z Running inductor/test_debug_trace 1/1 ... [2025-04-25 05:15:36.062555] 2025-04-25T05:15:36.0658129Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:15:36.0661038Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_debug_trace.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 05:15:36.062555] 2025-04-25T05:15:40.6337537Z 2025-04-25T05:15:40.6338783Z export/test_unflatten_training_ir 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_unflatten_training_ir_1.1_58e8d4eccae79253_.log 2025-04-25T05:15:40.6340260Z 2025-04-25T05:15:45.4852441Z Running inductor/test_combo_kernels 1/1 ... [2025-04-25 05:15:45.476656] 2025-04-25T05:15:45.4852952Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:15:45.4859216Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_combo_kernels.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 05:15:45.476656] 2025-04-25T05:15:46.5833186Z 2025-04-25T05:15:46.5834187Z inductor/test_debug_trace 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_debug_trace_1.1_7ed1d3830fda838f_.log 2025-04-25T05:15:46.5834877Z 2025-04-25T05:15:51.5206732Z Running inductor/test_aot_inductor_arrayref 1/1 ... [2025-04-25 05:15:51.513366] 2025-04-25T05:15:51.5207300Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:15:51.5213127Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_aot_inductor_arrayref.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 05:15:51.513366] 2025-04-25T05:15:55.5635600Z 2025-04-25T05:15:55.5636769Z inductor/test_combo_kernels 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_combo_kernels_1.1_5d55dd64a8e92b01_.log 2025-04-25T05:15:55.5637493Z 2025-04-25T05:15:56.2743723Z 2025-04-25T05:15:56.2744782Z inductor/test_aot_inductor_arrayref 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_arrayref_1.1_75bfe0f92255cb7e_.log 2025-04-25T05:15:56.2745540Z 2025-04-25T05:16:00.5149556Z Running dynamo/test_frame_init 1/1 ... [2025-04-25 05:16:00.510660] 2025-04-25T05:16:00.5150029Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:16:00.5155641Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_frame_init.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 05:16:00.510660] 2025-04-25T05:16:01.1907923Z Running dynamo/test_skip_guard_eval_unsafe 1/1 ... [2025-04-25 05:16:01.190394] 2025-04-25T05:16:01.1913961Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:16:01.1915132Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_skip_guard_eval_unsafe.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 05:16:01.190974] 2025-04-25T05:16:05.2857974Z 2025-04-25T05:16:05.2859081Z dynamo/test_frame_init 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_frame_init_1.1_1d1415776efe3708_.log 2025-04-25T05:16:05.2859756Z 2025-04-25T05:16:05.9865787Z 2025-04-25T05:16:05.9866960Z dynamo/test_skip_guard_eval_unsafe 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_skip_guard_eval_unsafe_1.1_fb0c8077f8987ded_.log 2025-04-25T05:16:05.9867706Z 2025-04-25T05:16:10.5763183Z Running inductor/test_xpu_basic 1/1 ... [2025-04-25 05:16:10.571496] 2025-04-25T05:16:10.5764051Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:16:10.5771627Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_xpu_basic.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 05:16:10.571496] 2025-04-25T05:16:11.1640511Z Running dynamo/test_utils 1/1 ... [2025-04-25 05:16:11.163567] 2025-04-25T05:16:11.1641019Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:16:11.1647998Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_utils.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 05:16:11.164151] 2025-04-25T05:16:15.8928589Z 2025-04-25T05:16:15.8929785Z dynamo/test_utils 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_utils_1.1_925eaa92796f71f7_.log 2025-04-25T05:16:15.8930640Z 2025-04-25T05:16:21.3592274Z Running inductor/test_fp8 1/1 ... [2025-04-25 05:16:21.345796] 2025-04-25T05:16:21.3593065Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:16:21.3598499Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_fp8.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 05:16:21.345796] 2025-04-25T05:16:21.3799885Z 2025-04-25T05:16:21.3801443Z inductor/test_xpu_basic 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_xpu_basic_1.1_215fab7f4e933e9d_.log 2025-04-25T05:16:21.3802877Z 2025-04-25T05:16:26.3816603Z Running dynamo/test_nops 1/1 ... [2025-04-25 05:16:26.381255] 2025-04-25T05:16:26.3817249Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:16:26.3823137Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_nops.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-04-25 05:16:26.381830] 2025-04-25T05:16:31.2955684Z 2025-04-25T05:16:31.2957066Z dynamo/test_nops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_nops_1.1_d5a07c88662fc99e_.log 2025-04-25T05:16:31.2958094Z 2025-04-25T05:16:32.2402598Z 2025-04-25T05:16:32.2404177Z inductor/test_fp8 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_fp8_1.1_f015eac7e1d8ec42_.log 2025-04-25T05:16:32.2404924Z 2025-04-25T05:18:23.5200563Z 2025-04-25T05:18:23.5201581Z functorch/test_aotdispatch 5/6 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_aotdispatch_5.6_45878cff0de794ea_.log 2025-04-25T05:18:23.5479487Z Running 331 items in this shard: test/functorch/test_aotdispatch.py::TestAOTAutograd::test_backward_mutation_metadata, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_custom_autograd, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_custom_tensor_metadata, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_dupe_arg, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_dupe_arg_torture, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_input_mutation_hidden_from_autograd_aliasing, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_input_mutation_noncontiguous, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_input_output_view_metadata_mutate_multiple, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_list_codegen, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_multi_output, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_mutates_input_noncontiguous, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_nested_subclasses_non_nested_grad, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_output_aliases_intermediate_no_grad, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_view_and_inplace_view, test/functorch/test_aotdispatch.py::TestAOTExport::test_aot_export_predispatch_func_composite_implicit, test/functorch/test_aotdispatch.py::TestAOTExport::test_aot_export_predispatch_func_view, test/functorch/test_aotdispatch.py::TestAOTDispatch::test_aot_dispatch_output_requires_grad_in_no_grad_views, test/functorch/test_aotdispatch.py::TestAOTModuleSimplified::test_aot_module_simplified, test/functorch/test_aotdispatch.py::TestAOTModuleSimplified::test_grads_no_force_contiguous_nested_subclass, test/functorch/test_aotdispatch.py::TestAOTModuleSimplified::test_grads_no_force_contiguous_nested_tensor_tangent, test/functorch/test_aotdispatch.py::TestAOTModuleSimplified::test_lift_fresh_copy_in_graph, test/functorch/test_aotdispatch.py::TestAOTModuleSimplified::test_noncontig_nonmemformat_tangents_dynamic_shapes_False_test_subclasses_False_device_cpu, test/functorch/test_aotdispatch.py::TestAOTModuleSimplified::test_noncontig_nonmemformat_tangents_dynamic_shapes_False_test_subclasses_True_device_cpu, test/functorch/test_aotdispatch.py::TestAOTModuleSimplified::test_noncontig_nonmemformat_tangents_dynamic_shapes_True_test_subclasses_True_device_cpu, test/functorch/test_aotdispatch.py::TestPythonKeyCPU::test_make_fx_functionalize_cpu, test/functorch/test_aotdispatch.py::TestPythonKeyCPU::test_nnc_pytrees_cpu, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_T_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive___rsub___cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive__native_batch_norm_legit_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_amin_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_aminmax_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_argwhere_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_atleast_2d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_bucketize_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_cfloat_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_chalf_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_cross_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_diagonal_copy_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_dist_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_dot_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_empty_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_erfc_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_fft_ifft2_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_fft_irfft2_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_fill_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_flex_attention_backward_simple_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_flip_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_flipud_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_float_power_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_floor_divide_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_fmax_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_full_like_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_histc_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_hsplit_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_index_copy_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_index_select_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_invoke_quant_simple_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_isneginf_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_jiterator_binary_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_kron_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_kthvalue_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_le_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_linalg_det_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_linalg_diagonal_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_linalg_lu_factor_ex_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_linalg_matrix_norm_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_linalg_matrix_rank_hermitian_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_linalg_qr_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_linalg_svd_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_log_normal_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_logcumsumexp_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_logical_not_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_masked_std_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_masked_sum_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_median_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_mul_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nan_to_num_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nanmedian_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nansum_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_native_dropout_backward_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_new_empty_strided_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_avg_pool2d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_conv_transpose2d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_grid_sample_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_hardshrink_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_instance_norm_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_logsigmoid_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_max_pool1d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_max_unpool3d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_mse_loss_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_pad_replicate_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_pad_replicate_negative_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_pdist_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_pixel_shuffle_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_pixel_unshuffle_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_scaled_dot_product_attention_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_unfold_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_upsample_nearest_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_norm_inf_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_normal_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_rad2deg_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_randint_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_randint_like_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_reshape_as_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_round_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_round_decimals_0_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_rsub_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_scalar_tensor_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_select_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_select_scatter_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_signal_windows_exponential_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_signal_windows_general_hamming_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_sin_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_sinc_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_slice_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_softmax_with_dtype_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_special_i1e_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_special_log_ndtr_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_special_modified_bessel_i0_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_special_modified_bessel_k0_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_special_scaled_modified_bessel_k0_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_special_xlog1py_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_sqrt_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_stack_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_std_mean_unbiased_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_tril_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_uniform_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_vdot_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_vstack_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_T_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive__segment_reduce_offsets_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive__unsafe_masked_index_put_accumulate_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_addbmm_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_aminmax_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_as_strided_scatter_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_asin_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_atan_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_baddbmm_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_byte_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_cauchy_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_clamp_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_column_stack_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_cos_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_diag_embed_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_div_floor_rounding_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_div_trunc_rounding_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_eq_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_equal_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_erf_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_expm1_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_fft_fft2_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_fft_ifft2_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_fft_ifftshift_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_fft_irfft_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_fft_rfft_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_flatten_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_floor_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_frexp_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_histogram_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_invoke_quant_simple_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_isin_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_isnan_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_kron_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_lgamma_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_linalg_eig_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_linalg_eigvalsh_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_linalg_svd_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_linalg_tensorinv_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_linalg_vander_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_linalg_vecdot_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_log_softmax_with_dtype_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_logit_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_logspace_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_mH_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_mT_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_masked_logaddexp_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_masked_normalize_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_masked_select_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_masked_softmax_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_max_binary_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_max_reduction_with_dim_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_msort_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_neg_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_new_ones_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_avg_pool3d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_celu_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_cosine_similarity_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_embedding_bag_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_area_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_nearest_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_linear_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_pad_reflect_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_pixel_unshuffle_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_relu_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_selu_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_threshold_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_norm_fro_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_norm_nuc_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_permute_copy_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_polygamma_polygamma_n_2_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_polygamma_polygamma_n_4_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_rad2deg_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_renorm_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_resize__cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_round_decimals_neg_3_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_scatter_reduce_amin_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_signal_windows_blackman_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_signal_windows_gaussian_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_signal_windows_nuttall_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_special_bessel_j1_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_special_bessel_y0_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_special_i0e_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_special_log_ndtr_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_special_modified_bessel_i0_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_special_ndtr_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_special_ndtri_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_sqrt_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_std_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_std_mean_unbiased_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_sub_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_t_copy_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_take_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_tile_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_to_sparse_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_unfold_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_var_unbiased_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_vdot_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_view_copy_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_zero__cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_AdaptiveMaxPool2d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_BatchNorm3d_eval_mode_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_Bilinear_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_CTCLoss_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_Conv1d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_Conv3d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_ConvTranspose1d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_ConvTranspose3d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_CosineEmbeddingLoss_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_GroupNorm_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_Hardshrink_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_Hardswish_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_HuberLoss_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_LPPool1d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_LayerNorm_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_MultiheadAttention_train_mode_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_TransformerEncoder_eval_mode_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_ZeroPad3d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_AdaptiveAvgPool3d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_BatchNorm3d_eval_mode_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_Bilinear_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_Conv1d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_Conv2d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_ConvTranspose2d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_GLU_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_GaussianNLLLoss_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_InstanceNorm3d_eval_mode_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_InstanceNorm3d_train_mode_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_LPPool2d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_MultiMarginLoss_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_PReLU_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_RMSNorm_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_ReplicationPad3d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_Softmin_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_TransformerEncoderLayer_train_mode_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_ZeroPad2d_cpu_float32, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_alias_of_intermediate_detach_backend_aot_eager_view_replay_for_aliased_outputs_True_dynamic_shapes_False, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_backward_mutation_data, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_compilation_context, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_composite_impl_compile, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_custom_autograd, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_embedding_bag_view_dynamic, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_input_mutation_aliases_and_output_alias, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_input_mutation_metadata, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_input_mutation_modifies_autograd_meta_of_aliases, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_input_mutation_output_view_multiple, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_input_mutation_requires_grad_no_grad_detach_mixed, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_input_mutation_requires_grad_no_grad_inference_graph, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_input_mutation_set__nop, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_input_mutation_simple, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_input_output_aliase_custom_autograd_function, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_input_output_view_metadata_mutate_multiple, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_input_output_view_simple, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_invalid_dupe_fake, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_mem_leak_from_save_for_bw, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_module, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_multi_output_list, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_mutates_input_noncontiguous, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_nonidempotent_amp, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_output_aliases_input_multi_output_view_should_raise_autograd_error, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_output_aliases_intermediate_and_returned, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_output_aliases_intermediate_inplace_view, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_output_aliases_intermediate_multiple, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_output_aliases_intermediate_returned_multiple_times, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_output_aliases_multiple_inputs_get_correct_one, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_output_op_depending_on_symint, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_set__and_data_mutation_bad, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_set__not_allowed, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_view_and_inplace_view, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_backward_mutation_forward_inputs, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_batchnorm_inference, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_buffer_copied_in_graph, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_custom_tensor_metadata, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_input_mutation_alias_everything, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_input_mutation_aliases_other_input, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_input_mutation_false_aliasing, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_input_mutation_output_view_multiple, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_input_mutation_requires_grad_no_grad_inference_graph, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_input_mutation_return, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_input_mutation_simple, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_inputs_overlapping_with_mutation_guard_base, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_invalid_dupe, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_multi_output, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_mutates_input_noncontiguous, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_nested_subclasses, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_nonidempotent_amp, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_output_aliases_input_multi_output_view_should_raise_autograd_error, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_output_aliases_intermediate_and_returned_different_grad, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_output_aliases_intermediate_inplace_view_with_detach, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_output_aliases_intermediate_multi_output_view, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_subclass_metadata_mutation_req_grad_False 2025-04-25T05:18:23.5780337Z 2025-04-25T05:18:24.3622166Z Running test batch 'tests to run' cost 1900.31 seconds 2025-04-25T05:18:25.0464555Z 2025-04-25T05:18:25.0465208Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if ERRORLEVEL 1 goto fail 2025-04-25T05:18:25.0466163Z 2025-04-25T05:18:25.0466700Z (base) C:\actions-runner\_work\pytorch\pytorch\test>popd 2025-04-25T05:18:25.0470839Z 2025-04-25T05:18:25.0471233Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:18:25.0494406Z + [[ 1 == 1 ]] 2025-04-25T05:18:25.0494714Z + [[ 3 -gt 1 ]] 2025-04-25T05:18:25.0495182Z + /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_libtorch.bat 2025-04-25T05:18:25.0635152Z 2025-04-25T05:18:25.0636031Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\setup_pytorch_env.bat 2025-04-25T05:18:25.0644804Z 2025-04-25T05:18:25.0647547Z C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-04-25T05:18:25.0650119Z 2025-04-25T05:18:25.0650704Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-04-25T05:18:25.0651428Z 2025-04-25T05:18:25.0652007Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2025-04-25T05:18:25.0662728Z 2025-04-25T05:18:25.0663467Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2022-cpu-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2025-04-25T05:18:25.0667154Z 2025-04-25T05:18:25.0667643Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2025-04-25T05:18:25.0670403Z 2025-04-25T05:18:25.0670710Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2025-04-25T05:18:25.0671904Z curl --retry 3 --retry-all-errors -k https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe 2025-04-25T05:18:25.0672907Z if errorlevel 1 exit /b 2025-04-25T05:18:25.0673263Z if not errorlevel 0 exit /b 2025-04-25T05:18:25.0674158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /AddToPath=0 /D=C:\Jenkins\Miniconda3 2025-04-25T05:18:25.0674998Z if errorlevel 1 exit /b 2025-04-25T05:18:25.0675373Z if not errorlevel 0 exit /b 2025-04-25T05:18:25.0675638Z ) 2025-04-25T05:18:25.0675782Z 2025-04-25T05:18:25.0676153Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2025-04-25T05:18:25.7070999Z Overwrite C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py (Yes/No/All)? qM"��J�b��6����6��p����6��>�͖�����6����6����6����6���6��^^͖��U����6��K����6������sG�<�6����G�<�6 2025-04-25T05:18:25.7072782Z �&�&�6��"��0֫�P�6����"��0֫�4�͖�(�"�� ի��Q��`���6��q�(�x�"���֫�C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py��6�������6������"��0֫�<�6�� 2025-04-25T05:18:25.7074155Z �`�"���֫�� ��(�"�� ի�������������"��p׫�@6�x������"��p׫�@6�x������"��p׫�@6�x������������"��0֫���6��O\JkiA? 2025-04-25T05:18:25.7074860Z 2025-04-25T05:18:25.7076014Z ix�"���֫�C:\Jenkins\Miniconda3\Lib\site-packages\torch\functional.py��"��0֫��6��;-+ 2025-04-25T05:18:25.7076692Z 2025-04-25T05:18:25.7077342Z � ����0�M��N�����)����������6���M������� �� 04������0�������L�<�6'���@ 2025-04-25T05:18:25.7079867Z �&�&� �������6��B�M��������=�����������Q��`���q�(���6��p&���Q��p�����6��x�5��@�����6��p���p���@����H��J4͖��H���H����6����6����6���欓4�������6���Y���6��@����欓�欓PӬ���6���/͖����@�6����6���Y��PӬ��6���"��ի�@���PӬ��Y��Ѓ���#�x�"���֫�C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py�p���S��1�"��@ի��"�� ի��������S���"��@ի��"�� ի���������Y���"��@ի��"�� ի������Y���"��@ի��"�� ի�@�����"��0֫���6��OA? 2025-04-25T05:18:25.7081424Z 2025-04-25T05:18:25.7083107Z �"���֫�C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\�"��0֫� �6��BA?x�"���֫�����"��@ի��"�� ի��٫���@���"��@ի��"�� ի��٫�����6���"��@ի������"�� ի��٫����"��@ի����"�� ի�p٫��T�< 2025-04-25T05:18:25.8059389Z Overwrite C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py (Yes/No/All)? ********************************************************************** 2025-04-25T05:18:25.8060223Z ** Visual Studio 2019 Developer Command Prompt v16.11.44 2025-04-25T05:18:25.8060607Z ** Copyright (c) 2021 Microsoft Corporation 2025-04-25T05:18:25.8060961Z ********************************************************************** 2025-04-25T05:18:26.1898031Z [vcvarsall.bat] Environment initialized for: 'x64' 2025-04-25T05:18:26.1927880Z 2025-04-25T05:18:26.1928337Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2025-04-25T05:18:26.1931566Z 2025-04-25T05:18:26.1932168Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2025-04-25T05:18:26.1934199Z 2025-04-25T05:18:26.1934626Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2025-04-25T05:18:26.1936992Z 2025-04-25T05:18:26.1937485Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2025-04-25T05:18:26.1939517Z 2025-04-25T05:18:26.1939743Z (base) C:\actions-runner\_work\pytorch\pytorch>set 2025-04-25T05:18:26.1940543Z ACTIONS_RUNNER_HOOK_JOB_COMPLETED=C:\actions-runner\jobcompleted.ps1 2025-04-25T05:18:26.1941000Z ALLUSERSPROFILE=C:\ProgramData 2025-04-25T05:18:26.1941435Z ALPINE_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-04-25T05:18:26.1941887Z APPDATA=C:\Users\runneruser\AppData\Roaming 2025-04-25T05:18:26.1942243Z AWS_DEFAULT_REGION=us-east-1 2025-04-25T05:18:26.1942515Z AWS_EXECUTION_ENV=EC2 2025-04-25T05:18:26.1942825Z BUILD_ENVIRONMENT=win-vs2022-cpu-py3 2025-04-25T05:18:26.1943156Z CI=true 2025-04-25T05:18:26.1943375Z CommandPromptType=Native 2025-04-25T05:18:26.1943707Z COMMONPROGRAMFILES=C:\Program Files\Common Files 2025-04-25T05:18:26.1944083Z COMPUTERNAME=EC2AMAZ-DD9BHOF 2025-04-25T05:18:26.1944418Z COMSPEC=C:\Windows\system32\cmd.exe 2025-04-25T05:18:26.1944821Z CONDA_BUILD=C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T05:18:26.1945255Z CONDA_DEFAULT_ENV=base 2025-04-25T05:18:26.1945541Z CONDA_EXE=C:\Jenkins\Miniconda3\Scripts\conda.exe 2025-04-25T05:18:26.1945990Z CONDA_INSTALL=C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T05:18:26.1946408Z CONDA_PARENT_DIR=C:\Jenkins 2025-04-25T05:18:26.1946693Z CONDA_PREFIX=C:\Jenkins\Miniconda3 2025-04-25T05:18:26.1947019Z CONDA_PROMPT_MODIFIER=(base) 2025-04-25T05:18:26.1947315Z CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe 2025-04-25T05:18:26.1947815Z CONDA_RUN=C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T05:18:26.1948397Z CONDA_SHLVL=1 2025-04-25T05:18:26.1948656Z CONTINUE_THROUGH_ERROR=False 2025-04-25T05:18:26.1949035Z CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8 2025-04-25T05:18:26.1949702Z CUDA_PATH_V11_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8 2025-04-25T05:18:26.1950238Z CUDA_PATH_V12_4=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2025-04-25T05:18:26.1950756Z CUDA_PATH_V12_6=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-04-25T05:18:26.1951308Z CUDA_PATH_V12_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8 2025-04-25T05:18:26.1951705Z CUDA_VERSION=cpu 2025-04-25T05:18:26.1951998Z ChocolateyInstall=C:\ProgramData\chocolatey 2025-04-25T05:18:26.1952417Z CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 2025-04-25T05:18:26.1952864Z CommonProgramW6432=C:\Program Files\Common Files 2025-04-25T05:18:26.1953359Z DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\ 2025-04-25T05:18:26.1953915Z DISTUTILS_USE_SDK=1 2025-04-25T05:18:26.1954237Z DriverData=C:\Windows\System32\Drivers\DriverData 2025-04-25T05:18:26.1954696Z EC2LAUNCH_TELEMETRY=1 2025-04-25T05:18:26.1955190Z ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs 2025-04-25T05:18:26.1955687Z Framework40Version=v4.0 2025-04-25T05:18:26.1955991Z FrameworkDir=C:\Windows\Microsoft.NET\Framework64\ 2025-04-25T05:18:26.1956426Z FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\ 2025-04-25T05:18:26.1956798Z FrameworkVersion=v4.0.30319 2025-04-25T05:18:26.1957108Z FrameworkVersion64=v4.0.30319 2025-04-25T05:18:26.1957406Z GITHUB_ACTION=test 2025-04-25T05:18:26.1957638Z GITHUB_ACTIONS=true 2025-04-25T05:18:26.1957879Z GITHUB_ACTION_REF= 2025-04-25T05:18:26.1958120Z GITHUB_ACTION_REPOSITORY= 2025-04-25T05:18:26.1958414Z GITHUB_ACTOR=pytorch-bot[bot] 2025-04-25T05:18:26.1958688Z GITHUB_ACTOR_ID=54816060 2025-04-25T05:18:26.1959011Z GITHUB_API_URL=https://api.github.com 2025-04-25T05:18:26.1959309Z GITHUB_BASE_REF= 2025-04-25T05:18:26.1959804Z GITHUB_ENV=C:\actions-runner\_work\_temp\_runner_file_commands\set_env_f461f14a-05b2-4260-a56e-042390d28b98 2025-04-25T05:18:26.1960358Z GITHUB_EVENT_NAME=push 2025-04-25T05:18:26.1960762Z GITHUB_EVENT_PATH=C:\actions-runner\_work\_temp\_github_workflow\event.json 2025-04-25T05:18:26.1961267Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-04-25T05:18:26.1961610Z GITHUB_HEAD_REF= 2025-04-25T05:18:26.1961859Z GITHUB_JOB=test 2025-04-25T05:18:26.1962337Z GITHUB_OUTPUT=C:\actions-runner\_work\_temp\_runner_file_commands\set_output_f461f14a-05b2-4260-a56e-042390d28b98 2025-04-25T05:18:26.1963160Z GITHUB_PATH=C:\actions-runner\_work\_temp\_runner_file_commands\add_path_f461f14a-05b2-4260-a56e-042390d28b98 2025-04-25T05:18:26.1963716Z GITHUB_REF=refs/tags/ciflow/trunk/148893 2025-04-25T05:18:26.1964075Z GITHUB_REF_NAME=ciflow/trunk/148893 2025-04-25T05:18:26.1964397Z GITHUB_REF_PROTECTED=false 2025-04-25T05:18:26.1964662Z GITHUB_REF_TYPE=tag 2025-04-25T05:18:26.1964948Z GITHUB_REPOSITORY=pytorch/pytorch 2025-04-25T05:18:26.1965247Z GITHUB_REPOSITORY_ID=65600975 2025-04-25T05:18:26.1965556Z GITHUB_REPOSITORY_OWNER=pytorch 2025-04-25T05:18:26.1965851Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-04-25T05:18:26.1966176Z GITHUB_RETENTION_DAYS=90 2025-04-25T05:18:26.1966418Z GITHUB_RUN_ATTEMPT=1 2025-04-25T05:18:26.1966683Z GITHUB_RUN_ID=14656749847 2025-04-25T05:18:26.1966939Z GITHUB_RUN_NUMBER=124706 2025-04-25T05:18:26.1967247Z GITHUB_SERVER_URL=https://github.com 2025-04-25T05:18:26.1967590Z GITHUB_SHA=b68c0effe97351b0c24b2f7aef671559be6aa977 2025-04-25T05:18:26.1968211Z GITHUB_STATE=C:\actions-runner\_work\_temp\_runner_file_commands\save_state_f461f14a-05b2-4260-a56e-042390d28b98 2025-04-25T05:18:26.1969077Z GITHUB_STEP_SUMMARY=C:\actions-runner\_work\_temp\_runner_file_commands\step_summary_f461f14a-05b2-4260-a56e-042390d28b98 2025-04-25T05:18:26.1969683Z GITHUB_TRIGGERING_ACTOR=pytorch-bot[bot] 2025-04-25T05:18:26.1970021Z GITHUB_WORKFLOW=trunk 2025-04-25T05:18:26.1970578Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk.yml@refs/tags/ciflow/trunk/148893 2025-04-25T05:18:26.1971312Z GITHUB_WORKFLOW_SHA=b68c0effe97351b0c24b2f7aef671559be6aa977 2025-04-25T05:18:26.1971792Z GITHUB_WORKSPACE=C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:18:26.1972156Z GIT_DEFAULT_BRANCH=main 2025-04-25T05:18:26.1972430Z HOME=C:\Users\runneruser 2025-04-25T05:18:26.1974121Z INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt 2025-04-25T05:18:26.1976236Z INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-04-25T05:18:26.1977006Z INSTALL_WINDOWS_SDK=1 2025-04-25T05:18:26.1977251Z JOB_ID=41133890953 2025-04-25T05:18:26.1977702Z JOB_NAME=win-vs2022-cpu-py3 / test (default, 1, 3, ephemeral.windows.4xlarge.nonephemeral) 2025-04-25T05:18:26.1978979Z LIB=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64 2025-04-25T05:18:26.1981248Z LIBPATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x86\store\references;C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0;C:\Windows\Microsoft.NET\Framework64\v4.0.30319 2025-04-25T05:18:26.1982775Z LOCALAPPDATA=C:\Users\runneruser\AppData\Local 2025-04-25T05:18:26.1983215Z NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\ 2025-04-25T05:18:26.1983604Z NO_TD=False 2025-04-25T05:18:26.1983847Z NO_TEST_TIMEOUT=False 2025-04-25T05:18:26.1984094Z NUMBER_OF_PROCESSORS=16 2025-04-25T05:18:26.1984361Z NUM_TEST_SHARDS=3 2025-04-25T05:18:26.1984599Z OLDPWD=C:/14656749847/build-results 2025-04-25T05:18:26.1984898Z OS=Windows_NT 2025-04-25T05:18:26.1992833Z PATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-04-25T05:18:26.2000656Z PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 2025-04-25T05:18:26.2001047Z Platform=x64 2025-04-25T05:18:26.2001280Z PROCESSOR_ARCHITECTURE=AMD64 2025-04-25T05:18:26.2001716Z PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 7, GenuineIntel 2025-04-25T05:18:26.2002136Z PROCESSOR_LEVEL=6 2025-04-25T05:18:26.2002394Z PROCESSOR_REVISION=5507 2025-04-25T05:18:26.2002658Z PROGRAMFILES=C:\Program Files 2025-04-25T05:18:26.2002995Z PROJECT_DIR=C:/actions-runner/_work/pytorch/pytorch 2025-04-25T05:18:26.2003403Z PROJECT_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:18:26.2003842Z PROMPT=(base) $P$G 2025-04-25T05:18:26.2004092Z PR_NUMBER= 2025-04-25T05:18:26.2004578Z PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\WindowsPowerShell\Modules 2025-04-25T05:18:26.2005173Z PUBLIC=C:\Users\Public 2025-04-25T05:18:26.2006449Z *** 2025-04-25T05:18:26.2006812Z PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2025-04-25T05:18:26.2007245Z PYTHON_VERSION=3.9 2025-04-25T05:18:26.2007566Z PYTORCH_FINAL_PACKAGE_DIR=C:/14656749847/build-results/ 2025-04-25T05:18:26.2008020Z PYTORCH_FINAL_PACKAGE_DIR_WIN=C:\14656749847\build-results\ 2025-04-25T05:18:26.2008394Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2025-04-25T05:18:26.2008727Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2025-04-25T05:18:26.2009032Z ProgramData=C:\ProgramData 2025-04-25T05:18:26.2009351Z ProgramFiles(x86)=C:\Program Files (x86) 2025-04-25T05:18:26.2009669Z ProgramW6432=C:\Program Files 2025-04-25T05:18:26.2009969Z REENABLED_ISSUES= 2025-04-25T05:18:26.2010206Z RUNNER_ARCH=X64 2025-04-25T05:18:26.2010468Z RUNNER_ENVIRONMENT=self-hosted 2025-04-25T05:18:26.2010757Z RUNNER_NAME=i-097c425ec88d960a1 2025-04-25T05:18:26.2011053Z RUNNER_OS=Windows 2025-04-25T05:18:26.2011330Z RUNNER_TEMP=C:\actions-runner\_work\_temp 2025-04-25T05:18:26.2011680Z RUNNER_TOOL_CACHE=C:\actions-runner\_work\_tool 2025-04-25T05:18:26.2012115Z RUNNER_TRACKING_ID=github_a28eb6f1-30bb-4297-83b8-3b310cc15c91 2025-04-25T05:18:26.2012542Z RUNNER_WORKSPACE=C:\actions-runner\_work\pytorch 2025-04-25T05:18:26.2013093Z SCRIPT_HELPERS_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-04-25T05:18:26.2013619Z SHA1=b68c0effe97351b0c24b2f7aef671559be6aa977 2025-04-25T05:18:26.2013960Z SHARD_NUMBER=1 2025-04-25T05:18:26.2014173Z SHLVL=2 2025-04-25T05:18:26.2014483Z SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem 2025-04-25T05:18:26.2014865Z SYSTEMDRIVE=C: 2025-04-25T05:18:26.2015098Z SYSTEMROOT=C:\Windows 2025-04-25T05:18:26.2015407Z TEMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T05:18:26.2015720Z TERM=xterm-256color 2025-04-25T05:18:26.2015975Z TEST_CONFIG=default 2025-04-25T05:18:26.2016266Z TEST_DIR=C:/actions-runner/_work/pytorch/pytorch/test 2025-04-25T05:18:26.2016709Z TEST_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\test 2025-04-25T05:18:26.2017062Z TEST_SHOWLOCALS=False 2025-04-25T05:18:26.2017347Z TMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T05:18:26.2017688Z TMPDIR=C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T05:18:26.2018094Z TMP_DIR=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-04-25T05:18:26.2018585Z TMP_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp 2025-04-25T05:18:26.2018968Z TORCH_CUDA_ARCH_LIST=8.6 2025-04-25T05:18:26.2019251Z TORCH_SERIALIZATION_DEBUG=1 2025-04-25T05:18:26.2019510Z UCRTVersion=10.0.19041.0 2025-04-25T05:18:26.2019865Z UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-04-25T05:18:26.2020248Z UPDATEFILE=update.finished 2025-04-25T05:18:26.2020610Z USERDOMAIN=EC2AMAZ-DD9BHOF 2025-04-25T05:18:26.2020864Z USERNAME=runneruser 2025-04-25T05:18:26.2021141Z USERPROFILE=C:\Users\runneruser 2025-04-25T05:18:26.2021402Z USE_CUDA=0 2025-04-25T05:18:26.2022345Z VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\ 2025-04-25T05:18:26.2023029Z VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\ 2025-04-25T05:18:26.2023732Z VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\ 2025-04-25T05:18:26.2024548Z VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Redist\MSVC\14.29.30133\ 2025-04-25T05:18:26.2025091Z VCToolsVersion=14.29.30133 2025-04-25T05:18:26.2025374Z VC_PRODUCT=BuildTools 2025-04-25T05:18:26.2025611Z VC_VERSION= 2025-04-25T05:18:26.2025834Z VC_YEAR=2019 2025-04-25T05:18:26.2026088Z VERBOSE_ARG='SilentlyContinue' 2025-04-25T05:18:26.2026422Z VERBOSE_TEST_LOGS=False 2025-04-25T05:18:26.2026702Z VisualStudioVersion=16.0 2025-04-25T05:18:26.2027149Z VS160COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\ 2025-04-25T05:18:26.2027676Z VSCMD_ARG_app_plat=Desktop 2025-04-25T05:18:26.2027932Z VSCMD_ARG_HOST_ARCH=x64 2025-04-25T05:18:26.2028182Z VSCMD_ARG_TGT_ARCH=x64 2025-04-25T05:18:26.2028397Z VSCMD_VER=16.11.44 2025-04-25T05:18:26.2028748Z VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\ 2025-04-25T05:18:26.2029171Z VS_VERSION=16.8.6 2025-04-25T05:18:26.2029443Z WINDIR=C:\Windows 2025-04-25T05:18:26.2030211Z WindowsLibPath=C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0 2025-04-25T05:18:26.2030956Z WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\ 2025-04-25T05:18:26.2031451Z WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-04-25T05:18:26.2031819Z WindowsSDKLibVersion=10.0.19041.0\ 2025-04-25T05:18:26.2032285Z WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\ 2025-04-25T05:18:26.2032744Z WindowsSDKVersion=10.0.19041.0\ 2025-04-25T05:18:26.2033287Z WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\ 2025-04-25T05:18:26.2034080Z WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ 2025-04-25T05:18:26.2034883Z _=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_libtorch.bat 2025-04-25T05:18:26.2035480Z __CONDA_OPENSLL_CERT_FILE_SET="1" 2025-04-25T05:18:26.2036022Z __devinit_path=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit\devinit.exe 2025-04-25T05:18:26.2036590Z __DOTNET_ADD_64BIT=1 2025-04-25T05:18:26.2036834Z __DOTNET_PREFERRED_BITNESS=64 2025-04-25T05:18:26.2040035Z __VSCMD_PREINIT_PATH=C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-04-25T05:18:26.2043176Z 2025-04-25T05:18:26.2043384Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 1 2025-04-25T05:18:26.2043713Z 2025-04-25T05:18:26.2044004Z (base) C:\actions-runner\_work\pytorch\pytorch>set CWD=C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:18:26.2044478Z 2025-04-25T05:18:26.2044922Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\bin 2025-04-25T05:18:26.2045877Z 2025-04-25T05:18:26.2053041Z (base) C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-04-25T05:18:26.2060477Z 2025-04-25T05:18:26.2060921Z (base) C:\actions-runner\_work\pytorch\pytorch>set TORCH_CPP_TEST_MNIST_PATH=C:\actions-runner\_work\pytorch\pytorch\test\cpp\api\mnist 2025-04-25T05:18:26.2061491Z 2025-04-25T05:18:26.2061973Z (base) C:\actions-runner\_work\pytorch\pytorch>python tools\download_mnist.py --quiet -d C:\actions-runner\_work\pytorch\pytorch\test\cpp\api\mnist 2025-04-25T05:18:27.9776058Z Downloading http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz ... 2025-04-25T05:18:27.9776572Z Failed to download (trying next): 2025-04-25T05:18:27.9776844Z HTTP Error 404: Not Found 2025-04-25T05:18:27.9777315Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/train-images-idx3-ubyte.gz ... 2025-04-25T05:18:27.9777987Z Downloading http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz ... 2025-04-25T05:18:27.9778438Z Failed to download (trying next): 2025-04-25T05:18:27.9778711Z HTTP Error 404: Not Found 2025-04-25T05:18:27.9779168Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/train-labels-idx1-ubyte.gz ... 2025-04-25T05:18:27.9779819Z Downloading http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz ... 2025-04-25T05:18:27.9780240Z Failed to download (trying next): 2025-04-25T05:18:27.9780517Z HTTP Error 404: Not Found 2025-04-25T05:18:27.9780952Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/t10k-images-idx3-ubyte.gz ... 2025-04-25T05:18:27.9781585Z Downloading http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz ... 2025-04-25T05:18:27.9782013Z Failed to download (trying next): 2025-04-25T05:18:27.9782295Z HTTP Error 404: Not Found 2025-04-25T05:18:27.9782729Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/t10k-labels-idx1-ubyte.gz ... 2025-04-25T05:18:27.9894442Z 2025-04-25T05:18:27.9895177Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i cpp/test_api 2025-04-25T05:18:28.1557012Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:18:28.1557925Z import pkg_resources 2025-04-25T05:18:33.6379151Z Found test times from artifacts 2025-04-25T05:18:33.7370743Z Found test times from artifacts 2025-04-25T05:18:33.7404826Z Running 25% of tests based on TD 2025-04-25T05:18:33.7410277Z Running parallel tests on 3 processes 2025-04-25T05:18:33.7410635Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:18:33.7410925Z Serial tests (0): 2025-04-25T05:18:33.7411142Z Parallel tests (1): 2025-04-25T05:18:33.7411371Z cpp/test_api 1/1 2025-04-25T05:18:33.7411597Z Name: excluded (est. time: 0.0min) 2025-04-25T05:18:33.7412023Z Serial tests (0): 2025-04-25T05:18:33.7412249Z Parallel tests (0): 2025-04-25T05:18:33.7504764Z Running cpp/test_api 1/1 ... [2025-04-25 05:18:33.747840] 2025-04-25T05:18:33.7520355Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:18:33.7521521Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\bin\\test_api.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-c35f2753ba1a8d01.xml', '-x', '--reruns=2'] ... [2025-04-25 05:18:33.747840] 2025-04-25T05:18:33.7523234Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:18:36.3192097Z 2025-04-25T05:18:36.3193096Z cpp/test_api 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.test_api_1.1_d7a552dca3ae3d1b_.log 2025-04-25T05:18:36.3193731Z 2025-04-25T05:18:37.9719793Z Running cpp/test_api 1/1 ... [2025-04-25 05:18:37.971663] 2025-04-25T05:18:37.9720248Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:18:37.9729117Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\bin\\test_api.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-751564f5cf1b79bf.xml', '-x', '--reruns=2'] ... [2025-04-25 05:18:37.971663] 2025-04-25T05:22:28.4643303Z 2025-04-25T05:22:28.4644378Z cpp/test_api 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.test_api_1.1_78d3ca053318e7ad_.log 2025-04-25T05:22:28.4663251Z 2025-04-25T05:22:29.2918223Z Running test batch 'tests to run' cost 235.55 seconds 2025-04-25T05:22:29.9440655Z 2025-04-25T05:22:29.9441315Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 1 2025-04-25T05:22:29.9441834Z 2025-04-25T05:22:29.9442461Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 1 2025-04-25T05:22:29.9443295Z 2025-04-25T05:22:29.9443833Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:22:29.9449585Z 2025-04-25T05:22:29.9450057Z (base) C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test>for /R "." %a in (*.exe) do ( 2025-04-25T05:22:29.9450646Z call :libtorch_check "%~na" "%~fa" 2025-04-25T05:22:29.9450959Z if errorlevel 1 goto fail 2025-04-25T05:22:29.9451246Z ) 2025-04-25T05:22:29.9455441Z 2025-04-25T05:22:29.9455818Z (base) C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test>( 2025-04-25T05:22:29.9456617Z call :libtorch_check "apply_utils_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\apply_utils_test.exe" 2025-04-25T05:22:29.9457304Z if errorlevel 1 goto fail 2025-04-25T05:22:29.9457559Z ) 2025-04-25T05:22:29.9467645Z 2025-04-25T05:22:29.9468260Z (base) C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:22:29.9472652Z 2025-04-25T05:22:29.9473612Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:22:29.9475736Z 2025-04-25T05:22:29.9476272Z (base) C:\actions-runner\_work\pytorch\pytorch>if "apply_utils_test" == "verify_api_visibility" goto :eof 2025-04-25T05:22:29.9481007Z 2025-04-25T05:22:29.9481555Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\apply_utils_test.exe" 2025-04-25T05:22:29.9482527Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\apply_utils_test.exe" 2025-04-25T05:22:29.9483462Z 2025-04-25T05:22:29.9483902Z (base) C:\actions-runner\_work\pytorch\pytorch>if "apply_utils_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:22:29.9484808Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\apply_utils_test.exe" 2025-04-25T05:22:29.9485438Z goto :eof 2025-04-25T05:22:29.9485669Z ) 2025-04-25T05:22:29.9485788Z 2025-04-25T05:22:29.9486173Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/apply_utils_test" 2025-04-25T05:22:30.1125670Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:22:30.1126529Z import pkg_resources 2025-04-25T05:22:35.5883841Z Found test times from artifacts 2025-04-25T05:22:35.6878320Z Found test times from artifacts 2025-04-25T05:22:35.6913040Z Running 25% of tests based on TD 2025-04-25T05:22:35.6918665Z Running parallel tests on 3 processes 2025-04-25T05:22:35.6919059Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:22:35.6919369Z Serial tests (0): 2025-04-25T05:22:35.6919603Z Parallel tests (1): 2025-04-25T05:22:35.6919853Z cpp/apply_utils_test 1/1 2025-04-25T05:22:35.6920109Z Name: excluded (est. time: 0.0min) 2025-04-25T05:22:35.6920379Z Serial tests (0): 2025-04-25T05:22:35.6920593Z Parallel tests (0): 2025-04-25T05:22:35.7004198Z Running cpp/apply_utils_test 1/1 ... [2025-04-25 05:22:35.700133] 2025-04-25T05:22:35.7004639Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:22:35.7013468Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\apply_utils_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-76663f1ae471d969.xml', '-x', '--reruns=2'] ... [2025-04-25 05:22:35.701170] 2025-04-25T05:22:35.7015223Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:22:38.4231796Z 2025-04-25T05:22:38.4232881Z cpp/apply_utils_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.apply_utils_test_1.1_b86ae87044e53aa6_.log 2025-04-25T05:22:38.4233526Z 2025-04-25T05:22:40.0050389Z Running cpp/apply_utils_test 1/1 ... [2025-04-25 05:22:40.001206] 2025-04-25T05:22:40.0050830Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:22:40.0059620Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\apply_utils_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-738c51d56134cac2.xml', '-x', '--reruns=2'] ... [2025-04-25 05:22:40.001206] 2025-04-25T05:22:43.6073963Z 2025-04-25T05:22:43.6075092Z cpp/apply_utils_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.apply_utils_test_1.1_982a6a30db6f4e11_.log 2025-04-25T05:22:43.6075740Z 2025-04-25T05:22:44.3604221Z Running test batch 'tests to run' cost 8.67 seconds 2025-04-25T05:22:44.9649895Z 2025-04-25T05:22:44.9650493Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:22:44.9651184Z echo "apply_utils_test" failed with exit code 0 2025-04-25T05:22:44.9651518Z goto fail 2025-04-25T05:22:44.9651697Z ) 2025-04-25T05:22:44.9651807Z 2025-04-25T05:22:44.9652004Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:22:44.9652427Z echo "apply_utils_test" failed with exit code 0 2025-04-25T05:22:44.9652737Z goto fail 2025-04-25T05:22:44.9652922Z ) 2025-04-25T05:22:44.9653018Z 2025-04-25T05:22:44.9653171Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:22:44.9662509Z 2025-04-25T05:22:44.9663035Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:22:44.9663679Z call :libtorch_check "atest" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\atest.exe" 2025-04-25T05:22:44.9664240Z if errorlevel 1 goto fail 2025-04-25T05:22:44.9664643Z ) 2025-04-25T05:22:44.9673106Z 2025-04-25T05:22:44.9673498Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:22:44.9677392Z 2025-04-25T05:22:44.9677981Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:22:44.9680454Z 2025-04-25T05:22:44.9680798Z (base) C:\actions-runner\_work\pytorch\pytorch>if "atest" == "verify_api_visibility" goto :eof 2025-04-25T05:22:44.9682076Z 2025-04-25T05:22:44.9682570Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\atest.exe" 2025-04-25T05:22:44.9683421Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\atest.exe" 2025-04-25T05:22:44.9684905Z 2025-04-25T05:22:44.9685273Z (base) C:\actions-runner\_work\pytorch\pytorch>if "atest" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:22:44.9685917Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\atest.exe" 2025-04-25T05:22:44.9686376Z goto :eof 2025-04-25T05:22:44.9686556Z ) 2025-04-25T05:22:44.9686676Z 2025-04-25T05:22:44.9686998Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/atest" 2025-04-25T05:22:45.1378409Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:22:45.1379369Z import pkg_resources 2025-04-25T05:22:50.6132427Z Found test times from artifacts 2025-04-25T05:22:50.7125203Z Found test times from artifacts 2025-04-25T05:22:50.7159128Z Running 25% of tests based on TD 2025-04-25T05:22:50.7164305Z Running parallel tests on 3 processes 2025-04-25T05:22:50.7164725Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:22:50.7164996Z Serial tests (0): 2025-04-25T05:22:50.7165249Z Parallel tests (1): 2025-04-25T05:22:50.7165478Z cpp/atest 1/1 2025-04-25T05:22:50.7165707Z Name: excluded (est. time: 0.0min) 2025-04-25T05:22:50.7165960Z Serial tests (0): 2025-04-25T05:22:50.7166189Z Parallel tests (0): 2025-04-25T05:22:50.7238394Z Running cpp/atest 1/1 ... [2025-04-25 05:22:50.723343] 2025-04-25T05:22:50.7238793Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:22:50.7248264Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\atest.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-d4c5e2e3ac6bf9da.xml', '-x', '--reruns=2'] ... [2025-04-25 05:22:50.724522] 2025-04-25T05:22:50.7249952Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:22:53.2236448Z 2025-04-25T05:22:53.2237293Z cpp/atest 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.atest_1.1_2ca6140f7db7b057_.log 2025-04-25T05:22:53.2238081Z 2025-04-25T05:22:54.9949924Z Running cpp/atest 1/1 ... [2025-04-25 05:22:54.979712] 2025-04-25T05:22:54.9950576Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:22:54.9959177Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\atest.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-34ee205aaa1b8094.xml', '-x', '--reruns=2'] ... [2025-04-25 05:22:54.995426] 2025-04-25T05:23:00.5712288Z 2025-04-25T05:23:00.5713074Z cpp/atest 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.atest_1.1_8aa848ffa2cc623f_.log 2025-04-25T05:23:00.5714087Z 2025-04-25T05:23:01.3851770Z Running test batch 'tests to run' cost 10.68 seconds 2025-04-25T05:23:02.0395812Z 2025-04-25T05:23:02.0396546Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:23:02.0396988Z echo "atest" failed with exit code 0 2025-04-25T05:23:02.0397276Z goto fail 2025-04-25T05:23:02.0397450Z ) 2025-04-25T05:23:02.0397579Z 2025-04-25T05:23:02.0402374Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:23:02.0402864Z echo "atest" failed with exit code 0 2025-04-25T05:23:02.0403138Z goto fail 2025-04-25T05:23:02.0403312Z ) 2025-04-25T05:23:02.0403495Z 2025-04-25T05:23:02.0403654Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:23:02.0405691Z 2025-04-25T05:23:02.0406038Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:23:02.0406797Z call :libtorch_check "backend_fallback_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\backend_fallback_test.exe" 2025-04-25T05:23:02.0407481Z if errorlevel 1 goto fail 2025-04-25T05:23:02.0407711Z ) 2025-04-25T05:23:02.0417779Z 2025-04-25T05:23:02.0418346Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:23:02.0422490Z 2025-04-25T05:23:02.0423133Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:23:02.0425217Z 2025-04-25T05:23:02.0425742Z (base) C:\actions-runner\_work\pytorch\pytorch>if "backend_fallback_test" == "verify_api_visibility" goto :eof 2025-04-25T05:23:02.0426803Z 2025-04-25T05:23:02.0427399Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\backend_fallback_test.exe" 2025-04-25T05:23:02.0428370Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\backend_fallback_test.exe" 2025-04-25T05:23:02.0429242Z 2025-04-25T05:23:02.0429675Z (base) C:\actions-runner\_work\pytorch\pytorch>if "backend_fallback_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:23:02.0430432Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\backend_fallback_test.exe" 2025-04-25T05:23:02.0430950Z goto :eof 2025-04-25T05:23:02.0431130Z ) 2025-04-25T05:23:02.0431239Z 2025-04-25T05:23:02.0431621Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/backend_fallback_test" 2025-04-25T05:23:02.2084093Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:23:02.2085039Z import pkg_resources 2025-04-25T05:23:07.7292011Z Found test times from artifacts 2025-04-25T05:23:07.8288941Z Found test times from artifacts 2025-04-25T05:23:07.8323204Z Running 25% of tests based on TD 2025-04-25T05:23:07.8328489Z Running parallel tests on 3 processes 2025-04-25T05:23:07.8328913Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:23:07.8329309Z Serial tests (0): 2025-04-25T05:23:07.8329630Z Parallel tests (1): 2025-04-25T05:23:07.8330028Z cpp/backend_fallback_test 1/1 2025-04-25T05:23:07.8330347Z Name: excluded (est. time: 0.0min) 2025-04-25T05:23:07.8330645Z Serial tests (0): 2025-04-25T05:23:07.8330953Z Parallel tests (0): 2025-04-25T05:23:07.8403147Z Running cpp/backend_fallback_test 1/1 ... [2025-04-25 05:23:07.839130] 2025-04-25T05:23:07.8403626Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:23:07.8412795Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\backend_fallback_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-77c04eafb8d29a99.xml', '-x', '--reruns=2'] ... [2025-04-25 05:23:07.840738] 2025-04-25T05:23:07.8414603Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:23:10.3611298Z 2025-04-25T05:23:10.3612359Z cpp/backend_fallback_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.backend_fallback_test_1.1_39a43028ced66faa_.log 2025-04-25T05:23:10.3613070Z 2025-04-25T05:23:12.1133484Z Running cpp/backend_fallback_test 1/1 ... [2025-04-25 05:23:12.113017] 2025-04-25T05:23:12.1135548Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:23:12.1142975Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\backend_fallback_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e7d261090e1d0797.xml', '-x', '--reruns=2'] ... [2025-04-25 05:23:12.114109] 2025-04-25T05:23:15.2036678Z 2025-04-25T05:23:15.2037928Z cpp/backend_fallback_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.backend_fallback_test_1.1_5fe4c933e883ba48_.log 2025-04-25T05:23:15.2038653Z 2025-04-25T05:23:15.9493253Z Running test batch 'tests to run' cost 8.12 seconds 2025-04-25T05:23:16.5950756Z 2025-04-25T05:23:16.5951679Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:23:16.5952258Z echo "backend_fallback_test" failed with exit code 0 2025-04-25T05:23:16.5952641Z goto fail 2025-04-25T05:23:16.5952852Z ) 2025-04-25T05:23:16.5952993Z 2025-04-25T05:23:16.5953198Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:23:16.5953665Z echo "backend_fallback_test" failed with exit code 0 2025-04-25T05:23:16.5954039Z goto fail 2025-04-25T05:23:16.5954267Z ) 2025-04-25T05:23:16.5954389Z 2025-04-25T05:23:16.5954557Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:23:16.5960796Z 2025-04-25T05:23:16.5961342Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:23:16.5962005Z call :libtorch_check "basic" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\basic.exe" 2025-04-25T05:23:16.5962644Z if errorlevel 1 goto fail 2025-04-25T05:23:16.5962963Z ) 2025-04-25T05:23:16.5972617Z 2025-04-25T05:23:16.5972988Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:23:16.5976984Z 2025-04-25T05:23:16.5977529Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:23:16.5979747Z 2025-04-25T05:23:16.5980104Z (base) C:\actions-runner\_work\pytorch\pytorch>if "basic" == "verify_api_visibility" goto :eof 2025-04-25T05:23:16.5981476Z 2025-04-25T05:23:16.5982038Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\basic.exe" 2025-04-25T05:23:16.5982936Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\basic.exe" 2025-04-25T05:23:16.5984056Z 2025-04-25T05:23:16.5984427Z (base) C:\actions-runner\_work\pytorch\pytorch>if "basic" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:23:16.5985307Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\basic.exe" 2025-04-25T05:23:16.5985805Z goto :eof 2025-04-25T05:23:16.5986076Z ) 2025-04-25T05:23:16.5986195Z 2025-04-25T05:23:16.5986563Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/basic" 2025-04-25T05:23:16.7615827Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:23:16.7616687Z import pkg_resources 2025-04-25T05:23:22.2891381Z Found test times from artifacts 2025-04-25T05:23:22.4027567Z Found test times from artifacts 2025-04-25T05:23:22.4061614Z Running 25% of tests based on TD 2025-04-25T05:23:22.4077687Z Running parallel tests on 3 processes 2025-04-25T05:23:22.4078117Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:23:22.4078601Z Serial tests (0): 2025-04-25T05:23:22.4078893Z Parallel tests (1): 2025-04-25T05:23:22.4079132Z cpp/basic 1/1 2025-04-25T05:23:22.4079429Z Name: excluded (est. time: 0.0min) 2025-04-25T05:23:22.4079724Z Serial tests (0): 2025-04-25T05:23:22.4079978Z Parallel tests (0): 2025-04-25T05:23:22.4153631Z Running cpp/basic 1/1 ... [2025-04-25 05:23:22.415134] 2025-04-25T05:23:22.4154433Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:23:22.4162937Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\basic.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-75696b1b25ce79f8.xml', '-x', '--reruns=2'] ... [2025-04-25 05:23:22.415673] 2025-04-25T05:23:22.4164707Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:23:24.9833196Z 2025-04-25T05:23:24.9833990Z cpp/basic 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.basic_1.1_ef701e931efba64f_.log 2025-04-25T05:23:24.9835196Z 2025-04-25T05:23:26.8457666Z Running cpp/basic 1/1 ... [2025-04-25 05:23:26.845509] 2025-04-25T05:23:26.8458122Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:23:26.8469116Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\basic.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-aabf641f852a94cf.xml', '-x', '--reruns=2'] ... [2025-04-25 05:23:26.846672] 2025-04-25T05:23:30.5919904Z 2025-04-25T05:23:30.5920946Z cpp/basic 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.basic_1.1_5870b8cf518c4884_.log 2025-04-25T05:23:30.5921548Z 2025-04-25T05:23:31.3453005Z Running test batch 'tests to run' cost 8.95 seconds 2025-04-25T05:23:31.9535340Z 2025-04-25T05:23:31.9535889Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:23:31.9536344Z echo "basic" failed with exit code 0 2025-04-25T05:23:31.9536614Z goto fail 2025-04-25T05:23:31.9536822Z ) 2025-04-25T05:23:31.9536922Z 2025-04-25T05:23:31.9537121Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:23:31.9537529Z echo "basic" failed with exit code 0 2025-04-25T05:23:31.9537793Z goto fail 2025-04-25T05:23:31.9537982Z ) 2025-04-25T05:23:31.9538079Z 2025-04-25T05:23:31.9538245Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:23:31.9545594Z 2025-04-25T05:23:31.9546110Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:23:31.9546816Z call :libtorch_check "broadcast_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\broadcast_test.exe" 2025-04-25T05:23:31.9547492Z if errorlevel 1 goto fail 2025-04-25T05:23:31.9547718Z ) 2025-04-25T05:23:31.9557114Z 2025-04-25T05:23:31.9557614Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:23:31.9562047Z 2025-04-25T05:23:31.9562781Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:23:31.9564989Z 2025-04-25T05:23:31.9565385Z (base) C:\actions-runner\_work\pytorch\pytorch>if "broadcast_test" == "verify_api_visibility" goto :eof 2025-04-25T05:23:31.9566932Z 2025-04-25T05:23:31.9567656Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\broadcast_test.exe" 2025-04-25T05:23:31.9568582Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\broadcast_test.exe" 2025-04-25T05:23:31.9569199Z 2025-04-25T05:23:31.9569611Z (base) C:\actions-runner\_work\pytorch\pytorch>if "broadcast_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:23:31.9570447Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\broadcast_test.exe" 2025-04-25T05:23:31.9570935Z goto :eof 2025-04-25T05:23:31.9571129Z ) 2025-04-25T05:23:31.9571229Z 2025-04-25T05:23:31.9571657Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/broadcast_test" 2025-04-25T05:23:32.1216460Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:23:32.1217302Z import pkg_resources 2025-04-25T05:23:37.5849444Z Found test times from artifacts 2025-04-25T05:23:37.6845726Z Found test times from artifacts 2025-04-25T05:23:37.6880216Z Running 25% of tests based on TD 2025-04-25T05:23:37.6885132Z Running parallel tests on 3 processes 2025-04-25T05:23:37.6885517Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:23:37.6885810Z Serial tests (0): 2025-04-25T05:23:37.6886069Z Parallel tests (1): 2025-04-25T05:23:37.6886302Z cpp/broadcast_test 1/1 2025-04-25T05:23:37.6886565Z Name: excluded (est. time: 0.0min) 2025-04-25T05:23:37.6886814Z Serial tests (0): 2025-04-25T05:23:37.6887031Z Parallel tests (0): 2025-04-25T05:23:37.6957691Z Running cpp/broadcast_test 1/1 ... [2025-04-25 05:23:37.691013] 2025-04-25T05:23:37.6958122Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:23:37.6967720Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\broadcast_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-8489c6bc2eb615ee.xml', '-x', '--reruns=2'] ... [2025-04-25 05:23:37.696559] 2025-04-25T05:23:37.6969437Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:23:40.1937271Z 2025-04-25T05:23:40.1938413Z cpp/broadcast_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.broadcast_test_1.1_934a60174fc9a159_.log 2025-04-25T05:23:40.1939076Z 2025-04-25T05:23:41.9544647Z Running cpp/broadcast_test 1/1 ... [2025-04-25 05:23:41.954016] 2025-04-25T05:23:41.9545103Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:23:41.9555640Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\broadcast_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-f0d3746119af8ab4.xml', '-x', '--reruns=2'] ... [2025-04-25 05:23:41.955181] 2025-04-25T05:23:45.0109304Z 2025-04-25T05:23:45.0110413Z cpp/broadcast_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.broadcast_test_1.1_526354a74f4aab79_.log 2025-04-25T05:23:45.0111050Z 2025-04-25T05:23:45.7655793Z Running test batch 'tests to run' cost 8.08 seconds 2025-04-25T05:23:46.3727427Z 2025-04-25T05:23:46.3728136Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:23:46.3728591Z echo "broadcast_test" failed with exit code 0 2025-04-25T05:23:46.3728992Z goto fail 2025-04-25T05:23:46.3729175Z ) 2025-04-25T05:23:46.3729303Z 2025-04-25T05:23:46.3729504Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:23:46.3729910Z echo "broadcast_test" failed with exit code 0 2025-04-25T05:23:46.3730216Z goto fail 2025-04-25T05:23:46.3730403Z ) 2025-04-25T05:23:46.3730932Z 2025-04-25T05:23:46.3731153Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:23:46.3738130Z 2025-04-25T05:23:46.3738372Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:23:46.3739077Z call :libtorch_check "c10_accumulate_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_accumulate_test.exe" 2025-04-25T05:23:46.3739732Z if errorlevel 1 goto fail 2025-04-25T05:23:46.3740072Z ) 2025-04-25T05:23:46.3749711Z 2025-04-25T05:23:46.3750045Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:23:46.3753828Z 2025-04-25T05:23:46.3754451Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:23:46.3756866Z 2025-04-25T05:23:46.3757305Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_accumulate_test" == "verify_api_visibility" goto :eof 2025-04-25T05:23:46.3758589Z 2025-04-25T05:23:46.3759130Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_accumulate_test.exe" 2025-04-25T05:23:46.3760166Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_accumulate_test.exe" 2025-04-25T05:23:46.3761449Z 2025-04-25T05:23:46.3762153Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_accumulate_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:23:46.3762950Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_accumulate_test.exe" 2025-04-25T05:23:46.3763464Z goto :eof 2025-04-25T05:23:46.3763656Z ) 2025-04-25T05:23:46.3763769Z 2025-04-25T05:23:46.3764145Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_accumulate_test" 2025-04-25T05:23:46.5411456Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:23:46.5412290Z import pkg_resources 2025-04-25T05:23:52.0372149Z Found test times from artifacts 2025-04-25T05:23:52.1368542Z Found test times from artifacts 2025-04-25T05:23:52.1402767Z Running 25% of tests based on TD 2025-04-25T05:23:52.1408056Z Running parallel tests on 3 processes 2025-04-25T05:23:52.1408522Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:23:52.1408814Z Serial tests (0): 2025-04-25T05:23:52.1409051Z Parallel tests (1): 2025-04-25T05:23:52.1409284Z cpp/c10_accumulate_test 1/1 2025-04-25T05:23:52.1409551Z Name: excluded (est. time: 0.0min) 2025-04-25T05:23:52.1409812Z Serial tests (0): 2025-04-25T05:23:52.1410030Z Parallel tests (0): 2025-04-25T05:23:52.1481820Z Running cpp/c10_accumulate_test 1/1 ... [2025-04-25 05:23:52.138491] 2025-04-25T05:23:52.1482326Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:23:52.1491519Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_accumulate_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-8dfadf2ca7602088.xml', '-x', '--reruns=2'] ... [2025-04-25 05:23:52.148583] 2025-04-25T05:23:52.1493271Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:23:53.5727656Z 2025-04-25T05:23:53.5728813Z cpp/c10_accumulate_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_accumulate_test_1.1_72a2728e8e7fc1fc_.log 2025-04-25T05:23:53.5729490Z 2025-04-25T05:23:56.4868864Z Running cpp/c10_accumulate_test 1/1 ... [2025-04-25 05:23:56.486346] 2025-04-25T05:23:56.4869366Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:23:56.4878495Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_accumulate_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-de15dc919734793e.xml', '-x', '--reruns=2'] ... [2025-04-25 05:23:56.487467] 2025-04-25T05:23:57.8879756Z 2025-04-25T05:23:57.8880736Z cpp/c10_accumulate_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_accumulate_test_1.1_4f1566f47aaa40c8_.log 2025-04-25T05:23:57.8881607Z 2025-04-25T05:23:58.6154286Z Running test batch 'tests to run' cost 6.48 seconds 2025-04-25T05:23:59.2516744Z 2025-04-25T05:23:59.2517509Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:23:59.2518488Z echo "c10_accumulate_test" failed with exit code 0 2025-04-25T05:23:59.2518882Z goto fail 2025-04-25T05:23:59.2519091Z ) 2025-04-25T05:23:59.2519232Z 2025-04-25T05:23:59.2519438Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:23:59.2519898Z echo "c10_accumulate_test" failed with exit code 0 2025-04-25T05:23:59.2520265Z goto fail 2025-04-25T05:23:59.2520466Z ) 2025-04-25T05:23:59.2520610Z 2025-04-25T05:23:59.2520882Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:23:59.2527751Z 2025-04-25T05:23:59.2528265Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:23:59.2529130Z call :libtorch_check "c10_ArrayRef_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ArrayRef_test.exe" 2025-04-25T05:23:59.2529813Z if errorlevel 1 goto fail 2025-04-25T05:23:59.2530085Z ) 2025-04-25T05:23:59.2539267Z 2025-04-25T05:23:59.2539659Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:23:59.2544040Z 2025-04-25T05:23:59.2544695Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:23:59.2546918Z 2025-04-25T05:23:59.2547344Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ArrayRef_test" == "verify_api_visibility" goto :eof 2025-04-25T05:23:59.2548412Z 2025-04-25T05:23:59.2548961Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ArrayRef_test.exe" 2025-04-25T05:23:59.2549928Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ArrayRef_test.exe" 2025-04-25T05:23:59.2550931Z 2025-04-25T05:23:59.2551366Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ArrayRef_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:23:59.2552150Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ArrayRef_test.exe" 2025-04-25T05:23:59.2552731Z goto :eof 2025-04-25T05:23:59.2552931Z ) 2025-04-25T05:23:59.2553069Z 2025-04-25T05:23:59.2553439Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_ArrayRef_test" 2025-04-25T05:23:59.4219341Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:23:59.4220230Z import pkg_resources 2025-04-25T05:24:04.9589382Z Found test times from artifacts 2025-04-25T05:24:05.0583060Z Found test times from artifacts 2025-04-25T05:24:05.0616091Z Running 25% of tests based on TD 2025-04-25T05:24:05.0621182Z Running parallel tests on 3 processes 2025-04-25T05:24:05.0621667Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:24:05.0621991Z Serial tests (0): 2025-04-25T05:24:05.0622257Z Parallel tests (1): 2025-04-25T05:24:05.0622580Z cpp/c10_ArrayRef_test 1/1 2025-04-25T05:24:05.0622892Z Name: excluded (est. time: 0.0min) 2025-04-25T05:24:05.0623176Z Serial tests (0): 2025-04-25T05:24:05.0623433Z Parallel tests (0): 2025-04-25T05:24:05.0693228Z Running cpp/c10_ArrayRef_test 1/1 ... [2025-04-25 05:24:05.061969] 2025-04-25T05:24:05.0693693Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:24:05.0702892Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ArrayRef_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e196a52fc5f7e857.xml', '-x', '--reruns=2'] ... [2025-04-25 05:24:05.061969] 2025-04-25T05:24:05.0704641Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:24:06.4999087Z 2025-04-25T05:24:06.5000130Z cpp/c10_ArrayRef_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ArrayRef_test_1.1_743c7bbb68c55e41_.log 2025-04-25T05:24:06.5000827Z 2025-04-25T05:24:09.3193580Z Running cpp/c10_ArrayRef_test 1/1 ... [2025-04-25 05:24:09.318660] 2025-04-25T05:24:09.3194036Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:24:09.3202878Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ArrayRef_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-0d23c2ae45785477.xml', '-x', '--reruns=2'] ... [2025-04-25 05:24:09.319807] 2025-04-25T05:24:10.7069349Z 2025-04-25T05:24:10.7070260Z cpp/c10_ArrayRef_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ArrayRef_test_1.1_4cacbe5d0a54e56c_.log 2025-04-25T05:24:10.7070994Z 2025-04-25T05:24:11.4343724Z Running test batch 'tests to run' cost 6.37 seconds 2025-04-25T05:24:12.0350827Z 2025-04-25T05:24:12.0351444Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:24:12.0351921Z echo "c10_ArrayRef_test" failed with exit code 0 2025-04-25T05:24:12.0352283Z goto fail 2025-04-25T05:24:12.0352477Z ) 2025-04-25T05:24:12.0352617Z 2025-04-25T05:24:12.0352820Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:24:12.0353299Z echo "c10_ArrayRef_test" failed with exit code 0 2025-04-25T05:24:12.0353687Z goto fail 2025-04-25T05:24:12.0353924Z ) 2025-04-25T05:24:12.0354056Z 2025-04-25T05:24:12.0354223Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:24:12.0361213Z 2025-04-25T05:24:12.0361453Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:24:12.0362164Z call :libtorch_check "c10_bfloat16_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bfloat16_test.exe" 2025-04-25T05:24:12.0362851Z if errorlevel 1 goto fail 2025-04-25T05:24:12.0363103Z ) 2025-04-25T05:24:12.0373245Z 2025-04-25T05:24:12.0373610Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:24:12.0377672Z 2025-04-25T05:24:12.0378191Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:24:12.0380544Z 2025-04-25T05:24:12.0380981Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_bfloat16_test" == "verify_api_visibility" goto :eof 2025-04-25T05:24:12.0382392Z 2025-04-25T05:24:12.0382966Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bfloat16_test.exe" 2025-04-25T05:24:12.0383936Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bfloat16_test.exe" 2025-04-25T05:24:12.0384926Z 2025-04-25T05:24:12.0385445Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_bfloat16_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:24:12.0386191Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bfloat16_test.exe" 2025-04-25T05:24:12.0386727Z goto :eof 2025-04-25T05:24:12.0386924Z ) 2025-04-25T05:24:12.0387059Z 2025-04-25T05:24:12.0387432Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_bfloat16_test" 2025-04-25T05:24:12.2044778Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:24:12.2045643Z import pkg_resources 2025-04-25T05:24:17.7718260Z Found test times from artifacts 2025-04-25T05:24:17.8756138Z Found test times from artifacts 2025-04-25T05:24:17.8790367Z Running 25% of tests based on TD 2025-04-25T05:24:17.8796041Z Running parallel tests on 3 processes 2025-04-25T05:24:17.8796424Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:24:17.8796764Z Serial tests (0): 2025-04-25T05:24:17.8797023Z Parallel tests (1): 2025-04-25T05:24:17.8797408Z cpp/c10_bfloat16_test 1/1 2025-04-25T05:24:17.8797723Z Name: excluded (est. time: 0.0min) 2025-04-25T05:24:17.8798002Z Serial tests (0): 2025-04-25T05:24:17.8798252Z Parallel tests (0): 2025-04-25T05:24:17.8872944Z Running cpp/c10_bfloat16_test 1/1 ... [2025-04-25 05:24:17.886216] 2025-04-25T05:24:17.8873647Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:24:17.8882760Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_bfloat16_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-671b2bdfaf5edba2.xml', '-x', '--reruns=2'] ... [2025-04-25 05:24:17.886216] 2025-04-25T05:24:17.8884542Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:24:19.3589575Z 2025-04-25T05:24:19.3590746Z cpp/c10_bfloat16_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_bfloat16_test_1.1_fcc61e5d06318ae8_.log 2025-04-25T05:24:19.3591429Z 2025-04-25T05:24:22.2294185Z Running cpp/c10_bfloat16_test 1/1 ... [2025-04-25 05:24:22.228782] 2025-04-25T05:24:22.2294698Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:24:22.2302927Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_bfloat16_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-8c6f6aa10d49683e.xml', '-x', '--reruns=2'] ... [2025-04-25 05:24:22.229909] 2025-04-25T05:24:23.6755099Z 2025-04-25T05:24:23.6756265Z cpp/c10_bfloat16_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_bfloat16_test_1.1_00485b50fff8aec9_.log 2025-04-25T05:24:23.6756954Z 2025-04-25T05:24:24.4317541Z Running test batch 'tests to run' cost 6.55 seconds 2025-04-25T05:24:25.0425090Z 2025-04-25T05:24:25.0425797Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:24:25.0426284Z echo "c10_bfloat16_test" failed with exit code 0 2025-04-25T05:24:25.0426646Z goto fail 2025-04-25T05:24:25.0426846Z ) 2025-04-25T05:24:25.0426995Z 2025-04-25T05:24:25.0427198Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:24:25.0427667Z echo "c10_bfloat16_test" failed with exit code 0 2025-04-25T05:24:25.0427988Z goto fail 2025-04-25T05:24:25.0428203Z ) 2025-04-25T05:24:25.0428312Z 2025-04-25T05:24:25.0428478Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:24:25.0435229Z 2025-04-25T05:24:25.0435560Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:24:25.0436391Z call :libtorch_check "c10_Bitset_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Bitset_test.exe" 2025-04-25T05:24:25.0437079Z if errorlevel 1 goto fail 2025-04-25T05:24:25.0437359Z ) 2025-04-25T05:24:25.0446777Z 2025-04-25T05:24:25.0447132Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:24:25.0451044Z 2025-04-25T05:24:25.0451830Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:24:25.0454159Z 2025-04-25T05:24:25.0454576Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Bitset_test" == "verify_api_visibility" goto :eof 2025-04-25T05:24:25.0455816Z 2025-04-25T05:24:25.0456422Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Bitset_test.exe" 2025-04-25T05:24:25.0457467Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Bitset_test.exe" 2025-04-25T05:24:25.0458575Z 2025-04-25T05:24:25.0459171Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Bitset_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:24:25.0459902Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Bitset_test.exe" 2025-04-25T05:24:25.0460440Z goto :eof 2025-04-25T05:24:25.0460644Z ) 2025-04-25T05:24:25.0460781Z 2025-04-25T05:24:25.0461145Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Bitset_test" 2025-04-25T05:24:25.2151863Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:24:25.2152737Z import pkg_resources 2025-04-25T05:24:30.6715398Z Found test times from artifacts 2025-04-25T05:24:30.7709232Z Found test times from artifacts 2025-04-25T05:24:30.7744016Z Running 25% of tests based on TD 2025-04-25T05:24:30.7749258Z Running parallel tests on 3 processes 2025-04-25T05:24:30.7749678Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:24:30.7749987Z Serial tests (0): 2025-04-25T05:24:30.7750247Z Parallel tests (1): 2025-04-25T05:24:30.7750515Z cpp/c10_Bitset_test 1/1 2025-04-25T05:24:30.7750781Z Name: excluded (est. time: 0.0min) 2025-04-25T05:24:30.7751078Z Serial tests (0): 2025-04-25T05:24:30.7751302Z Parallel tests (0): 2025-04-25T05:24:30.7822837Z Running cpp/c10_Bitset_test 1/1 ... [2025-04-25 05:24:30.781827] 2025-04-25T05:24:30.7823285Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:24:30.7832992Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Bitset_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-656dc976ef90da29.xml', '-x', '--reruns=2'] ... [2025-04-25 05:24:30.783024] 2025-04-25T05:24:30.7834794Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:24:32.2442891Z 2025-04-25T05:24:32.2443703Z cpp/c10_Bitset_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Bitset_test_1.1_c29184e4c4123280_.log 2025-04-25T05:24:32.2444358Z 2025-04-25T05:24:34.9569567Z Running cpp/c10_Bitset_test 1/1 ... [2025-04-25 05:24:34.948408] 2025-04-25T05:24:34.9570051Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:24:34.9578441Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Bitset_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e6101780347cec05.xml', '-x', '--reruns=2'] ... [2025-04-25 05:24:34.948408] 2025-04-25T05:24:36.3987886Z 2025-04-25T05:24:36.3990503Z cpp/c10_Bitset_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Bitset_test_1.1_cd78e53cbfbbb452_.log 2025-04-25T05:24:36.3991130Z 2025-04-25T05:24:37.1967325Z Running test batch 'tests to run' cost 6.43 seconds 2025-04-25T05:24:37.8132543Z 2025-04-25T05:24:37.8133148Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:24:37.8133624Z echo "c10_Bitset_test" failed with exit code 0 2025-04-25T05:24:37.8133975Z goto fail 2025-04-25T05:24:37.8134177Z ) 2025-04-25T05:24:37.8134319Z 2025-04-25T05:24:37.8134518Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:24:37.8134951Z echo "c10_Bitset_test" failed with exit code 0 2025-04-25T05:24:37.8135287Z goto fail 2025-04-25T05:24:37.8135479Z ) 2025-04-25T05:24:37.8135998Z 2025-04-25T05:24:37.8136254Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:24:37.8143093Z 2025-04-25T05:24:37.8143694Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:24:37.8144452Z call :libtorch_check "c10_bit_cast_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bit_cast_test.exe" 2025-04-25T05:24:37.8145708Z if errorlevel 1 goto fail 2025-04-25T05:24:37.8145980Z ) 2025-04-25T05:24:37.8154219Z 2025-04-25T05:24:37.8154577Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:24:37.8158361Z 2025-04-25T05:24:37.8158959Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:24:37.8161115Z 2025-04-25T05:24:37.8161556Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_bit_cast_test" == "verify_api_visibility" goto :eof 2025-04-25T05:24:37.8162562Z 2025-04-25T05:24:37.8163109Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bit_cast_test.exe" 2025-04-25T05:24:37.8179425Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bit_cast_test.exe" 2025-04-25T05:24:37.8179885Z 2025-04-25T05:24:37.8180226Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_bit_cast_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:24:37.8180990Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bit_cast_test.exe" 2025-04-25T05:24:37.8181500Z goto :eof 2025-04-25T05:24:37.8181730Z ) 2025-04-25T05:24:37.8181841Z 2025-04-25T05:24:37.8182243Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_bit_cast_test" 2025-04-25T05:24:37.9823923Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:24:37.9824837Z import pkg_resources 2025-04-25T05:24:43.4287889Z Found test times from artifacts 2025-04-25T05:24:43.5291068Z Found test times from artifacts 2025-04-25T05:24:43.5325822Z Running 25% of tests based on TD 2025-04-25T05:24:43.5331388Z Running parallel tests on 3 processes 2025-04-25T05:24:43.5331784Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:24:43.5332131Z Serial tests (0): 2025-04-25T05:24:43.5332402Z Parallel tests (1): 2025-04-25T05:24:43.5332657Z cpp/c10_bit_cast_test 1/1 2025-04-25T05:24:43.5332959Z Name: excluded (est. time: 0.0min) 2025-04-25T05:24:43.5333238Z Serial tests (0): 2025-04-25T05:24:43.5333504Z Parallel tests (0): 2025-04-25T05:24:43.5410471Z Running cpp/c10_bit_cast_test 1/1 ... [2025-04-25 05:24:43.540512] 2025-04-25T05:24:43.5411164Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:24:43.5422163Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_bit_cast_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-b6847479985a95ab.xml', '-x', '--reruns=2'] ... [2025-04-25 05:24:43.541967] 2025-04-25T05:24:43.5425249Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:24:44.9657119Z 2025-04-25T05:24:44.9658772Z cpp/c10_bit_cast_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_bit_cast_test_1.1_82a76b339c53a705_.log 2025-04-25T05:24:44.9659928Z 2025-04-25T05:24:47.8919035Z Running cpp/c10_bit_cast_test 1/1 ... [2025-04-25 05:24:47.891588] 2025-04-25T05:24:47.8919499Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:24:47.8939980Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_bit_cast_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2319717da236dedc.xml', '-x', '--reruns=2'] ... [2025-04-25 05:24:47.893345] 2025-04-25T05:24:49.3553201Z 2025-04-25T05:24:49.3554296Z cpp/c10_bit_cast_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_bit_cast_test_1.1_48b5d1f0ed8d6179_.log 2025-04-25T05:24:49.3554929Z 2025-04-25T05:24:50.0944237Z Running test batch 'tests to run' cost 6.56 seconds 2025-04-25T05:24:50.7148201Z 2025-04-25T05:24:50.7148842Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:24:50.7149375Z echo "c10_bit_cast_test" failed with exit code 0 2025-04-25T05:24:50.7149786Z goto fail 2025-04-25T05:24:50.7150016Z ) 2025-04-25T05:24:50.7150130Z 2025-04-25T05:24:50.7150338Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:24:50.7150815Z echo "c10_bit_cast_test" failed with exit code 0 2025-04-25T05:24:50.7151138Z goto fail 2025-04-25T05:24:50.7151380Z ) 2025-04-25T05:24:50.7151503Z 2025-04-25T05:24:50.7151678Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:24:50.7158573Z 2025-04-25T05:24:50.7158793Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:24:50.7159709Z call :libtorch_check "c10_CompileTimeFunctionPointer_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_CompileTimeFunctionPointer_test.exe" 2025-04-25T05:24:50.7160541Z if errorlevel 1 goto fail 2025-04-25T05:24:50.7160860Z ) 2025-04-25T05:24:50.7170317Z 2025-04-25T05:24:50.7170981Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:24:50.7174717Z 2025-04-25T05:24:50.7175224Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:24:50.7177542Z 2025-04-25T05:24:50.7178196Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_CompileTimeFunctionPointer_test" == "verify_api_visibility" goto :eof 2025-04-25T05:24:50.7179457Z 2025-04-25T05:24:50.7180143Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_CompileTimeFunctionPointer_test.exe" 2025-04-25T05:24:50.7181256Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_CompileTimeFunctionPointer_test.exe" 2025-04-25T05:24:50.7181844Z 2025-04-25T05:24:50.7182321Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_CompileTimeFunctionPointer_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:24:50.7183293Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_CompileTimeFunctionPointer_test.exe" 2025-04-25T05:24:50.7183918Z goto :eof 2025-04-25T05:24:50.7184147Z ) 2025-04-25T05:24:50.7184256Z 2025-04-25T05:24:50.7184702Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_CompileTimeFunctionPointer_test" 2025-04-25T05:24:50.8836484Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:24:50.8837360Z import pkg_resources 2025-04-25T05:24:56.3454904Z Found test times from artifacts 2025-04-25T05:24:56.4458451Z Found test times from artifacts 2025-04-25T05:24:56.4493267Z Running 25% of tests based on TD 2025-04-25T05:24:56.4498740Z Running parallel tests on 3 processes 2025-04-25T05:24:56.4499185Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:24:56.4499476Z Serial tests (0): 2025-04-25T05:24:56.4499755Z Parallel tests (1): 2025-04-25T05:24:56.4500051Z cpp/c10_CompileTimeFunctionPointer_test 1/1 2025-04-25T05:24:56.4500416Z Name: excluded (est. time: 0.0min) 2025-04-25T05:24:56.4500694Z Serial tests (0): 2025-04-25T05:24:56.4500946Z Parallel tests (0): 2025-04-25T05:24:56.4573453Z Running cpp/c10_CompileTimeFunctionPointer_test 1/1 ... [2025-04-25 05:24:56.456656] 2025-04-25T05:24:56.4574199Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:24:56.4582591Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_CompileTimeFunctionPointer_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-64e96cee91c33390.xml', '-x', '--reruns=2'] ... [2025-04-25 05:24:56.457817] 2025-04-25T05:24:56.4584550Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:24:57.9205044Z 2025-04-25T05:24:57.9206455Z cpp/c10_CompileTimeFunctionPointer_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_CompileTimeFunctionPointer_test_1.1_6adcfa932c4229ef_.log 2025-04-25T05:24:57.9207328Z 2025-04-25T05:25:00.8072653Z Running cpp/c10_CompileTimeFunctionPointer_test 1/1 ... [2025-04-25 05:25:00.804482] 2025-04-25T05:25:00.8073273Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:25:00.8082369Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_CompileTimeFunctionPointer_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-034389f2cd9b3d29.xml', '-x', '--reruns=2'] ... [2025-04-25 05:25:00.804482] 2025-04-25T05:25:02.2948063Z 2025-04-25T05:25:02.2949396Z cpp/c10_CompileTimeFunctionPointer_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_CompileTimeFunctionPointer_test_1.1_257c24ae78f8e3c6_.log 2025-04-25T05:25:02.2950218Z 2025-04-25T05:25:03.0325241Z Running test batch 'tests to run' cost 6.58 seconds 2025-04-25T05:25:03.6334439Z 2025-04-25T05:25:03.6335314Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:25:03.6335914Z echo "c10_CompileTimeFunctionPointer_test" failed with exit code 0 2025-04-25T05:25:03.6336378Z goto fail 2025-04-25T05:25:03.6336582Z ) 2025-04-25T05:25:03.6336720Z 2025-04-25T05:25:03.6336922Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:25:03.6337451Z echo "c10_CompileTimeFunctionPointer_test" failed with exit code 0 2025-04-25T05:25:03.6337884Z goto fail 2025-04-25T05:25:03.6338106Z ) 2025-04-25T05:25:03.6338218Z 2025-04-25T05:25:03.6338389Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:25:03.6344183Z 2025-04-25T05:25:03.6344355Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:25:03.6345094Z call :libtorch_check "c10_complex_math_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_math_test.exe" 2025-04-25T05:25:03.6345809Z if errorlevel 1 goto fail 2025-04-25T05:25:03.6346099Z ) 2025-04-25T05:25:03.6355646Z 2025-04-25T05:25:03.6356242Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:25:03.6359729Z 2025-04-25T05:25:03.6360423Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:25:03.6362748Z 2025-04-25T05:25:03.6363209Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_complex_math_test" == "verify_api_visibility" goto :eof 2025-04-25T05:25:03.6364440Z 2025-04-25T05:25:03.6364987Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_math_test.exe" 2025-04-25T05:25:03.6365998Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_math_test.exe" 2025-04-25T05:25:03.6367369Z 2025-04-25T05:25:03.6367814Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_complex_math_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:25:03.6368715Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_math_test.exe" 2025-04-25T05:25:03.6369257Z goto :eof 2025-04-25T05:25:03.6369494Z ) 2025-04-25T05:25:03.6369603Z 2025-04-25T05:25:03.6370090Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_complex_math_test" 2025-04-25T05:25:03.8021819Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:25:03.8023586Z import pkg_resources 2025-04-25T05:25:09.3873947Z Found test times from artifacts 2025-04-25T05:25:09.4875475Z Found test times from artifacts 2025-04-25T05:25:09.4910337Z Running 25% of tests based on TD 2025-04-25T05:25:09.4915448Z Running parallel tests on 3 processes 2025-04-25T05:25:09.4915896Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:25:09.4916204Z Serial tests (0): 2025-04-25T05:25:09.4916513Z Parallel tests (1): 2025-04-25T05:25:09.4916781Z cpp/c10_complex_math_test 1/1 2025-04-25T05:25:09.4917093Z Name: excluded (est. time: 0.0min) 2025-04-25T05:25:09.4917372Z Serial tests (0): 2025-04-25T05:25:09.4917630Z Parallel tests (0): 2025-04-25T05:25:09.4990821Z Running cpp/c10_complex_math_test 1/1 ... [2025-04-25 05:25:09.498926] 2025-04-25T05:25:09.5000352Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:25:09.5001644Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_complex_math_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-72749c18c4278b7c.xml', '-x', '--reruns=2'] ... [2025-04-25 05:25:09.499906] 2025-04-25T05:25:09.5003394Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:25:10.9517645Z 2025-04-25T05:25:10.9518776Z cpp/c10_complex_math_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_complex_math_test_1.1_87f201a4570a31cc_.log 2025-04-25T05:25:10.9519497Z 2025-04-25T05:25:13.7327569Z Running cpp/c10_complex_math_test 1/1 ... [2025-04-25 05:25:13.725440] 2025-04-25T05:25:13.7328092Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:25:13.7338556Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_complex_math_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-a4ba7defd642c9e2.xml', '-x', '--reruns=2'] ... [2025-04-25 05:25:13.725440] 2025-04-25T05:25:15.1968670Z 2025-04-25T05:25:15.1969524Z cpp/c10_complex_math_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_complex_math_test_1.1_3cbc35c61efb88ce_.log 2025-04-25T05:25:15.1970302Z 2025-04-25T05:25:15.9610143Z Running test batch 'tests to run' cost 6.47 seconds 2025-04-25T05:25:16.6023078Z 2025-04-25T05:25:16.6023903Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:25:16.6024599Z echo "c10_complex_math_test" failed with exit code 0 2025-04-25T05:25:16.6024954Z goto fail 2025-04-25T05:25:16.6025196Z ) 2025-04-25T05:25:16.6025372Z 2025-04-25T05:25:16.6025579Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:25:16.6026120Z echo "c10_complex_math_test" failed with exit code 0 2025-04-25T05:25:16.6026492Z goto fail 2025-04-25T05:25:16.6026694Z ) 2025-04-25T05:25:16.6026802Z 2025-04-25T05:25:16.6026994Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:25:16.6032885Z 2025-04-25T05:25:16.6033150Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:25:16.6033881Z call :libtorch_check "c10_complex_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_test.exe" 2025-04-25T05:25:16.6034701Z if errorlevel 1 goto fail 2025-04-25T05:25:16.6034959Z ) 2025-04-25T05:25:16.6044577Z 2025-04-25T05:25:16.6045369Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:25:16.6048629Z 2025-04-25T05:25:16.6049315Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:25:16.6051563Z 2025-04-25T05:25:16.6052001Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_complex_test" == "verify_api_visibility" goto :eof 2025-04-25T05:25:16.6053110Z 2025-04-25T05:25:16.6053681Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_test.exe" 2025-04-25T05:25:16.6054644Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_test.exe" 2025-04-25T05:25:16.6055988Z 2025-04-25T05:25:16.6056371Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_complex_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:25:16.6057146Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_test.exe" 2025-04-25T05:25:16.6057691Z goto :eof 2025-04-25T05:25:16.6057888Z ) 2025-04-25T05:25:16.6058027Z 2025-04-25T05:25:16.6058395Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_complex_test" 2025-04-25T05:25:16.7703698Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:25:16.7704586Z import pkg_resources 2025-04-25T05:25:22.2662529Z Found test times from artifacts 2025-04-25T05:25:22.3660129Z Found test times from artifacts 2025-04-25T05:25:22.3694583Z Running 25% of tests based on TD 2025-04-25T05:25:22.3699921Z Running parallel tests on 3 processes 2025-04-25T05:25:22.3700740Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:25:22.3701164Z Serial tests (0): 2025-04-25T05:25:22.3701409Z Parallel tests (1): 2025-04-25T05:25:22.3701684Z cpp/c10_complex_test 1/1 2025-04-25T05:25:22.3701969Z Name: excluded (est. time: 0.0min) 2025-04-25T05:25:22.3702274Z Serial tests (0): 2025-04-25T05:25:22.3702514Z Parallel tests (0): 2025-04-25T05:25:22.3778997Z Running cpp/c10_complex_test 1/1 ... [2025-04-25 05:25:22.377509] 2025-04-25T05:25:22.3779469Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:25:22.3791855Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_complex_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-279a03fbb3c3a189.xml', '-x', '--reruns=2'] ... [2025-04-25 05:25:22.378732] 2025-04-25T05:25:22.3793650Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:25:23.8483256Z 2025-04-25T05:25:23.8484588Z cpp/c10_complex_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_complex_test_1.1_268a5d2fb7ff193b_.log 2025-04-25T05:25:23.8485247Z 2025-04-25T05:25:26.7082708Z Running cpp/c10_complex_test 1/1 ... [2025-04-25 05:25:26.707983] 2025-04-25T05:25:26.7083155Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:25:26.7092404Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_complex_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2b25a35d048abb6a.xml', '-x', '--reruns=2'] ... [2025-04-25 05:25:26.708587] 2025-04-25T05:25:28.1775297Z 2025-04-25T05:25:28.1776216Z cpp/c10_complex_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_complex_test_1.1_3164d391059f59a5_.log 2025-04-25T05:25:28.1777121Z 2025-04-25T05:25:28.9047696Z Running test batch 'tests to run' cost 6.53 seconds 2025-04-25T05:25:29.5164901Z 2025-04-25T05:25:29.5165625Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:25:29.5166260Z echo "c10_complex_test" failed with exit code 0 2025-04-25T05:25:29.5166632Z goto fail 2025-04-25T05:25:29.5166833Z ) 2025-04-25T05:25:29.5166942Z 2025-04-25T05:25:29.5167173Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:25:29.5167613Z echo "c10_complex_test" failed with exit code 0 2025-04-25T05:25:29.5167962Z goto fail 2025-04-25T05:25:29.5168157Z ) 2025-04-25T05:25:29.5168282Z 2025-04-25T05:25:29.5168790Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:25:29.5175309Z 2025-04-25T05:25:29.5175545Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:25:29.5176323Z call :libtorch_check "c10_ConstexprCrc_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ConstexprCrc_test.exe" 2025-04-25T05:25:29.5177073Z if errorlevel 1 goto fail 2025-04-25T05:25:29.5177388Z ) 2025-04-25T05:25:29.5186712Z 2025-04-25T05:25:29.5187161Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:25:29.5191172Z 2025-04-25T05:25:29.5191708Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:25:29.5195137Z 2025-04-25T05:25:29.5195705Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ConstexprCrc_test" == "verify_api_visibility" goto :eof 2025-04-25T05:25:29.5196626Z 2025-04-25T05:25:29.5197378Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ConstexprCrc_test.exe" 2025-04-25T05:25:29.5198373Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ConstexprCrc_test.exe" 2025-04-25T05:25:29.5199001Z 2025-04-25T05:25:29.5199394Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ConstexprCrc_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:25:29.5200204Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ConstexprCrc_test.exe" 2025-04-25T05:25:29.5200724Z goto :eof 2025-04-25T05:25:29.5200953Z ) 2025-04-25T05:25:29.5201066Z 2025-04-25T05:25:29.5201454Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_ConstexprCrc_test" 2025-04-25T05:25:29.6925539Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:25:29.6926429Z import pkg_resources 2025-04-25T05:25:35.2246263Z Found test times from artifacts 2025-04-25T05:25:35.3237143Z Found test times from artifacts 2025-04-25T05:25:35.3272300Z Running 25% of tests based on TD 2025-04-25T05:25:35.3277605Z Running parallel tests on 3 processes 2025-04-25T05:25:35.3278070Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:25:35.3278409Z Serial tests (0): 2025-04-25T05:25:35.3278763Z Parallel tests (1): 2025-04-25T05:25:35.3279040Z cpp/c10_ConstexprCrc_test 1/1 2025-04-25T05:25:35.3279359Z Name: excluded (est. time: 0.0min) 2025-04-25T05:25:35.3279680Z Serial tests (0): 2025-04-25T05:25:35.3279963Z Parallel tests (0): 2025-04-25T05:25:35.3353771Z Running cpp/c10_ConstexprCrc_test 1/1 ... [2025-04-25 05:25:35.334865] 2025-04-25T05:25:35.3354304Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:25:35.3363897Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ConstexprCrc_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-87f1410cd81afaf7.xml', '-x', '--reruns=2'] ... [2025-04-25 05:25:35.336021] 2025-04-25T05:25:35.3365855Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:25:36.7459982Z 2025-04-25T05:25:36.7461082Z cpp/c10_ConstexprCrc_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ConstexprCrc_test_1.1_e32e12137068b8d2_.log 2025-04-25T05:25:36.7461758Z 2025-04-25T05:25:39.6604004Z Running cpp/c10_ConstexprCrc_test 1/1 ... [2025-04-25 05:25:39.644834] 2025-04-25T05:25:39.6604517Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:25:39.6613260Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ConstexprCrc_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-9ca3b0a039cf2549.xml', '-x', '--reruns=2'] ... [2025-04-25 05:25:39.661112] 2025-04-25T05:25:41.1097195Z 2025-04-25T05:25:41.1098274Z cpp/c10_ConstexprCrc_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ConstexprCrc_test_1.1_0f989354fc7dc4fc_.log 2025-04-25T05:25:41.1098970Z 2025-04-25T05:25:41.9159711Z Running test batch 'tests to run' cost 6.58 seconds 2025-04-25T05:25:42.5675782Z 2025-04-25T05:25:42.5676533Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:25:42.5677070Z echo "c10_ConstexprCrc_test" failed with exit code 0 2025-04-25T05:25:42.5677413Z goto fail 2025-04-25T05:25:42.5677636Z ) 2025-04-25T05:25:42.5677746Z 2025-04-25T05:25:42.5677950Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:25:42.5678433Z echo "c10_ConstexprCrc_test" failed with exit code 0 2025-04-25T05:25:42.5678795Z goto fail 2025-04-25T05:25:42.5678984Z ) 2025-04-25T05:25:42.5679093Z 2025-04-25T05:25:42.5679283Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:25:42.5685718Z 2025-04-25T05:25:42.5686233Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:25:42.5686933Z call :libtorch_check "c10_cow_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_cow_test.exe" 2025-04-25T05:25:42.5687578Z if errorlevel 1 goto fail 2025-04-25T05:25:42.5687834Z ) 2025-04-25T05:25:42.5697481Z 2025-04-25T05:25:42.5697876Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:25:42.5701826Z 2025-04-25T05:25:42.5705075Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:25:42.5705618Z 2025-04-25T05:25:42.5705951Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_cow_test" == "verify_api_visibility" goto :eof 2025-04-25T05:25:42.5706370Z 2025-04-25T05:25:42.5706874Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_cow_test.exe" 2025-04-25T05:25:42.5707927Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_cow_test.exe" 2025-04-25T05:25:42.5708778Z 2025-04-25T05:25:42.5709249Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_cow_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:25:42.5709940Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_cow_test.exe" 2025-04-25T05:25:42.5710416Z goto :eof 2025-04-25T05:25:42.5710597Z ) 2025-04-25T05:25:42.5710716Z 2025-04-25T05:25:42.5711066Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_cow_test" 2025-04-25T05:25:42.7384897Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:25:42.7385717Z import pkg_resources 2025-04-25T05:25:48.3355616Z Found test times from artifacts 2025-04-25T05:25:48.4350471Z Found test times from artifacts 2025-04-25T05:25:48.4384950Z Running 25% of tests based on TD 2025-04-25T05:25:48.4390103Z Running parallel tests on 3 processes 2025-04-25T05:25:48.4390522Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:25:48.4390807Z Serial tests (0): 2025-04-25T05:25:48.4391139Z Parallel tests (1): 2025-04-25T05:25:48.4391380Z cpp/c10_cow_test 1/1 2025-04-25T05:25:48.4391619Z Name: excluded (est. time: 0.0min) 2025-04-25T05:25:48.4391886Z Serial tests (0): 2025-04-25T05:25:48.4392106Z Parallel tests (0): 2025-04-25T05:25:48.4463320Z Running cpp/c10_cow_test 1/1 ... [2025-04-25 05:25:48.441891] 2025-04-25T05:25:48.4463735Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:25:48.4473114Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_cow_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-c7a796a1af7c8b87.xml', '-x', '--reruns=2'] ... [2025-04-25 05:25:48.441891] 2025-04-25T05:25:48.4475031Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:25:49.8656278Z 2025-04-25T05:25:49.8657110Z cpp/c10_cow_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_cow_test_1.1_dd35d03418b8afc2_.log 2025-04-25T05:25:49.8657744Z 2025-04-25T05:25:52.7971404Z Running cpp/c10_cow_test 1/1 ... [2025-04-25 05:25:52.796945] 2025-04-25T05:25:52.7971826Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:25:52.7981756Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_cow_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-8762cbdf05a81531.xml', '-x', '--reruns=2'] ... [2025-04-25 05:25:52.797508] 2025-04-25T05:25:54.2118414Z 2025-04-25T05:25:54.2119274Z cpp/c10_cow_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_cow_test_1.1_3989384973f01137_.log 2025-04-25T05:25:54.2120025Z 2025-04-25T05:25:54.9510989Z Running test batch 'tests to run' cost 6.51 seconds 2025-04-25T05:25:55.5700537Z 2025-04-25T05:25:55.5701226Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:25:55.5701717Z echo "c10_cow_test" failed with exit code 0 2025-04-25T05:25:55.5702007Z goto fail 2025-04-25T05:25:55.5702269Z ) 2025-04-25T05:25:55.5702376Z 2025-04-25T05:25:55.5702567Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:25:55.5702987Z echo "c10_cow_test" failed with exit code 0 2025-04-25T05:25:55.5703274Z goto fail 2025-04-25T05:25:55.5703461Z ) 2025-04-25T05:25:55.5703560Z 2025-04-25T05:25:55.5703730Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:25:55.5710388Z 2025-04-25T05:25:55.5710698Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:25:55.5711536Z call :libtorch_check "c10_DeadlockDetection_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeadlockDetection_test.exe" 2025-04-25T05:25:55.5712253Z if errorlevel 1 goto fail 2025-04-25T05:25:55.5712526Z ) 2025-04-25T05:25:55.5722461Z 2025-04-25T05:25:55.5722839Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:25:55.5726636Z 2025-04-25T05:25:55.5727109Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:25:55.5729808Z 2025-04-25T05:25:55.5730456Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DeadlockDetection_test" == "verify_api_visibility" goto :eof 2025-04-25T05:25:55.5731429Z 2025-04-25T05:25:55.5732033Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeadlockDetection_test.exe" 2025-04-25T05:25:55.5733634Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeadlockDetection_test.exe" 2025-04-25T05:25:55.5734196Z 2025-04-25T05:25:55.5734985Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DeadlockDetection_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:25:55.5735839Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeadlockDetection_test.exe" 2025-04-25T05:25:55.5736357Z goto :eof 2025-04-25T05:25:55.5736549Z ) 2025-04-25T05:25:55.5736648Z 2025-04-25T05:25:55.5737056Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_DeadlockDetection_test" 2025-04-25T05:25:55.7463235Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:25:55.7464092Z import pkg_resources 2025-04-25T05:26:01.3324532Z Found test times from artifacts 2025-04-25T05:26:01.4381964Z Found test times from artifacts 2025-04-25T05:26:01.4417228Z Running 25% of tests based on TD 2025-04-25T05:26:01.4422159Z Running parallel tests on 3 processes 2025-04-25T05:26:01.4422573Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:26:01.4422846Z Serial tests (0): 2025-04-25T05:26:01.4423163Z Parallel tests (1): 2025-04-25T05:26:01.4423405Z cpp/c10_DeadlockDetection_test 1/1 2025-04-25T05:26:01.4423707Z Name: excluded (est. time: 0.0min) 2025-04-25T05:26:01.4423980Z Serial tests (0): 2025-04-25T05:26:01.4424190Z Parallel tests (0): 2025-04-25T05:26:01.4507584Z Running cpp/c10_DeadlockDetection_test 1/1 ... [2025-04-25 05:26:01.450568] 2025-04-25T05:26:01.4508035Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:26:01.4517860Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_DeadlockDetection_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-8aea8ceba2f3c691.xml', '-x', '--reruns=2'] ... [2025-04-25 05:26:01.451150] 2025-04-25T05:26:01.4519652Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:26:02.8988285Z 2025-04-25T05:26:02.8989485Z cpp/c10_DeadlockDetection_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_DeadlockDetection_test_1.1_da73797fdd1fdd42_.log 2025-04-25T05:26:02.8990203Z 2025-04-25T05:26:05.7053921Z Running cpp/c10_DeadlockDetection_test 1/1 ... [2025-04-25 05:26:05.703340] 2025-04-25T05:26:05.7054394Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:26:05.7063879Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_DeadlockDetection_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-825f6b8543ccf4c5.xml', '-x', '--reruns=2'] ... [2025-04-25 05:26:05.703340] 2025-04-25T05:26:07.1018898Z 2025-04-25T05:26:07.1020090Z cpp/c10_DeadlockDetection_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_DeadlockDetection_test_1.1_434f75fc08c5b78d_.log 2025-04-25T05:26:07.1020816Z 2025-04-25T05:26:07.9082619Z Running test batch 'tests to run' cost 6.47 seconds 2025-04-25T05:26:08.5201080Z 2025-04-25T05:26:08.5201869Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:26:08.5202376Z echo "c10_DeadlockDetection_test" failed with exit code 0 2025-04-25T05:26:08.5202716Z goto fail 2025-04-25T05:26:08.5202878Z ) 2025-04-25T05:26:08.5202972Z 2025-04-25T05:26:08.5203176Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:26:08.5204379Z echo "c10_DeadlockDetection_test" failed with exit code 0 2025-04-25T05:26:08.5204731Z goto fail 2025-04-25T05:26:08.5204893Z ) 2025-04-25T05:26:08.5204988Z 2025-04-25T05:26:08.5205141Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:26:08.5210490Z 2025-04-25T05:26:08.5211107Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:26:08.5211848Z call :libtorch_check "c10_DeviceGuard_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeviceGuard_test.exe" 2025-04-25T05:26:08.5212496Z if errorlevel 1 goto fail 2025-04-25T05:26:08.5212724Z ) 2025-04-25T05:26:08.5221842Z 2025-04-25T05:26:08.5222220Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:26:08.5226191Z 2025-04-25T05:26:08.5226674Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:26:08.5229003Z 2025-04-25T05:26:08.5229609Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DeviceGuard_test" == "verify_api_visibility" goto :eof 2025-04-25T05:26:08.5230493Z 2025-04-25T05:26:08.5231173Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeviceGuard_test.exe" 2025-04-25T05:26:08.5232114Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeviceGuard_test.exe" 2025-04-25T05:26:08.5232873Z 2025-04-25T05:26:08.5233288Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DeviceGuard_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:26:08.5234032Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeviceGuard_test.exe" 2025-04-25T05:26:08.5234519Z goto :eof 2025-04-25T05:26:08.5234697Z ) 2025-04-25T05:26:08.5234796Z 2025-04-25T05:26:08.5235169Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_DeviceGuard_test" 2025-04-25T05:26:08.6890803Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:26:08.6891642Z import pkg_resources 2025-04-25T05:26:14.2048055Z Found test times from artifacts 2025-04-25T05:26:14.3051412Z Found test times from artifacts 2025-04-25T05:26:14.3085860Z Running 25% of tests based on TD 2025-04-25T05:26:14.3091439Z Running parallel tests on 3 processes 2025-04-25T05:26:14.3091791Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:26:14.3092057Z Serial tests (0): 2025-04-25T05:26:14.3092271Z Parallel tests (1): 2025-04-25T05:26:14.3092497Z cpp/c10_DeviceGuard_test 1/1 2025-04-25T05:26:14.3092767Z Name: excluded (est. time: 0.0min) 2025-04-25T05:26:14.3093014Z Serial tests (0): 2025-04-25T05:26:14.3093222Z Parallel tests (0): 2025-04-25T05:26:14.3165899Z Running cpp/c10_DeviceGuard_test 1/1 ... [2025-04-25 05:26:14.305176] 2025-04-25T05:26:14.3166802Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:26:14.3175757Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_DeviceGuard_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-80fa8a635fba2b61.xml', '-x', '--reruns=2'] ... [2025-04-25 05:26:14.305176] 2025-04-25T05:26:14.3177496Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:26:15.7529793Z 2025-04-25T05:26:15.7530903Z cpp/c10_DeviceGuard_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_DeviceGuard_test_1.1_3bb666b3a7a1d6ea_.log 2025-04-25T05:26:15.7531562Z 2025-04-25T05:26:18.5795018Z Running cpp/c10_DeviceGuard_test 1/1 ... [2025-04-25 05:26:18.577251] 2025-04-25T05:26:18.5796187Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:26:18.5804882Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_DeviceGuard_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-ccde39e365bc6c39.xml', '-x', '--reruns=2'] ... [2025-04-25 05:26:18.577251] 2025-04-25T05:26:19.9958090Z 2025-04-25T05:26:19.9959103Z cpp/c10_DeviceGuard_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_DeviceGuard_test_1.1_d2ec459893ec81bd_.log 2025-04-25T05:26:19.9959762Z 2025-04-25T05:26:20.8306472Z Running test batch 'tests to run' cost 6.53 seconds 2025-04-25T05:26:21.4548310Z 2025-04-25T05:26:21.4549078Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:26:21.4549561Z echo "c10_DeviceGuard_test" failed with exit code 0 2025-04-25T05:26:21.4549880Z goto fail 2025-04-25T05:26:21.4550072Z ) 2025-04-25T05:26:21.4550179Z 2025-04-25T05:26:21.4550379Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:26:21.4550807Z echo "c10_DeviceGuard_test" failed with exit code 0 2025-04-25T05:26:21.4551119Z goto fail 2025-04-25T05:26:21.4551285Z ) 2025-04-25T05:26:21.4551389Z 2025-04-25T05:26:21.4551546Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:26:21.4557981Z 2025-04-25T05:26:21.4558245Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:26:21.4558890Z call :libtorch_check "c10_Device_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Device_test.exe" 2025-04-25T05:26:21.4559514Z if errorlevel 1 goto fail 2025-04-25T05:26:21.4559741Z ) 2025-04-25T05:26:21.4569516Z 2025-04-25T05:26:21.4569901Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:26:21.4573739Z 2025-04-25T05:26:21.4574214Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:26:21.4576563Z 2025-04-25T05:26:21.4577021Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Device_test" == "verify_api_visibility" goto :eof 2025-04-25T05:26:21.4578394Z 2025-04-25T05:26:21.4579227Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Device_test.exe" 2025-04-25T05:26:21.4580153Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Device_test.exe" 2025-04-25T05:26:21.4580919Z 2025-04-25T05:26:21.4581465Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Device_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:26:21.4582204Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Device_test.exe" 2025-04-25T05:26:21.4582678Z goto :eof 2025-04-25T05:26:21.4582852Z ) 2025-04-25T05:26:21.4582960Z 2025-04-25T05:26:21.4583313Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Device_test" 2025-04-25T05:26:21.6249571Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:26:21.6250441Z import pkg_resources 2025-04-25T05:26:27.1818393Z Found test times from artifacts 2025-04-25T05:26:27.2952965Z Found test times from artifacts 2025-04-25T05:26:27.2992590Z Running 25% of tests based on TD 2025-04-25T05:26:27.2997483Z Running parallel tests on 3 processes 2025-04-25T05:26:27.2997909Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:26:27.2998183Z Serial tests (0): 2025-04-25T05:26:27.2998392Z Parallel tests (1): 2025-04-25T05:26:27.2998616Z cpp/c10_Device_test 1/1 2025-04-25T05:26:27.2998855Z Name: excluded (est. time: 0.0min) 2025-04-25T05:26:27.2999105Z Serial tests (0): 2025-04-25T05:26:27.2999932Z Parallel tests (0): 2025-04-25T05:26:27.3072581Z Running cpp/c10_Device_test 1/1 ... [2025-04-25 05:26:27.301133] 2025-04-25T05:26:27.3073004Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:26:27.3082400Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Device_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-bf212bfd51a277bc.xml', '-x', '--reruns=2'] ... [2025-04-25 05:26:27.301133] 2025-04-25T05:26:27.3084114Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:26:28.7508935Z 2025-04-25T05:26:28.7509949Z cpp/c10_Device_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Device_test_1.1_e5703d0de7f0dc65_.log 2025-04-25T05:26:28.7510615Z 2025-04-25T05:26:31.5445279Z Running cpp/c10_Device_test 1/1 ... [2025-04-25 05:26:31.543868] 2025-04-25T05:26:31.5445765Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:26:31.5454630Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Device_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-d050bd3d96d7e17b.xml', '-x', '--reruns=2'] ... [2025-04-25 05:26:31.544992] 2025-04-25T05:26:32.9410189Z 2025-04-25T05:26:32.9411045Z cpp/c10_Device_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Device_test_1.1_288f1d2cb4cb0408_.log 2025-04-25T05:26:32.9412984Z 2025-04-25T05:26:33.6728164Z Running test batch 'tests to run' cost 6.37 seconds 2025-04-25T05:26:34.3111593Z 2025-04-25T05:26:34.3112318Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:26:34.3112829Z echo "c10_Device_test" failed with exit code 0 2025-04-25T05:26:34.3113182Z goto fail 2025-04-25T05:26:34.3113414Z ) 2025-04-25T05:26:34.3113537Z 2025-04-25T05:26:34.3113741Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:26:34.3114203Z echo "c10_Device_test" failed with exit code 0 2025-04-25T05:26:34.3114545Z goto fail 2025-04-25T05:26:34.3114749Z ) 2025-04-25T05:26:34.3114860Z 2025-04-25T05:26:34.3115051Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:26:34.3121511Z 2025-04-25T05:26:34.3121995Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:26:34.3122790Z call :libtorch_check "c10_DispatchKeySet_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DispatchKeySet_test.exe" 2025-04-25T05:26:34.3123539Z if errorlevel 1 goto fail 2025-04-25T05:26:34.3123808Z ) 2025-04-25T05:26:34.3132890Z 2025-04-25T05:26:34.3133279Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:26:34.3136896Z 2025-04-25T05:26:34.3137535Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:26:34.3139989Z 2025-04-25T05:26:34.3140739Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DispatchKeySet_test" == "verify_api_visibility" goto :eof 2025-04-25T05:26:34.3141680Z 2025-04-25T05:26:34.3142449Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DispatchKeySet_test.exe" 2025-04-25T05:26:34.3143501Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DispatchKeySet_test.exe" 2025-04-25T05:26:34.3144812Z 2025-04-25T05:26:34.3145305Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DispatchKeySet_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:26:34.3146127Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DispatchKeySet_test.exe" 2025-04-25T05:26:34.3147269Z goto :eof 2025-04-25T05:26:34.3147494Z ) 2025-04-25T05:26:34.3147610Z 2025-04-25T05:26:34.3148019Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_DispatchKeySet_test" 2025-04-25T05:26:34.4805355Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:26:34.4806226Z import pkg_resources 2025-04-25T05:26:40.0554355Z Found test times from artifacts 2025-04-25T05:26:40.1551731Z Found test times from artifacts 2025-04-25T05:26:40.1586005Z Running 25% of tests based on TD 2025-04-25T05:26:40.1591420Z Running parallel tests on 3 processes 2025-04-25T05:26:40.1591784Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:26:40.1592111Z Serial tests (0): 2025-04-25T05:26:40.1592369Z Parallel tests (1): 2025-04-25T05:26:40.1592628Z cpp/c10_DispatchKeySet_test 1/1 2025-04-25T05:26:40.1592976Z Name: excluded (est. time: 0.0min) 2025-04-25T05:26:40.1593259Z Serial tests (0): 2025-04-25T05:26:40.1593514Z Parallel tests (0): 2025-04-25T05:26:40.1664399Z Running cpp/c10_DispatchKeySet_test 1/1 ... [2025-04-25 05:26:40.160482] 2025-04-25T05:26:40.1664902Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:26:40.1674304Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_DispatchKeySet_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-c8000d3871bb7f8c.xml', '-x', '--reruns=2'] ... [2025-04-25 05:26:40.160482] 2025-04-25T05:26:40.1676084Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:26:41.6198927Z 2025-04-25T05:26:41.6200075Z cpp/c10_DispatchKeySet_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_DispatchKeySet_test_1.1_71bd74a27784ad75_.log 2025-04-25T05:26:41.6200829Z 2025-04-25T05:26:44.4382256Z Running cpp/c10_DispatchKeySet_test 1/1 ... [2025-04-25 05:26:44.434316] 2025-04-25T05:26:44.4382806Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:26:44.4391600Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_DispatchKeySet_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-d756a08b20299354.xml', '-x', '--reruns=2'] ... [2025-04-25 05:26:44.434316] 2025-04-25T05:26:45.8954829Z 2025-04-25T05:26:45.8955901Z cpp/c10_DispatchKeySet_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_DispatchKeySet_test_1.1_037b4eda498f013d_.log 2025-04-25T05:26:45.8956755Z 2025-04-25T05:26:46.6603037Z Running test batch 'tests to run' cost 6.49 seconds 2025-04-25T05:26:47.2719018Z 2025-04-25T05:26:47.2719815Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:26:47.2720348Z echo "c10_DispatchKeySet_test" failed with exit code 0 2025-04-25T05:26:47.2720787Z goto fail 2025-04-25T05:26:47.2721015Z ) 2025-04-25T05:26:47.2721133Z 2025-04-25T05:26:47.2721344Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:26:47.2721852Z echo "c10_DispatchKeySet_test" failed with exit code 0 2025-04-25T05:26:47.2722233Z goto fail 2025-04-25T05:26:47.2722435Z ) 2025-04-25T05:26:47.2722549Z 2025-04-25T05:26:47.2722719Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:26:47.2728598Z 2025-04-25T05:26:47.2728802Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:26:47.2729484Z call :libtorch_check "c10_error_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_error_test.exe" 2025-04-25T05:26:47.2730139Z if errorlevel 1 goto fail 2025-04-25T05:26:47.2731101Z ) 2025-04-25T05:26:47.2742274Z 2025-04-25T05:26:47.2742971Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:26:47.2746940Z 2025-04-25T05:26:47.2747628Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:26:47.2749786Z 2025-04-25T05:26:47.2750235Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_error_test" == "verify_api_visibility" goto :eof 2025-04-25T05:26:47.2751396Z 2025-04-25T05:26:47.2752018Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_error_test.exe" 2025-04-25T05:26:47.2752971Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_error_test.exe" 2025-04-25T05:26:47.2754001Z 2025-04-25T05:26:47.2754448Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_error_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:26:47.2755215Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_error_test.exe" 2025-04-25T05:26:47.2755713Z goto :eof 2025-04-25T05:26:47.2755950Z ) 2025-04-25T05:26:47.2756065Z 2025-04-25T05:26:47.2756462Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_error_test" 2025-04-25T05:26:47.4408210Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:26:47.4409098Z import pkg_resources 2025-04-25T05:26:53.0216574Z Found test times from artifacts 2025-04-25T05:26:53.1206589Z Found test times from artifacts 2025-04-25T05:26:53.1245229Z Running 25% of tests based on TD 2025-04-25T05:26:53.1250895Z Running parallel tests on 3 processes 2025-04-25T05:26:53.1251297Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:26:53.1251654Z Serial tests (0): 2025-04-25T05:26:53.1251961Z Parallel tests (1): 2025-04-25T05:26:53.1252272Z cpp/c10_error_test 1/1 2025-04-25T05:26:53.1252585Z Name: excluded (est. time: 0.0min) 2025-04-25T05:26:53.1252898Z Serial tests (0): 2025-04-25T05:26:53.1253156Z Parallel tests (0): 2025-04-25T05:26:53.1325169Z Running cpp/c10_error_test 1/1 ... [2025-04-25 05:26:53.132157] 2025-04-25T05:26:53.1325638Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:26:53.1335161Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_error_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-87aef19db5e38657.xml', '-x', '--reruns=2'] ... [2025-04-25 05:26:53.132157] 2025-04-25T05:26:53.1336960Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:26:54.5482495Z 2025-04-25T05:26:54.5483506Z cpp/c10_error_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_error_test_1.1_bde5b0747ce48ba9_.log 2025-04-25T05:26:54.5484158Z 2025-04-25T05:26:57.3862967Z Running cpp/c10_error_test 1/1 ... [2025-04-25 05:26:57.385893] 2025-04-25T05:26:57.3863440Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:26:57.3872014Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_error_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-b86f54d59aee15a7.xml', '-x', '--reruns=2'] ... [2025-04-25 05:26:57.387039] 2025-04-25T05:26:58.7914807Z 2025-04-25T05:26:58.7916059Z cpp/c10_error_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_error_test_1.1_68365cc902afc5c3_.log 2025-04-25T05:26:58.7916672Z 2025-04-25T05:26:59.5215395Z Running test batch 'tests to run' cost 6.4 seconds 2025-04-25T05:27:00.1565308Z 2025-04-25T05:27:00.1565941Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:27:00.1566464Z echo "c10_error_test" failed with exit code 0 2025-04-25T05:27:00.1566786Z goto fail 2025-04-25T05:27:00.1567005Z ) 2025-04-25T05:27:00.1567275Z 2025-04-25T05:27:00.1567486Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:27:00.1568000Z echo "c10_error_test" failed with exit code 0 2025-04-25T05:27:00.1568371Z goto fail 2025-04-25T05:27:00.1568563Z ) 2025-04-25T05:27:00.1568872Z 2025-04-25T05:27:00.1569263Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:27:00.1575754Z 2025-04-25T05:27:00.1576023Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:27:00.1576739Z call :libtorch_check "c10_exception_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_exception_test.exe" 2025-04-25T05:27:00.1577455Z if errorlevel 1 goto fail 2025-04-25T05:27:00.1577705Z ) 2025-04-25T05:27:00.1587458Z 2025-04-25T05:27:00.1587836Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:27:00.1591639Z 2025-04-25T05:27:00.1592333Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:27:00.1594558Z 2025-04-25T05:27:00.1595021Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_exception_test" == "verify_api_visibility" goto :eof 2025-04-25T05:27:00.1596361Z 2025-04-25T05:27:00.1596991Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_exception_test.exe" 2025-04-25T05:27:00.1597981Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_exception_test.exe" 2025-04-25T05:27:00.1599103Z 2025-04-25T05:27:00.1599455Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_exception_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:27:00.1600223Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_exception_test.exe" 2025-04-25T05:27:00.1600765Z goto :eof 2025-04-25T05:27:00.1600990Z ) 2025-04-25T05:27:00.1601175Z 2025-04-25T05:27:00.1601570Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_exception_test" 2025-04-25T05:27:00.3257277Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:27:00.3258176Z import pkg_resources 2025-04-25T05:27:05.9687299Z Found test times from artifacts 2025-04-25T05:27:06.0742197Z Found test times from artifacts 2025-04-25T05:27:06.0776145Z Running 25% of tests based on TD 2025-04-25T05:27:06.0793063Z Running parallel tests on 3 processes 2025-04-25T05:27:06.0793462Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:27:06.0793894Z Serial tests (0): 2025-04-25T05:27:06.0794129Z Parallel tests (1): 2025-04-25T05:27:06.0794418Z cpp/c10_exception_test 1/1 2025-04-25T05:27:06.0794789Z Name: excluded (est. time: 0.0min) 2025-04-25T05:27:06.0795069Z Serial tests (0): 2025-04-25T05:27:06.0795344Z Parallel tests (0): 2025-04-25T05:27:06.0866914Z Running cpp/c10_exception_test 1/1 ... [2025-04-25 05:27:06.078053] 2025-04-25T05:27:06.0867665Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:27:06.0876767Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_exception_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-60b22dc9112ae6b7.xml', '-x', '--reruns=2'] ... [2025-04-25 05:27:06.078053] 2025-04-25T05:27:06.0878564Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:27:07.5437229Z 2025-04-25T05:27:07.5438410Z cpp/c10_exception_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_exception_test_1.1_2bcf3841d069fae7_.log 2025-04-25T05:27:07.5439066Z 2025-04-25T05:27:10.3024665Z Running cpp/c10_exception_test 1/1 ... [2025-04-25 05:27:10.302257] 2025-04-25T05:27:10.3025316Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:27:10.3034487Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_exception_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-857a0b6d5a67d268.xml', '-x', '--reruns=2'] ... [2025-04-25 05:27:10.302257] 2025-04-25T05:27:11.7130683Z 2025-04-25T05:27:11.7131843Z cpp/c10_exception_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_exception_test_1.1_716f39baa8136302_.log 2025-04-25T05:27:11.7132555Z 2025-04-25T05:27:12.5647711Z Running test batch 'tests to run' cost 6.48 seconds 2025-04-25T05:27:13.1742769Z 2025-04-25T05:27:13.1743514Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:27:13.1744035Z echo "c10_exception_test" failed with exit code 0 2025-04-25T05:27:13.1744369Z goto fail 2025-04-25T05:27:13.1744595Z ) 2025-04-25T05:27:13.1744713Z 2025-04-25T05:27:13.1744987Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:27:13.1745507Z echo "c10_exception_test" failed with exit code 0 2025-04-25T05:27:13.1745909Z goto fail 2025-04-25T05:27:13.1746138Z ) 2025-04-25T05:27:13.1746247Z 2025-04-25T05:27:13.1746473Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:27:13.1753382Z 2025-04-25T05:27:13.1753884Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:27:13.1754606Z call :libtorch_check "c10_flags_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_flags_test.exe" 2025-04-25T05:27:13.1755286Z if errorlevel 1 goto fail 2025-04-25T05:27:13.1755543Z ) 2025-04-25T05:27:13.1765498Z 2025-04-25T05:27:13.1765893Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:27:13.1770169Z 2025-04-25T05:27:13.1770748Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:27:13.1773568Z 2025-04-25T05:27:13.1774069Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_flags_test" == "verify_api_visibility" goto :eof 2025-04-25T05:27:13.1775402Z 2025-04-25T05:27:13.1775932Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_flags_test.exe" 2025-04-25T05:27:13.1776888Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_flags_test.exe" 2025-04-25T05:27:13.1778292Z 2025-04-25T05:27:13.1778912Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_flags_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:27:13.1779811Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_flags_test.exe" 2025-04-25T05:27:13.1780366Z goto :eof 2025-04-25T05:27:13.1780629Z ) 2025-04-25T05:27:13.1780745Z 2025-04-25T05:27:13.1781107Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_flags_test" 2025-04-25T05:27:13.3484663Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:27:13.3485599Z import pkg_resources 2025-04-25T05:27:18.8477524Z Found test times from artifacts 2025-04-25T05:27:18.9469816Z Found test times from artifacts 2025-04-25T05:27:18.9503571Z Running 25% of tests based on TD 2025-04-25T05:27:18.9508699Z Running parallel tests on 3 processes 2025-04-25T05:27:18.9509087Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:27:18.9509372Z Serial tests (0): 2025-04-25T05:27:18.9509593Z Parallel tests (1): 2025-04-25T05:27:18.9509840Z cpp/c10_flags_test 1/1 2025-04-25T05:27:18.9510180Z Name: excluded (est. time: 0.0min) 2025-04-25T05:27:18.9510438Z Serial tests (0): 2025-04-25T05:27:18.9510660Z Parallel tests (0): 2025-04-25T05:27:18.9583829Z Running cpp/c10_flags_test 1/1 ... [2025-04-25 05:27:18.957687] 2025-04-25T05:27:18.9584256Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:27:18.9593050Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_flags_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-a9255c99b656efdf.xml', '-x', '--reruns=2'] ... [2025-04-25 05:27:18.958845] 2025-04-25T05:27:18.9594971Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:27:20.3761686Z 2025-04-25T05:27:20.3762773Z cpp/c10_flags_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_flags_test_1.1_a1e04b2b01e7fed3_.log 2025-04-25T05:27:20.3763406Z 2025-04-25T05:27:23.1708501Z Running cpp/c10_flags_test 1/1 ... [2025-04-25 05:27:23.168550] 2025-04-25T05:27:23.1708933Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:27:23.1718638Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_flags_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2530d1e5ded6b349.xml', '-x', '--reruns=2'] ... [2025-04-25 05:27:23.168550] 2025-04-25T05:27:24.5969664Z 2025-04-25T05:27:24.5970678Z cpp/c10_flags_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_flags_test_1.1_078cbb83debc510d_.log 2025-04-25T05:27:24.5971351Z 2025-04-25T05:27:25.3468494Z Running test batch 'tests to run' cost 6.4 seconds 2025-04-25T05:27:25.9574369Z 2025-04-25T05:27:25.9574909Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:27:25.9575385Z echo "c10_flags_test" failed with exit code 0 2025-04-25T05:27:25.9575676Z goto fail 2025-04-25T05:27:25.9575873Z ) 2025-04-25T05:27:25.9575983Z 2025-04-25T05:27:25.9576171Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:27:25.9576594Z echo "c10_flags_test" failed with exit code 0 2025-04-25T05:27:25.9576885Z goto fail 2025-04-25T05:27:25.9577070Z ) 2025-04-25T05:27:25.9577265Z 2025-04-25T05:27:25.9577490Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:27:25.9584428Z 2025-04-25T05:27:25.9584859Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:27:25.9585638Z call :libtorch_check "c10_generic_math_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_generic_math_test.exe" 2025-04-25T05:27:25.9586908Z if errorlevel 1 goto fail 2025-04-25T05:27:25.9587497Z ) 2025-04-25T05:27:25.9595688Z 2025-04-25T05:27:25.9596371Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:27:25.9599645Z 2025-04-25T05:27:25.9600171Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:27:25.9602529Z 2025-04-25T05:27:25.9602938Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_generic_math_test" == "verify_api_visibility" goto :eof 2025-04-25T05:27:25.9603806Z 2025-04-25T05:27:25.9604398Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_generic_math_test.exe" 2025-04-25T05:27:25.9605350Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_generic_math_test.exe" 2025-04-25T05:27:25.9606702Z 2025-04-25T05:27:25.9607113Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_generic_math_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:27:25.9608013Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_generic_math_test.exe" 2025-04-25T05:27:25.9608511Z goto :eof 2025-04-25T05:27:25.9608701Z ) 2025-04-25T05:27:25.9608804Z 2025-04-25T05:27:25.9609180Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_generic_math_test" 2025-04-25T05:27:26.1262289Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:27:26.1263143Z import pkg_resources 2025-04-25T05:27:31.6218584Z Found test times from artifacts 2025-04-25T05:27:31.7214704Z Found test times from artifacts 2025-04-25T05:27:31.7248581Z Running 25% of tests based on TD 2025-04-25T05:27:31.7254277Z Running parallel tests on 3 processes 2025-04-25T05:27:31.7254662Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:27:31.7254970Z Serial tests (0): 2025-04-25T05:27:31.7255205Z Parallel tests (1): 2025-04-25T05:27:31.7255531Z cpp/c10_generic_math_test 1/1 2025-04-25T05:27:31.7255829Z Name: excluded (est. time: 0.0min) 2025-04-25T05:27:31.7256132Z Serial tests (0): 2025-04-25T05:27:31.7256360Z Parallel tests (0): 2025-04-25T05:27:31.7327783Z Running cpp/c10_generic_math_test 1/1 ... [2025-04-25 05:27:31.732184] 2025-04-25T05:27:31.7328310Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:27:31.7339093Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_generic_math_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-39c213f047aaf525.xml', '-x', '--reruns=2'] ... [2025-04-25 05:27:31.733386] 2025-04-25T05:27:31.7341689Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:27:33.1695262Z 2025-04-25T05:27:33.1696489Z cpp/c10_generic_math_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_generic_math_test_1.1_d82f247279cfb605_.log 2025-04-25T05:27:33.1697162Z 2025-04-25T05:27:36.0120124Z Running cpp/c10_generic_math_test 1/1 ... [2025-04-25 05:27:36.001465] 2025-04-25T05:27:36.0120634Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:27:36.0129462Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_generic_math_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-5694adb4d07218f4.xml', '-x', '--reruns=2'] ... [2025-04-25 05:27:36.001465] 2025-04-25T05:27:37.4154518Z 2025-04-25T05:27:37.4155756Z cpp/c10_generic_math_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_generic_math_test_1.1_36c80663a77ca84d_.log 2025-04-25T05:27:37.4156440Z 2025-04-25T05:27:38.2246867Z Running test batch 'tests to run' cost 6.5 seconds 2025-04-25T05:27:38.8291438Z 2025-04-25T05:27:38.8292143Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:27:38.8292664Z echo "c10_generic_math_test" failed with exit code 0 2025-04-25T05:27:38.8293010Z goto fail 2025-04-25T05:27:38.8293219Z ) 2025-04-25T05:27:38.8293338Z 2025-04-25T05:27:38.8293544Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:27:38.8294016Z echo "c10_generic_math_test" failed with exit code 0 2025-04-25T05:27:38.8294370Z goto fail 2025-04-25T05:27:38.8294564Z ) 2025-04-25T05:27:38.8294675Z 2025-04-25T05:27:38.8294865Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:27:38.8302287Z 2025-04-25T05:27:38.8302817Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:27:38.8303535Z call :libtorch_check "c10_Half_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Half_test.exe" 2025-04-25T05:27:38.8304324Z if errorlevel 1 goto fail 2025-04-25T05:27:38.8304586Z ) 2025-04-25T05:27:38.8313728Z 2025-04-25T05:27:38.8314073Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:27:38.8317718Z 2025-04-25T05:27:38.8318292Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:27:38.8320660Z 2025-04-25T05:27:38.8321028Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Half_test" == "verify_api_visibility" goto :eof 2025-04-25T05:27:38.8321936Z 2025-04-25T05:27:38.8322472Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Half_test.exe" 2025-04-25T05:27:38.8323430Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Half_test.exe" 2025-04-25T05:27:38.8324251Z 2025-04-25T05:27:38.8324709Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Half_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:27:38.8325489Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Half_test.exe" 2025-04-25T05:27:38.8326017Z goto :eof 2025-04-25T05:27:38.8326238Z ) 2025-04-25T05:27:38.8326347Z 2025-04-25T05:27:38.8326728Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Half_test" 2025-04-25T05:27:38.9980603Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:27:38.9981487Z import pkg_resources 2025-04-25T05:27:44.6553593Z Found test times from artifacts 2025-04-25T05:27:44.7593332Z Found test times from artifacts 2025-04-25T05:27:44.7626834Z Running 25% of tests based on TD 2025-04-25T05:27:44.7633477Z Running parallel tests on 3 processes 2025-04-25T05:27:44.7633882Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:27:44.7634179Z Serial tests (0): 2025-04-25T05:27:44.7634443Z Parallel tests (1): 2025-04-25T05:27:44.7634689Z cpp/c10_Half_test 1/1 2025-04-25T05:27:44.7634978Z Name: excluded (est. time: 0.0min) 2025-04-25T05:27:44.7635277Z Serial tests (0): 2025-04-25T05:27:44.7635510Z Parallel tests (0): 2025-04-25T05:27:44.7705705Z Running cpp/c10_Half_test 1/1 ... [2025-04-25 05:27:44.770209] 2025-04-25T05:27:44.7706134Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:27:44.7715492Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Half_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-f72da38a5979e02e.xml', '-x', '--reruns=2'] ... [2025-04-25 05:27:44.771321] 2025-04-25T05:27:44.7717559Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:27:46.1986157Z 2025-04-25T05:27:46.1987287Z cpp/c10_Half_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Half_test_1.1_1e1a117c22eae142_.log 2025-04-25T05:27:46.1987944Z 2025-04-25T05:27:49.0915821Z Running cpp/c10_Half_test 1/1 ... [2025-04-25 05:27:49.090940] 2025-04-25T05:27:49.0916267Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:27:49.0925220Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Half_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-a54c2f50479adac7.xml', '-x', '--reruns=2'] ... [2025-04-25 05:27:49.092066] 2025-04-25T05:27:50.5195012Z 2025-04-25T05:27:50.5196118Z cpp/c10_Half_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Half_test_1.1_0dbe167d084e70c4_.log 2025-04-25T05:27:50.5196787Z 2025-04-25T05:27:51.2485831Z Running test batch 'tests to run' cost 6.49 seconds 2025-04-25T05:27:51.8979781Z 2025-04-25T05:27:51.8980357Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:27:51.8980884Z echo "c10_Half_test" failed with exit code 0 2025-04-25T05:27:51.8981209Z goto fail 2025-04-25T05:27:51.8981444Z ) 2025-04-25T05:27:51.8981562Z 2025-04-25T05:27:51.8981768Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:27:51.8982227Z echo "c10_Half_test" failed with exit code 0 2025-04-25T05:27:51.8982538Z goto fail 2025-04-25T05:27:51.8982760Z ) 2025-04-25T05:27:51.8983340Z 2025-04-25T05:27:51.8983890Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:27:51.8990571Z 2025-04-25T05:27:51.8991040Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:27:51.8991878Z call :libtorch_check "c10_InlineDeviceGuard_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineDeviceGuard_test.exe" 2025-04-25T05:27:51.8992650Z if errorlevel 1 goto fail 2025-04-25T05:27:51.8992904Z ) 2025-04-25T05:27:51.9001513Z 2025-04-25T05:27:51.9001961Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:27:51.9005410Z 2025-04-25T05:27:51.9005908Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:27:51.9008217Z 2025-04-25T05:27:51.9008777Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_InlineDeviceGuard_test" == "verify_api_visibility" goto :eof 2025-04-25T05:27:51.9009598Z 2025-04-25T05:27:51.9010223Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineDeviceGuard_test.exe" 2025-04-25T05:27:51.9011250Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineDeviceGuard_test.exe" 2025-04-25T05:27:51.9011861Z 2025-04-25T05:27:51.9012277Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_InlineDeviceGuard_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:27:51.9013100Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineDeviceGuard_test.exe" 2025-04-25T05:27:51.9013645Z goto :eof 2025-04-25T05:27:51.9013869Z ) 2025-04-25T05:27:51.9013985Z 2025-04-25T05:27:51.9014411Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_InlineDeviceGuard_test" 2025-04-25T05:27:52.0673679Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:27:52.0674713Z import pkg_resources 2025-04-25T05:27:57.5352665Z Found test times from artifacts 2025-04-25T05:27:57.6352249Z Found test times from artifacts 2025-04-25T05:27:57.6385411Z Running 25% of tests based on TD 2025-04-25T05:27:57.6390693Z Running parallel tests on 3 processes 2025-04-25T05:27:57.6391047Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:27:57.6391370Z Serial tests (0): 2025-04-25T05:27:57.6391598Z Parallel tests (1): 2025-04-25T05:27:57.6391876Z cpp/c10_InlineDeviceGuard_test 1/1 2025-04-25T05:27:57.6392178Z Name: excluded (est. time: 0.0min) 2025-04-25T05:27:57.6392470Z Serial tests (0): 2025-04-25T05:27:57.6392676Z Parallel tests (0): 2025-04-25T05:27:57.6463976Z Running cpp/c10_InlineDeviceGuard_test 1/1 ... [2025-04-25 05:27:57.636533] 2025-04-25T05:27:57.6464461Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:27:57.6474054Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_InlineDeviceGuard_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e96fd11342a30eec.xml', '-x', '--reruns=2'] ... [2025-04-25 05:27:57.636533] 2025-04-25T05:27:57.6476099Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:27:59.0607586Z 2025-04-25T05:27:59.0608596Z cpp/c10_InlineDeviceGuard_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_InlineDeviceGuard_test_1.1_8f17269ba480d6c4_.log 2025-04-25T05:27:59.0609318Z 2025-04-25T05:28:01.8588571Z Running cpp/c10_InlineDeviceGuard_test 1/1 ... [2025-04-25 05:28:01.856054] 2025-04-25T05:28:01.8589073Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:28:01.8598037Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_InlineDeviceGuard_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-89dd337c065fc06c.xml', '-x', '--reruns=2'] ... [2025-04-25 05:28:01.856054] 2025-04-25T05:28:03.3774553Z 2025-04-25T05:28:03.3775529Z cpp/c10_InlineDeviceGuard_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_InlineDeviceGuard_test_1.1_23cce8179501d908_.log 2025-04-25T05:28:03.3776259Z 2025-04-25T05:28:04.1100955Z Running test batch 'tests to run' cost 6.47 seconds 2025-04-25T05:28:04.7159025Z 2025-04-25T05:28:04.7159691Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:28:04.7160245Z echo "c10_InlineDeviceGuard_test" failed with exit code 0 2025-04-25T05:28:04.7160648Z goto fail 2025-04-25T05:28:04.7160876Z ) 2025-04-25T05:28:04.7177232Z 2025-04-25T05:28:04.7177771Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:28:04.7178339Z echo "c10_InlineDeviceGuard_test" failed with exit code 0 2025-04-25T05:28:04.7178682Z goto fail 2025-04-25T05:28:04.7178880Z ) 2025-04-25T05:28:04.7178987Z 2025-04-25T05:28:04.7179149Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:28:04.7188281Z 2025-04-25T05:28:04.7188665Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:28:04.7189461Z call :libtorch_check "c10_InlineStreamGuard_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineStreamGuard_test.exe" 2025-04-25T05:28:04.7190184Z if errorlevel 1 goto fail 2025-04-25T05:28:04.7190410Z ) 2025-04-25T05:28:04.7200841Z 2025-04-25T05:28:04.7201227Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:28:04.7204746Z 2025-04-25T05:28:04.7205242Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:28:04.7207565Z 2025-04-25T05:28:04.7207992Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_InlineStreamGuard_test" == "verify_api_visibility" goto :eof 2025-04-25T05:28:04.7208930Z 2025-04-25T05:28:04.7209482Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineStreamGuard_test.exe" 2025-04-25T05:28:04.7210595Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineStreamGuard_test.exe" 2025-04-25T05:28:04.7211545Z 2025-04-25T05:28:04.7211986Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_InlineStreamGuard_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:28:04.7212794Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineStreamGuard_test.exe" 2025-04-25T05:28:04.7213336Z goto :eof 2025-04-25T05:28:04.7213515Z ) 2025-04-25T05:28:04.7213630Z 2025-04-25T05:28:04.7214115Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_InlineStreamGuard_test" 2025-04-25T05:28:04.8858916Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:28:04.8859768Z import pkg_resources 2025-04-25T05:28:10.3980178Z Found test times from artifacts 2025-04-25T05:28:10.4982350Z Found test times from artifacts 2025-04-25T05:28:10.5016341Z Running 25% of tests based on TD 2025-04-25T05:28:10.5021408Z Running parallel tests on 3 processes 2025-04-25T05:28:10.5021819Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:28:10.5022114Z Serial tests (0): 2025-04-25T05:28:10.5022333Z Parallel tests (1): 2025-04-25T05:28:10.5022590Z cpp/c10_InlineStreamGuard_test 1/1 2025-04-25T05:28:10.5022878Z Name: excluded (est. time: 0.0min) 2025-04-25T05:28:10.5023146Z Serial tests (0): 2025-04-25T05:28:10.5023367Z Parallel tests (0): 2025-04-25T05:28:10.5095007Z Running cpp/c10_InlineStreamGuard_test 1/1 ... [2025-04-25 05:28:10.500551] 2025-04-25T05:28:10.5095776Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:28:10.5104518Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_InlineStreamGuard_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-3e9771a189d927c0.xml', '-x', '--reruns=2'] ... [2025-04-25 05:28:10.500551] 2025-04-25T05:28:10.5106351Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:28:11.9386092Z 2025-04-25T05:28:11.9387100Z cpp/c10_InlineStreamGuard_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_InlineStreamGuard_test_1.1_54440d910526d87e_.log 2025-04-25T05:28:11.9387849Z 2025-04-25T05:28:14.8475766Z Running cpp/c10_InlineStreamGuard_test 1/1 ... [2025-04-25 05:28:14.841713] 2025-04-25T05:28:14.8484188Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:28:14.8485505Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_InlineStreamGuard_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-5838aa8a1058924b.xml', '-x', '--reruns=2'] ... [2025-04-25 05:28:14.841713] 2025-04-25T05:28:16.3284494Z 2025-04-25T05:28:16.3285733Z cpp/c10_InlineStreamGuard_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_InlineStreamGuard_test_1.1_52e26de961646229_.log 2025-04-25T05:28:16.3286454Z 2025-04-25T05:28:17.0590719Z Running test batch 'tests to run' cost 6.55 seconds 2025-04-25T05:28:17.6689923Z 2025-04-25T05:28:17.6690565Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:28:17.6691279Z echo "c10_InlineStreamGuard_test" failed with exit code 0 2025-04-25T05:28:17.6691626Z goto fail 2025-04-25T05:28:17.6691826Z ) 2025-04-25T05:28:17.6691934Z 2025-04-25T05:28:17.6692203Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:28:17.6692688Z echo "c10_InlineStreamGuard_test" failed with exit code 0 2025-04-25T05:28:17.6693022Z goto fail 2025-04-25T05:28:17.6693221Z ) 2025-04-25T05:28:17.6693319Z 2025-04-25T05:28:17.6693491Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:28:17.6699831Z 2025-04-25T05:28:17.6700330Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:28:17.6701139Z call :libtorch_check "c10_intrusive_ptr_benchmark" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe" 2025-04-25T05:28:17.6701859Z if errorlevel 1 goto fail 2025-04-25T05:28:17.6702101Z ) 2025-04-25T05:28:17.6711002Z 2025-04-25T05:28:17.6711458Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:28:17.6714943Z 2025-04-25T05:28:17.6715414Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:28:17.6717800Z 2025-04-25T05:28:17.6718190Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_intrusive_ptr_benchmark" == "verify_api_visibility" goto :eof 2025-04-25T05:28:17.6719104Z 2025-04-25T05:28:17.6719700Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe" 2025-04-25T05:28:17.6720701Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe" 2025-04-25T05:28:17.6721478Z 2025-04-25T05:28:17.6721938Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_intrusive_ptr_benchmark" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:28:17.6722753Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe" 2025-04-25T05:28:17.6723277Z goto :eof 2025-04-25T05:28:17.6723471Z ) 2025-04-25T05:28:17.6838543Z 2025-04-25T05:28:17+00:00 2025-04-25T05:28:17.6839251Z Running C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe 2025-04-25T05:28:17.6839863Z Run on (16 X 3000 MHz CPU s) 2025-04-25T05:28:17.6840117Z CPU Caches: 2025-04-25T05:28:17.6840305Z L1 Data 32 KiB (x8) 2025-04-25T05:28:17.6840559Z L1 Instruction 32 KiB (x8) 2025-04-25T05:28:17.6840812Z L2 Unified 1024 KiB (x8) 2025-04-25T05:28:17.6841040Z L3 Unified 36608 KiB (x1) 2025-04-25T05:28:18.4926199Z ---------------------------------------------------------------------------- 2025-04-25T05:28:18.4926682Z Benchmark Time CPU Iterations 2025-04-25T05:28:18.4927104Z ---------------------------------------------------------------------------- 2025-04-25T05:28:18.4927599Z BM_IntrusivePtrCtorDtor 12.0 ns 12.0 ns 56000000 2025-04-25T05:28:19.3966929Z BM_SharedPtrCtorDtor 12.0 ns 12.2 ns 64000000 2025-04-25T05:28:20.3280779Z BM_IntrusivePtrArray/16 224 ns 225 ns 2986667 2025-04-25T05:28:21.5199602Z BM_IntrusivePtrArray/32 449 ns 445 ns 1544828 2025-04-25T05:28:22.1943977Z BM_IntrusivePtrArray/64 898 ns 879 ns 640000 2025-04-25T05:28:23.1250489Z BM_IntrusivePtrArray/128 1795 ns 1803 ns 407273 2025-04-25T05:28:24.2279065Z BM_IntrusivePtrArray/256 3612 ns 3610 ns 194783 2025-04-25T05:28:25.1146898Z BM_IntrusivePtrArray/512 7195 ns 7254 ns 112000 2025-04-25T05:28:25.9910289Z BM_IntrusivePtrArray/1024 14392 ns 14439 ns 49778 2025-04-25T05:28:26.9906350Z BM_IntrusivePtrArray/2048 28813 ns 28495 ns 23579 2025-04-25T05:28:27.6307513Z BM_IntrusivePtrArray/4096 57604 ns 56250 ns 10000 2025-04-25T05:28:28.5977415Z BM_SharedPtrArray/16 224 ns 225 ns 3200000 2025-04-25T05:28:29.7907168Z BM_SharedPtrArray/32 449 ns 445 ns 1544828 2025-04-25T05:28:30.7021705Z BM_SharedPtrArray/64 906 ns 924 ns 896000 2025-04-25T05:28:31.5782827Z BM_SharedPtrArray/128 1809 ns 1800 ns 373333 2025-04-25T05:28:32.6783186Z BM_SharedPtrArray/256 3594 ns 3610 ns 194783 2025-04-25T05:28:33.5650626Z BM_SharedPtrArray/512 7197 ns 7254 ns 112000 2025-04-25T05:28:34.4409911Z BM_SharedPtrArray/1024 14390 ns 14439 ns 49778 2025-04-25T05:28:35.4407703Z BM_SharedPtrArray/2048 28806 ns 28495 ns 23579 2025-04-25T05:28:36.1527857Z BM_SharedPtrArray/4096 57825 ns 58594 ns 11200 2025-04-25T05:28:36.9055200Z BM_IntrusivePtrExclusiveOwnership 61.2 ns 61.4 ns 11200000 2025-04-25T05:28:37.7420027Z BM_SharedPtrExclusiveOwnership 68.0 ns 67.0 ns 11200000 2025-04-25T05:28:37.7446873Z 2025-04-25T05:28:37.7447378Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:28:37.7448189Z call :libtorch_check "c10_intrusive_ptr_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_test.exe" 2025-04-25T05:28:37.7448923Z if errorlevel 1 goto fail 2025-04-25T05:28:37.7449173Z ) 2025-04-25T05:28:37.7459422Z 2025-04-25T05:28:37.7459873Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:28:37.7463088Z 2025-04-25T05:28:37.7463595Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:28:37.7465815Z 2025-04-25T05:28:37.7466265Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_intrusive_ptr_test" == "verify_api_visibility" goto :eof 2025-04-25T05:28:37.7467171Z 2025-04-25T05:28:37.7467759Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_test.exe" 2025-04-25T05:28:37.7468734Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_test.exe" 2025-04-25T05:28:37.7469543Z 2025-04-25T05:28:37.7470013Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_intrusive_ptr_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:28:37.7470780Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_test.exe" 2025-04-25T05:28:37.7471299Z goto :eof 2025-04-25T05:28:37.7471483Z ) 2025-04-25T05:28:37.7471599Z 2025-04-25T05:28:37.7472032Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_intrusive_ptr_test" 2025-04-25T05:28:37.9140336Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:28:37.9141195Z import pkg_resources 2025-04-25T05:28:43.5244096Z Found test times from artifacts 2025-04-25T05:28:43.6240637Z Found test times from artifacts 2025-04-25T05:28:43.6274792Z Running 25% of tests based on TD 2025-04-25T05:28:43.6280355Z Running parallel tests on 3 processes 2025-04-25T05:28:43.6281112Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:28:43.6281465Z Serial tests (0): 2025-04-25T05:28:43.6281686Z Parallel tests (1): 2025-04-25T05:28:43.6281938Z cpp/c10_intrusive_ptr_test 1/1 2025-04-25T05:28:43.6282216Z Name: excluded (est. time: 0.0min) 2025-04-25T05:28:43.6282481Z Serial tests (0): 2025-04-25T05:28:43.6282707Z Parallel tests (0): 2025-04-25T05:28:43.6355214Z Running cpp/c10_intrusive_ptr_test 1/1 ... [2025-04-25 05:28:43.635286] 2025-04-25T05:28:43.6355656Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:28:43.6366354Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_intrusive_ptr_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e9cad630c7d009f1.xml', '-x', '--reruns=2'] ... [2025-04-25 05:28:43.635866] 2025-04-25T05:28:43.6368253Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:28:45.0687289Z 2025-04-25T05:28:45.0688224Z cpp/c10_intrusive_ptr_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_intrusive_ptr_test_1.1_fcfc755460c567d8_.log 2025-04-25T05:28:45.0689010Z 2025-04-25T05:28:47.9643642Z Running cpp/c10_intrusive_ptr_test 1/1 ... [2025-04-25 05:28:47.964146] 2025-04-25T05:28:47.9644116Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:28:47.9653997Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_intrusive_ptr_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-87a979a22ec88105.xml', '-x', '--reruns=2'] ... [2025-04-25 05:28:47.964708] 2025-04-25T05:28:50.6742662Z 2025-04-25T05:28:50.6743805Z cpp/c10_intrusive_ptr_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_intrusive_ptr_test_1.1_5831a9ba18e59c9c_.log 2025-04-25T05:28:50.6749972Z 2025-04-25T05:28:51.4058337Z Running test batch 'tests to run' cost 7.77 seconds 2025-04-25T05:28:52.0114156Z 2025-04-25T05:28:52.0114841Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:28:52.0115367Z echo "c10_intrusive_ptr_test" failed with exit code 0 2025-04-25T05:28:52.0115702Z goto fail 2025-04-25T05:28:52.0115900Z ) 2025-04-25T05:28:52.0116004Z 2025-04-25T05:28:52.0116302Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:28:52.0116806Z echo "c10_intrusive_ptr_test" failed with exit code 0 2025-04-25T05:28:52.0117176Z goto fail 2025-04-25T05:28:52.0117347Z ) 2025-04-25T05:28:52.0117881Z 2025-04-25T05:28:52.0118124Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:28:52.0125765Z 2025-04-25T05:28:52.0126010Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:28:52.0126677Z call :libtorch_check "c10_irange_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_irange_test.exe" 2025-04-25T05:28:52.0127295Z if errorlevel 1 goto fail 2025-04-25T05:28:52.0127519Z ) 2025-04-25T05:28:52.0137403Z 2025-04-25T05:28:52.0138078Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:28:52.0141362Z 2025-04-25T05:28:52.0141883Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:28:52.0144228Z 2025-04-25T05:28:52.0144612Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_irange_test" == "verify_api_visibility" goto :eof 2025-04-25T05:28:52.0145511Z 2025-04-25T05:28:52.0146066Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_irange_test.exe" 2025-04-25T05:28:52.0146980Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_irange_test.exe" 2025-04-25T05:28:52.0148160Z 2025-04-25T05:28:52.0148564Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_irange_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:28:52.0149272Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_irange_test.exe" 2025-04-25T05:28:52.0149904Z goto :eof 2025-04-25T05:28:52.0150082Z ) 2025-04-25T05:28:52.0150197Z 2025-04-25T05:28:52.0150624Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_irange_test" 2025-04-25T05:28:52.1809591Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:28:52.1810446Z import pkg_resources 2025-04-25T05:28:57.7137572Z Found test times from artifacts 2025-04-25T05:28:57.8138719Z Found test times from artifacts 2025-04-25T05:28:57.8173361Z Running 25% of tests based on TD 2025-04-25T05:28:57.8179063Z Running parallel tests on 3 processes 2025-04-25T05:28:57.8179429Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:28:57.8179698Z Serial tests (0): 2025-04-25T05:28:57.8179923Z Parallel tests (1): 2025-04-25T05:28:57.8180236Z cpp/c10_irange_test 1/1 2025-04-25T05:28:57.8180660Z Name: excluded (est. time: 0.0min) 2025-04-25T05:28:57.8180940Z Serial tests (0): 2025-04-25T05:28:57.8181149Z Parallel tests (0): 2025-04-25T05:28:57.8254800Z Running cpp/c10_irange_test 1/1 ... [2025-04-25 05:28:57.824831] 2025-04-25T05:28:57.8255220Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:28:57.8264463Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_irange_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-0b4a299647dc5573.xml', '-x', '--reruns=2'] ... [2025-04-25 05:28:57.825994] 2025-04-25T05:28:57.8266297Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:28:59.2509620Z 2025-04-25T05:28:59.2510728Z cpp/c10_irange_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_irange_test_1.1_dd78411b8aeb1e7b_.log 2025-04-25T05:28:59.2511392Z 2025-04-25T05:29:02.0967386Z Running cpp/c10_irange_test 1/1 ... [2025-04-25 05:29:02.096249] 2025-04-25T05:29:02.0968671Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:29:02.0976752Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_irange_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-df7e46972fd2d9ec.xml', '-x', '--reruns=2'] ... [2025-04-25 05:29:02.097374] 2025-04-25T05:29:03.5710215Z 2025-04-25T05:29:03.5711313Z cpp/c10_irange_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_irange_test_1.1_bcb90c706500296b_.log 2025-04-25T05:29:03.5711949Z 2025-04-25T05:29:04.3695717Z Running test batch 'tests to run' cost 6.57 seconds 2025-04-25T05:29:04.9829828Z 2025-04-25T05:29:04.9830518Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:29:04.9831008Z echo "c10_irange_test" failed with exit code 0 2025-04-25T05:29:04.9831320Z goto fail 2025-04-25T05:29:04.9831499Z ) 2025-04-25T05:29:04.9831605Z 2025-04-25T05:29:04.9831826Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:29:04.9832234Z echo "c10_irange_test" failed with exit code 0 2025-04-25T05:29:04.9832546Z goto fail 2025-04-25T05:29:04.9832718Z ) 2025-04-25T05:29:04.9832827Z 2025-04-25T05:29:04.9832979Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:29:04.9839424Z 2025-04-25T05:29:04.9839671Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:29:04.9840302Z call :libtorch_check "c10_lazy_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_lazy_test.exe" 2025-04-25T05:29:04.9840910Z if errorlevel 1 goto fail 2025-04-25T05:29:04.9841138Z ) 2025-04-25T05:29:04.9851243Z 2025-04-25T05:29:04.9851607Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:29:04.9855248Z 2025-04-25T05:29:04.9856165Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:29:04.9858080Z 2025-04-25T05:29:04.9858446Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_lazy_test" == "verify_api_visibility" goto :eof 2025-04-25T05:29:04.9859332Z 2025-04-25T05:29:04.9859914Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_lazy_test.exe" 2025-04-25T05:29:04.9860810Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_lazy_test.exe" 2025-04-25T05:29:04.9861682Z 2025-04-25T05:29:04.9862062Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_lazy_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:29:04.9862759Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_lazy_test.exe" 2025-04-25T05:29:04.9863323Z goto :eof 2025-04-25T05:29:04.9863508Z ) 2025-04-25T05:29:04.9863606Z 2025-04-25T05:29:04.9863969Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_lazy_test" 2025-04-25T05:29:05.1530933Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:29:05.1531810Z import pkg_resources 2025-04-25T05:29:10.7013140Z Found test times from artifacts 2025-04-25T05:29:10.8003086Z Found test times from artifacts 2025-04-25T05:29:10.8037193Z Running 25% of tests based on TD 2025-04-25T05:29:10.8042686Z Running parallel tests on 3 processes 2025-04-25T05:29:10.8043060Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:29:10.8043335Z Serial tests (0): 2025-04-25T05:29:10.8044416Z Parallel tests (1): 2025-04-25T05:29:10.8044674Z cpp/c10_lazy_test 1/1 2025-04-25T05:29:10.8044923Z Name: excluded (est. time: 0.0min) 2025-04-25T05:29:10.8045198Z Serial tests (0): 2025-04-25T05:29:10.8045402Z Parallel tests (0): 2025-04-25T05:29:10.8116202Z Running cpp/c10_lazy_test 1/1 ... [2025-04-25 05:29:10.811213] 2025-04-25T05:29:10.8125592Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:29:10.8127697Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_lazy_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-f62868b1861e3077.xml', '-x', '--reruns=2'] ... [2025-04-25 05:29:10.812371] 2025-04-25T05:29:10.8130731Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:29:12.2470801Z 2025-04-25T05:29:12.2471871Z cpp/c10_lazy_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_lazy_test_1.1_2e049e4ced682a5b_.log 2025-04-25T05:29:12.2472511Z 2025-04-25T05:29:15.0830482Z Running cpp/c10_lazy_test 1/1 ... [2025-04-25 05:29:15.082726] 2025-04-25T05:29:15.0830935Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:29:15.0839939Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_lazy_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-71d1e35cff7ba102.xml', '-x', '--reruns=2'] ... [2025-04-25 05:29:15.083814] 2025-04-25T05:29:16.5476430Z 2025-04-25T05:29:16.5477350Z cpp/c10_lazy_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_lazy_test_1.1_e6a0f47ebac2e36e_.log 2025-04-25T05:29:16.5478131Z 2025-04-25T05:29:17.3149674Z Running test batch 'tests to run' cost 6.5 seconds 2025-04-25T05:29:17.9300324Z 2025-04-25T05:29:17.9301118Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:29:17.9301740Z echo "c10_lazy_test" failed with exit code 0 2025-04-25T05:29:17.9302048Z goto fail 2025-04-25T05:29:17.9302225Z ) 2025-04-25T05:29:17.9302404Z 2025-04-25T05:29:17.9302607Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:29:17.9303028Z echo "c10_lazy_test" failed with exit code 0 2025-04-25T05:29:17.9303312Z goto fail 2025-04-25T05:29:17.9303492Z ) 2025-04-25T05:29:17.9303590Z 2025-04-25T05:29:17.9303745Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:29:17.9309999Z 2025-04-25T05:29:17.9310504Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:29:17.9311262Z call :libtorch_check "c10_LeftRight_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_LeftRight_test.exe" 2025-04-25T05:29:17.9311921Z if errorlevel 1 goto fail 2025-04-25T05:29:17.9312156Z ) 2025-04-25T05:29:17.9322328Z 2025-04-25T05:29:17.9322701Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:29:17.9326219Z 2025-04-25T05:29:17.9326893Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:29:17.9329584Z 2025-04-25T05:29:17.9329972Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_LeftRight_test" == "verify_api_visibility" goto :eof 2025-04-25T05:29:17.9330427Z 2025-04-25T05:29:17.9330940Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_LeftRight_test.exe" 2025-04-25T05:29:17.9331892Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_LeftRight_test.exe" 2025-04-25T05:29:17.9332715Z 2025-04-25T05:29:17.9333255Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_LeftRight_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:29:17.9333997Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_LeftRight_test.exe" 2025-04-25T05:29:17.9334508Z goto :eof 2025-04-25T05:29:17.9334683Z ) 2025-04-25T05:29:17.9334797Z 2025-04-25T05:29:17.9335167Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_LeftRight_test" 2025-04-25T05:29:18.1001238Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:29:18.1002075Z import pkg_resources 2025-04-25T05:29:23.6375161Z Found test times from artifacts 2025-04-25T05:29:23.7367856Z Found test times from artifacts 2025-04-25T05:29:23.7402009Z Running 25% of tests based on TD 2025-04-25T05:29:23.7406994Z Running parallel tests on 3 processes 2025-04-25T05:29:23.7407418Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:29:23.7407702Z Serial tests (0): 2025-04-25T05:29:23.7407960Z Parallel tests (1): 2025-04-25T05:29:23.7408198Z cpp/c10_LeftRight_test 1/1 2025-04-25T05:29:23.7408475Z Name: excluded (est. time: 0.0min) 2025-04-25T05:29:23.7408747Z Serial tests (0): 2025-04-25T05:29:23.7408961Z Parallel tests (0): 2025-04-25T05:29:23.7479247Z Running cpp/c10_LeftRight_test 1/1 ... [2025-04-25 05:29:23.740074] 2025-04-25T05:29:23.7479668Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:29:23.7489368Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_LeftRight_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-dd91cef7febda9b7.xml', '-x', '--reruns=2'] ... [2025-04-25 05:29:23.740074] 2025-04-25T05:29:23.7491135Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:29:25.2178087Z 2025-04-25T05:29:25.2179224Z cpp/c10_LeftRight_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_LeftRight_test_1.1_f23d8e80b7de5264_.log 2025-04-25T05:29:25.2180112Z 2025-04-25T05:29:27.9254296Z Running cpp/c10_LeftRight_test 1/1 ... [2025-04-25 05:29:27.925143] 2025-04-25T05:29:27.9254775Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:29:27.9265298Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_LeftRight_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-a385f739c695fd29.xml', '-x', '--reruns=2'] ... [2025-04-25 05:29:27.926286] 2025-04-25T05:29:29.4529432Z 2025-04-25T05:29:29.4530464Z cpp/c10_LeftRight_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_LeftRight_test_1.1_d4d854474764d8e6_.log 2025-04-25T05:29:29.4532351Z 2025-04-25T05:29:30.2047806Z Running test batch 'tests to run' cost 6.46 seconds 2025-04-25T05:29:30.8510288Z 2025-04-25T05:29:30.8510959Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:29:30.8511459Z echo "c10_LeftRight_test" failed with exit code 0 2025-04-25T05:29:30.8511768Z goto fail 2025-04-25T05:29:30.8512588Z ) 2025-04-25T05:29:30.8512716Z 2025-04-25T05:29:30.8512970Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:29:30.8513432Z echo "c10_LeftRight_test" failed with exit code 0 2025-04-25T05:29:30.8513748Z goto fail 2025-04-25T05:29:30.8513917Z ) 2025-04-25T05:29:30.8514031Z 2025-04-25T05:29:30.8514191Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:29:30.8520297Z 2025-04-25T05:29:30.8520563Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:29:30.8521225Z call :libtorch_check "c10_logging_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_logging_test.exe" 2025-04-25T05:29:30.8521869Z if errorlevel 1 goto fail 2025-04-25T05:29:30.8522100Z ) 2025-04-25T05:29:30.8531652Z 2025-04-25T05:29:30.8532039Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:29:30.8535662Z 2025-04-25T05:29:30.8536205Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:29:30.8538880Z 2025-04-25T05:29:30.8539262Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_logging_test" == "verify_api_visibility" goto :eof 2025-04-25T05:29:30.8540189Z 2025-04-25T05:29:30.8540724Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_logging_test.exe" 2025-04-25T05:29:30.8541654Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_logging_test.exe" 2025-04-25T05:29:30.8542618Z 2025-04-25T05:29:30.8543031Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_logging_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:29:30.8543750Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_logging_test.exe" 2025-04-25T05:29:30.8544249Z goto :eof 2025-04-25T05:29:30.8544431Z ) 2025-04-25T05:29:30.8544546Z 2025-04-25T05:29:30.8544902Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_logging_test" 2025-04-25T05:29:31.0193063Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:29:31.0193895Z import pkg_resources 2025-04-25T05:29:36.4572409Z Found test times from artifacts 2025-04-25T05:29:36.5568714Z Found test times from artifacts 2025-04-25T05:29:36.5603650Z Running 25% of tests based on TD 2025-04-25T05:29:36.5609434Z Running parallel tests on 3 processes 2025-04-25T05:29:36.5609812Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:29:36.5610263Z Serial tests (0): 2025-04-25T05:29:36.5610488Z Parallel tests (1): 2025-04-25T05:29:36.5610714Z cpp/c10_logging_test 1/1 2025-04-25T05:29:36.5611057Z Name: excluded (est. time: 0.0min) 2025-04-25T05:29:36.5611314Z Serial tests (0): 2025-04-25T05:29:36.5611541Z Parallel tests (0): 2025-04-25T05:29:36.5683690Z Running cpp/c10_logging_test 1/1 ... [2025-04-25 05:29:36.568149] 2025-04-25T05:29:36.5684182Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:29:36.5693703Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_logging_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-219d10a5a9d90723.xml', '-x', '--reruns=2'] ... [2025-04-25 05:29:36.568732] 2025-04-25T05:29:36.5695481Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:29:38.0211347Z 2025-04-25T05:29:38.0212249Z cpp/c10_logging_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_logging_test_1.1_939b283c208cc499_.log 2025-04-25T05:29:38.0213184Z 2025-04-25T05:29:40.7491363Z Running cpp/c10_logging_test 1/1 ... [2025-04-25 05:29:40.748383] 2025-04-25T05:29:40.7491840Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:29:40.7499967Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_logging_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-0b6f67f4dba2da7a.xml', '-x', '--reruns=2'] ... [2025-04-25 05:29:40.748383] 2025-04-25T05:29:42.1849258Z 2025-04-25T05:29:42.1850229Z cpp/c10_logging_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_logging_test_1.1_748d724abaf25186_.log 2025-04-25T05:29:42.1851001Z 2025-04-25T05:29:42.9134308Z Running test batch 'tests to run' cost 6.35 seconds 2025-04-25T05:29:43.5559702Z 2025-04-25T05:29:43.5560453Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:29:43.5560949Z echo "c10_logging_test" failed with exit code 0 2025-04-25T05:29:43.5561263Z goto fail 2025-04-25T05:29:43.5561448Z ) 2025-04-25T05:29:43.5561555Z 2025-04-25T05:29:43.5561745Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:29:43.5562167Z echo "c10_logging_test" failed with exit code 0 2025-04-25T05:29:43.5562455Z goto fail 2025-04-25T05:29:43.5562634Z ) 2025-04-25T05:29:43.5562912Z 2025-04-25T05:29:43.5563237Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:29:43.5572152Z 2025-04-25T05:29:43.5572399Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:29:43.5573179Z call :libtorch_check "c10_Metaprogramming_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Metaprogramming_test.exe" 2025-04-25T05:29:43.5573891Z if errorlevel 1 goto fail 2025-04-25T05:29:43.5574134Z ) 2025-04-25T05:29:43.5583846Z 2025-04-25T05:29:43.5584254Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:29:43.5587960Z 2025-04-25T05:29:43.5588719Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:29:43.5591149Z 2025-04-25T05:29:43.5591596Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Metaprogramming_test" == "verify_api_visibility" goto :eof 2025-04-25T05:29:43.5592928Z 2025-04-25T05:29:43.5593594Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Metaprogramming_test.exe" 2025-04-25T05:29:43.5594633Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Metaprogramming_test.exe" 2025-04-25T05:29:43.5596246Z 2025-04-25T05:29:43.5596696Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Metaprogramming_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:29:43.5597974Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Metaprogramming_test.exe" 2025-04-25T05:29:43.5598516Z goto :eof 2025-04-25T05:29:43.5598706Z ) 2025-04-25T05:29:43.5598799Z 2025-04-25T05:29:43.5599235Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Metaprogramming_test" 2025-04-25T05:29:43.7281202Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:29:43.7282038Z import pkg_resources 2025-04-25T05:29:49.2251043Z Found test times from artifacts 2025-04-25T05:29:49.3260860Z Found test times from artifacts 2025-04-25T05:29:49.3295424Z Running 25% of tests based on TD 2025-04-25T05:29:49.3300844Z Running parallel tests on 3 processes 2025-04-25T05:29:49.3301217Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:29:49.3301510Z Serial tests (0): 2025-04-25T05:29:49.3301733Z Parallel tests (1): 2025-04-25T05:29:49.3302517Z cpp/c10_Metaprogramming_test 1/1 2025-04-25T05:29:49.3302831Z Name: excluded (est. time: 0.0min) 2025-04-25T05:29:49.3303084Z Serial tests (0): 2025-04-25T05:29:49.3303308Z Parallel tests (0): 2025-04-25T05:29:49.3378625Z Running cpp/c10_Metaprogramming_test 1/1 ... [2025-04-25 05:29:49.337219] 2025-04-25T05:29:49.3379120Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:29:49.3387605Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Metaprogramming_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2d5265bf8d962526.xml', '-x', '--reruns=2'] ... [2025-04-25 05:29:49.338381] 2025-04-25T05:29:49.3390353Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:29:50.7487813Z 2025-04-25T05:29:50.7489429Z cpp/c10_Metaprogramming_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Metaprogramming_test_1.1_073a6a013a869ee2_.log 2025-04-25T05:29:50.7490683Z 2025-04-25T05:29:53.5727960Z Running cpp/c10_Metaprogramming_test 1/1 ... [2025-04-25 05:29:53.572375] 2025-04-25T05:29:53.5728446Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:29:53.5737388Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Metaprogramming_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2cd45fc78a0aa301.xml', '-x', '--reruns=2'] ... [2025-04-25 05:29:53.572375] 2025-04-25T05:29:55.1043724Z 2025-04-25T05:29:55.1044625Z cpp/c10_Metaprogramming_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Metaprogramming_test_1.1_c3f9342025756a3c_.log 2025-04-25T05:29:55.1045487Z 2025-04-25T05:29:55.8579263Z Running test batch 'tests to run' cost 6.52 seconds 2025-04-25T05:29:56.4817943Z 2025-04-25T05:29:56.4818492Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:29:56.4818979Z echo "c10_Metaprogramming_test" failed with exit code 0 2025-04-25T05:29:56.4819326Z goto fail 2025-04-25T05:29:56.4819507Z ) 2025-04-25T05:29:56.4819633Z 2025-04-25T05:29:56.4819826Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:29:56.4820267Z echo "c10_Metaprogramming_test" failed with exit code 0 2025-04-25T05:29:56.4820604Z goto fail 2025-04-25T05:29:56.4820777Z ) 2025-04-25T05:29:56.4820888Z 2025-04-25T05:29:56.4821043Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:29:56.4828096Z 2025-04-25T05:29:56.4828352Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:29:56.4829158Z call :libtorch_check "c10_NetworkFlow_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_NetworkFlow_test.exe" 2025-04-25T05:29:56.4829870Z if errorlevel 1 goto fail 2025-04-25T05:29:56.4830121Z ) 2025-04-25T05:29:56.4839406Z 2025-04-25T05:29:56.4839758Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:29:56.4843429Z 2025-04-25T05:29:56.4847594Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:29:56.4848213Z 2025-04-25T05:29:56.4848578Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_NetworkFlow_test" == "verify_api_visibility" goto :eof 2025-04-25T05:29:56.4849084Z 2025-04-25T05:29:56.4849720Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_NetworkFlow_test.exe" 2025-04-25T05:29:56.4850878Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_NetworkFlow_test.exe" 2025-04-25T05:29:56.4852138Z 2025-04-25T05:29:56.4852822Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_NetworkFlow_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:29:56.4853585Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_NetworkFlow_test.exe" 2025-04-25T05:29:56.4854126Z goto :eof 2025-04-25T05:29:56.4854331Z ) 2025-04-25T05:29:56.4854473Z 2025-04-25T05:29:56.4854856Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_NetworkFlow_test" 2025-04-25T05:29:56.6497431Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:29:56.6498426Z import pkg_resources 2025-04-25T05:30:02.2626563Z Found test times from artifacts 2025-04-25T05:30:02.3624154Z Found test times from artifacts 2025-04-25T05:30:02.3659601Z Running 25% of tests based on TD 2025-04-25T05:30:02.3665564Z Running parallel tests on 3 processes 2025-04-25T05:30:02.3665983Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:30:02.3666288Z Serial tests (0): 2025-04-25T05:30:02.3666557Z Parallel tests (1): 2025-04-25T05:30:02.3666837Z cpp/c10_NetworkFlow_test 1/1 2025-04-25T05:30:02.3667995Z Name: excluded (est. time: 0.0min) 2025-04-25T05:30:02.3668320Z Serial tests (0): 2025-04-25T05:30:02.3668553Z Parallel tests (0): 2025-04-25T05:30:02.3739238Z Running cpp/c10_NetworkFlow_test 1/1 ... [2025-04-25 05:30:02.373583] 2025-04-25T05:30:02.3759577Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:30:02.3760866Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_NetworkFlow_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-add0d5465ed08ac1.xml', '-x', '--reruns=2'] ... [2025-04-25 05:30:02.375848] 2025-04-25T05:30:02.3762675Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:30:03.8235815Z 2025-04-25T05:30:03.8236888Z cpp/c10_NetworkFlow_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_NetworkFlow_test_1.1_074bc6171d672279_.log 2025-04-25T05:30:03.8238711Z 2025-04-25T05:30:06.6382102Z Running cpp/c10_NetworkFlow_test 1/1 ... [2025-04-25 05:30:06.627824] 2025-04-25T05:30:06.6382610Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:30:06.6391017Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_NetworkFlow_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-0ecc84cd0909d4a1.xml', '-x', '--reruns=2'] ... [2025-04-25 05:30:06.627824] 2025-04-25T05:30:08.1171364Z 2025-04-25T05:30:08.1172617Z cpp/c10_NetworkFlow_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_NetworkFlow_test_1.1_3924b4b54edf60dd_.log 2025-04-25T05:30:08.1173285Z 2025-04-25T05:30:08.8809592Z Running test batch 'tests to run' cost 6.51 seconds 2025-04-25T05:30:09.4876092Z 2025-04-25T05:30:09.4876854Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:30:09.4877379Z echo "c10_NetworkFlow_test" failed with exit code 0 2025-04-25T05:30:09.4877742Z goto fail 2025-04-25T05:30:09.4877938Z ) 2025-04-25T05:30:09.4878055Z 2025-04-25T05:30:09.4878278Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:30:09.4878730Z echo "c10_NetworkFlow_test" failed with exit code 0 2025-04-25T05:30:09.4879258Z goto fail 2025-04-25T05:30:09.4879463Z ) 2025-04-25T05:30:09.4879597Z 2025-04-25T05:30:09.4879765Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:30:09.4886034Z 2025-04-25T05:30:09.4886538Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:30:09.4887424Z call :libtorch_check "c10_optional_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_optional_test.exe" 2025-04-25T05:30:09.4888110Z if errorlevel 1 goto fail 2025-04-25T05:30:09.4898338Z ) 2025-04-25T05:30:09.4898480Z 2025-04-25T05:30:09.4898767Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:30:09.4902134Z 2025-04-25T05:30:09.4902750Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:30:09.4905156Z 2025-04-25T05:30:09.4905548Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_optional_test" == "verify_api_visibility" goto :eof 2025-04-25T05:30:09.4906982Z 2025-04-25T05:30:09.4907539Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_optional_test.exe" 2025-04-25T05:30:09.4908508Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_optional_test.exe" 2025-04-25T05:30:09.4909852Z 2025-04-25T05:30:09.4910303Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_optional_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:30:09.4911037Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_optional_test.exe" 2025-04-25T05:30:09.4911575Z goto :eof 2025-04-25T05:30:09.4911773Z ) 2025-04-25T05:30:09.4911906Z 2025-04-25T05:30:09.4912274Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_optional_test" 2025-04-25T05:30:09.6592380Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:30:09.6593273Z import pkg_resources 2025-04-25T05:30:15.2117302Z Found test times from artifacts 2025-04-25T05:30:15.3120548Z Found test times from artifacts 2025-04-25T05:30:15.3154621Z Running 25% of tests based on TD 2025-04-25T05:30:15.3159905Z Running parallel tests on 3 processes 2025-04-25T05:30:15.3160279Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:30:15.3160563Z Serial tests (0): 2025-04-25T05:30:15.3160798Z Parallel tests (1): 2025-04-25T05:30:15.3161026Z cpp/c10_optional_test 1/1 2025-04-25T05:30:15.3161295Z Name: excluded (est. time: 0.0min) 2025-04-25T05:30:15.3161548Z Serial tests (0): 2025-04-25T05:30:15.3161765Z Parallel tests (0): 2025-04-25T05:30:15.3233799Z Running cpp/c10_optional_test 1/1 ... [2025-04-25 05:30:15.317967] 2025-04-25T05:30:15.3234234Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:30:15.3244985Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_optional_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-1fbee4120a8e7eb6.xml', '-x', '--reruns=2'] ... [2025-04-25 05:30:15.317967] 2025-04-25T05:30:15.3247331Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:30:16.7318633Z 2025-04-25T05:30:16.7319723Z cpp/c10_optional_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_optional_test_1.1_0971629a5244d03f_.log 2025-04-25T05:30:16.7320359Z 2025-04-25T05:30:19.6019498Z Running cpp/c10_optional_test 1/1 ... [2025-04-25 05:30:19.599635] 2025-04-25T05:30:19.6019963Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:30:19.6028595Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_optional_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-d6ca4cad41380cab.xml', '-x', '--reruns=2'] ... [2025-04-25 05:30:19.599635] 2025-04-25T05:30:21.0595076Z 2025-04-25T05:30:21.0596235Z cpp/c10_optional_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_optional_test_1.1_d0384aaac57cddf2_.log 2025-04-25T05:30:21.0596878Z 2025-04-25T05:30:21.8269383Z Running test batch 'tests to run' cost 6.51 seconds 2025-04-25T05:30:22.4611515Z 2025-04-25T05:30:22.4612142Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:30:22.4612652Z echo "c10_optional_test" failed with exit code 0 2025-04-25T05:30:22.4612965Z goto fail 2025-04-25T05:30:22.4613164Z ) 2025-04-25T05:30:22.4613263Z 2025-04-25T05:30:22.4613836Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:30:22.4614332Z echo "c10_optional_test" failed with exit code 0 2025-04-25T05:30:22.4614654Z goto fail 2025-04-25T05:30:22.4614832Z ) 2025-04-25T05:30:22.4614937Z 2025-04-25T05:30:22.4615120Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:30:22.4622490Z 2025-04-25T05:30:22.4622917Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:30:22.4623837Z call :libtorch_check "c10_ordered_preserving_dict_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ordered_preserving_dict_test.exe" 2025-04-25T05:30:22.4624601Z if errorlevel 1 goto fail 2025-04-25T05:30:22.4624835Z ) 2025-04-25T05:30:22.4634838Z 2025-04-25T05:30:22.4635243Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:30:22.4639940Z 2025-04-25T05:30:22.4640599Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:30:22.4643589Z 2025-04-25T05:30:22.4644339Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ordered_preserving_dict_test" == "verify_api_visibility" goto :eof 2025-04-25T05:30:22.4646528Z 2025-04-25T05:30:22.4647310Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ordered_preserving_dict_test.exe" 2025-04-25T05:30:22.4648725Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ordered_preserving_dict_test.exe" 2025-04-25T05:30:22.4650748Z 2025-04-25T05:30:22.4651453Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ordered_preserving_dict_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:30:22.4652282Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ordered_preserving_dict_test.exe" 2025-04-25T05:30:22.4652836Z goto :eof 2025-04-25T05:30:22.4653012Z ) 2025-04-25T05:30:22.4653123Z 2025-04-25T05:30:22.4653534Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_ordered_preserving_dict_test" 2025-04-25T05:30:22.6293818Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:30:22.6294662Z import pkg_resources 2025-04-25T05:30:28.1347063Z Found test times from artifacts 2025-04-25T05:30:28.2345789Z Found test times from artifacts 2025-04-25T05:30:28.2380355Z Running 25% of tests based on TD 2025-04-25T05:30:28.2385450Z Running parallel tests on 3 processes 2025-04-25T05:30:28.2385788Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:30:28.2386086Z Serial tests (0): 2025-04-25T05:30:28.2386297Z Parallel tests (1): 2025-04-25T05:30:28.2386562Z cpp/c10_ordered_preserving_dict_test 1/1 2025-04-25T05:30:28.2387389Z Name: excluded (est. time: 0.0min) 2025-04-25T05:30:28.2387976Z Serial tests (0): 2025-04-25T05:30:28.2388364Z Parallel tests (0): 2025-04-25T05:30:28.2468074Z Running cpp/c10_ordered_preserving_dict_test 1/1 ... [2025-04-25 05:30:28.246652] 2025-04-25T05:30:28.2476997Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:30:28.2479532Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ordered_preserving_dict_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-82ef7c33adf860d2.xml', '-x', '--reruns=2'] ... [2025-04-25 05:30:28.247248] 2025-04-25T05:30:28.2481321Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:30:29.6966306Z 2025-04-25T05:30:29.6967634Z cpp/c10_ordered_preserving_dict_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ordered_preserving_dict_test_1.1_34a85d0dc15dcf63_.log 2025-04-25T05:30:29.6968416Z 2025-04-25T05:30:32.4887311Z Running cpp/c10_ordered_preserving_dict_test 1/1 ... [2025-04-25 05:30:32.484528] 2025-04-25T05:30:32.4887823Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:30:32.4896840Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ordered_preserving_dict_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-3cd14fac96f6c9b2.xml', '-x', '--reruns=2'] ... [2025-04-25 05:30:32.484528] 2025-04-25T05:30:34.0498769Z 2025-04-25T05:30:34.0499905Z cpp/c10_ordered_preserving_dict_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ordered_preserving_dict_test_1.1_852dbb164c44a332_.log 2025-04-25T05:30:34.0500674Z 2025-04-25T05:30:34.8008439Z Running test batch 'tests to run' cost 6.56 seconds 2025-04-25T05:30:35.4195514Z 2025-04-25T05:30:35.4196021Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:30:35.4196542Z echo "c10_ordered_preserving_dict_test" failed with exit code 0 2025-04-25T05:30:35.4196925Z goto fail 2025-04-25T05:30:35.4197138Z ) 2025-04-25T05:30:35.4197242Z 2025-04-25T05:30:35.4197447Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:30:35.4197923Z echo "c10_ordered_preserving_dict_test" failed with exit code 0 2025-04-25T05:30:35.4198270Z goto fail 2025-04-25T05:30:35.4198456Z ) 2025-04-25T05:30:35.4198553Z 2025-04-25T05:30:35.4198706Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:30:35.4206040Z 2025-04-25T05:30:35.4206515Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:30:35.4207252Z call :libtorch_check "c10_registry_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_registry_test.exe" 2025-04-25T05:30:35.4207889Z if errorlevel 1 goto fail 2025-04-25T05:30:35.4208144Z ) 2025-04-25T05:30:35.4217197Z 2025-04-25T05:30:35.4217573Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:30:35.4220978Z 2025-04-25T05:30:35.4221555Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:30:35.4223776Z 2025-04-25T05:30:35.4224250Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_registry_test" == "verify_api_visibility" goto :eof 2025-04-25T05:30:35.4225604Z 2025-04-25T05:30:35.4226149Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_registry_test.exe" 2025-04-25T05:30:35.4227067Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_registry_test.exe" 2025-04-25T05:30:35.4228356Z 2025-04-25T05:30:35.4228747Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_registry_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:30:35.4229560Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_registry_test.exe" 2025-04-25T05:30:35.4230044Z goto :eof 2025-04-25T05:30:35.4230236Z ) 2025-04-25T05:30:35.4230330Z 2025-04-25T05:30:35.4230753Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_registry_test" 2025-04-25T05:30:35.5889568Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:30:35.5890435Z import pkg_resources 2025-04-25T05:30:41.1486587Z Found test times from artifacts 2025-04-25T05:30:41.2476165Z Found test times from artifacts 2025-04-25T05:30:41.2509685Z Running 25% of tests based on TD 2025-04-25T05:30:41.2514939Z Running parallel tests on 3 processes 2025-04-25T05:30:41.2515346Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:30:41.2515663Z Serial tests (0): 2025-04-25T05:30:41.2515906Z Parallel tests (1): 2025-04-25T05:30:41.2516152Z cpp/c10_registry_test 1/1 2025-04-25T05:30:41.2516405Z Name: excluded (est. time: 0.0min) 2025-04-25T05:30:41.2516679Z Serial tests (0): 2025-04-25T05:30:41.2516884Z Parallel tests (0): 2025-04-25T05:30:41.2588539Z Running cpp/c10_registry_test 1/1 ... [2025-04-25 05:30:41.258595] 2025-04-25T05:30:41.2588968Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:30:41.2598806Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_registry_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-920aae8af9a587d5.xml', '-x', '--reruns=2'] ... [2025-04-25 05:30:41.258595] 2025-04-25T05:30:41.2600557Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:30:42.6733286Z 2025-04-25T05:30:42.6734321Z cpp/c10_registry_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_registry_test_1.1_1ce9d146e58e5d65_.log 2025-04-25T05:30:42.6735175Z 2025-04-25T05:30:45.5560001Z Running cpp/c10_registry_test 1/1 ... [2025-04-25 05:30:45.555261] 2025-04-25T05:30:45.5560446Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:30:45.5568319Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_registry_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-4c266ffa69ee9a23.xml', '-x', '--reruns=2'] ... [2025-04-25 05:30:45.556573] 2025-04-25T05:30:47.0333704Z 2025-04-25T05:30:47.0334782Z cpp/c10_registry_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_registry_test_1.1_b39ba3d9c3201e66_.log 2025-04-25T05:30:47.0335432Z 2025-04-25T05:30:47.7846787Z Running test batch 'tests to run' cost 6.54 seconds 2025-04-25T05:30:48.4120813Z 2025-04-25T05:30:48.4121464Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:30:48.4122099Z echo "c10_registry_test" failed with exit code 0 2025-04-25T05:30:48.4122427Z goto fail 2025-04-25T05:30:48.4122620Z ) 2025-04-25T05:30:48.4122730Z 2025-04-25T05:30:48.4122941Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:30:48.4123365Z echo "c10_registry_test" failed with exit code 0 2025-04-25T05:30:48.4123677Z goto fail 2025-04-25T05:30:48.4123849Z ) 2025-04-25T05:30:48.4123966Z 2025-04-25T05:30:48.4124465Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:30:48.4131684Z 2025-04-25T05:30:48.4132014Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:30:48.4132681Z call :libtorch_check "c10_Scalar_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Scalar_test.exe" 2025-04-25T05:30:48.4133404Z if errorlevel 1 goto fail 2025-04-25T05:30:48.4133646Z ) 2025-04-25T05:30:48.4143143Z 2025-04-25T05:30:48.4143525Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:30:48.4147116Z 2025-04-25T05:30:48.4147773Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:30:48.4150029Z 2025-04-25T05:30:48.4150511Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Scalar_test" == "verify_api_visibility" goto :eof 2025-04-25T05:30:48.4151781Z 2025-04-25T05:30:48.4152378Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Scalar_test.exe" 2025-04-25T05:30:48.4153388Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Scalar_test.exe" 2025-04-25T05:30:48.4154753Z 2025-04-25T05:30:48.4155196Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Scalar_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:30:48.4155920Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Scalar_test.exe" 2025-04-25T05:30:48.4156413Z goto :eof 2025-04-25T05:30:48.4156603Z ) 2025-04-25T05:30:48.4156706Z 2025-04-25T05:30:48.4157058Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Scalar_test" 2025-04-25T05:30:48.5824021Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:30:48.5824877Z import pkg_resources 2025-04-25T05:30:54.2751463Z Found test times from artifacts 2025-04-25T05:30:54.3839250Z Found test times from artifacts 2025-04-25T05:30:54.3877890Z Running 25% of tests based on TD 2025-04-25T05:30:54.3884584Z Running parallel tests on 3 processes 2025-04-25T05:30:54.3885054Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:30:54.3885363Z Serial tests (0): 2025-04-25T05:30:54.3885577Z Parallel tests (1): 2025-04-25T05:30:54.3885821Z cpp/c10_Scalar_test 1/1 2025-04-25T05:30:54.3886118Z Name: excluded (est. time: 0.0min) 2025-04-25T05:30:54.3886419Z Serial tests (0): 2025-04-25T05:30:54.3886630Z Parallel tests (0): 2025-04-25T05:30:54.3975159Z Running cpp/c10_Scalar_test 1/1 ... [2025-04-25 05:30:54.397392] 2025-04-25T05:30:54.3975589Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:30:54.3984977Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Scalar_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-298b658aac9f9aa2.xml', '-x', '--reruns=2'] ... [2025-04-25 05:30:54.398018] 2025-04-25T05:30:54.3986910Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:30:55.8343105Z 2025-04-25T05:30:55.8344353Z cpp/c10_Scalar_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Scalar_test_1.1_83adf3b9695b1fb6_.log 2025-04-25T05:30:55.8344974Z 2025-04-25T05:30:58.6918618Z Running cpp/c10_Scalar_test 1/1 ... [2025-04-25 05:30:58.689286] 2025-04-25T05:30:58.6919049Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:30:58.6928145Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Scalar_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-0a771cfad80165ee.xml', '-x', '--reruns=2'] ... [2025-04-25 05:30:58.689286] 2025-04-25T05:31:00.1896987Z 2025-04-25T05:31:00.1897955Z cpp/c10_Scalar_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Scalar_test_1.1_d7a9839861a88bdc_.log 2025-04-25T05:31:00.1898731Z 2025-04-25T05:31:01.0068756Z Running test batch 'tests to run' cost 6.62 seconds 2025-04-25T05:31:01.6269913Z 2025-04-25T05:31:01.6270589Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:31:01.6271228Z echo "c10_Scalar_test" failed with exit code 0 2025-04-25T05:31:01.6271596Z goto fail 2025-04-25T05:31:01.6271803Z ) 2025-04-25T05:31:01.6271916Z 2025-04-25T05:31:01.6272143Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:31:01.6272575Z echo "c10_Scalar_test" failed with exit code 0 2025-04-25T05:31:01.6272920Z goto fail 2025-04-25T05:31:01.6273119Z ) 2025-04-25T05:31:01.6273250Z 2025-04-25T05:31:01.6273414Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:31:01.6279743Z 2025-04-25T05:31:01.6280233Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:31:01.6281142Z call :libtorch_check "c10_SizesAndStrides_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SizesAndStrides_test.exe" 2025-04-25T05:31:01.6281923Z if errorlevel 1 goto fail 2025-04-25T05:31:01.6282176Z ) 2025-04-25T05:31:01.6291437Z 2025-04-25T05:31:01.6291917Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:31:01.6295305Z 2025-04-25T05:31:01.6295877Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:31:01.6298239Z 2025-04-25T05:31:01.6298853Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_SizesAndStrides_test" == "verify_api_visibility" goto :eof 2025-04-25T05:31:01.6300035Z 2025-04-25T05:31:01.6300679Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SizesAndStrides_test.exe" 2025-04-25T05:31:01.6301699Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SizesAndStrides_test.exe" 2025-04-25T05:31:01.6302899Z 2025-04-25T05:31:01.6303349Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_SizesAndStrides_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:31:01.6304194Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SizesAndStrides_test.exe" 2025-04-25T05:31:01.6304753Z goto :eof 2025-04-25T05:31:01.6304956Z ) 2025-04-25T05:31:01.6305082Z 2025-04-25T05:31:01.6305477Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_SizesAndStrides_test" 2025-04-25T05:31:01.7970089Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:31:01.7971015Z import pkg_resources 2025-04-25T05:31:07.3166537Z Found test times from artifacts 2025-04-25T05:31:07.4169609Z Found test times from artifacts 2025-04-25T05:31:07.4204825Z Running 25% of tests based on TD 2025-04-25T05:31:07.4210328Z Running parallel tests on 3 processes 2025-04-25T05:31:07.4210704Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:31:07.4211103Z Serial tests (0): 2025-04-25T05:31:07.4211381Z Parallel tests (1): 2025-04-25T05:31:07.4211651Z cpp/c10_SizesAndStrides_test 1/1 2025-04-25T05:31:07.4211983Z Name: excluded (est. time: 0.0min) 2025-04-25T05:31:07.4212255Z Serial tests (0): 2025-04-25T05:31:07.4212507Z Parallel tests (0): 2025-04-25T05:31:07.4284818Z Running cpp/c10_SizesAndStrides_test 1/1 ... [2025-04-25 05:31:07.427523] 2025-04-25T05:31:07.4285299Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:31:07.4294402Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_SizesAndStrides_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-3715aa061d1165b9.xml', '-x', '--reruns=2'] ... [2025-04-25 05:31:07.427523] 2025-04-25T05:31:07.4296347Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:31:08.9411267Z 2025-04-25T05:31:08.9412582Z cpp/c10_SizesAndStrides_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_SizesAndStrides_test_1.1_766377c23baf262c_.log 2025-04-25T05:31:08.9413300Z 2025-04-25T05:31:11.7773521Z Running cpp/c10_SizesAndStrides_test 1/1 ... [2025-04-25 05:31:11.777105] 2025-04-25T05:31:11.7774021Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:31:11.7782526Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_SizesAndStrides_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-fb8884859c8f0aef.xml', '-x', '--reruns=2'] ... [2025-04-25 05:31:11.777105] 2025-04-25T05:31:13.3287545Z 2025-04-25T05:31:13.3288997Z cpp/c10_SizesAndStrides_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_SizesAndStrides_test_1.1_9efe9da62571f609_.log 2025-04-25T05:31:13.3289715Z 2025-04-25T05:31:14.1319802Z Running test batch 'tests to run' cost 6.71 seconds 2025-04-25T05:31:14.7573254Z 2025-04-25T05:31:14.7574026Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:31:14.7574538Z echo "c10_SizesAndStrides_test" failed with exit code 0 2025-04-25T05:31:14.7574916Z goto fail 2025-04-25T05:31:14.7575115Z ) 2025-04-25T05:31:14.7575264Z 2025-04-25T05:31:14.7575468Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:31:14.7575928Z echo "c10_SizesAndStrides_test" failed with exit code 0 2025-04-25T05:31:14.7576294Z goto fail 2025-04-25T05:31:14.7576489Z ) 2025-04-25T05:31:14.7576621Z 2025-04-25T05:31:14.7576785Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:31:14.7583849Z 2025-04-25T05:31:14.7584395Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:31:14.7585207Z call :libtorch_check "c10_small_vector_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_small_vector_test.exe" 2025-04-25T05:31:14.7585908Z if errorlevel 1 goto fail 2025-04-25T05:31:14.7586181Z ) 2025-04-25T05:31:14.7595341Z 2025-04-25T05:31:14.7595805Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:31:14.7599218Z 2025-04-25T05:31:14.7599696Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:31:14.7602172Z 2025-04-25T05:31:14.7602582Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_small_vector_test" == "verify_api_visibility" goto :eof 2025-04-25T05:31:14.7603932Z 2025-04-25T05:31:14.7604839Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_small_vector_test.exe" 2025-04-25T05:31:14.7606065Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_small_vector_test.exe" 2025-04-25T05:31:14.7607013Z 2025-04-25T05:31:14.7607599Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_small_vector_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:31:14.7608364Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_small_vector_test.exe" 2025-04-25T05:31:14.7608906Z goto :eof 2025-04-25T05:31:14.7609101Z ) 2025-04-25T05:31:14.7609232Z 2025-04-25T05:31:14.7609616Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_small_vector_test" 2025-04-25T05:31:14.9290866Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:31:14.9291938Z import pkg_resources 2025-04-25T05:31:20.5636911Z Found test times from artifacts 2025-04-25T05:31:20.6708816Z Found test times from artifacts 2025-04-25T05:31:20.6760964Z Running 25% of tests based on TD 2025-04-25T05:31:20.6767897Z Running parallel tests on 3 processes 2025-04-25T05:31:20.6768440Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:31:20.6768764Z Serial tests (0): 2025-04-25T05:31:20.6769010Z Parallel tests (1): 2025-04-25T05:31:20.6769288Z cpp/c10_small_vector_test 1/1 2025-04-25T05:31:20.6769574Z Name: excluded (est. time: 0.0min) 2025-04-25T05:31:20.6769874Z Serial tests (0): 2025-04-25T05:31:20.6770104Z Parallel tests (0): 2025-04-25T05:31:20.6867952Z Running cpp/c10_small_vector_test 1/1 ... [2025-04-25 05:31:20.686357] 2025-04-25T05:31:20.6868552Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:31:20.6877482Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_small_vector_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e109b698d022eb75.xml', '-x', '--reruns=2'] ... [2025-04-25 05:31:20.686357] 2025-04-25T05:31:20.6879336Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:31:22.1387515Z 2025-04-25T05:31:22.1388694Z cpp/c10_small_vector_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_small_vector_test_1.1_8496f26c49f6969d_.log 2025-04-25T05:31:22.1389387Z 2025-04-25T05:31:24.9633855Z Running cpp/c10_small_vector_test 1/1 ... [2025-04-25 05:31:24.963129] 2025-04-25T05:31:24.9634337Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:31:24.9643052Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_small_vector_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-abc11d5b97342c8d.xml', '-x', '--reruns=2'] ... [2025-04-25 05:31:24.963691] 2025-04-25T05:31:27.2707024Z 2025-04-25T05:31:27.2707952Z cpp/c10_small_vector_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_small_vector_test_1.1_a180eb21d494a3fa_.log 2025-04-25T05:31:27.2712295Z 2025-04-25T05:31:28.0055228Z Running test batch 'tests to run' cost 7.33 seconds 2025-04-25T05:31:28.6247885Z 2025-04-25T05:31:28.6248599Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:31:28.6249079Z echo "c10_small_vector_test" failed with exit code 0 2025-04-25T05:31:28.6249448Z goto fail 2025-04-25T05:31:28.6249654Z ) 2025-04-25T05:31:28.6249805Z 2025-04-25T05:31:28.6264082Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:31:28.6264670Z echo "c10_small_vector_test" failed with exit code 0 2025-04-25T05:31:28.6265166Z goto fail 2025-04-25T05:31:28.6265345Z ) 2025-04-25T05:31:28.6265473Z 2025-04-25T05:31:28.6265632Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:31:28.6265970Z 2025-04-25T05:31:28.6266100Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:31:28.6266754Z call :libtorch_check "c10_ssize_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ssize_test.exe" 2025-04-25T05:31:28.6267368Z if errorlevel 1 goto fail 2025-04-25T05:31:28.6267598Z ) 2025-04-25T05:31:28.6270924Z 2025-04-25T05:31:28.6271273Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:31:28.6274829Z 2025-04-25T05:31:28.6275380Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:31:28.6277814Z 2025-04-25T05:31:28.6278182Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ssize_test" == "verify_api_visibility" goto :eof 2025-04-25T05:31:28.6279665Z 2025-04-25T05:31:28.6280534Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ssize_test.exe" 2025-04-25T05:31:28.6281695Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ssize_test.exe" 2025-04-25T05:31:28.6282545Z 2025-04-25T05:31:28.6282941Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ssize_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:31:28.6283655Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ssize_test.exe" 2025-04-25T05:31:28.6284138Z goto :eof 2025-04-25T05:31:28.6284337Z ) 2025-04-25T05:31:28.6284510Z 2025-04-25T05:31:28.6284882Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_ssize_test" 2025-04-25T05:31:28.7930686Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:31:28.7931596Z import pkg_resources 2025-04-25T05:31:34.3197586Z Found test times from artifacts 2025-04-25T05:31:34.4197613Z Found test times from artifacts 2025-04-25T05:31:34.4232070Z Running 25% of tests based on TD 2025-04-25T05:31:34.4237249Z Running parallel tests on 3 processes 2025-04-25T05:31:34.4237649Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:31:34.4237922Z Serial tests (0): 2025-04-25T05:31:34.4238156Z Parallel tests (1): 2025-04-25T05:31:34.4238382Z cpp/c10_ssize_test 1/1 2025-04-25T05:31:34.4238639Z Name: excluded (est. time: 0.0min) 2025-04-25T05:31:34.4238886Z Serial tests (0): 2025-04-25T05:31:34.4239115Z Parallel tests (0): 2025-04-25T05:31:34.4310461Z Running cpp/c10_ssize_test 1/1 ... [2025-04-25 05:31:34.421175] 2025-04-25T05:31:34.4310860Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:31:34.4320236Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ssize_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-62335c5a0a6ebda9.xml', '-x', '--reruns=2'] ... [2025-04-25 05:31:34.431797] 2025-04-25T05:31:34.4321979Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:31:35.8515639Z 2025-04-25T05:31:35.8517190Z cpp/c10_ssize_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ssize_test_1.1_60fa1514487ee9ba_.log 2025-04-25T05:31:35.8518266Z 2025-04-25T05:31:38.6838434Z Running cpp/c10_ssize_test 1/1 ... [2025-04-25 05:31:38.683671] 2025-04-25T05:31:38.6838876Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:31:38.6847953Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ssize_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-0f830112c80e6542.xml', '-x', '--reruns=2'] ... [2025-04-25 05:31:38.684398] 2025-04-25T05:31:40.1462751Z 2025-04-25T05:31:40.1463634Z cpp/c10_ssize_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ssize_test_1.1_8c6d9d149f59f31a_.log 2025-04-25T05:31:40.1464264Z 2025-04-25T05:31:40.9523600Z Running test batch 'tests to run' cost 6.53 seconds 2025-04-25T05:31:41.5675784Z 2025-04-25T05:31:41.5676490Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:31:41.5676972Z echo "c10_ssize_test" failed with exit code 0 2025-04-25T05:31:41.5677272Z goto fail 2025-04-25T05:31:41.5677465Z ) 2025-04-25T05:31:41.5677576Z 2025-04-25T05:31:41.5677789Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:31:41.5678395Z echo "c10_ssize_test" failed with exit code 0 2025-04-25T05:31:41.5678714Z goto fail 2025-04-25T05:31:41.5678891Z ) 2025-04-25T05:31:41.5679003Z 2025-04-25T05:31:41.5679189Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:31:41.5685951Z 2025-04-25T05:31:41.5686551Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:31:41.5687307Z call :libtorch_check "c10_StreamGuard_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_StreamGuard_test.exe" 2025-04-25T05:31:41.5687997Z if errorlevel 1 goto fail 2025-04-25T05:31:41.5688244Z ) 2025-04-25T05:31:41.5697525Z 2025-04-25T05:31:41.5697932Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:31:41.5701536Z 2025-04-25T05:31:41.5702008Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:31:41.5704491Z 2025-04-25T05:31:41.5704971Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_StreamGuard_test" == "verify_api_visibility" goto :eof 2025-04-25T05:31:41.5706342Z 2025-04-25T05:31:41.5706912Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_StreamGuard_test.exe" 2025-04-25T05:31:41.5707860Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_StreamGuard_test.exe" 2025-04-25T05:31:41.5709439Z 2025-04-25T05:31:41.5709835Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_StreamGuard_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:31:41.5710593Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_StreamGuard_test.exe" 2025-04-25T05:31:41.5711098Z goto :eof 2025-04-25T05:31:41.5711293Z ) 2025-04-25T05:31:41.5711394Z 2025-04-25T05:31:41.5711770Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_StreamGuard_test" 2025-04-25T05:31:41.7380573Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:31:41.7381454Z import pkg_resources 2025-04-25T05:31:47.3086399Z Found test times from artifacts 2025-04-25T05:31:47.4187748Z Found test times from artifacts 2025-04-25T05:31:47.4221778Z Running 25% of tests based on TD 2025-04-25T05:31:47.4227036Z Running parallel tests on 3 processes 2025-04-25T05:31:47.4227443Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:31:47.4227733Z Serial tests (0): 2025-04-25T05:31:47.4227945Z Parallel tests (1): 2025-04-25T05:31:47.4228197Z cpp/c10_StreamGuard_test 1/1 2025-04-25T05:31:47.4228477Z Name: excluded (est. time: 0.0min) 2025-04-25T05:31:47.4228733Z Serial tests (0): 2025-04-25T05:31:47.4228954Z Parallel tests (0): 2025-04-25T05:31:47.4307039Z Running cpp/c10_StreamGuard_test 1/1 ... [2025-04-25 05:31:47.430595] 2025-04-25T05:31:47.4316202Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:31:47.4318073Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_StreamGuard_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2704b7293973ab4c.xml', '-x', '--reruns=2'] ... [2025-04-25 05:31:47.431173] 2025-04-25T05:31:47.4319906Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:31:48.8345077Z 2025-04-25T05:31:48.8345994Z cpp/c10_StreamGuard_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_StreamGuard_test_1.1_361d65d01da76a62_.log 2025-04-25T05:31:48.8346683Z 2025-04-25T05:31:51.7226615Z Running cpp/c10_StreamGuard_test 1/1 ... [2025-04-25 05:31:51.718572] 2025-04-25T05:31:51.7235577Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:31:51.7237057Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_StreamGuard_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-9d18b8321d086c51.xml', '-x', '--reruns=2'] ... [2025-04-25 05:31:51.718572] 2025-04-25T05:31:53.1517110Z 2025-04-25T05:31:53.1517988Z cpp/c10_StreamGuard_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_StreamGuard_test_1.1_cec8378dbf7b7cb4_.log 2025-04-25T05:31:53.1518883Z 2025-04-25T05:31:53.9395506Z Running test batch 'tests to run' cost 6.52 seconds 2025-04-25T05:31:54.5619086Z 2025-04-25T05:31:54.5619648Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:31:54.5620122Z echo "c10_StreamGuard_test" failed with exit code 0 2025-04-25T05:31:54.5620443Z goto fail 2025-04-25T05:31:54.5620641Z ) 2025-04-25T05:31:54.5620765Z 2025-04-25T05:31:54.5620967Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:31:54.5621413Z echo "c10_StreamGuard_test" failed with exit code 0 2025-04-25T05:31:54.5621747Z goto fail 2025-04-25T05:31:54.5621920Z ) 2025-04-25T05:31:54.5622180Z 2025-04-25T05:31:54.5622367Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:31:54.5629770Z 2025-04-25T05:31:54.5630031Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:31:54.5630749Z call :libtorch_check "c10_string_util_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_util_test.exe" 2025-04-25T05:31:54.5631411Z if errorlevel 1 goto fail 2025-04-25T05:31:54.5631647Z ) 2025-04-25T05:31:54.5640710Z 2025-04-25T05:31:54.5641047Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:31:54.5644932Z 2025-04-25T05:31:54.5645408Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:31:54.5647776Z 2025-04-25T05:31:54.5648239Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_string_util_test" == "verify_api_visibility" goto :eof 2025-04-25T05:31:54.5649527Z 2025-04-25T05:31:54.5650064Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_util_test.exe" 2025-04-25T05:31:54.5651016Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_util_test.exe" 2025-04-25T05:31:54.5652275Z 2025-04-25T05:31:54.5652694Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_string_util_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:31:54.5653442Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_util_test.exe" 2025-04-25T05:31:54.5653955Z goto :eof 2025-04-25T05:31:54.5654127Z ) 2025-04-25T05:31:54.5654231Z 2025-04-25T05:31:54.5654769Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_string_util_test" 2025-04-25T05:31:54.7290358Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:31:54.7291233Z import pkg_resources 2025-04-25T05:32:00.3155282Z Found test times from artifacts 2025-04-25T05:32:00.4154428Z Found test times from artifacts 2025-04-25T05:32:00.4189026Z Running 25% of tests based on TD 2025-04-25T05:32:00.4194686Z Running parallel tests on 3 processes 2025-04-25T05:32:00.4195037Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:32:00.4195326Z Serial tests (0): 2025-04-25T05:32:00.4195565Z Parallel tests (1): 2025-04-25T05:32:00.4195805Z cpp/c10_string_util_test 1/1 2025-04-25T05:32:00.4196066Z Name: excluded (est. time: 0.0min) 2025-04-25T05:32:00.4196331Z Serial tests (0): 2025-04-25T05:32:00.4196689Z Parallel tests (0): 2025-04-25T05:32:00.4280541Z Running cpp/c10_string_util_test 1/1 ... [2025-04-25 05:32:00.427694] 2025-04-25T05:32:00.4280975Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:32:00.4292757Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_string_util_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-afa4f0d22b021d41.xml', '-x', '--reruns=2'] ... [2025-04-25 05:32:00.428871] 2025-04-25T05:32:00.4294544Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:32:01.8584170Z 2025-04-25T05:32:01.8585112Z cpp/c10_string_util_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_string_util_test_1.1_ea1f7b1478944bf2_.log 2025-04-25T05:32:01.8585842Z 2025-04-25T05:32:04.7424951Z Running cpp/c10_string_util_test 1/1 ... [2025-04-25 05:32:04.741848] 2025-04-25T05:32:04.7425443Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:32:04.7435327Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_string_util_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-f9e214a4b6471709.xml', '-x', '--reruns=2'] ... [2025-04-25 05:32:04.743150] 2025-04-25T05:32:06.1555824Z 2025-04-25T05:32:06.1556932Z cpp/c10_string_util_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_string_util_test_1.1_d97aad5ec6df8865_.log 2025-04-25T05:32:06.1557609Z 2025-04-25T05:32:06.9617279Z Running test batch 'tests to run' cost 6.54 seconds 2025-04-25T05:32:07.5780982Z 2025-04-25T05:32:07.5781781Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:32:07.5782305Z echo "c10_string_util_test" failed with exit code 0 2025-04-25T05:32:07.5782627Z goto fail 2025-04-25T05:32:07.5782830Z ) 2025-04-25T05:32:07.5782934Z 2025-04-25T05:32:07.5783149Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:32:07.5783589Z echo "c10_string_util_test" failed with exit code 0 2025-04-25T05:32:07.5783911Z goto fail 2025-04-25T05:32:07.5784090Z ) 2025-04-25T05:32:07.5784226Z 2025-04-25T05:32:07.5784384Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:32:07.5792397Z 2025-04-25T05:32:07.5792892Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:32:07.5793650Z call :libtorch_check "c10_string_view_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_view_test.exe" 2025-04-25T05:32:07.5794310Z if errorlevel 1 goto fail 2025-04-25T05:32:07.5794549Z ) 2025-04-25T05:32:07.5803796Z 2025-04-25T05:32:07.5804246Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:32:07.5807866Z 2025-04-25T05:32:07.5808443Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:32:07.5810720Z 2025-04-25T05:32:07.5811201Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_string_view_test" == "verify_api_visibility" goto :eof 2025-04-25T05:32:07.5812494Z 2025-04-25T05:32:07.5813037Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_view_test.exe" 2025-04-25T05:32:07.5814004Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_view_test.exe" 2025-04-25T05:32:07.5815309Z 2025-04-25T05:32:07.5815724Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_string_view_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:32:07.5816468Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_view_test.exe" 2025-04-25T05:32:07.5817115Z goto :eof 2025-04-25T05:32:07.5817304Z ) 2025-04-25T05:32:07.5817400Z 2025-04-25T05:32:07.5817790Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_string_view_test" 2025-04-25T05:32:07.7644503Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:32:07.7645359Z import pkg_resources 2025-04-25T05:32:13.3117218Z Found test times from artifacts 2025-04-25T05:32:13.4118838Z Found test times from artifacts 2025-04-25T05:32:13.4152696Z Running 25% of tests based on TD 2025-04-25T05:32:13.4158304Z Running parallel tests on 3 processes 2025-04-25T05:32:13.4158727Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:32:13.4159011Z Serial tests (0): 2025-04-25T05:32:13.4159231Z Parallel tests (1): 2025-04-25T05:32:13.4159500Z cpp/c10_string_view_test 1/1 2025-04-25T05:32:13.4159787Z Name: excluded (est. time: 0.0min) 2025-04-25T05:32:13.4160040Z Serial tests (0): 2025-04-25T05:32:13.4160258Z Parallel tests (0): 2025-04-25T05:32:13.4234362Z Running cpp/c10_string_view_test 1/1 ... [2025-04-25 05:32:13.423062] 2025-04-25T05:32:13.4234827Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:32:13.4246403Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_string_view_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-c74ce52c386bb915.xml', '-x', '--reruns=2'] ... [2025-04-25 05:32:13.424238] 2025-04-25T05:32:13.4248195Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:32:14.8601406Z 2025-04-25T05:32:14.8602856Z cpp/c10_string_view_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_string_view_test_1.1_d9a50f0fb28e7b38_.log 2025-04-25T05:32:14.8603893Z 2025-04-25T05:32:17.6625123Z Running cpp/c10_string_view_test 1/1 ... [2025-04-25 05:32:17.660348] 2025-04-25T05:32:17.6625607Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:32:17.6634086Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_string_view_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-282b01b7f98fe78b.xml', '-x', '--reruns=2'] ... [2025-04-25 05:32:17.660348] 2025-04-25T05:32:19.0685825Z 2025-04-25T05:32:19.0686973Z cpp/c10_string_view_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_string_view_test_1.1_b17b3570849d4c3f_.log 2025-04-25T05:32:19.0687632Z 2025-04-25T05:32:19.8204210Z Running test batch 'tests to run' cost 6.41 seconds 2025-04-25T05:32:20.4556091Z 2025-04-25T05:32:20.4556749Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:32:20.4557239Z echo "c10_string_view_test" failed with exit code 0 2025-04-25T05:32:20.4557708Z goto fail 2025-04-25T05:32:20.4557901Z ) 2025-04-25T05:32:20.4558017Z 2025-04-25T05:32:20.4558207Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:32:20.4558653Z echo "c10_string_view_test" failed with exit code 0 2025-04-25T05:32:20.4558961Z goto fail 2025-04-25T05:32:20.4559151Z ) 2025-04-25T05:32:20.4559246Z 2025-04-25T05:32:20.4559417Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:32:20.4566261Z 2025-04-25T05:32:20.4566535Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:32:20.4567229Z call :libtorch_check "c10_SymInt_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SymInt_test.exe" 2025-04-25T05:32:20.4567948Z if errorlevel 1 goto fail 2025-04-25T05:32:20.4568195Z ) 2025-04-25T05:32:20.4577237Z 2025-04-25T05:32:20.4577639Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:32:20.4580972Z 2025-04-25T05:32:20.4581531Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:32:20.4583776Z 2025-04-25T05:32:20.4584173Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_SymInt_test" == "verify_api_visibility" goto :eof 2025-04-25T05:32:20.4585546Z 2025-04-25T05:32:20.4586355Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SymInt_test.exe" 2025-04-25T05:32:20.4587298Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SymInt_test.exe" 2025-04-25T05:32:20.4588321Z 2025-04-25T05:32:20.4588714Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_SymInt_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:32:20.4589464Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SymInt_test.exe" 2025-04-25T05:32:20.4589946Z goto :eof 2025-04-25T05:32:20.4590143Z ) 2025-04-25T05:32:20.4590239Z 2025-04-25T05:32:20.4590600Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_SymInt_test" 2025-04-25T05:32:20.6239986Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:32:20.6240967Z import pkg_resources 2025-04-25T05:32:26.2743932Z Found test times from artifacts 2025-04-25T05:32:26.3732193Z Found test times from artifacts 2025-04-25T05:32:26.3766471Z Running 25% of tests based on TD 2025-04-25T05:32:26.3771902Z Running parallel tests on 3 processes 2025-04-25T05:32:26.3772369Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:32:26.3772676Z Serial tests (0): 2025-04-25T05:32:26.3772912Z Parallel tests (1): 2025-04-25T05:32:26.3773153Z cpp/c10_SymInt_test 1/1 2025-04-25T05:32:26.3773398Z Name: excluded (est. time: 0.0min) 2025-04-25T05:32:26.3773673Z Serial tests (0): 2025-04-25T05:32:26.3773877Z Parallel tests (0): 2025-04-25T05:32:26.3849006Z Running cpp/c10_SymInt_test 1/1 ... [2025-04-25 05:32:26.384294] 2025-04-25T05:32:26.3849416Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:32:26.3862281Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_SymInt_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-61f1cdbff2803b5c.xml', '-x', '--reruns=2'] ... [2025-04-25 05:32:26.385898] 2025-04-25T05:32:26.3864026Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:32:27.8434059Z 2025-04-25T05:32:27.8434937Z cpp/c10_SymInt_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_SymInt_test_1.1_864d368e76dbc248_.log 2025-04-25T05:32:27.8435823Z 2025-04-25T05:32:30.6786134Z Running cpp/c10_SymInt_test 1/1 ... [2025-04-25 05:32:30.675517] 2025-04-25T05:32:30.6786562Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:32:30.6808130Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_SymInt_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-4811a4996927a4b7.xml', '-x', '--reruns=2'] ... [2025-04-25 05:32:30.675517] 2025-04-25T05:32:32.1316474Z 2025-04-25T05:32:32.1317409Z cpp/c10_SymInt_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_SymInt_test_1.1_adc687448acbf9eb_.log 2025-04-25T05:32:32.1318211Z 2025-04-25T05:32:32.9350257Z Running test batch 'tests to run' cost 6.55 seconds 2025-04-25T05:32:33.5432065Z 2025-04-25T05:32:33.5432675Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:32:33.5433143Z echo "c10_SymInt_test" failed with exit code 0 2025-04-25T05:32:33.5433634Z goto fail 2025-04-25T05:32:33.5433829Z ) 2025-04-25T05:32:33.5433941Z 2025-04-25T05:32:33.5434133Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:32:33.5434558Z echo "c10_SymInt_test" failed with exit code 0 2025-04-25T05:32:33.5434851Z goto fail 2025-04-25T05:32:33.5435038Z ) 2025-04-25T05:32:33.5435138Z 2025-04-25T05:32:33.5435294Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:32:33.5441581Z 2025-04-25T05:32:33.5442088Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:32:33.5442886Z call :libtorch_check "c10_Synchronized_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Synchronized_test.exe" 2025-04-25T05:32:33.5443673Z if errorlevel 1 goto fail 2025-04-25T05:32:33.5443909Z ) 2025-04-25T05:32:33.5452969Z 2025-04-25T05:32:33.5453349Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:32:33.5456951Z 2025-04-25T05:32:33.5457450Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:32:33.5459801Z 2025-04-25T05:32:33.5460252Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Synchronized_test" == "verify_api_visibility" goto :eof 2025-04-25T05:32:33.5461651Z 2025-04-25T05:32:33.5462213Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Synchronized_test.exe" 2025-04-25T05:32:33.5463162Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Synchronized_test.exe" 2025-04-25T05:32:33.5464400Z 2025-04-25T05:32:33.5464816Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Synchronized_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:32:33.5465618Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Synchronized_test.exe" 2025-04-25T05:32:33.5466180Z goto :eof 2025-04-25T05:32:33.5466356Z ) 2025-04-25T05:32:33.5467115Z 2025-04-25T05:32:33.5467584Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Synchronized_test" 2025-04-25T05:32:33.7134103Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:32:33.7134952Z import pkg_resources 2025-04-25T05:32:39.1954714Z Found test times from artifacts 2025-04-25T05:32:39.2955979Z Found test times from artifacts 2025-04-25T05:32:39.2991495Z Running 25% of tests based on TD 2025-04-25T05:32:39.2997115Z Running parallel tests on 3 processes 2025-04-25T05:32:39.2997970Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:32:39.2998317Z Serial tests (0): 2025-04-25T05:32:39.2998536Z Parallel tests (1): 2025-04-25T05:32:39.2998941Z cpp/c10_Synchronized_test 1/1 2025-04-25T05:32:39.2999234Z Name: excluded (est. time: 0.0min) 2025-04-25T05:32:39.2999503Z Serial tests (0): 2025-04-25T05:32:39.2999710Z Parallel tests (0): 2025-04-25T05:32:39.3071343Z Running cpp/c10_Synchronized_test 1/1 ... [2025-04-25 05:32:39.306252] 2025-04-25T05:32:39.3071779Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:32:39.3081460Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Synchronized_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-00dc2c7f7b09d16f.xml', '-x', '--reruns=2'] ... [2025-04-25 05:32:39.306252] 2025-04-25T05:32:39.3083353Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:32:40.7470008Z 2025-04-25T05:32:40.7471142Z cpp/c10_Synchronized_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Synchronized_test_1.1_ea45ef2d06a85e34_.log 2025-04-25T05:32:40.7471808Z 2025-04-25T05:32:43.5277918Z Running cpp/c10_Synchronized_test 1/1 ... [2025-04-25 05:32:43.527447] 2025-04-25T05:32:43.5278371Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:32:43.5287621Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Synchronized_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2688b64bca694033.xml', '-x', '--reruns=2'] ... [2025-04-25 05:32:43.528573] 2025-04-25T05:32:44.9238198Z 2025-04-25T05:32:44.9239105Z cpp/c10_Synchronized_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Synchronized_test_1.1_9103412064b86c16_.log 2025-04-25T05:32:44.9239836Z 2025-04-25T05:32:45.6484120Z Running test batch 'tests to run' cost 6.35 seconds 2025-04-25T05:32:46.2614661Z 2025-04-25T05:32:46.2615321Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:32:46.2615796Z echo "c10_Synchronized_test" failed with exit code 0 2025-04-25T05:32:46.2616132Z goto fail 2025-04-25T05:32:46.2616318Z ) 2025-04-25T05:32:46.2616445Z 2025-04-25T05:32:46.2616636Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:32:46.2617083Z echo "c10_Synchronized_test" failed with exit code 0 2025-04-25T05:32:46.2617399Z goto fail 2025-04-25T05:32:46.2617601Z ) 2025-04-25T05:32:46.2617702Z 2025-04-25T05:32:46.2617858Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:32:46.2624442Z 2025-04-25T05:32:46.2624854Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:32:46.2625610Z call :libtorch_check "c10_tempfile_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_tempfile_test.exe" 2025-04-25T05:32:46.2626271Z if errorlevel 1 goto fail 2025-04-25T05:32:46.2626502Z ) 2025-04-25T05:32:46.2636018Z 2025-04-25T05:32:46.2636597Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:32:46.2639877Z 2025-04-25T05:32:46.2640439Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:32:46.2642693Z 2025-04-25T05:32:46.2643211Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_tempfile_test" == "verify_api_visibility" goto :eof 2025-04-25T05:32:46.2644634Z 2025-04-25T05:32:46.2645214Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_tempfile_test.exe" 2025-04-25T05:32:46.2646275Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_tempfile_test.exe" 2025-04-25T05:32:46.2647449Z 2025-04-25T05:32:46.2647911Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_tempfile_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:32:46.2648657Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_tempfile_test.exe" 2025-04-25T05:32:46.2649154Z goto :eof 2025-04-25T05:32:46.2649329Z ) 2025-04-25T05:32:46.2649442Z 2025-04-25T05:32:46.2649800Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_tempfile_test" 2025-04-25T05:32:46.4321403Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:32:46.4322251Z import pkg_resources 2025-04-25T05:32:51.9308581Z Found test times from artifacts 2025-04-25T05:32:52.0302926Z Found test times from artifacts 2025-04-25T05:32:52.0338985Z Running 25% of tests based on TD 2025-04-25T05:32:52.0344125Z Running parallel tests on 3 processes 2025-04-25T05:32:52.0344560Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:32:52.0344835Z Serial tests (0): 2025-04-25T05:32:52.0345175Z Parallel tests (1): 2025-04-25T05:32:52.0345410Z cpp/c10_tempfile_test 1/1 2025-04-25T05:32:52.0345660Z Name: excluded (est. time: 0.0min) 2025-04-25T05:32:52.0345908Z Serial tests (0): 2025-04-25T05:32:52.0346107Z Parallel tests (0): 2025-04-25T05:32:52.0420391Z Running cpp/c10_tempfile_test 1/1 ... [2025-04-25 05:32:52.041915] 2025-04-25T05:32:52.0420808Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:32:52.0430130Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_tempfile_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-6d579ad490c07996.xml', '-x', '--reruns=2'] ... [2025-04-25 05:32:52.041986] 2025-04-25T05:32:52.0431996Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:32:53.4817730Z 2025-04-25T05:32:53.4818586Z cpp/c10_tempfile_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_tempfile_test_1.1_0ac61d852518c875_.log 2025-04-25T05:32:53.4819578Z 2025-04-25T05:32:56.3341119Z Running cpp/c10_tempfile_test 1/1 ... [2025-04-25 05:32:56.333230] 2025-04-25T05:32:56.3341551Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:32:56.3350386Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_tempfile_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-da198c1d3d4bf4a6.xml', '-x', '--reruns=2'] ... [2025-04-25 05:32:56.333230] 2025-04-25T05:32:57.7380653Z 2025-04-25T05:32:57.7381797Z cpp/c10_tempfile_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_tempfile_test_1.1_d961f246858afa37_.log 2025-04-25T05:32:57.7382428Z 2025-04-25T05:32:58.4656174Z Running test batch 'tests to run' cost 6.42 seconds 2025-04-25T05:32:59.0719730Z 2025-04-25T05:32:59.0720516Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:32:59.0720980Z echo "c10_tempfile_test" failed with exit code 0 2025-04-25T05:32:59.0721274Z goto fail 2025-04-25T05:32:59.0721448Z ) 2025-04-25T05:32:59.0721542Z 2025-04-25T05:32:59.0721727Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:32:59.0722141Z echo "c10_tempfile_test" failed with exit code 0 2025-04-25T05:32:59.0722440Z goto fail 2025-04-25T05:32:59.0722651Z ) 2025-04-25T05:32:59.0722779Z 2025-04-25T05:32:59.0722939Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:32:59.0730968Z 2025-04-25T05:32:59.0731232Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:32:59.0732350Z call :libtorch_check "c10_ThreadLocal_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ThreadLocal_test.exe" 2025-04-25T05:32:59.0733022Z if errorlevel 1 goto fail 2025-04-25T05:32:59.0733249Z ) 2025-04-25T05:32:59.0742451Z 2025-04-25T05:32:59.0743027Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:32:59.0746550Z 2025-04-25T05:32:59.0747085Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:32:59.0749440Z 2025-04-25T05:32:59.0750026Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ThreadLocal_test" == "verify_api_visibility" goto :eof 2025-04-25T05:32:59.0751337Z 2025-04-25T05:32:59.0751926Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ThreadLocal_test.exe" 2025-04-25T05:32:59.0753020Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ThreadLocal_test.exe" 2025-04-25T05:32:59.0754156Z 2025-04-25T05:32:59.0754638Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ThreadLocal_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:32:59.0755382Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ThreadLocal_test.exe" 2025-04-25T05:32:59.0755864Z goto :eof 2025-04-25T05:32:59.0756041Z ) 2025-04-25T05:32:59.0756138Z 2025-04-25T05:32:59.0756558Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_ThreadLocal_test" 2025-04-25T05:32:59.2409091Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:32:59.2410004Z import pkg_resources 2025-04-25T05:33:04.6942255Z Found test times from artifacts 2025-04-25T05:33:04.7936815Z Found test times from artifacts 2025-04-25T05:33:04.7970465Z Running 25% of tests based on TD 2025-04-25T05:33:04.7975748Z Running parallel tests on 3 processes 2025-04-25T05:33:04.7976185Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:33:04.7976451Z Serial tests (0): 2025-04-25T05:33:04.7976667Z Parallel tests (1): 2025-04-25T05:33:04.7976893Z cpp/c10_ThreadLocal_test 1/1 2025-04-25T05:33:04.7977163Z Name: excluded (est. time: 0.0min) 2025-04-25T05:33:04.7977401Z Serial tests (0): 2025-04-25T05:33:04.7977606Z Parallel tests (0): 2025-04-25T05:33:04.8050129Z Running cpp/c10_ThreadLocal_test 1/1 ... [2025-04-25 05:33:04.804764] 2025-04-25T05:33:04.8050551Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:33:04.8060088Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ThreadLocal_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-f0c709ae32c03794.xml', '-x', '--reruns=2'] ... [2025-04-25 05:33:04.805347] 2025-04-25T05:33:04.8061851Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:33:06.2433423Z 2025-04-25T05:33:06.2434563Z cpp/c10_ThreadLocal_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ThreadLocal_test_1.1_7c0e3536b058dad3_.log 2025-04-25T05:33:06.2435219Z 2025-04-25T05:33:09.0672295Z Running cpp/c10_ThreadLocal_test 1/1 ... [2025-04-25 05:33:09.058295] 2025-04-25T05:33:09.0672775Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:33:09.0681745Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ThreadLocal_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-d8e2f0a5719d88b4.xml', '-x', '--reruns=2'] ... [2025-04-25 05:33:09.058295] 2025-04-25T05:33:10.5743587Z 2025-04-25T05:33:10.5744657Z cpp/c10_ThreadLocal_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ThreadLocal_test_1.1_6ce4bbf6dffaf0d7_.log 2025-04-25T05:33:10.5745342Z 2025-04-25T05:33:11.3172650Z Running test batch 'tests to run' cost 6.52 seconds 2025-04-25T05:33:11.9509843Z 2025-04-25T05:33:11.9510471Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:33:11.9510949Z echo "c10_ThreadLocal_test" failed with exit code 0 2025-04-25T05:33:11.9511284Z goto fail 2025-04-25T05:33:11.9511483Z ) 2025-04-25T05:33:11.9511591Z 2025-04-25T05:33:11.9511785Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:33:11.9512231Z echo "c10_ThreadLocal_test" failed with exit code 0 2025-04-25T05:33:11.9512718Z goto fail 2025-04-25T05:33:11.9512966Z ) 2025-04-25T05:33:11.9513174Z 2025-04-25T05:33:11.9513400Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:33:11.9521182Z 2025-04-25T05:33:11.9521675Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:33:11.9522601Z call :libtorch_check "c10_typeid_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_typeid_test.exe" 2025-04-25T05:33:11.9523230Z if errorlevel 1 goto fail 2025-04-25T05:33:11.9523481Z ) 2025-04-25T05:33:11.9532813Z 2025-04-25T05:33:11.9533244Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:33:11.9536885Z 2025-04-25T05:33:11.9537377Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:33:11.9539739Z 2025-04-25T05:33:11.9540124Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_typeid_test" == "verify_api_visibility" goto :eof 2025-04-25T05:33:11.9541672Z 2025-04-25T05:33:11.9542239Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_typeid_test.exe" 2025-04-25T05:33:11.9543168Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_typeid_test.exe" 2025-04-25T05:33:11.9544472Z 2025-04-25T05:33:11.9544875Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_typeid_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:33:11.9545568Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_typeid_test.exe" 2025-04-25T05:33:11.9546062Z goto :eof 2025-04-25T05:33:11.9546233Z ) 2025-04-25T05:33:11.9546351Z 2025-04-25T05:33:11.9546728Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_typeid_test" 2025-04-25T05:33:12.1210211Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:33:12.1211080Z import pkg_resources 2025-04-25T05:33:17.7261599Z Found test times from artifacts 2025-04-25T05:33:17.8258628Z Found test times from artifacts 2025-04-25T05:33:17.8293051Z Running 25% of tests based on TD 2025-04-25T05:33:17.8298494Z Running parallel tests on 3 processes 2025-04-25T05:33:17.8298828Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:33:17.8299169Z Serial tests (0): 2025-04-25T05:33:17.8299418Z Parallel tests (1): 2025-04-25T05:33:17.8299703Z cpp/c10_typeid_test 1/1 2025-04-25T05:33:17.8299976Z Name: excluded (est. time: 0.0min) 2025-04-25T05:33:17.8300323Z Serial tests (0): 2025-04-25T05:33:17.8300553Z Parallel tests (0): 2025-04-25T05:33:17.8372668Z Running cpp/c10_typeid_test 1/1 ... [2025-04-25 05:33:17.837113] 2025-04-25T05:33:17.8373133Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:33:17.8383736Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_typeid_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e7e28c2521b2061f.xml', '-x', '--reruns=2'] ... [2025-04-25 05:33:17.837741] 2025-04-25T05:33:17.8385607Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:33:19.2815997Z 2025-04-25T05:33:19.2817078Z cpp/c10_typeid_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_typeid_test_1.1_165d6520ecea3a3e_.log 2025-04-25T05:33:19.2817717Z 2025-04-25T05:33:22.1025106Z Running cpp/c10_typeid_test 1/1 ... [2025-04-25 05:33:22.089883] 2025-04-25T05:33:22.1025590Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:33:22.1034594Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_typeid_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-5023b306ccb1f2ac.xml', '-x', '--reruns=2'] ... [2025-04-25 05:33:22.089883] 2025-04-25T05:33:23.5130044Z 2025-04-25T05:33:23.5131090Z cpp/c10_typeid_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_typeid_test_1.1_ec845acf8654b0c8_.log 2025-04-25T05:33:23.5131749Z 2025-04-25T05:33:24.3257611Z Running test batch 'tests to run' cost 6.49 seconds 2025-04-25T05:33:24.9448964Z 2025-04-25T05:33:24.9449671Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:33:24.9450145Z echo "c10_typeid_test" failed with exit code 0 2025-04-25T05:33:24.9450496Z goto fail 2025-04-25T05:33:24.9450697Z ) 2025-04-25T05:33:24.9450843Z 2025-04-25T05:33:24.9451047Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:33:24.9451510Z echo "c10_typeid_test" failed with exit code 0 2025-04-25T05:33:24.9451903Z goto fail 2025-04-25T05:33:24.9452142Z ) 2025-04-25T05:33:24.9452314Z 2025-04-25T05:33:24.9452489Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:33:24.9470312Z 2025-04-25T05:33:24.9470579Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:33:24.9471284Z call :libtorch_check "c10_TypeIndex_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeIndex_test.exe" 2025-04-25T05:33:24.9471976Z if errorlevel 1 goto fail 2025-04-25T05:33:24.9472248Z ) 2025-04-25T05:33:24.9481695Z 2025-04-25T05:33:24.9482154Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:33:24.9485783Z 2025-04-25T05:33:24.9486377Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:33:24.9488836Z 2025-04-25T05:33:24.9489280Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeIndex_test" == "verify_api_visibility" goto :eof 2025-04-25T05:33:24.9490651Z 2025-04-25T05:33:24.9491205Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeIndex_test.exe" 2025-04-25T05:33:24.9492192Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeIndex_test.exe" 2025-04-25T05:33:24.9493490Z 2025-04-25T05:33:24.9493953Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeIndex_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:33:24.9494702Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeIndex_test.exe" 2025-04-25T05:33:24.9495255Z goto :eof 2025-04-25T05:33:24.9495455Z ) 2025-04-25T05:33:24.9495599Z 2025-04-25T05:33:24.9495983Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_TypeIndex_test" 2025-04-25T05:33:25.1144849Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:33:25.1145957Z import pkg_resources 2025-04-25T05:33:30.7112202Z Found test times from artifacts 2025-04-25T05:33:30.8158419Z Found test times from artifacts 2025-04-25T05:33:30.8193199Z Running 25% of tests based on TD 2025-04-25T05:33:30.8199371Z Running parallel tests on 3 processes 2025-04-25T05:33:30.8199777Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:33:30.8200077Z Serial tests (0): 2025-04-25T05:33:30.8200332Z Parallel tests (1): 2025-04-25T05:33:30.8200586Z cpp/c10_TypeIndex_test 1/1 2025-04-25T05:33:30.8200895Z Name: excluded (est. time: 0.0min) 2025-04-25T05:33:30.8201178Z Serial tests (0): 2025-04-25T05:33:30.8201434Z Parallel tests (0): 2025-04-25T05:33:30.8273947Z Running cpp/c10_TypeIndex_test 1/1 ... [2025-04-25 05:33:30.825317] 2025-04-25T05:33:30.8274549Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:33:30.8283615Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_TypeIndex_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-be0eff2f8ca297f6.xml', '-x', '--reruns=2'] ... [2025-04-25 05:33:30.825317] 2025-04-25T05:33:30.8285412Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:33:32.2370095Z 2025-04-25T05:33:32.2371265Z cpp/c10_TypeIndex_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_TypeIndex_test_1.1_6a33f9940a99d6c3_.log 2025-04-25T05:33:32.2371917Z 2025-04-25T05:33:35.1381699Z Running cpp/c10_TypeIndex_test 1/1 ... [2025-04-25 05:33:35.132241] 2025-04-25T05:33:35.1382198Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:33:35.1391422Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_TypeIndex_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-785962e0a1ad2401.xml', '-x', '--reruns=2'] ... [2025-04-25 05:33:35.132241] 2025-04-25T05:33:36.6211830Z 2025-04-25T05:33:36.6212956Z cpp/c10_TypeIndex_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_TypeIndex_test_1.1_099d785049cff362_.log 2025-04-25T05:33:36.6213643Z 2025-04-25T05:33:37.3703795Z Running test batch 'tests to run' cost 6.55 seconds 2025-04-25T05:33:38.0162410Z 2025-04-25T05:33:38.0163041Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:33:38.0163499Z echo "c10_TypeIndex_test" failed with exit code 0 2025-04-25T05:33:38.0163880Z goto fail 2025-04-25T05:33:38.0164075Z ) 2025-04-25T05:33:38.0164181Z 2025-04-25T05:33:38.0164437Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:33:38.0164875Z echo "c10_TypeIndex_test" failed with exit code 0 2025-04-25T05:33:38.0165173Z goto fail 2025-04-25T05:33:38.0165368Z ) 2025-04-25T05:33:38.0165591Z 2025-04-25T05:33:38.0165791Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:33:38.0173014Z 2025-04-25T05:33:38.0173498Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:33:38.0174234Z call :libtorch_check "c10_TypeList_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeList_test.exe" 2025-04-25T05:33:38.0174873Z if errorlevel 1 goto fail 2025-04-25T05:33:38.0175125Z ) 2025-04-25T05:33:38.0199116Z 2025-04-25T05:33:38.0199638Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:33:38.0204324Z 2025-04-25T05:33:38.0204812Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:33:38.0207237Z 2025-04-25T05:33:38.0209022Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeList_test" == "verify_api_visibility" goto :eof 2025-04-25T05:33:38.0210812Z 2025-04-25T05:33:38.0211542Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeList_test.exe" 2025-04-25T05:33:38.0212510Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeList_test.exe" 2025-04-25T05:33:38.0213896Z 2025-04-25T05:33:38.0214398Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeList_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:33:38.0215137Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeList_test.exe" 2025-04-25T05:33:38.0215642Z goto :eof 2025-04-25T05:33:38.0215822Z ) 2025-04-25T05:33:38.0215919Z 2025-04-25T05:33:38.0216290Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_TypeList_test" 2025-04-25T05:33:38.1927874Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:33:38.1928868Z import pkg_resources 2025-04-25T05:33:43.7688052Z Found test times from artifacts 2025-04-25T05:33:43.8685319Z Found test times from artifacts 2025-04-25T05:33:43.8720586Z Running 25% of tests based on TD 2025-04-25T05:33:43.8726449Z Running parallel tests on 3 processes 2025-04-25T05:33:43.8726813Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:33:43.8727082Z Serial tests (0): 2025-04-25T05:33:43.8727303Z Parallel tests (1): 2025-04-25T05:33:43.8727543Z cpp/c10_TypeList_test 1/1 2025-04-25T05:33:43.8727802Z Name: excluded (est. time: 0.0min) 2025-04-25T05:33:43.8728067Z Serial tests (0): 2025-04-25T05:33:43.8728271Z Parallel tests (0): 2025-04-25T05:33:43.8800551Z Running cpp/c10_TypeList_test 1/1 ... [2025-04-25 05:33:43.867422] 2025-04-25T05:33:43.8801011Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:33:43.8810856Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_TypeList_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-34b0970a6120ef9d.xml', '-x', '--reruns=2'] ... [2025-04-25 05:33:43.867422] 2025-04-25T05:33:43.8812631Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:33:45.3417921Z 2025-04-25T05:33:45.3419039Z cpp/c10_TypeList_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_TypeList_test_1.1_b191738bec25cc42_.log 2025-04-25T05:33:45.3419689Z 2025-04-25T05:33:48.1620637Z Running cpp/c10_TypeList_test 1/1 ... [2025-04-25 05:33:48.161822] 2025-04-25T05:33:48.1621153Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:33:48.1630534Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_TypeList_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-37138a0d7ec928c2.xml', '-x', '--reruns=2'] ... [2025-04-25 05:33:48.162384] 2025-04-25T05:33:49.5874847Z 2025-04-25T05:33:49.5875971Z cpp/c10_TypeList_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_TypeList_test_1.1_dcb2e802e4dacb59_.log 2025-04-25T05:33:49.5876703Z 2025-04-25T05:33:50.3155073Z Running test batch 'tests to run' cost 6.44 seconds 2025-04-25T05:33:50.9268188Z 2025-04-25T05:33:50.9268846Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:33:50.9269301Z echo "c10_TypeList_test" failed with exit code 0 2025-04-25T05:33:50.9269648Z goto fail 2025-04-25T05:33:50.9269976Z ) 2025-04-25T05:33:50.9270099Z 2025-04-25T05:33:50.9270292Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:33:50.9270791Z echo "c10_TypeList_test" failed with exit code 0 2025-04-25T05:33:50.9271091Z goto fail 2025-04-25T05:33:50.9271273Z ) 2025-04-25T05:33:50.9271678Z 2025-04-25T05:33:50.9272126Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:33:50.9278662Z 2025-04-25T05:33:50.9278949Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:33:50.9279708Z call :libtorch_check "c10_TypeTraits_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeTraits_test.exe" 2025-04-25T05:33:50.9280375Z if errorlevel 1 goto fail 2025-04-25T05:33:50.9280614Z ) 2025-04-25T05:33:50.9290420Z 2025-04-25T05:33:50.9290865Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:33:50.9294801Z 2025-04-25T05:33:50.9295414Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:33:50.9298804Z 2025-04-25T05:33:50.9299298Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeTraits_test" == "verify_api_visibility" goto :eof 2025-04-25T05:33:50.9300758Z 2025-04-25T05:33:50.9301287Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeTraits_test.exe" 2025-04-25T05:33:50.9302334Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeTraits_test.exe" 2025-04-25T05:33:50.9304557Z 2025-04-25T05:33:50.9304987Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeTraits_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:33:50.9305740Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeTraits_test.exe" 2025-04-25T05:33:50.9306257Z goto :eof 2025-04-25T05:33:50.9306445Z ) 2025-04-25T05:33:50.9306545Z 2025-04-25T05:33:50.9306930Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_TypeTraits_test" 2025-04-25T05:33:51.0965090Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:33:51.0965948Z import pkg_resources 2025-04-25T05:33:56.7611991Z Found test times from artifacts 2025-04-25T05:33:56.8706199Z Found test times from artifacts 2025-04-25T05:33:56.8747377Z Running 25% of tests based on TD 2025-04-25T05:33:56.8753378Z Running parallel tests on 3 processes 2025-04-25T05:33:56.8753762Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:33:56.8754067Z Serial tests (0): 2025-04-25T05:33:56.8754277Z Parallel tests (1): 2025-04-25T05:33:56.8754522Z cpp/c10_TypeTraits_test 1/1 2025-04-25T05:33:56.8754782Z Name: excluded (est. time: 0.0min) 2025-04-25T05:33:56.8755082Z Serial tests (0): 2025-04-25T05:33:56.8755306Z Parallel tests (0): 2025-04-25T05:33:56.8841550Z Running cpp/c10_TypeTraits_test 1/1 ... [2025-04-25 05:33:56.883868] 2025-04-25T05:33:56.8842015Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:33:56.8851678Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_TypeTraits_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-8821048f455658cc.xml', '-x', '--reruns=2'] ... [2025-04-25 05:33:56.884455] 2025-04-25T05:33:56.8853668Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:33:58.3118981Z 2025-04-25T05:33:58.3120065Z cpp/c10_TypeTraits_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_TypeTraits_test_1.1_4dfca2616a11e21d_.log 2025-04-25T05:33:58.3120982Z 2025-04-25T05:34:01.1166793Z Running cpp/c10_TypeTraits_test 1/1 ... [2025-04-25 05:34:01.116226] 2025-04-25T05:34:01.1167434Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:34:01.1176290Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_TypeTraits_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-d6013545df96d1fd.xml', '-x', '--reruns=2'] ... [2025-04-25 05:34:01.116226] 2025-04-25T05:34:02.4951127Z 2025-04-25T05:34:02.4952031Z cpp/c10_TypeTraits_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_TypeTraits_test_1.1_3db0593a801cc6a9_.log 2025-04-25T05:34:02.4952851Z 2025-04-25T05:34:03.3257336Z Running test batch 'tests to run' cost 6.45 seconds 2025-04-25T05:34:03.9327902Z 2025-04-25T05:34:03.9328621Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:34:03.9329334Z echo "c10_TypeTraits_test" failed with exit code 0 2025-04-25T05:34:03.9329712Z goto fail 2025-04-25T05:34:03.9329930Z ) 2025-04-25T05:34:03.9330037Z 2025-04-25T05:34:03.9330282Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:34:03.9330870Z echo "c10_TypeTraits_test" failed with exit code 0 2025-04-25T05:34:03.9331201Z goto fail 2025-04-25T05:34:03.9331391Z ) 2025-04-25T05:34:03.9331489Z 2025-04-25T05:34:03.9331642Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:34:03.9338133Z 2025-04-25T05:34:03.9338360Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:34:03.9339042Z call :libtorch_check "CppSignature_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\CppSignature_test.exe" 2025-04-25T05:34:03.9339701Z if errorlevel 1 goto fail 2025-04-25T05:34:03.9339944Z ) 2025-04-25T05:34:03.9349783Z 2025-04-25T05:34:03.9350325Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:34:03.9353436Z 2025-04-25T05:34:03.9353910Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:34:03.9356369Z 2025-04-25T05:34:03.9356791Z (base) C:\actions-runner\_work\pytorch\pytorch>if "CppSignature_test" == "verify_api_visibility" goto :eof 2025-04-25T05:34:03.9358141Z 2025-04-25T05:34:03.9358678Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\CppSignature_test.exe" 2025-04-25T05:34:03.9359628Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\CppSignature_test.exe" 2025-04-25T05:34:03.9361254Z 2025-04-25T05:34:03.9361647Z (base) C:\actions-runner\_work\pytorch\pytorch>if "CppSignature_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:34:03.9362391Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\CppSignature_test.exe" 2025-04-25T05:34:03.9362882Z goto :eof 2025-04-25T05:34:03.9363069Z ) 2025-04-25T05:34:03.9363168Z 2025-04-25T05:34:03.9363533Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/CppSignature_test" 2025-04-25T05:34:04.1022753Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:34:04.1023613Z import pkg_resources 2025-04-25T05:34:09.6194244Z Found test times from artifacts 2025-04-25T05:34:09.7189289Z Found test times from artifacts 2025-04-25T05:34:09.7225925Z Running 25% of tests based on TD 2025-04-25T05:34:09.7230964Z Running parallel tests on 3 processes 2025-04-25T05:34:09.7231385Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:34:09.7231662Z Serial tests (0): 2025-04-25T05:34:09.7231900Z Parallel tests (1): 2025-04-25T05:34:09.7232152Z cpp/CppSignature_test 1/1 2025-04-25T05:34:09.7232576Z Name: excluded (est. time: 0.0min) 2025-04-25T05:34:09.7232832Z Serial tests (0): 2025-04-25T05:34:09.7233051Z Parallel tests (0): 2025-04-25T05:34:09.7304818Z Running cpp/CppSignature_test 1/1 ... [2025-04-25 05:34:09.728771] 2025-04-25T05:34:09.7305608Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:34:09.7315089Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\CppSignature_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-ddbe32e23177b716.xml', '-x', '--reruns=2'] ... [2025-04-25 05:34:09.728771] 2025-04-25T05:34:09.7316817Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:34:12.2552983Z 2025-04-25T05:34:12.2553923Z cpp/CppSignature_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.CppSignature_test_1.1_0ae72768de4c0f4e_.log 2025-04-25T05:34:12.2555349Z 2025-04-25T05:34:14.0379347Z Running cpp/CppSignature_test 1/1 ... [2025-04-25 05:34:14.037770] 2025-04-25T05:34:14.0379812Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:34:14.0389427Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\CppSignature_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-51eae719ac1b5916.xml', '-x', '--reruns=2'] ... [2025-04-25 05:34:14.038355] 2025-04-25T05:34:17.5371098Z 2025-04-25T05:34:17.5372033Z cpp/CppSignature_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.CppSignature_test_1.1_749f35cd44e1b558_.log 2025-04-25T05:34:17.5372677Z 2025-04-25T05:34:18.2751113Z Running test batch 'tests to run' cost 8.55 seconds 2025-04-25T05:34:18.8825505Z 2025-04-25T05:34:18.8826295Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:34:18.8826769Z echo "CppSignature_test" failed with exit code 0 2025-04-25T05:34:18.8827124Z goto fail 2025-04-25T05:34:18.8827303Z ) 2025-04-25T05:34:18.8827432Z 2025-04-25T05:34:18.8827631Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:34:18.8828067Z echo "CppSignature_test" failed with exit code 0 2025-04-25T05:34:18.8828369Z goto fail 2025-04-25T05:34:18.8828558Z ) 2025-04-25T05:34:18.8828677Z 2025-04-25T05:34:18.8828868Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:34:18.8835649Z 2025-04-25T05:34:18.8835896Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:34:18.8836581Z call :libtorch_check "cpu_allocator_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_allocator_test.exe" 2025-04-25T05:34:18.8837226Z if errorlevel 1 goto fail 2025-04-25T05:34:18.8837471Z ) 2025-04-25T05:34:18.8846525Z 2025-04-25T05:34:18.8846854Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:34:18.8850325Z 2025-04-25T05:34:18.8850860Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:34:18.8853515Z 2025-04-25T05:34:18.8853938Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_allocator_test" == "verify_api_visibility" goto :eof 2025-04-25T05:34:18.8855400Z 2025-04-25T05:34:18.8855955Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_allocator_test.exe" 2025-04-25T05:34:18.8856880Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_allocator_test.exe" 2025-04-25T05:34:18.8858266Z 2025-04-25T05:34:18.8858684Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_allocator_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:34:18.8859681Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_allocator_test.exe" 2025-04-25T05:34:18.8860173Z goto :eof 2025-04-25T05:34:18.8860447Z ) 2025-04-25T05:34:18.8860549Z 2025-04-25T05:34:18.8860919Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/cpu_allocator_test" 2025-04-25T05:34:19.0590023Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:34:19.0590905Z import pkg_resources 2025-04-25T05:34:24.6426135Z Found test times from artifacts 2025-04-25T05:34:24.7558224Z Found test times from artifacts 2025-04-25T05:34:24.7605926Z Running 25% of tests based on TD 2025-04-25T05:34:24.7613256Z Running parallel tests on 3 processes 2025-04-25T05:34:24.7613704Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:34:24.7614165Z Serial tests (0): 2025-04-25T05:34:24.7614450Z Parallel tests (1): 2025-04-25T05:34:24.7614710Z cpp/cpu_allocator_test 1/1 2025-04-25T05:34:24.7615018Z Name: excluded (est. time: 0.0min) 2025-04-25T05:34:24.7615280Z Serial tests (0): 2025-04-25T05:34:24.7615495Z Parallel tests (0): 2025-04-25T05:34:24.7705807Z Running cpp/cpu_allocator_test 1/1 ... [2025-04-25 05:34:24.770005] 2025-04-25T05:34:24.7706274Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:34:24.7715682Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\cpu_allocator_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-94add9065d769218.xml', '-x', '--reruns=2'] ... [2025-04-25 05:34:24.770005] 2025-04-25T05:34:24.7717437Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:34:27.3408769Z 2025-04-25T05:34:27.3409964Z cpp/cpu_allocator_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.cpu_allocator_test_1.1_906c649074bc8dae_.log 2025-04-25T05:34:27.3410634Z 2025-04-25T05:34:29.0855973Z Running cpp/cpu_allocator_test 1/1 ... [2025-04-25 05:34:29.085163] 2025-04-25T05:34:29.0856457Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:34:29.0865417Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\cpu_allocator_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-95e6cf84d979d848.xml', '-x', '--reruns=2'] ... [2025-04-25 05:34:29.085852] 2025-04-25T05:34:32.0114090Z 2025-04-25T05:34:32.0115187Z cpp/cpu_allocator_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.cpu_allocator_test_1.1_36fe0f69613646b7_.log 2025-04-25T05:34:32.0116699Z 2025-04-25T05:34:32.8101985Z Running test batch 'tests to run' cost 8.05 seconds 2025-04-25T05:34:33.4194862Z 2025-04-25T05:34:33.4195573Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:34:33.4196072Z echo "cpu_allocator_test" failed with exit code 0 2025-04-25T05:34:33.4196442Z goto fail 2025-04-25T05:34:33.4196648Z ) 2025-04-25T05:34:33.4196792Z 2025-04-25T05:34:33.4196998Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:34:33.4197439Z echo "cpu_allocator_test" failed with exit code 0 2025-04-25T05:34:33.4197803Z goto fail 2025-04-25T05:34:33.4198021Z ) 2025-04-25T05:34:33.4198135Z 2025-04-25T05:34:33.4198301Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:34:33.4205305Z 2025-04-25T05:34:33.4205793Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:34:33.4206581Z call :libtorch_check "cpu_generator_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_generator_test.exe" 2025-04-25T05:34:33.4207424Z if errorlevel 1 goto fail 2025-04-25T05:34:33.4207698Z ) 2025-04-25T05:34:33.4216210Z 2025-04-25T05:34:33.4216687Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:34:33.4220123Z 2025-04-25T05:34:33.4220648Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:34:33.4222933Z 2025-04-25T05:34:33.4223378Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_generator_test" == "verify_api_visibility" goto :eof 2025-04-25T05:34:33.4224701Z 2025-04-25T05:34:33.4225335Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_generator_test.exe" 2025-04-25T05:34:33.4226370Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_generator_test.exe" 2025-04-25T05:34:33.4229109Z 2025-04-25T05:34:33.4229497Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_generator_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:34:33.4230251Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_generator_test.exe" 2025-04-25T05:34:33.4230860Z goto :eof 2025-04-25T05:34:33.4231085Z ) 2025-04-25T05:34:33.4231196Z 2025-04-25T05:34:33.4231569Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/cpu_generator_test" 2025-04-25T05:34:33.5883436Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:34:33.5884319Z import pkg_resources 2025-04-25T05:34:39.0455042Z Found test times from artifacts 2025-04-25T05:34:39.1566995Z Found test times from artifacts 2025-04-25T05:34:39.1601791Z Running 25% of tests based on TD 2025-04-25T05:34:39.1606980Z Running parallel tests on 3 processes 2025-04-25T05:34:39.1607403Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:34:39.1607721Z Serial tests (0): 2025-04-25T05:34:39.1607955Z Parallel tests (1): 2025-04-25T05:34:39.1608242Z cpp/cpu_generator_test 1/1 2025-04-25T05:34:39.1608531Z Name: excluded (est. time: 0.0min) 2025-04-25T05:34:39.1608827Z Serial tests (0): 2025-04-25T05:34:39.1609060Z Parallel tests (0): 2025-04-25T05:34:39.1702509Z Running cpp/cpu_generator_test 1/1 ... [2025-04-25 05:34:39.169671] 2025-04-25T05:34:39.1703082Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:34:39.1713931Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\cpu_generator_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-81aef52ed706a520.xml', '-x', '--reruns=2'] ... [2025-04-25 05:34:39.171174] 2025-04-25T05:34:39.1716122Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:34:41.7156653Z 2025-04-25T05:34:41.7157827Z cpp/cpu_generator_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.cpu_generator_test_1.1_4fd194469834781e_.log 2025-04-25T05:34:41.7158480Z 2025-04-25T05:34:43.5259366Z Running cpp/cpu_generator_test 1/1 ... [2025-04-25 05:34:43.524319] 2025-04-25T05:34:43.5259855Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:34:43.5270293Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\cpu_generator_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-10997a7d9b0cb8bd.xml', '-x', '--reruns=2'] ... [2025-04-25 05:34:43.525931] 2025-04-25T05:34:49.4348993Z 2025-04-25T05:34:49.4349884Z cpp/cpu_generator_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.cpu_generator_test_1.1_7097008e9fd0e931_.log 2025-04-25T05:34:49.4352077Z 2025-04-25T05:34:50.2211284Z Running test batch 'tests to run' cost 11.06 seconds 2025-04-25T05:34:50.8298019Z 2025-04-25T05:34:50.8298798Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:34:50.8299327Z echo "cpu_generator_test" failed with exit code 0 2025-04-25T05:34:50.8299666Z goto fail 2025-04-25T05:34:50.8299881Z ) 2025-04-25T05:34:50.8299993Z 2025-04-25T05:34:50.8300193Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:34:50.8300660Z echo "cpu_generator_test" failed with exit code 0 2025-04-25T05:34:50.8301011Z goto fail 2025-04-25T05:34:50.8301203Z ) 2025-04-25T05:34:50.8301310Z 2025-04-25T05:34:50.8301501Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:34:50.8307632Z 2025-04-25T05:34:50.8308057Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:34:50.8309065Z call :libtorch_check "cpu_profiling_allocator_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_profiling_allocator_test.exe" 2025-04-25T05:34:50.8309823Z if errorlevel 1 goto fail 2025-04-25T05:34:50.8310099Z ) 2025-04-25T05:34:50.8319415Z 2025-04-25T05:34:50.8320098Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:34:50.8323229Z 2025-04-25T05:34:50.8323711Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:34:50.8326115Z 2025-04-25T05:34:50.8326570Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_profiling_allocator_test" == "verify_api_visibility" goto :eof 2025-04-25T05:34:50.8327874Z 2025-04-25T05:34:50.8328507Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_profiling_allocator_test.exe" 2025-04-25T05:34:50.8329549Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_profiling_allocator_test.exe" 2025-04-25T05:34:50.8330722Z 2025-04-25T05:34:50.8331188Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_profiling_allocator_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:34:50.8332041Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_profiling_allocator_test.exe" 2025-04-25T05:34:50.8332594Z goto :eof 2025-04-25T05:34:50.8332827Z ) 2025-04-25T05:34:50.8332936Z 2025-04-25T05:34:50.8333352Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/cpu_profiling_allocator_test" 2025-04-25T05:34:50.9973804Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:34:50.9974664Z import pkg_resources 2025-04-25T05:34:56.4862629Z Found test times from artifacts 2025-04-25T05:34:56.5906660Z Found test times from artifacts 2025-04-25T05:34:56.5945376Z Running 25% of tests based on TD 2025-04-25T05:34:56.5952565Z Running parallel tests on 3 processes 2025-04-25T05:34:56.5952975Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:34:56.5953320Z Serial tests (0): 2025-04-25T05:34:56.5953560Z Parallel tests (1): 2025-04-25T05:34:56.5953863Z cpp/cpu_profiling_allocator_test 1/1 2025-04-25T05:34:56.5954233Z Name: excluded (est. time: 0.0min) 2025-04-25T05:34:56.5954558Z Serial tests (0): 2025-04-25T05:34:56.5954820Z Parallel tests (0): 2025-04-25T05:34:56.6033317Z Running cpp/cpu_profiling_allocator_test 1/1 ... [2025-04-25 05:34:56.601816] 2025-04-25T05:34:56.6033804Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:34:56.6043108Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\cpu_profiling_allocator_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-970505afa6610e22.xml', '-x', '--reruns=2'] ... [2025-04-25 05:34:56.601816] 2025-04-25T05:34:56.6046267Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:34:59.1803528Z 2025-04-25T05:34:59.1804672Z cpp/cpu_profiling_allocator_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.cpu_profiling_allocator_test_1.1_eb26abe30772d8c8_.log 2025-04-25T05:34:59.1805393Z 2025-04-25T05:35:00.9319210Z Running cpp/cpu_profiling_allocator_test 1/1 ... [2025-04-25 05:35:00.927344] 2025-04-25T05:35:00.9319710Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:35:00.9328482Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\cpu_profiling_allocator_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-21fb53710a82098b.xml', '-x', '--reruns=2'] ... [2025-04-25 05:35:00.927344] 2025-04-25T05:35:03.9164415Z 2025-04-25T05:35:03.9165526Z cpp/cpu_profiling_allocator_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.cpu_profiling_allocator_test_1.1_7288868c0313409f_.log 2025-04-25T05:35:03.9166238Z 2025-04-25T05:35:04.6789853Z Running test batch 'tests to run' cost 8.08 seconds 2025-04-25T05:35:05.3020715Z 2025-04-25T05:35:05.3021609Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:35:05.3022146Z echo "cpu_profiling_allocator_test" failed with exit code 0 2025-04-25T05:35:05.3022497Z goto fail 2025-04-25T05:35:05.3022705Z ) 2025-04-25T05:35:05.3022804Z 2025-04-25T05:35:05.3022997Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:35:05.3023481Z echo "cpu_profiling_allocator_test" failed with exit code 0 2025-04-25T05:35:05.3023849Z goto fail 2025-04-25T05:35:05.3024041Z ) 2025-04-25T05:35:05.3024144Z 2025-04-25T05:35:05.3024324Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:35:05.3031047Z 2025-04-25T05:35:05.3031533Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:35:05.3032230Z call :libtorch_check "cpu_rng_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_rng_test.exe" 2025-04-25T05:35:05.3032850Z if errorlevel 1 goto fail 2025-04-25T05:35:05.3033082Z ) 2025-04-25T05:35:05.3042573Z 2025-04-25T05:35:05.3042965Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:35:05.3046446Z 2025-04-25T05:35:05.3046958Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:35:05.3049298Z 2025-04-25T05:35:05.3049649Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_rng_test" == "verify_api_visibility" goto :eof 2025-04-25T05:35:05.3051103Z 2025-04-25T05:35:05.3051680Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_rng_test.exe" 2025-04-25T05:35:05.3052610Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_rng_test.exe" 2025-04-25T05:35:05.3055374Z 2025-04-25T05:35:05.3055770Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_rng_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:35:05.3056458Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_rng_test.exe" 2025-04-25T05:35:05.3056959Z goto :eof 2025-04-25T05:35:05.3057150Z ) 2025-04-25T05:35:05.3057248Z 2025-04-25T05:35:05.3057601Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/cpu_rng_test" 2025-04-25T05:35:05.4720198Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:35:05.4721200Z import pkg_resources 2025-04-25T05:35:11.0952670Z Found test times from artifacts 2025-04-25T05:35:11.1951045Z Found test times from artifacts 2025-04-25T05:35:11.1985919Z Running 25% of tests based on TD 2025-04-25T05:35:11.1991258Z Running parallel tests on 3 processes 2025-04-25T05:35:11.1991655Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:35:11.1991954Z Serial tests (0): 2025-04-25T05:35:11.1992189Z Parallel tests (1): 2025-04-25T05:35:11.1992416Z cpp/cpu_rng_test 1/1 2025-04-25T05:35:11.1992677Z Name: excluded (est. time: 0.0min) 2025-04-25T05:35:11.1992929Z Serial tests (0): 2025-04-25T05:35:11.1993154Z Parallel tests (0): 2025-04-25T05:35:11.2066042Z Running cpp/cpu_rng_test 1/1 ... [2025-04-25 05:35:11.202644] 2025-04-25T05:35:11.2066731Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:35:11.2075411Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\cpu_rng_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-0f33b61079de0795.xml', '-x', '--reruns=2'] ... [2025-04-25 05:35:11.202644] 2025-04-25T05:35:11.2077397Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:35:13.8106885Z 2025-04-25T05:35:13.8107960Z cpp/cpu_rng_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.cpu_rng_test_1.1_a6330327c2c6382b_.log 2025-04-25T05:35:13.8108628Z 2025-04-25T05:35:15.6085524Z Running cpp/cpu_rng_test 1/1 ... [2025-04-25 05:35:15.602987] 2025-04-25T05:35:15.6086001Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:35:15.6095095Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\cpu_rng_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-4cb7e90f1fdb4c0e.xml', '-x', '--reruns=2'] ... [2025-04-25 05:35:15.602987] 2025-04-25T05:35:22.3412752Z 2025-04-25T05:35:22.3413906Z cpp/cpu_rng_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.cpu_rng_test_1.1_57cdd3044757b233_.log 2025-04-25T05:35:22.3414531Z 2025-04-25T05:35:23.0961660Z Running test batch 'tests to run' cost 11.9 seconds 2025-04-25T05:35:23.7386426Z 2025-04-25T05:35:23.7387042Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:35:23.7387586Z echo "cpu_rng_test" failed with exit code 0 2025-04-25T05:35:23.7387991Z goto fail 2025-04-25T05:35:23.7388200Z ) 2025-04-25T05:35:23.7388317Z 2025-04-25T05:35:23.7388548Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:35:23.7388991Z echo "cpu_rng_test" failed with exit code 0 2025-04-25T05:35:23.7389379Z goto fail 2025-04-25T05:35:23.7389578Z ) 2025-04-25T05:35:23.7389728Z 2025-04-25T05:35:23.7389897Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:35:23.7396346Z 2025-04-25T05:35:23.7397063Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:35:23.7397820Z call :libtorch_check "Dict_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dict_test.exe" 2025-04-25T05:35:23.7398431Z if errorlevel 1 goto fail 2025-04-25T05:35:23.7398761Z ) 2025-04-25T05:35:23.7408501Z 2025-04-25T05:35:23.7408946Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:35:23.7412590Z 2025-04-25T05:35:23.7413253Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:35:23.7415660Z 2025-04-25T05:35:23.7416193Z (base) C:\actions-runner\_work\pytorch\pytorch>if "Dict_test" == "verify_api_visibility" goto :eof 2025-04-25T05:35:23.7417644Z 2025-04-25T05:35:23.7418425Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dict_test.exe" 2025-04-25T05:35:23.7419361Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dict_test.exe" 2025-04-25T05:35:23.7420666Z 2025-04-25T05:35:23.7421076Z (base) C:\actions-runner\_work\pytorch\pytorch>if "Dict_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:35:23.7421815Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dict_test.exe" 2025-04-25T05:35:23.7422396Z goto :eof 2025-04-25T05:35:23.7422601Z ) 2025-04-25T05:35:23.7422746Z 2025-04-25T05:35:23.7423097Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/Dict_test" 2025-04-25T05:35:23.9084326Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:35:23.9085359Z import pkg_resources 2025-04-25T05:35:29.5545774Z Found test times from artifacts 2025-04-25T05:35:29.6547836Z Found test times from artifacts 2025-04-25T05:35:29.6581289Z Running 25% of tests based on TD 2025-04-25T05:35:29.6586608Z Running parallel tests on 3 processes 2025-04-25T05:35:29.6586980Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:35:29.6587314Z Serial tests (0): 2025-04-25T05:35:29.6587554Z Parallel tests (1): 2025-04-25T05:35:29.6587817Z cpp/Dict_test 1/1 2025-04-25T05:35:29.6588065Z Name: excluded (est. time: 0.0min) 2025-04-25T05:35:29.6588364Z Serial tests (0): 2025-04-25T05:35:29.6588593Z Parallel tests (0): 2025-04-25T05:35:29.6659152Z Running cpp/Dict_test 1/1 ... [2025-04-25 05:35:29.664242] 2025-04-25T05:35:29.6659675Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:35:29.6668777Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\Dict_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e69849d96bc42f5e.xml', '-x', '--reruns=2'] ... [2025-04-25 05:35:29.664242] 2025-04-25T05:35:29.6670528Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:35:32.3739282Z 2025-04-25T05:35:32.3740376Z cpp/Dict_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.Dict_test_1.1_71aa117c09d0bc78_.log 2025-04-25T05:35:32.3740993Z 2025-04-25T05:35:34.0569793Z Running cpp/Dict_test 1/1 ... [2025-04-25 05:35:34.056795] 2025-04-25T05:35:34.0570318Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:35:34.0580178Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\Dict_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-96ef9347a4613614.xml', '-x', '--reruns=2'] ... [2025-04-25 05:35:34.057816] 2025-04-25T05:35:45.0131845Z 2025-04-25T05:35:45.0132978Z cpp/Dict_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.Dict_test_1.1_58f71c8158a355e5_.log 2025-04-25T05:35:45.0134115Z 2025-04-25T05:35:45.8280756Z Running test batch 'tests to run' cost 16.17 seconds 2025-04-25T05:35:46.4512018Z 2025-04-25T05:35:46.4512682Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:35:46.4513149Z echo "Dict_test" failed with exit code 0 2025-04-25T05:35:46.4513499Z goto fail 2025-04-25T05:35:46.4513699Z ) 2025-04-25T05:35:46.4513844Z 2025-04-25T05:35:46.4514047Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:35:46.4514496Z echo "Dict_test" failed with exit code 0 2025-04-25T05:35:46.4514793Z goto fail 2025-04-25T05:35:46.4515046Z ) 2025-04-25T05:35:46.4515304Z 2025-04-25T05:35:46.4515573Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:35:46.4521794Z 2025-04-25T05:35:46.4522488Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:35:46.4523342Z call :libtorch_check "Dimname_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dimname_test.exe" 2025-04-25T05:35:46.4524054Z if errorlevel 1 goto fail 2025-04-25T05:35:46.4524338Z ) 2025-04-25T05:35:46.4538050Z 2025-04-25T05:35:46.4538594Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:35:46.4542342Z 2025-04-25T05:35:46.4542994Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:35:46.4545207Z 2025-04-25T05:35:46.4545723Z (base) C:\actions-runner\_work\pytorch\pytorch>if "Dimname_test" == "verify_api_visibility" goto :eof 2025-04-25T05:35:46.4547087Z 2025-04-25T05:35:46.4547720Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dimname_test.exe" 2025-04-25T05:35:46.4548756Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dimname_test.exe" 2025-04-25T05:35:46.4549944Z 2025-04-25T05:35:46.4550339Z (base) C:\actions-runner\_work\pytorch\pytorch>if "Dimname_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:35:46.4551079Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dimname_test.exe" 2025-04-25T05:35:46.4551570Z goto :eof 2025-04-25T05:35:46.4551792Z ) 2025-04-25T05:35:46.4551934Z 2025-04-25T05:35:46.4552337Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/Dimname_test" 2025-04-25T05:35:46.6319464Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:35:46.6320458Z import pkg_resources 2025-04-25T05:35:52.1465220Z Found test times from artifacts 2025-04-25T05:35:52.2470153Z Found test times from artifacts 2025-04-25T05:35:52.2504808Z Running 25% of tests based on TD 2025-04-25T05:35:52.2510257Z Running parallel tests on 3 processes 2025-04-25T05:35:52.2510596Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:35:52.2510932Z Serial tests (0): 2025-04-25T05:35:52.2511169Z Parallel tests (1): 2025-04-25T05:35:52.2511444Z cpp/Dimname_test 1/1 2025-04-25T05:35:52.2511762Z Name: excluded (est. time: 0.0min) 2025-04-25T05:35:52.2512062Z Serial tests (0): 2025-04-25T05:35:52.2512351Z Parallel tests (0): 2025-04-25T05:35:52.2585606Z Running cpp/Dimname_test 1/1 ... [2025-04-25 05:35:52.257808] 2025-04-25T05:35:52.2586292Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:35:52.2595257Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\Dimname_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-3d2ce7cd901ccb92.xml', '-x', '--reruns=2'] ... [2025-04-25 05:35:52.257808] 2025-04-25T05:35:52.2597660Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:35:54.7814894Z 2025-04-25T05:35:54.7815826Z cpp/Dimname_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.Dimname_test_1.1_aca08352123998ea_.log 2025-04-25T05:35:54.7816506Z 2025-04-25T05:35:56.5705306Z Running cpp/Dimname_test 1/1 ... [2025-04-25 05:35:56.567381] 2025-04-25T05:35:56.5705780Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:35:56.5714414Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\Dimname_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-6c788482d5a0aa1c.xml', '-x', '--reruns=2'] ... [2025-04-25 05:35:56.567381] 2025-04-25T05:35:59.9815849Z 2025-04-25T05:35:59.9817050Z cpp/Dimname_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.Dimname_test_1.1_d9111c4031a9c903_.log 2025-04-25T05:35:59.9817695Z 2025-04-25T05:36:00.7882299Z Running test batch 'tests to run' cost 8.54 seconds 2025-04-25T05:36:01.4197226Z 2025-04-25T05:36:01.4197927Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:36:01.4198429Z echo "Dimname_test" failed with exit code 0 2025-04-25T05:36:01.4198771Z goto fail 2025-04-25T05:36:01.4198991Z ) 2025-04-25T05:36:01.4199113Z 2025-04-25T05:36:01.4199343Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:36:01.4199778Z echo "Dimname_test" failed with exit code 0 2025-04-25T05:36:01.4200114Z goto fail 2025-04-25T05:36:01.4200474Z ) 2025-04-25T05:36:01.4200642Z 2025-04-25T05:36:01.4200902Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:36:01.4209090Z 2025-04-25T05:36:01.4209561Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:36:01.4210466Z call :libtorch_check "dlconvertor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dlconvertor_test.exe" 2025-04-25T05:36:01.4211135Z if errorlevel 1 goto fail 2025-04-25T05:36:01.4211416Z ) 2025-04-25T05:36:01.4220589Z 2025-04-25T05:36:01.4220963Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:36:01.4224460Z 2025-04-25T05:36:01.4224983Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:36:01.4228041Z 2025-04-25T05:36:01.4228608Z (base) C:\actions-runner\_work\pytorch\pytorch>if "dlconvertor_test" == "verify_api_visibility" goto :eof 2025-04-25T05:36:01.4229843Z 2025-04-25T05:36:01.4230675Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dlconvertor_test.exe" 2025-04-25T05:36:01.4231717Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dlconvertor_test.exe" 2025-04-25T05:36:01.4232821Z 2025-04-25T05:36:01.4233277Z (base) C:\actions-runner\_work\pytorch\pytorch>if "dlconvertor_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:36:01.4234054Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dlconvertor_test.exe" 2025-04-25T05:36:01.4234638Z goto :eof 2025-04-25T05:36:01.4234874Z ) 2025-04-25T05:36:01.4234981Z 2025-04-25T05:36:01.4235385Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/dlconvertor_test" 2025-04-25T05:36:01.5906919Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:36:01.5907840Z import pkg_resources 2025-04-25T05:36:07.0841309Z Found test times from artifacts 2025-04-25T05:36:07.1890722Z Found test times from artifacts 2025-04-25T05:36:07.1926209Z Running 25% of tests based on TD 2025-04-25T05:36:07.1931493Z Running parallel tests on 3 processes 2025-04-25T05:36:07.1931863Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:36:07.1932173Z Serial tests (0): 2025-04-25T05:36:07.1932426Z Parallel tests (1): 2025-04-25T05:36:07.1932680Z cpp/dlconvertor_test 1/1 2025-04-25T05:36:07.1932984Z Name: excluded (est. time: 0.0min) 2025-04-25T05:36:07.1933263Z Serial tests (0): 2025-04-25T05:36:07.1933514Z Parallel tests (0): 2025-04-25T05:36:07.2003578Z Running cpp/dlconvertor_test 1/1 ... [2025-04-25 05:36:07.191061] 2025-04-25T05:36:07.2004028Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:36:07.2015511Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\dlconvertor_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-9f40f420f95d114d.xml', '-x', '--reruns=2'] ... [2025-04-25 05:36:07.191061] 2025-04-25T05:36:07.2017740Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:36:09.6774244Z 2025-04-25T05:36:09.6775440Z cpp/dlconvertor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.dlconvertor_test_1.1_ca5b4d7530d638b4_.log 2025-04-25T05:36:09.6776129Z 2025-04-25T05:36:11.5369805Z Running cpp/dlconvertor_test 1/1 ... [2025-04-25 05:36:11.533874] 2025-04-25T05:36:11.5370301Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:36:11.5378849Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\dlconvertor_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-8c93d68cda25c22b.xml', '-x', '--reruns=2'] ... [2025-04-25 05:36:11.536970] 2025-04-25T05:36:14.5405188Z 2025-04-25T05:36:14.5406474Z cpp/dlconvertor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.dlconvertor_test_1.1_edc29caa7ba5dc0f_.log 2025-04-25T05:36:14.5407797Z 2025-04-25T05:36:15.3269623Z Running test batch 'tests to run' cost 8.14 seconds 2025-04-25T05:36:15.9349496Z 2025-04-25T05:36:15.9350375Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:36:15.9350893Z echo "dlconvertor_test" failed with exit code 0 2025-04-25T05:36:15.9351237Z goto fail 2025-04-25T05:36:15.9351462Z ) 2025-04-25T05:36:15.9351569Z 2025-04-25T05:36:15.9351771Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:36:15.9352237Z echo "dlconvertor_test" failed with exit code 0 2025-04-25T05:36:15.9352635Z goto fail 2025-04-25T05:36:15.9352855Z ) 2025-04-25T05:36:15.9353012Z 2025-04-25T05:36:15.9353221Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:36:15.9359350Z 2025-04-25T05:36:15.9359623Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:36:15.9360389Z call :libtorch_check "extension_backend_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\extension_backend_test.exe" 2025-04-25T05:36:15.9361097Z if errorlevel 1 goto fail 2025-04-25T05:36:15.9361378Z ) 2025-04-25T05:36:15.9370416Z 2025-04-25T05:36:15.9370823Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:36:15.9374328Z 2025-04-25T05:36:15.9374805Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:36:15.9377143Z 2025-04-25T05:36:15.9377552Z (base) C:\actions-runner\_work\pytorch\pytorch>if "extension_backend_test" == "verify_api_visibility" goto :eof 2025-04-25T05:36:15.9378879Z 2025-04-25T05:36:15.9379486Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\extension_backend_test.exe" 2025-04-25T05:36:15.9380479Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\extension_backend_test.exe" 2025-04-25T05:36:15.9381757Z 2025-04-25T05:36:15.9382217Z (base) C:\actions-runner\_work\pytorch\pytorch>if "extension_backend_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:36:15.9383046Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\extension_backend_test.exe" 2025-04-25T05:36:15.9383624Z goto :eof 2025-04-25T05:36:15.9383877Z ) 2025-04-25T05:36:15.9384008Z 2025-04-25T05:36:15.9384545Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/extension_backend_test" 2025-04-25T05:36:16.1030454Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:36:16.1031488Z import pkg_resources 2025-04-25T05:36:21.5869004Z Found test times from artifacts 2025-04-25T05:36:21.6920974Z Found test times from artifacts 2025-04-25T05:36:21.6955347Z Running 25% of tests based on TD 2025-04-25T05:36:21.6960875Z Running parallel tests on 3 processes 2025-04-25T05:36:21.6961421Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:36:21.6961836Z Serial tests (0): 2025-04-25T05:36:21.6962073Z Parallel tests (1): 2025-04-25T05:36:21.6962361Z cpp/extension_backend_test 1/1 2025-04-25T05:36:21.6962663Z Name: excluded (est. time: 0.0min) 2025-04-25T05:36:21.6962960Z Serial tests (0): 2025-04-25T05:36:21.6963204Z Parallel tests (0): 2025-04-25T05:36:21.7039578Z Running cpp/extension_backend_test 1/1 ... [2025-04-25 05:36:21.703387] 2025-04-25T05:36:21.7040297Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:36:21.7049515Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\extension_backend_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-7b2bdf4e3d8063df.xml', '-x', '--reruns=2'] ... [2025-04-25 05:36:21.704578] 2025-04-25T05:36:21.7051381Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:36:24.1802738Z 2025-04-25T05:36:24.1803930Z cpp/extension_backend_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.extension_backend_test_1.1_c8c3505d96ddea0f_.log 2025-04-25T05:36:24.1804626Z 2025-04-25T05:36:26.0148342Z Running cpp/extension_backend_test 1/1 ... [2025-04-25 05:36:26.014437] 2025-04-25T05:36:26.0156803Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:36:26.0158147Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\extension_backend_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2cc1be895211c345.xml', '-x', '--reruns=2'] ... [2025-04-25 05:36:26.015562] 2025-04-25T05:36:29.0613805Z 2025-04-25T05:36:29.0614853Z cpp/extension_backend_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.extension_backend_test_1.1_c11e36ee87aa40d9_.log 2025-04-25T05:36:29.0615584Z 2025-04-25T05:36:29.8203465Z Running test batch 'tests to run' cost 8.12 seconds 2025-04-25T05:36:30.5302721Z 2025-04-25T05:36:30.5303548Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:36:30.5304091Z echo "extension_backend_test" failed with exit code 0 2025-04-25T05:36:30.5304471Z goto fail 2025-04-25T05:36:30.5304702Z ) 2025-04-25T05:36:30.5304823Z 2025-04-25T05:36:30.5305057Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:36:30.5305521Z echo "extension_backend_test" failed with exit code 0 2025-04-25T05:36:30.5305882Z goto fail 2025-04-25T05:36:30.5306078Z ) 2025-04-25T05:36:30.5306217Z 2025-04-25T05:36:30.5306380Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:36:30.5312175Z 2025-04-25T05:36:30.5312645Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:36:30.5313364Z call :libtorch_check "half_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\half_test.exe" 2025-04-25T05:36:30.5314013Z if errorlevel 1 goto fail 2025-04-25T05:36:30.5314254Z ) 2025-04-25T05:36:30.5323571Z 2025-04-25T05:36:30.5324196Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:36:30.5327685Z 2025-04-25T05:36:30.5328211Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:36:30.5330544Z 2025-04-25T05:36:30.5330985Z (base) C:\actions-runner\_work\pytorch\pytorch>if "half_test" == "verify_api_visibility" goto :eof 2025-04-25T05:36:30.5332315Z 2025-04-25T05:36:30.5332957Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\half_test.exe" 2025-04-25T05:36:30.5333873Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\half_test.exe" 2025-04-25T05:36:30.5335541Z 2025-04-25T05:36:30.5335930Z (base) C:\actions-runner\_work\pytorch\pytorch>if "half_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:36:30.5336648Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\half_test.exe" 2025-04-25T05:36:30.5337159Z goto :eof 2025-04-25T05:36:30.5337362Z ) 2025-04-25T05:36:30.5337471Z 2025-04-25T05:36:30.5337981Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/half_test" 2025-04-25T05:36:30.6992148Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:36:30.6993226Z import pkg_resources 2025-04-25T05:36:36.1422053Z Found test times from artifacts 2025-04-25T05:36:36.2422620Z Found test times from artifacts 2025-04-25T05:36:36.2456583Z Running 25% of tests based on TD 2025-04-25T05:36:36.2461840Z Running parallel tests on 3 processes 2025-04-25T05:36:36.2462212Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:36:36.2462558Z Serial tests (0): 2025-04-25T05:36:36.2462792Z Parallel tests (1): 2025-04-25T05:36:36.2463057Z cpp/half_test 1/1 2025-04-25T05:36:36.2463308Z Name: excluded (est. time: 0.0min) 2025-04-25T05:36:36.2463610Z Serial tests (0): 2025-04-25T05:36:36.2463826Z Parallel tests (0): 2025-04-25T05:36:36.2536557Z Running cpp/half_test 1/1 ... [2025-04-25 05:36:36.253370] 2025-04-25T05:36:36.2545774Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:36:36.2547023Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\half_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-7d23689443fde4a4.xml', '-x', '--reruns=2'] ... [2025-04-25 05:36:36.253954] 2025-04-25T05:36:36.2548829Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:36:38.7027316Z 2025-04-25T05:36:38.7028472Z cpp/half_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.half_test_1.1_ce161f1ea362fcb2_.log 2025-04-25T05:36:38.7029067Z 2025-04-25T05:36:40.6385871Z Running cpp/half_test 1/1 ... [2025-04-25 05:36:40.637921] 2025-04-25T05:36:40.6386300Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:36:40.6395223Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\half_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-fec0df05e48013ba.xml', '-x', '--reruns=2'] ... [2025-04-25 05:36:40.637921] 2025-04-25T05:36:44.8016886Z 2025-04-25T05:36:44.8017682Z cpp/half_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.half_test_1.1_45eca1998545f161_.log 2025-04-25T05:36:44.8018567Z 2025-04-25T05:36:45.5991198Z Running test batch 'tests to run' cost 9.35 seconds 2025-04-25T05:36:46.2057089Z 2025-04-25T05:36:46.2057626Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:36:46.2058064Z echo "half_test" failed with exit code 0 2025-04-25T05:36:46.2058341Z goto fail 2025-04-25T05:36:46.2058533Z ) 2025-04-25T05:36:46.2058658Z 2025-04-25T05:36:46.2059002Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:36:46.2059415Z echo "half_test" failed with exit code 0 2025-04-25T05:36:46.2059737Z goto fail 2025-04-25T05:36:46.2059993Z ) 2025-04-25T05:36:46.2060096Z 2025-04-25T05:36:46.2060312Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:36:46.2067004Z 2025-04-25T05:36:46.2067450Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:36:46.2068135Z call :libtorch_check "IListRef_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\IListRef_test.exe" 2025-04-25T05:36:46.2068752Z if errorlevel 1 goto fail 2025-04-25T05:36:46.2068976Z ) 2025-04-25T05:36:46.2078929Z 2025-04-25T05:36:46.2079411Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:36:46.2082755Z 2025-04-25T05:36:46.2083316Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:36:46.2085919Z 2025-04-25T05:36:46.2086260Z (base) C:\actions-runner\_work\pytorch\pytorch>if "IListRef_test" == "verify_api_visibility" goto :eof 2025-04-25T05:36:46.2087748Z 2025-04-25T05:36:46.2088384Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\IListRef_test.exe" 2025-04-25T05:36:46.2089368Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\IListRef_test.exe" 2025-04-25T05:36:46.2090703Z 2025-04-25T05:36:46.2091089Z (base) C:\actions-runner\_work\pytorch\pytorch>if "IListRef_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:36:46.2091780Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\IListRef_test.exe" 2025-04-25T05:36:46.2092249Z goto :eof 2025-04-25T05:36:46.2092438Z ) 2025-04-25T05:36:46.2092534Z 2025-04-25T05:36:46.2092880Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/IListRef_test" 2025-04-25T05:36:46.3735715Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:36:46.3736570Z import pkg_resources 2025-04-25T05:36:51.8156656Z Found test times from artifacts 2025-04-25T05:36:51.9150349Z Found test times from artifacts 2025-04-25T05:36:51.9184512Z Running 25% of tests based on TD 2025-04-25T05:36:51.9189875Z Running parallel tests on 3 processes 2025-04-25T05:36:51.9190242Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:36:51.9190516Z Serial tests (0): 2025-04-25T05:36:51.9190722Z Parallel tests (1): 2025-04-25T05:36:51.9190940Z cpp/IListRef_test 1/1 2025-04-25T05:36:51.9191171Z Name: excluded (est. time: 0.0min) 2025-04-25T05:36:51.9191469Z Serial tests (0): 2025-04-25T05:36:51.9191663Z Parallel tests (0): 2025-04-25T05:36:51.9264150Z Running cpp/IListRef_test 1/1 ... [2025-04-25 05:36:51.926271] 2025-04-25T05:36:51.9264631Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:36:51.9274004Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\IListRef_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-82e302f225d5a4e6.xml', '-x', '--reruns=2'] ... [2025-04-25 05:36:51.926854] 2025-04-25T05:36:51.9275814Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:36:54.4858233Z 2025-04-25T05:36:54.4859205Z cpp/IListRef_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.IListRef_test_1.1_a7b1a4c8bd316314_.log 2025-04-25T05:36:54.4859983Z 2025-04-25T05:36:56.2566405Z Running cpp/IListRef_test 1/1 ... [2025-04-25 05:36:56.256281] 2025-04-25T05:36:56.2574835Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:36:56.2576272Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\IListRef_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-bdf41529462468ec.xml', '-x', '--reruns=2'] ... [2025-04-25 05:36:56.257387] 2025-04-25T05:37:02.4503531Z 2025-04-25T05:37:02.4504601Z cpp/IListRef_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.IListRef_test_1.1_d4f516e579f74de5_.log 2025-04-25T05:37:02.4505559Z 2025-04-25T05:37:03.2026750Z Running test batch 'tests to run' cost 11.28 seconds 2025-04-25T05:37:03.8142508Z 2025-04-25T05:37:03.8143306Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:37:03.8143777Z echo "IListRef_test" failed with exit code 0 2025-04-25T05:37:03.8144065Z goto fail 2025-04-25T05:37:03.8144395Z ) 2025-04-25T05:37:03.8144488Z 2025-04-25T05:37:03.8144691Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:37:03.8145106Z echo "IListRef_test" failed with exit code 0 2025-04-25T05:37:03.8145409Z goto fail 2025-04-25T05:37:03.8145576Z ) 2025-04-25T05:37:03.8145670Z 2025-04-25T05:37:03.8145911Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:37:03.8152427Z 2025-04-25T05:37:03.8152674Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:37:03.8153377Z call :libtorch_check "inline_container_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\inline_container_test.exe" 2025-04-25T05:37:03.8154052Z if errorlevel 1 goto fail 2025-04-25T05:37:03.8154272Z ) 2025-04-25T05:37:03.8163485Z 2025-04-25T05:37:03.8164025Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:37:03.8167266Z 2025-04-25T05:37:03.8167770Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:37:03.8170165Z 2025-04-25T05:37:03.8170632Z (base) C:\actions-runner\_work\pytorch\pytorch>if "inline_container_test" == "verify_api_visibility" goto :eof 2025-04-25T05:37:03.8172001Z 2025-04-25T05:37:03.8172568Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\inline_container_test.exe" 2025-04-25T05:37:03.8173512Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\inline_container_test.exe" 2025-04-25T05:37:03.8174772Z 2025-04-25T05:37:03.8175178Z (base) C:\actions-runner\_work\pytorch\pytorch>if "inline_container_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:37:03.8175927Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\inline_container_test.exe" 2025-04-25T05:37:03.8176418Z goto :eof 2025-04-25T05:37:03.8176601Z ) 2025-04-25T05:37:03.8176702Z 2025-04-25T05:37:03.8177079Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/inline_container_test" 2025-04-25T05:37:03.9930024Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:37:03.9930852Z import pkg_resources 2025-04-25T05:37:09.4369551Z Found test times from artifacts 2025-04-25T05:37:09.5365077Z Found test times from artifacts 2025-04-25T05:37:09.5399056Z Running 25% of tests based on TD 2025-04-25T05:37:09.5404244Z Running parallel tests on 3 processes 2025-04-25T05:37:09.5404621Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:37:09.5404897Z Serial tests (0): 2025-04-25T05:37:09.5405112Z Parallel tests (1): 2025-04-25T05:37:09.5405339Z cpp/inline_container_test 1/1 2025-04-25T05:37:09.5405603Z Name: excluded (est. time: 0.0min) 2025-04-25T05:37:09.5405850Z Serial tests (0): 2025-04-25T05:37:09.5406217Z Parallel tests (0): 2025-04-25T05:37:09.5477857Z Running cpp/inline_container_test 1/1 ... [2025-04-25 05:37:09.547187] 2025-04-25T05:37:09.5478446Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:37:09.5488511Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\inline_container_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-885968a2e576a01a.xml', '-x', '--reruns=2'] ... [2025-04-25 05:37:09.548356] 2025-04-25T05:37:09.5490361Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:37:12.0465706Z 2025-04-25T05:37:12.0466865Z cpp/inline_container_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.inline_container_test_1.1_1b79e03c401fe8e4_.log 2025-04-25T05:37:12.0467769Z 2025-04-25T05:37:13.9308631Z Running cpp/inline_container_test 1/1 ... [2025-04-25 05:37:13.930409] 2025-04-25T05:37:13.9309079Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:37:13.9318186Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\inline_container_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-0bca499ce85604b8.xml', '-x', '--reruns=2'] ... [2025-04-25 05:37:13.931637] 2025-04-25T05:37:18.8753961Z 2025-04-25T05:37:18.8755147Z cpp/inline_container_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.inline_container_test_1.1_dea18d011b5f9a44_.log 2025-04-25T05:37:18.8755829Z 2025-04-25T05:37:19.6050024Z Running test batch 'tests to run' cost 10.06 seconds 2025-04-25T05:37:20.2114283Z 2025-04-25T05:37:20.2114960Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:37:20.2115498Z echo "inline_container_test" failed with exit code 0 2025-04-25T05:37:20.2115877Z goto fail 2025-04-25T05:37:20.2116137Z ) 2025-04-25T05:37:20.2116263Z 2025-04-25T05:37:20.2116537Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:37:20.2117027Z echo "inline_container_test" failed with exit code 0 2025-04-25T05:37:20.2117363Z goto fail 2025-04-25T05:37:20.2117583Z ) 2025-04-25T05:37:20.2117699Z 2025-04-25T05:37:20.2117866Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:37:20.2124138Z 2025-04-25T05:37:20.2124428Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:37:20.2125119Z call :libtorch_check "ivalue_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\ivalue_test.exe" 2025-04-25T05:37:20.2125736Z if errorlevel 1 goto fail 2025-04-25T05:37:20.2126010Z ) 2025-04-25T05:37:20.2136359Z 2025-04-25T05:37:20.2136890Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:37:20.2140077Z 2025-04-25T05:37:20.2140643Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:37:20.2142928Z 2025-04-25T05:37:20.2143313Z (base) C:\actions-runner\_work\pytorch\pytorch>if "ivalue_test" == "verify_api_visibility" goto :eof 2025-04-25T05:37:20.2144703Z 2025-04-25T05:37:20.2145276Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\ivalue_test.exe" 2025-04-25T05:37:20.2146256Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\ivalue_test.exe" 2025-04-25T05:37:20.2147976Z 2025-04-25T05:37:20.2148393Z (base) C:\actions-runner\_work\pytorch\pytorch>if "ivalue_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:37:20.2149117Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\ivalue_test.exe" 2025-04-25T05:37:20.2149833Z goto :eof 2025-04-25T05:37:20.2150059Z ) 2025-04-25T05:37:20.2150166Z 2025-04-25T05:37:20.2150629Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/ivalue_test" 2025-04-25T05:37:20.3827593Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:37:20.3828512Z import pkg_resources 2025-04-25T05:37:26.0290703Z Found test times from artifacts 2025-04-25T05:37:26.1338365Z Found test times from artifacts 2025-04-25T05:37:26.1372801Z Running 25% of tests based on TD 2025-04-25T05:37:26.1378164Z Running parallel tests on 3 processes 2025-04-25T05:37:26.1378504Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:37:26.1378841Z Serial tests (0): 2025-04-25T05:37:26.1379076Z Parallel tests (1): 2025-04-25T05:37:26.1379342Z cpp/ivalue_test 1/1 2025-04-25T05:37:26.1379780Z Name: excluded (est. time: 0.0min) 2025-04-25T05:37:26.1380068Z Serial tests (0): 2025-04-25T05:37:26.1380324Z Parallel tests (0): 2025-04-25T05:37:26.1451575Z Running cpp/ivalue_test 1/1 ... [2025-04-25 05:37:26.143516] 2025-04-25T05:37:26.1461299Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:37:26.1462660Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\ivalue_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-0741fcb5658c7271.xml', '-x', '--reruns=2'] ... [2025-04-25 05:37:26.143516] 2025-04-25T05:37:26.1464384Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:37:28.6406701Z 2025-04-25T05:37:28.6407705Z cpp/ivalue_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.ivalue_test_1.1_fab989d0537b7678_.log 2025-04-25T05:37:28.6408392Z 2025-04-25T05:37:30.4627309Z Running cpp/ivalue_test 1/1 ... [2025-04-25 05:37:30.462284] 2025-04-25T05:37:30.4627760Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:37:30.4636669Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\ivalue_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-84f006e07880804d.xml', '-x', '--reruns=2'] ... [2025-04-25 05:37:30.463450] 2025-04-25T05:37:40.5146960Z 2025-04-25T05:37:40.5147887Z cpp/ivalue_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.ivalue_test_1.1_0f40eec7b29a1969_.log 2025-04-25T05:37:40.5149505Z 2025-04-25T05:37:41.2521566Z Running test batch 'tests to run' cost 15.12 seconds 2025-04-25T05:37:41.8637435Z 2025-04-25T05:37:41.8638170Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:37:41.8638686Z echo "ivalue_test" failed with exit code 0 2025-04-25T05:37:41.8639028Z goto fail 2025-04-25T05:37:41.8639225Z ) 2025-04-25T05:37:41.8639363Z 2025-04-25T05:37:41.8639573Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:37:41.8640014Z echo "ivalue_test" failed with exit code 0 2025-04-25T05:37:41.8640339Z goto fail 2025-04-25T05:37:41.8640532Z ) 2025-04-25T05:37:41.8640663Z 2025-04-25T05:37:41.8640839Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:37:41.8647920Z 2025-04-25T05:37:41.8648501Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:37:41.8649269Z call :libtorch_check "KernelFunction_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\KernelFunction_test.exe" 2025-04-25T05:37:41.8649984Z if errorlevel 1 goto fail 2025-04-25T05:37:41.8650283Z ) 2025-04-25T05:37:41.8659088Z 2025-04-25T05:37:41.8659519Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:37:41.8662959Z 2025-04-25T05:37:41.8663756Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:37:41.8665887Z 2025-04-25T05:37:41.8666454Z (base) C:\actions-runner\_work\pytorch\pytorch>if "KernelFunction_test" == "verify_api_visibility" goto :eof 2025-04-25T05:37:41.8668159Z 2025-04-25T05:37:41.8668752Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\KernelFunction_test.exe" 2025-04-25T05:37:41.8669754Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\KernelFunction_test.exe" 2025-04-25T05:37:41.8671103Z 2025-04-25T05:37:41.8671555Z (base) C:\actions-runner\_work\pytorch\pytorch>if "KernelFunction_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:37:41.8672328Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\KernelFunction_test.exe" 2025-04-25T05:37:41.8673583Z goto :eof 2025-04-25T05:37:41.8673793Z ) 2025-04-25T05:37:41.8673927Z 2025-04-25T05:37:41.8674319Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/KernelFunction_test" 2025-04-25T05:37:42.0341527Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:37:42.0342425Z import pkg_resources 2025-04-25T05:37:47.4945651Z Found test times from artifacts 2025-04-25T05:37:47.5943474Z Found test times from artifacts 2025-04-25T05:37:47.5978194Z Running 25% of tests based on TD 2025-04-25T05:37:47.5983753Z Running parallel tests on 3 processes 2025-04-25T05:37:47.5984168Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:37:47.5984496Z Serial tests (0): 2025-04-25T05:37:47.5984769Z Parallel tests (1): 2025-04-25T05:37:47.5985055Z cpp/KernelFunction_test 1/1 2025-04-25T05:37:47.5985375Z Name: excluded (est. time: 0.0min) 2025-04-25T05:37:47.5985650Z Serial tests (0): 2025-04-25T05:37:47.5985901Z Parallel tests (0): 2025-04-25T05:37:47.6057258Z Running cpp/KernelFunction_test 1/1 ... [2025-04-25 05:37:47.601355] 2025-04-25T05:37:47.6057751Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:37:47.6067023Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\KernelFunction_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-48515458d2ddf72c.xml', '-x', '--reruns=2'] ... [2025-04-25 05:37:47.606405] 2025-04-25T05:37:47.6068898Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:37:50.1746783Z 2025-04-25T05:37:50.1747843Z cpp/KernelFunction_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.KernelFunction_test_1.1_302084f19f5ad689_.log 2025-04-25T05:37:50.1748733Z 2025-04-25T05:37:51.9480899Z Running cpp/KernelFunction_test 1/1 ... [2025-04-25 05:37:51.935197] 2025-04-25T05:37:51.9481384Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:37:51.9489830Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\KernelFunction_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-f10f8fb6ff6f4de4.xml', '-x', '--reruns=2'] ... [2025-04-25 05:37:51.935197] 2025-04-25T05:37:59.7193204Z 2025-04-25T05:37:59.7194192Z cpp/KernelFunction_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.KernelFunction_test_1.1_1c55e7eade985540_.log 2025-04-25T05:37:59.7195331Z 2025-04-25T05:38:00.4594343Z Running test batch 'tests to run' cost 12.86 seconds 2025-04-25T05:38:01.0786373Z 2025-04-25T05:38:01.0787291Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:38:01.0787821Z echo "KernelFunction_test" failed with exit code 0 2025-04-25T05:38:01.0788329Z goto fail 2025-04-25T05:38:01.0788559Z ) 2025-04-25T05:38:01.0788659Z 2025-04-25T05:38:01.0788864Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:38:01.0789335Z echo "KernelFunction_test" failed with exit code 0 2025-04-25T05:38:01.0789663Z goto fail 2025-04-25T05:38:01.0789879Z ) 2025-04-25T05:38:01.0789982Z 2025-04-25T05:38:01.0790144Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:38:01.0796244Z 2025-04-25T05:38:01.0796494Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:38:01.0797301Z call :libtorch_check "kernel_function_legacy_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_legacy_test.exe" 2025-04-25T05:38:01.0798138Z if errorlevel 1 goto fail 2025-04-25T05:38:01.0798409Z ) 2025-04-25T05:38:01.0807697Z 2025-04-25T05:38:01.0808082Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:38:01.0811187Z 2025-04-25T05:38:01.0811767Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:38:01.0814118Z 2025-04-25T05:38:01.0814564Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_function_legacy_test" == "verify_api_visibility" goto :eof 2025-04-25T05:38:01.0815917Z 2025-04-25T05:38:01.0816780Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_legacy_test.exe" 2025-04-25T05:38:01.0817856Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_legacy_test.exe" 2025-04-25T05:38:01.0818781Z 2025-04-25T05:38:01.0819359Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_function_legacy_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:38:01.0820179Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_legacy_test.exe" 2025-04-25T05:38:01.0820753Z goto :eof 2025-04-25T05:38:01.0820952Z ) 2025-04-25T05:38:01.0821090Z 2025-04-25T05:38:01.0821497Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/kernel_function_legacy_test" 2025-04-25T05:38:01.2478808Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:38:01.2479707Z import pkg_resources 2025-04-25T05:38:06.7312841Z Found test times from artifacts 2025-04-25T05:38:06.8313665Z Found test times from artifacts 2025-04-25T05:38:06.8347641Z Running 25% of tests based on TD 2025-04-25T05:38:06.8353215Z Running parallel tests on 3 processes 2025-04-25T05:38:06.8353613Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:38:06.8353915Z Serial tests (0): 2025-04-25T05:38:06.8354180Z Parallel tests (1): 2025-04-25T05:38:06.8354470Z cpp/kernel_function_legacy_test 1/1 2025-04-25T05:38:06.8354782Z Name: excluded (est. time: 0.0min) 2025-04-25T05:38:06.8355091Z Serial tests (0): 2025-04-25T05:38:06.8355318Z Parallel tests (0): 2025-04-25T05:38:06.8427418Z Running cpp/kernel_function_legacy_test 1/1 ... [2025-04-25 05:38:06.842231] 2025-04-25T05:38:06.8435626Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:38:06.8436955Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_function_legacy_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-279aeb725a5e7a6f.xml', '-x', '--reruns=2'] ... [2025-04-25 05:38:06.843401] 2025-04-25T05:38:06.8438761Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:38:09.4591134Z 2025-04-25T05:38:09.4592556Z cpp/kernel_function_legacy_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_function_legacy_test_1.1_fe8bb7b1759716df_.log 2025-04-25T05:38:09.4593375Z 2025-04-25T05:38:11.1184413Z Running cpp/kernel_function_legacy_test 1/1 ... [2025-04-25 05:38:11.108996] 2025-04-25T05:38:11.1184948Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:38:11.1193913Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_function_legacy_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-1a155efe2d98048c.xml', '-x', '--reruns=2'] ... [2025-04-25 05:38:11.108996] 2025-04-25T05:38:23.5125297Z 2025-04-25T05:38:23.5126536Z cpp/kernel_function_legacy_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_function_legacy_test_1.1_53a17af8436f237a_.log 2025-04-25T05:38:23.5127673Z 2025-04-25T05:38:24.2627918Z Running test batch 'tests to run' cost 17.43 seconds 2025-04-25T05:38:24.8997443Z 2025-04-25T05:38:24.8998266Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:38:24.8998823Z echo "kernel_function_legacy_test" failed with exit code 0 2025-04-25T05:38:24.8999198Z goto fail 2025-04-25T05:38:24.8999421Z ) 2025-04-25T05:38:24.8999720Z 2025-04-25T05:38:24.9000155Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:38:24.9000702Z echo "kernel_function_legacy_test" failed with exit code 0 2025-04-25T05:38:24.9001100Z goto fail 2025-04-25T05:38:24.9001301Z ) 2025-04-25T05:38:24.9001411Z 2025-04-25T05:38:24.9001600Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:38:24.9007724Z 2025-04-25T05:38:24.9008092Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:38:24.9008901Z call :libtorch_check "kernel_function_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_test.exe" 2025-04-25T05:38:24.9009585Z if errorlevel 1 goto fail 2025-04-25T05:38:24.9009858Z ) 2025-04-25T05:38:24.9019312Z 2025-04-25T05:38:24.9019667Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:38:24.9023200Z 2025-04-25T05:38:24.9023696Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:38:24.9026013Z 2025-04-25T05:38:24.9026471Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_function_test" == "verify_api_visibility" goto :eof 2025-04-25T05:38:24.9027812Z 2025-04-25T05:38:24.9028371Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_test.exe" 2025-04-25T05:38:24.9029376Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_test.exe" 2025-04-25T05:38:24.9030677Z 2025-04-25T05:38:24.9031044Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_function_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:38:24.9031815Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_test.exe" 2025-04-25T05:38:24.9032364Z goto :eof 2025-04-25T05:38:24.9032591Z ) 2025-04-25T05:38:24.9032704Z 2025-04-25T05:38:24.9033088Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/kernel_function_test" 2025-04-25T05:38:25.0680064Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:38:25.0680952Z import pkg_resources 2025-04-25T05:38:30.7495592Z Found test times from artifacts 2025-04-25T05:38:30.8491720Z Found test times from artifacts 2025-04-25T05:38:30.8525829Z Running 25% of tests based on TD 2025-04-25T05:38:30.8531323Z Running parallel tests on 3 processes 2025-04-25T05:38:30.8531663Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:38:30.8532046Z Serial tests (0): 2025-04-25T05:38:30.8532276Z Parallel tests (1): 2025-04-25T05:38:30.8532597Z cpp/kernel_function_test 1/1 2025-04-25T05:38:30.8532900Z Name: excluded (est. time: 0.0min) 2025-04-25T05:38:30.8533173Z Serial tests (0): 2025-04-25T05:38:30.8533418Z Parallel tests (0): 2025-04-25T05:38:30.8607336Z Running cpp/kernel_function_test 1/1 ... [2025-04-25 05:38:30.860580] 2025-04-25T05:38:30.8608086Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:38:30.8618128Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_function_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e2b21b81fbdebf22.xml', '-x', '--reruns=2'] ... [2025-04-25 05:38:30.861150] 2025-04-25T05:38:30.8620182Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:38:33.3513380Z 2025-04-25T05:38:33.3514584Z cpp/kernel_function_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_function_test_1.1_2a34137ccd93cefe_.log 2025-04-25T05:38:33.3515263Z 2025-04-25T05:38:35.1156725Z Running cpp/kernel_function_test 1/1 ... [2025-04-25 05:38:35.106193] 2025-04-25T05:38:35.1157242Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:38:35.1165789Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_function_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-78f64f22683d4756.xml', '-x', '--reruns=2'] ... [2025-04-25 05:38:35.106193] 2025-04-25T05:38:45.4005558Z 2025-04-25T05:38:45.4006518Z cpp/kernel_function_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_function_test_1.1_5168b7de91f8bb44_.log 2025-04-25T05:38:45.4008489Z 2025-04-25T05:38:46.2216747Z Running test batch 'tests to run' cost 15.37 seconds 2025-04-25T05:38:46.8922605Z 2025-04-25T05:38:46.8923290Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:38:46.8923822Z echo "kernel_function_test" failed with exit code 0 2025-04-25T05:38:46.8924253Z goto fail 2025-04-25T05:38:46.8924476Z ) 2025-04-25T05:38:46.8924596Z 2025-04-25T05:38:46.8924801Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:38:46.8925281Z echo "kernel_function_test" failed with exit code 0 2025-04-25T05:38:46.8925619Z goto fail 2025-04-25T05:38:46.8925862Z ) 2025-04-25T05:38:46.8925973Z 2025-04-25T05:38:46.8926147Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:38:46.8932397Z 2025-04-25T05:38:46.8932876Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:38:46.8933749Z call :libtorch_check "kernel_lambda_legacy_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_legacy_test.exe" 2025-04-25T05:38:46.8934485Z if errorlevel 1 goto fail 2025-04-25T05:38:46.8934757Z ) 2025-04-25T05:38:46.8944590Z 2025-04-25T05:38:46.8945075Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:38:46.8948568Z 2025-04-25T05:38:46.8949121Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:38:46.8951504Z 2025-04-25T05:38:46.8951988Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_lambda_legacy_test" == "verify_api_visibility" goto :eof 2025-04-25T05:38:46.8953318Z 2025-04-25T05:38:46.8953996Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_legacy_test.exe" 2025-04-25T05:38:46.8955240Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_legacy_test.exe" 2025-04-25T05:38:46.8956405Z 2025-04-25T05:38:46.8956886Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_lambda_legacy_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:38:46.8957695Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_legacy_test.exe" 2025-04-25T05:38:46.8958262Z goto :eof 2025-04-25T05:38:46.8958472Z ) 2025-04-25T05:38:46.8958608Z 2025-04-25T05:38:46.8959006Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/kernel_lambda_legacy_test" 2025-04-25T05:38:47.0597739Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:38:47.0598771Z import pkg_resources 2025-04-25T05:38:52.5366849Z Found test times from artifacts 2025-04-25T05:38:52.6358329Z Found test times from artifacts 2025-04-25T05:38:52.6392496Z Running 25% of tests based on TD 2025-04-25T05:38:52.6397665Z Running parallel tests on 3 processes 2025-04-25T05:38:52.6398053Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:38:52.6398374Z Serial tests (0): 2025-04-25T05:38:52.6398607Z Parallel tests (1): 2025-04-25T05:38:52.6398897Z cpp/kernel_lambda_legacy_test 1/1 2025-04-25T05:38:52.6399194Z Name: excluded (est. time: 0.0min) 2025-04-25T05:38:52.6399487Z Serial tests (0): 2025-04-25T05:38:52.6399730Z Parallel tests (0): 2025-04-25T05:38:52.6473355Z Running cpp/kernel_lambda_legacy_test 1/1 ... [2025-04-25 05:38:52.646971] 2025-04-25T05:38:52.6473871Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:38:52.6495720Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_lambda_legacy_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-101aff20ebc734bd.xml', '-x', '--reruns=2'] ... [2025-04-25 05:38:52.649380] 2025-04-25T05:38:52.6497552Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:38:55.1130648Z 2025-04-25T05:38:55.1131731Z cpp/kernel_lambda_legacy_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_lambda_legacy_test_1.1_aaaf94ba127f4297_.log 2025-04-25T05:38:55.1132439Z 2025-04-25T05:38:56.8624047Z Running cpp/kernel_lambda_legacy_test 1/1 ... [2025-04-25 05:38:56.862209] 2025-04-25T05:38:56.8624546Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:38:56.8633188Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_lambda_legacy_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-51d7e483155eb4b2.xml', '-x', '--reruns=2'] ... [2025-04-25 05:38:56.862839] 2025-04-25T05:39:09.6943409Z 2025-04-25T05:39:09.6944603Z cpp/kernel_lambda_legacy_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_lambda_legacy_test_1.1_e227329b291ad589_.log 2025-04-25T05:39:09.6946915Z 2025-04-25T05:39:10.4605057Z Running test batch 'tests to run' cost 17.82 seconds 2025-04-25T05:39:11.0695739Z 2025-04-25T05:39:11.0696460Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:39:11.0696985Z echo "kernel_lambda_legacy_test" failed with exit code 0 2025-04-25T05:39:11.0697369Z goto fail 2025-04-25T05:39:11.0697596Z ) 2025-04-25T05:39:11.0697717Z 2025-04-25T05:39:11.0697946Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:39:11.0698584Z echo "kernel_lambda_legacy_test" failed with exit code 0 2025-04-25T05:39:11.0698935Z goto fail 2025-04-25T05:39:11.0699234Z ) 2025-04-25T05:39:11.0699350Z 2025-04-25T05:39:11.0699528Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:39:11.0707324Z 2025-04-25T05:39:11.0707558Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:39:11.0708303Z call :libtorch_check "kernel_lambda_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_test.exe" 2025-04-25T05:39:11.0708966Z if errorlevel 1 goto fail 2025-04-25T05:39:11.0709238Z ) 2025-04-25T05:39:11.0718716Z 2025-04-25T05:39:11.0719339Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:39:11.0722578Z 2025-04-25T05:39:11.0723073Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:39:11.0725350Z 2025-04-25T05:39:11.0725892Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_lambda_test" == "verify_api_visibility" goto :eof 2025-04-25T05:39:11.0727127Z 2025-04-25T05:39:11.0727777Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_test.exe" 2025-04-25T05:39:11.0728765Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_test.exe" 2025-04-25T05:39:11.0730426Z 2025-04-25T05:39:11.0730886Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_lambda_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:39:11.0731641Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_test.exe" 2025-04-25T05:39:11.0732183Z goto :eof 2025-04-25T05:39:11.0732381Z ) 2025-04-25T05:39:11.0732616Z 2025-04-25T05:39:11.0732994Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/kernel_lambda_test" 2025-04-25T05:39:11.2375796Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:39:11.2376669Z import pkg_resources 2025-04-25T05:39:16.7446520Z Found test times from artifacts 2025-04-25T05:39:16.8521010Z Found test times from artifacts 2025-04-25T05:39:16.8555641Z Running 25% of tests based on TD 2025-04-25T05:39:16.8560486Z Running parallel tests on 3 processes 2025-04-25T05:39:16.8560858Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:39:16.8561149Z Serial tests (0): 2025-04-25T05:39:16.8561411Z Parallel tests (1): 2025-04-25T05:39:16.8561682Z cpp/kernel_lambda_test 1/1 2025-04-25T05:39:16.8561963Z Name: excluded (est. time: 0.0min) 2025-04-25T05:39:16.8562257Z Serial tests (0): 2025-04-25T05:39:16.8562482Z Parallel tests (0): 2025-04-25T05:39:16.8632753Z Running cpp/kernel_lambda_test 1/1 ... [2025-04-25 05:39:16.854325] 2025-04-25T05:39:16.8633196Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:39:16.8642521Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_lambda_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-66b42ad59c6a2a56.xml', '-x', '--reruns=2'] ... [2025-04-25 05:39:16.854325] 2025-04-25T05:39:16.8644301Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:39:19.4248518Z 2025-04-25T05:39:19.4249488Z cpp/kernel_lambda_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_lambda_test_1.1_5f4f2bcc41b9cfc3_.log 2025-04-25T05:39:19.4250143Z 2025-04-25T05:39:21.3490251Z Running cpp/kernel_lambda_test 1/1 ... [2025-04-25 05:39:21.348679] 2025-04-25T05:39:21.3490910Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:39:21.3502142Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_lambda_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-3391ff5af1df738f.xml', '-x', '--reruns=2'] ... [2025-04-25 05:39:21.349874] 2025-04-25T05:39:31.6168409Z 2025-04-25T05:39:31.6169579Z cpp/kernel_lambda_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_lambda_test_1.1_422c2e05bf5352f5_.log 2025-04-25T05:39:31.6170645Z 2025-04-25T05:39:32.3785602Z Running test batch 'tests to run' cost 15.51 seconds 2025-04-25T05:39:32.9802896Z 2025-04-25T05:39:32.9803863Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:39:32.9804380Z echo "kernel_lambda_test" failed with exit code 0 2025-04-25T05:39:32.9804925Z goto fail 2025-04-25T05:39:32.9805133Z ) 2025-04-25T05:39:32.9805414Z 2025-04-25T05:39:32.9805718Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:39:32.9806187Z echo "kernel_lambda_test" failed with exit code 0 2025-04-25T05:39:32.9806568Z goto fail 2025-04-25T05:39:32.9806837Z ) 2025-04-25T05:39:32.9807008Z 2025-04-25T05:39:32.9807234Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:39:32.9814714Z 2025-04-25T05:39:32.9815273Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:39:32.9816125Z call :libtorch_check "kernel_stackbased_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_stackbased_test.exe" 2025-04-25T05:39:32.9816840Z if errorlevel 1 goto fail 2025-04-25T05:39:32.9817115Z ) 2025-04-25T05:39:32.9826312Z 2025-04-25T05:39:32.9826715Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:39:32.9830174Z 2025-04-25T05:39:32.9830675Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:39:32.9833147Z 2025-04-25T05:39:32.9833839Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_stackbased_test" == "verify_api_visibility" goto :eof 2025-04-25T05:39:32.9835342Z 2025-04-25T05:39:32.9836054Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_stackbased_test.exe" 2025-04-25T05:39:32.9837040Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_stackbased_test.exe" 2025-04-25T05:39:32.9838326Z 2025-04-25T05:39:32.9838763Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_stackbased_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:39:32.9839571Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_stackbased_test.exe" 2025-04-25T05:39:32.9840111Z goto :eof 2025-04-25T05:39:32.9840327Z ) 2025-04-25T05:39:32.9840436Z 2025-04-25T05:39:32.9840829Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/kernel_stackbased_test" 2025-04-25T05:39:33.1508418Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:39:33.1509434Z import pkg_resources 2025-04-25T05:39:38.6189560Z Found test times from artifacts 2025-04-25T05:39:38.7184137Z Found test times from artifacts 2025-04-25T05:39:38.7218259Z Running 25% of tests based on TD 2025-04-25T05:39:38.7233140Z Running parallel tests on 3 processes 2025-04-25T05:39:38.7233524Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:39:38.7233849Z Serial tests (0): 2025-04-25T05:39:38.7234084Z Parallel tests (1): 2025-04-25T05:39:38.7234369Z cpp/kernel_stackbased_test 1/1 2025-04-25T05:39:38.7234682Z Name: excluded (est. time: 0.0min) 2025-04-25T05:39:38.7235125Z Serial tests (0): 2025-04-25T05:39:38.7235358Z Parallel tests (0): 2025-04-25T05:39:38.7307623Z Running cpp/kernel_stackbased_test 1/1 ... [2025-04-25 05:39:38.730479] 2025-04-25T05:39:38.7308085Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:39:38.7320602Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_stackbased_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-11c08cdd4b339533.xml', '-x', '--reruns=2'] ... [2025-04-25 05:39:38.731770] 2025-04-25T05:39:38.7322387Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:39:41.2141392Z 2025-04-25T05:39:41.2142425Z cpp/kernel_stackbased_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_stackbased_test_1.1_476b46776f545fd0_.log 2025-04-25T05:39:41.2143404Z 2025-04-25T05:39:42.9564488Z Running cpp/kernel_stackbased_test 1/1 ... [2025-04-25 05:39:42.953893] 2025-04-25T05:39:42.9564992Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:39:42.9574556Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_stackbased_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-530c2d129b63037e.xml', '-x', '--reruns=2'] ... [2025-04-25 05:39:42.956977] 2025-04-25T05:39:47.6594733Z 2025-04-25T05:39:47.6596001Z cpp/kernel_stackbased_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_stackbased_test_1.1_03ef5ba234d4abac_.log 2025-04-25T05:39:47.6596836Z 2025-04-25T05:39:48.4388541Z Running test batch 'tests to run' cost 9.72 seconds 2025-04-25T05:39:49.0543121Z 2025-04-25T05:39:49.0543787Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:39:49.0544361Z echo "kernel_stackbased_test" failed with exit code 0 2025-04-25T05:39:49.0544753Z goto fail 2025-04-25T05:39:49.0544950Z ) 2025-04-25T05:39:49.0545091Z 2025-04-25T05:39:49.0545302Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:39:49.0545766Z echo "kernel_stackbased_test" failed with exit code 0 2025-04-25T05:39:49.0546133Z goto fail 2025-04-25T05:39:49.0546354Z ) 2025-04-25T05:39:49.0546464Z 2025-04-25T05:39:49.0546630Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:39:49.0552785Z 2025-04-25T05:39:49.0552950Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:39:49.0553640Z call :libtorch_check "lazy_tensor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\lazy_tensor_test.exe" 2025-04-25T05:39:49.0554321Z if errorlevel 1 goto fail 2025-04-25T05:39:49.0554607Z ) 2025-04-25T05:39:49.0563802Z 2025-04-25T05:39:49.0564169Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:39:49.0567651Z 2025-04-25T05:39:49.0568133Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:39:49.0570485Z 2025-04-25T05:39:49.0570909Z (base) C:\actions-runner\_work\pytorch\pytorch>if "lazy_tensor_test" == "verify_api_visibility" goto :eof 2025-04-25T05:39:49.0572251Z 2025-04-25T05:39:49.0572811Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\lazy_tensor_test.exe" 2025-04-25T05:39:49.0573778Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\lazy_tensor_test.exe" 2025-04-25T05:39:49.0575061Z 2025-04-25T05:39:49.0575432Z (base) C:\actions-runner\_work\pytorch\pytorch>if "lazy_tensor_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:39:49.0576322Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\lazy_tensor_test.exe" 2025-04-25T05:39:49.0576857Z goto :eof 2025-04-25T05:39:49.0577153Z ) 2025-04-25T05:39:49.0577270Z 2025-04-25T05:39:49.0577647Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/lazy_tensor_test" 2025-04-25T05:39:49.2224040Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:39:49.2224905Z import pkg_resources 2025-04-25T05:39:54.9094649Z Found test times from artifacts 2025-04-25T05:39:55.0093646Z Found test times from artifacts 2025-04-25T05:39:55.0128426Z Running 25% of tests based on TD 2025-04-25T05:39:55.0133817Z Running parallel tests on 3 processes 2025-04-25T05:39:55.0134243Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:39:55.0134739Z Serial tests (0): 2025-04-25T05:39:55.0135014Z Parallel tests (1): 2025-04-25T05:39:55.0135262Z cpp/lazy_tensor_test 1/1 2025-04-25T05:39:55.0135561Z Name: excluded (est. time: 0.0min) 2025-04-25T05:39:55.0135848Z Serial tests (0): 2025-04-25T05:39:55.0136112Z Parallel tests (0): 2025-04-25T05:39:55.0209330Z Running cpp/lazy_tensor_test 1/1 ... [2025-04-25 05:39:55.020272] 2025-04-25T05:39:55.0210114Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:39:55.0219354Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\lazy_tensor_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-fa3bf32d85c577cf.xml', '-x', '--reruns=2'] ... [2025-04-25 05:39:55.021713] 2025-04-25T05:39:55.0221352Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:39:57.5567438Z 2025-04-25T05:39:57.5568434Z cpp/lazy_tensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.lazy_tensor_test_1.1_fcaadb91918594f7_.log 2025-04-25T05:39:57.5569179Z 2025-04-25T05:39:59.3565253Z Running cpp/lazy_tensor_test 1/1 ... [2025-04-25 05:39:59.354891] 2025-04-25T05:39:59.3565750Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:39:59.3574456Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\lazy_tensor_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-376e46d550ee71c4.xml', '-x', '--reruns=2'] ... [2025-04-25 05:39:59.354891] 2025-04-25T05:40:02.5437234Z 2025-04-25T05:40:02.5438220Z cpp/lazy_tensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.lazy_tensor_test_1.1_da0887f7baec6d41_.log 2025-04-25T05:40:02.5438871Z 2025-04-25T05:40:03.2847035Z Running test batch 'tests to run' cost 8.27 seconds 2025-04-25T05:40:03.9529915Z 2025-04-25T05:40:03.9530557Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:40:03.9531042Z echo "lazy_tensor_test" failed with exit code 0 2025-04-25T05:40:03.9531376Z goto fail 2025-04-25T05:40:03.9531581Z ) 2025-04-25T05:40:03.9531699Z 2025-04-25T05:40:03.9531891Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:40:03.9532301Z echo "lazy_tensor_test" failed with exit code 0 2025-04-25T05:40:03.9532613Z goto fail 2025-04-25T05:40:03.9532801Z ) 2025-04-25T05:40:03.9533312Z 2025-04-25T05:40:03.9533496Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:40:03.9540196Z 2025-04-25T05:40:03.9540424Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:40:03.9541090Z call :libtorch_check "legacy_vmap_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\legacy_vmap_test.exe" 2025-04-25T05:40:03.9542393Z if errorlevel 1 goto fail 2025-04-25T05:40:03.9542647Z ) 2025-04-25T05:40:03.9551986Z 2025-04-25T05:40:03.9553072Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:40:03.9555887Z 2025-04-25T05:40:03.9556412Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:40:03.9558608Z 2025-04-25T05:40:03.9559031Z (base) C:\actions-runner\_work\pytorch\pytorch>if "legacy_vmap_test" == "verify_api_visibility" goto :eof 2025-04-25T05:40:03.9560385Z 2025-04-25T05:40:03.9561218Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\legacy_vmap_test.exe" 2025-04-25T05:40:03.9562180Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\legacy_vmap_test.exe" 2025-04-25T05:40:03.9563554Z 2025-04-25T05:40:03.9564016Z (base) C:\actions-runner\_work\pytorch\pytorch>if "legacy_vmap_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:40:03.9564761Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\legacy_vmap_test.exe" 2025-04-25T05:40:03.9566576Z goto :eof 2025-04-25T05:40:03.9566795Z ) 2025-04-25T05:40:03.9567060Z 2025-04-25T05:40:03.9567442Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/legacy_vmap_test" 2025-04-25T05:40:04.1245541Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:40:04.1246378Z import pkg_resources 2025-04-25T05:40:09.6400853Z Found test times from artifacts 2025-04-25T05:40:09.7402248Z Found test times from artifacts 2025-04-25T05:40:09.7436902Z Running 25% of tests based on TD 2025-04-25T05:40:09.7442391Z Running parallel tests on 3 processes 2025-04-25T05:40:09.7442824Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:40:09.7443110Z Serial tests (0): 2025-04-25T05:40:09.7443347Z Parallel tests (1): 2025-04-25T05:40:09.7443589Z cpp/legacy_vmap_test 1/1 2025-04-25T05:40:09.7443850Z Name: excluded (est. time: 0.0min) 2025-04-25T05:40:09.7444120Z Serial tests (0): 2025-04-25T05:40:09.7444331Z Parallel tests (0): 2025-04-25T05:40:09.7517724Z Running cpp/legacy_vmap_test 1/1 ... [2025-04-25 05:40:09.751405] 2025-04-25T05:40:09.7518139Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:40:09.7527728Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\legacy_vmap_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-8ff5a447bf9ae097.xml', '-x', '--reruns=2'] ... [2025-04-25 05:40:09.752553] 2025-04-25T05:40:09.7529468Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:40:12.3194527Z 2025-04-25T05:40:12.3195663Z cpp/legacy_vmap_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.legacy_vmap_test_1.1_b176d1cf19e53bbb_.log 2025-04-25T05:40:12.3196328Z 2025-04-25T05:40:14.0361231Z Running cpp/legacy_vmap_test 1/1 ... [2025-04-25 05:40:14.035919] 2025-04-25T05:40:14.0361711Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:40:14.0381934Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\legacy_vmap_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-98ed81d08cb62aab.xml', '-x', '--reruns=2'] ... [2025-04-25 05:40:14.036996] 2025-04-25T05:40:20.9222296Z 2025-04-25T05:40:20.9223363Z cpp/legacy_vmap_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.legacy_vmap_test_1.1_bdcecaa7ef0170ca_.log 2025-04-25T05:40:20.9224229Z 2025-04-25T05:40:21.6485271Z Running test batch 'tests to run' cost 11.9 seconds 2025-04-25T05:40:22.2813785Z 2025-04-25T05:40:22.2814628Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:40:22.2815126Z echo "legacy_vmap_test" failed with exit code 0 2025-04-25T05:40:22.2815441Z goto fail 2025-04-25T05:40:22.2815636Z ) 2025-04-25T05:40:22.2815748Z 2025-04-25T05:40:22.2815940Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:40:22.2816368Z echo "legacy_vmap_test" failed with exit code 0 2025-04-25T05:40:22.2816677Z goto fail 2025-04-25T05:40:22.2816853Z ) 2025-04-25T05:40:22.2816950Z 2025-04-25T05:40:22.2817117Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:40:22.2825395Z 2025-04-25T05:40:22.2825638Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:40:22.2826276Z call :libtorch_check "List_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\List_test.exe" 2025-04-25T05:40:22.2826975Z if errorlevel 1 goto fail 2025-04-25T05:40:22.2827206Z ) 2025-04-25T05:40:22.2837125Z 2025-04-25T05:40:22.2837787Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:40:22.2841215Z 2025-04-25T05:40:22.2841663Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:40:22.2843514Z 2025-04-25T05:40:22.2843969Z (base) C:\actions-runner\_work\pytorch\pytorch>if "List_test" == "verify_api_visibility" goto :eof 2025-04-25T05:40:22.2845242Z 2025-04-25T05:40:22.2845823Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\List_test.exe" 2025-04-25T05:40:22.2846693Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\List_test.exe" 2025-04-25T05:40:22.2847569Z 2025-04-25T05:40:22.2847932Z (base) C:\actions-runner\_work\pytorch\pytorch>if "List_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:40:22.2848615Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\List_test.exe" 2025-04-25T05:40:22.2849082Z goto :eof 2025-04-25T05:40:22.2849299Z ) 2025-04-25T05:40:22.2849396Z 2025-04-25T05:40:22.2849733Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/List_test" 2025-04-25T05:40:22.4491509Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:40:22.4492357Z import pkg_resources 2025-04-25T05:40:27.9551923Z Found test times from artifacts 2025-04-25T05:40:28.0548899Z Found test times from artifacts 2025-04-25T05:40:28.0584050Z Running 25% of tests based on TD 2025-04-25T05:40:28.0589643Z Running parallel tests on 3 processes 2025-04-25T05:40:28.0590073Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:40:28.0590360Z Serial tests (0): 2025-04-25T05:40:28.0590585Z Parallel tests (1): 2025-04-25T05:40:28.0590806Z cpp/List_test 1/1 2025-04-25T05:40:28.0591065Z Name: excluded (est. time: 0.0min) 2025-04-25T05:40:28.0591331Z Serial tests (0): 2025-04-25T05:40:28.0591550Z Parallel tests (0): 2025-04-25T05:40:28.0664999Z Running cpp/List_test 1/1 ... [2025-04-25 05:40:28.066013] 2025-04-25T05:40:28.0665420Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:40:28.0674677Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\List_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-4fc9f280b605e487.xml', '-x', '--reruns=2'] ... [2025-04-25 05:40:28.067181] 2025-04-25T05:40:28.0676406Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:40:30.6313643Z 2025-04-25T05:40:30.6314742Z cpp/List_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.List_test_1.1_c4cb586ecc36b1e7_.log 2025-04-25T05:40:30.6315342Z 2025-04-25T05:40:32.4737725Z Running cpp/List_test 1/1 ... [2025-04-25 05:40:32.459361] 2025-04-25T05:40:32.4738168Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:40:32.4746896Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\List_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-c81c7d0baa168c5b.xml', '-x', '--reruns=2'] ... [2025-04-25 05:40:32.459361] 2025-04-25T05:41:00.3441004Z 2025-04-25T05:41:00.3441994Z cpp/List_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.List_test_1.1_5fb7eab3e839d6a5_.log 2025-04-25T05:41:00.3444960Z 2025-04-25T05:41:01.0871525Z Running test batch 'tests to run' cost 33.03 seconds 2025-04-25T05:41:01.7016689Z 2025-04-25T05:41:01.7017246Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:41:01.7017703Z echo "List_test" failed with exit code 0 2025-04-25T05:41:01.7018119Z goto fail 2025-04-25T05:41:01.7018429Z ) 2025-04-25T05:41:01.7018575Z 2025-04-25T05:41:01.7019084Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:41:01.7019525Z echo "List_test" failed with exit code 0 2025-04-25T05:41:01.7019822Z goto fail 2025-04-25T05:41:01.7020003Z ) 2025-04-25T05:41:01.7020130Z 2025-04-25T05:41:01.7020784Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:41:01.7027038Z 2025-04-25T05:41:01.7027305Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:41:01.7028123Z call :libtorch_check "make_boxed_from_unboxed_functor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\make_boxed_from_unboxed_functor_test.exe" 2025-04-25T05:41:01.7028917Z if errorlevel 1 goto fail 2025-04-25T05:41:01.7029148Z ) 2025-04-25T05:41:01.7112112Z 2025-04-25T05:41:01.7112686Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:41:01.7115659Z 2025-04-25T05:41:01.7116169Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:41:01.7118443Z 2025-04-25T05:41:01.7118883Z (base) C:\actions-runner\_work\pytorch\pytorch>if "make_boxed_from_unboxed_functor_test" == "verify_api_visibility" goto :eof 2025-04-25T05:41:01.7120136Z 2025-04-25T05:41:01.7120926Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\make_boxed_from_unboxed_functor_test.exe" 2025-04-25T05:41:01.7122094Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\make_boxed_from_unboxed_functor_test.exe" 2025-04-25T05:41:01.7122622Z 2025-04-25T05:41:01.7123012Z (base) C:\actions-runner\_work\pytorch\pytorch>if "make_boxed_from_unboxed_functor_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:41:01.7123977Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\make_boxed_from_unboxed_functor_test.exe" 2025-04-25T05:41:01.7124588Z goto :eof 2025-04-25T05:41:01.7124769Z ) 2025-04-25T05:41:01.7124867Z 2025-04-25T05:41:01.7125300Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/make_boxed_from_unboxed_functor_test" 2025-04-25T05:41:01.8778902Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:41:01.8780485Z import pkg_resources 2025-04-25T05:41:07.3977245Z Found test times from artifacts 2025-04-25T05:41:07.5008599Z Found test times from artifacts 2025-04-25T05:41:07.5045469Z Running 25% of tests based on TD 2025-04-25T05:41:07.5051360Z Running parallel tests on 3 processes 2025-04-25T05:41:07.5051930Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:41:07.5052262Z Serial tests (0): 2025-04-25T05:41:07.5052501Z Parallel tests (1): 2025-04-25T05:41:07.5052767Z cpp/make_boxed_from_unboxed_functor_test 1/1 2025-04-25T05:41:07.5053082Z Name: excluded (est. time: 0.0min) 2025-04-25T05:41:07.5053347Z Serial tests (0): 2025-04-25T05:41:07.5053555Z Parallel tests (0): 2025-04-25T05:41:07.5136175Z Running cpp/make_boxed_from_unboxed_functor_test 1/1 ... [2025-04-25 05:41:07.513463] 2025-04-25T05:41:07.5137037Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:41:07.5146275Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\make_boxed_from_unboxed_functor_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-564eb9d34e0d5250.xml', '-x', '--reruns=2'] ... [2025-04-25 05:41:07.514317] 2025-04-25T05:41:07.5150181Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:41:10.0528620Z 2025-04-25T05:41:10.0529786Z cpp/make_boxed_from_unboxed_functor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.make_boxed_from_unboxed_functor_test_1.1_5577d005ea542569_.log 2025-04-25T05:41:10.0530590Z 2025-04-25T05:41:11.9490963Z Running cpp/make_boxed_from_unboxed_functor_test 1/1 ... [2025-04-25 05:41:11.946380] 2025-04-25T05:41:11.9491487Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:41:11.9500263Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\make_boxed_from_unboxed_functor_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-4581bb714c256e55.xml', '-x', '--reruns=2'] ... [2025-04-25 05:41:11.949463] 2025-04-25T05:41:22.7152161Z 2025-04-25T05:41:22.7153196Z cpp/make_boxed_from_unboxed_functor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.make_boxed_from_unboxed_functor_test_1.1_b4299b0ec825e298_.log 2025-04-25T05:41:22.7154486Z 2025-04-25T05:41:23.4655902Z Running test batch 'tests to run' cost 15.96 seconds 2025-04-25T05:41:24.1227102Z 2025-04-25T05:41:24.1227842Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:41:24.1228373Z echo "make_boxed_from_unboxed_functor_test" failed with exit code 0 2025-04-25T05:41:24.1228764Z goto fail 2025-04-25T05:41:24.1228944Z ) 2025-04-25T05:41:24.1229061Z 2025-04-25T05:41:24.1229247Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:41:24.1229736Z echo "make_boxed_from_unboxed_functor_test" failed with exit code 0 2025-04-25T05:41:24.1230116Z goto fail 2025-04-25T05:41:24.1230305Z ) 2025-04-25T05:41:24.1230404Z 2025-04-25T05:41:24.1230562Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:41:24.1237226Z 2025-04-25T05:41:24.1237451Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:41:24.1238127Z call :libtorch_check "math_kernel_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\math_kernel_test.exe" 2025-04-25T05:41:24.1238750Z if errorlevel 1 goto fail 2025-04-25T05:41:24.1238989Z ) 2025-04-25T05:41:24.1247872Z 2025-04-25T05:41:24.1248237Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:41:24.1251436Z 2025-04-25T05:41:24.1251890Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:41:24.1253867Z 2025-04-25T05:41:24.1254260Z (base) C:\actions-runner\_work\pytorch\pytorch>if "math_kernel_test" == "verify_api_visibility" goto :eof 2025-04-25T05:41:24.1255087Z 2025-04-25T05:41:24.1255696Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\math_kernel_test.exe" 2025-04-25T05:41:24.1256629Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\math_kernel_test.exe" 2025-04-25T05:41:24.1257207Z 2025-04-25T05:41:24.1257787Z (base) C:\actions-runner\_work\pytorch\pytorch>if "math_kernel_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:41:24.1258495Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\math_kernel_test.exe" 2025-04-25T05:41:24.1258999Z goto :eof 2025-04-25T05:41:24.1259196Z ) 2025-04-25T05:41:24.1259294Z 2025-04-25T05:41:24.1259648Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/math_kernel_test" 2025-04-25T05:41:24.2927307Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:41:24.2928330Z import pkg_resources 2025-04-25T05:41:29.7336842Z Found test times from artifacts 2025-04-25T05:41:29.8327117Z Found test times from artifacts 2025-04-25T05:41:29.8361171Z Running 25% of tests based on TD 2025-04-25T05:41:29.8365950Z Running parallel tests on 3 processes 2025-04-25T05:41:29.8366353Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:41:29.8366733Z Serial tests (0): 2025-04-25T05:41:29.8366959Z Parallel tests (1): 2025-04-25T05:41:29.8367186Z cpp/math_kernel_test 1/1 2025-04-25T05:41:29.8367463Z Name: excluded (est. time: 0.0min) 2025-04-25T05:41:29.8367717Z Serial tests (0): 2025-04-25T05:41:29.8367942Z Parallel tests (0): 2025-04-25T05:41:29.8450201Z Running cpp/math_kernel_test 1/1 ... [2025-04-25 05:41:29.844401] 2025-04-25T05:41:29.8459554Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:41:29.8460852Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\math_kernel_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-1b79fa3457a0082a.xml', '-x', '--reruns=2'] ... [2025-04-25 05:41:29.845601] 2025-04-25T05:41:29.8462656Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:41:32.3921058Z 2025-04-25T05:41:32.3921990Z cpp/math_kernel_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.math_kernel_test_1.1_085c585bbfe764dc_.log 2025-04-25T05:41:32.3922784Z 2025-04-25T05:41:34.1578343Z Running cpp/math_kernel_test 1/1 ... [2025-04-25 05:41:34.157455] 2025-04-25T05:41:34.1578799Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:41:34.1587610Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\math_kernel_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-f7af89df0117dd51.xml', '-x', '--reruns=2'] ... [2025-04-25 05:41:34.158572] 2025-04-25T05:41:37.8086343Z 2025-04-25T05:41:37.8087190Z cpp/math_kernel_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.math_kernel_test_1.1_08d0aae88df0f122_.log 2025-04-25T05:41:37.8087900Z 2025-04-25T05:41:38.5877841Z Running test batch 'tests to run' cost 8.74 seconds 2025-04-25T05:41:39.2017895Z 2025-04-25T05:41:39.2018546Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:41:39.2019012Z echo "math_kernel_test" failed with exit code 0 2025-04-25T05:41:39.2019317Z goto fail 2025-04-25T05:41:39.2019505Z ) 2025-04-25T05:41:39.2019613Z 2025-04-25T05:41:39.2019822Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:41:39.2020394Z echo "math_kernel_test" failed with exit code 0 2025-04-25T05:41:39.2020704Z goto fail 2025-04-25T05:41:39.2020875Z ) 2025-04-25T05:41:39.2020973Z 2025-04-25T05:41:39.2021220Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:41:39.2027030Z 2025-04-25T05:41:39.2027280Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:41:39.2027957Z call :libtorch_check "MaybeOwned_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\MaybeOwned_test.exe" 2025-04-25T05:41:39.2028595Z if errorlevel 1 goto fail 2025-04-25T05:41:39.2028829Z ) 2025-04-25T05:41:39.2037770Z 2025-04-25T05:41:39.2038368Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:41:39.2041471Z 2025-04-25T05:41:39.2041960Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:41:39.2043910Z 2025-04-25T05:41:39.2044349Z (base) C:\actions-runner\_work\pytorch\pytorch>if "MaybeOwned_test" == "verify_api_visibility" goto :eof 2025-04-25T05:41:39.2045704Z 2025-04-25T05:41:39.2046330Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\MaybeOwned_test.exe" 2025-04-25T05:41:39.2047239Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\MaybeOwned_test.exe" 2025-04-25T05:41:39.2047670Z 2025-04-25T05:41:39.2047973Z (base) C:\actions-runner\_work\pytorch\pytorch>if "MaybeOwned_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:41:39.2048834Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\MaybeOwned_test.exe" 2025-04-25T05:41:39.2049313Z goto :eof 2025-04-25T05:41:39.2049494Z ) 2025-04-25T05:41:39.2049591Z 2025-04-25T05:41:39.2049949Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/MaybeOwned_test" 2025-04-25T05:41:39.3697897Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:41:39.3698779Z import pkg_resources 2025-04-25T05:41:44.8656110Z Found test times from artifacts 2025-04-25T05:41:44.9708737Z Found test times from artifacts 2025-04-25T05:41:44.9745010Z Running 25% of tests based on TD 2025-04-25T05:41:44.9750923Z Running parallel tests on 3 processes 2025-04-25T05:41:44.9751298Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:41:44.9751786Z Serial tests (0): 2025-04-25T05:41:44.9752041Z Parallel tests (1): 2025-04-25T05:41:44.9752275Z cpp/MaybeOwned_test 1/1 2025-04-25T05:41:44.9752526Z Name: excluded (est. time: 0.0min) 2025-04-25T05:41:44.9752797Z Serial tests (0): 2025-04-25T05:41:44.9753015Z Parallel tests (0): 2025-04-25T05:41:44.9828017Z Running cpp/MaybeOwned_test 1/1 ... [2025-04-25 05:41:44.982253] 2025-04-25T05:41:44.9828556Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:41:44.9838029Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\MaybeOwned_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-b915a9e54527761a.xml', '-x', '--reruns=2'] ... [2025-04-25 05:41:44.983427] 2025-04-25T05:41:44.9840286Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:41:47.4656434Z 2025-04-25T05:41:47.4657347Z cpp/MaybeOwned_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.MaybeOwned_test_1.1_5dd8ebdb684505b5_.log 2025-04-25T05:41:47.4657998Z 2025-04-25T05:41:49.2978198Z Running cpp/MaybeOwned_test 1/1 ... [2025-04-25 05:41:49.295527] 2025-04-25T05:41:49.2978629Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:41:49.2987271Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\MaybeOwned_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-f58a5a77ef199e99.xml', '-x', '--reruns=2'] ... [2025-04-25 05:41:49.295527] 2025-04-25T05:41:57.1674337Z 2025-04-25T05:41:57.1675427Z cpp/MaybeOwned_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.MaybeOwned_test_1.1_be0e7a68e6003684_.log 2025-04-25T05:41:57.1678750Z 2025-04-25T05:41:57.9303216Z Running test batch 'tests to run' cost 12.95 seconds 2025-04-25T05:41:58.5363934Z 2025-04-25T05:41:58.5364729Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:41:58.5365189Z echo "MaybeOwned_test" failed with exit code 0 2025-04-25T05:41:58.5365502Z goto fail 2025-04-25T05:41:58.5365688Z ) 2025-04-25T05:41:58.5365801Z 2025-04-25T05:41:58.5366151Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:41:58.5366595Z echo "MaybeOwned_test" failed with exit code 0 2025-04-25T05:41:58.5366899Z goto fail 2025-04-25T05:41:58.5367090Z ) 2025-04-25T05:41:58.5367191Z 2025-04-25T05:41:58.5367421Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:41:58.5373310Z 2025-04-25T05:41:58.5373551Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:41:58.5374232Z call :libtorch_check "memory_format_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_format_test.exe" 2025-04-25T05:41:58.5374895Z if errorlevel 1 goto fail 2025-04-25T05:41:58.5375132Z ) 2025-04-25T05:41:58.5385766Z 2025-04-25T05:41:58.5386120Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:41:58.5389626Z 2025-04-25T05:41:58.5390086Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:41:58.5392425Z 2025-04-25T05:41:58.5392923Z (base) C:\actions-runner\_work\pytorch\pytorch>if "memory_format_test" == "verify_api_visibility" goto :eof 2025-04-25T05:41:58.5393755Z 2025-04-25T05:41:58.5394287Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_format_test.exe" 2025-04-25T05:41:58.5395241Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_format_test.exe" 2025-04-25T05:41:58.5396047Z 2025-04-25T05:41:58.5396706Z (base) C:\actions-runner\_work\pytorch\pytorch>if "memory_format_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:41:58.5397491Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_format_test.exe" 2025-04-25T05:41:58.5397982Z goto :eof 2025-04-25T05:41:58.5398175Z ) 2025-04-25T05:41:58.5398276Z 2025-04-25T05:41:58.5398644Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/memory_format_test" 2025-04-25T05:41:58.7182237Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:41:58.7183094Z import pkg_resources 2025-04-25T05:42:04.2473928Z Found test times from artifacts 2025-04-25T05:42:04.3591269Z Found test times from artifacts 2025-04-25T05:42:04.3626525Z Running 25% of tests based on TD 2025-04-25T05:42:04.3631970Z Running parallel tests on 3 processes 2025-04-25T05:42:04.3632386Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:42:04.3632657Z Serial tests (0): 2025-04-25T05:42:04.3632890Z Parallel tests (1): 2025-04-25T05:42:04.3633136Z cpp/memory_format_test 1/1 2025-04-25T05:42:04.3633393Z Name: excluded (est. time: 0.0min) 2025-04-25T05:42:04.3633658Z Serial tests (0): 2025-04-25T05:42:04.3633862Z Parallel tests (0): 2025-04-25T05:42:04.3708816Z Running cpp/memory_format_test 1/1 ... [2025-04-25 05:42:04.370211] 2025-04-25T05:42:04.3709700Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:42:04.3718549Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\memory_format_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-495c88966b319e86.xml', '-x', '--reruns=2'] ... [2025-04-25 05:42:04.370211] 2025-04-25T05:42:04.3720316Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:42:06.9173774Z 2025-04-25T05:42:06.9174699Z cpp/memory_format_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.memory_format_test_1.1_4e39d5777473c676_.log 2025-04-25T05:42:06.9175374Z 2025-04-25T05:42:08.7354515Z Running cpp/memory_format_test 1/1 ... [2025-04-25 05:42:08.734433] 2025-04-25T05:42:08.7355741Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:42:08.7369958Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\memory_format_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-5df3ad92e687ac14.xml', '-x', '--reruns=2'] ... [2025-04-25 05:42:08.735916] 2025-04-25T05:42:12.2639865Z 2025-04-25T05:42:12.2640714Z cpp/memory_format_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.memory_format_test_1.1_0513b101ef0dc2c0_.log 2025-04-25T05:42:12.2641381Z 2025-04-25T05:42:13.0902337Z Running test batch 'tests to run' cost 8.72 seconds 2025-04-25T05:42:13.7234350Z 2025-04-25T05:42:13.7235001Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:42:13.7235490Z echo "memory_format_test" failed with exit code 0 2025-04-25T05:42:13.7235826Z goto fail 2025-04-25T05:42:13.7236033Z ) 2025-04-25T05:42:13.7236143Z 2025-04-25T05:42:13.7236392Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:42:13.7236867Z echo "memory_format_test" failed with exit code 0 2025-04-25T05:42:13.7237224Z goto fail 2025-04-25T05:42:13.7237400Z ) 2025-04-25T05:42:13.7237689Z 2025-04-25T05:42:13.7237904Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:42:13.7244363Z 2025-04-25T05:42:13.7244883Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:42:13.7245686Z call :libtorch_check "memory_overlapping_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_overlapping_test.exe" 2025-04-25T05:42:13.7246398Z if errorlevel 1 goto fail 2025-04-25T05:42:13.7246642Z ) 2025-04-25T05:42:13.7255768Z 2025-04-25T05:42:13.7256235Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:42:13.7259662Z 2025-04-25T05:42:13.7260151Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:42:13.7262436Z 2025-04-25T05:42:13.7262976Z (base) C:\actions-runner\_work\pytorch\pytorch>if "memory_overlapping_test" == "verify_api_visibility" goto :eof 2025-04-25T05:42:13.7263932Z 2025-04-25T05:42:13.7264623Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_overlapping_test.exe" 2025-04-25T05:42:13.7265602Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_overlapping_test.exe" 2025-04-25T05:42:13.7266215Z 2025-04-25T05:42:13.7266677Z (base) C:\actions-runner\_work\pytorch\pytorch>if "memory_overlapping_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:42:13.7267466Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_overlapping_test.exe" 2025-04-25T05:42:13.7268118Z goto :eof 2025-04-25T05:42:13.7268307Z ) 2025-04-25T05:42:13.7268405Z 2025-04-25T05:42:13.7268862Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/memory_overlapping_test" 2025-04-25T05:42:13.8919522Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:42:13.8920363Z import pkg_resources 2025-04-25T05:42:19.4025833Z Found test times from artifacts 2025-04-25T05:42:19.5020796Z Found test times from artifacts 2025-04-25T05:42:19.5055885Z Running 25% of tests based on TD 2025-04-25T05:42:19.5061244Z Running parallel tests on 3 processes 2025-04-25T05:42:19.5061624Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:42:19.5061921Z Serial tests (0): 2025-04-25T05:42:19.5062130Z Parallel tests (1): 2025-04-25T05:42:19.5062379Z cpp/memory_overlapping_test 1/1 2025-04-25T05:42:19.5062820Z Name: excluded (est. time: 0.0min) 2025-04-25T05:42:19.5063095Z Serial tests (0): 2025-04-25T05:42:19.5063305Z Parallel tests (0): 2025-04-25T05:42:19.5134724Z Running cpp/memory_overlapping_test 1/1 ... [2025-04-25 05:42:19.512937] 2025-04-25T05:42:19.5135167Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:42:19.5144959Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\memory_overlapping_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-7eaff43c1b5891b6.xml', '-x', '--reruns=2'] ... [2025-04-25 05:42:19.512937] 2025-04-25T05:42:19.5146784Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:42:22.0122761Z 2025-04-25T05:42:22.0123752Z cpp/memory_overlapping_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.memory_overlapping_test_1.1_6276e8aa627c387b_.log 2025-04-25T05:42:22.0124582Z 2025-04-25T05:42:23.8945817Z Running cpp/memory_overlapping_test 1/1 ... [2025-04-25 05:42:23.890575] 2025-04-25T05:42:23.8946365Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:42:23.8954840Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\memory_overlapping_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-5d680f183c739111.xml', '-x', '--reruns=2'] ... [2025-04-25 05:42:23.890575] 2025-04-25T05:42:27.5972046Z 2025-04-25T05:42:27.5973063Z cpp/memory_overlapping_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.memory_overlapping_test_1.1_2727f5a765773d97_.log 2025-04-25T05:42:27.5973769Z 2025-04-25T05:42:28.3329421Z Running test batch 'tests to run' cost 8.83 seconds 2025-04-25T05:42:29.0114550Z 2025-04-25T05:42:29.0115401Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:42:29.0116309Z echo "memory_overlapping_test" failed with exit code 0 2025-04-25T05:42:29.0116714Z goto fail 2025-04-25T05:42:29.0116913Z ) 2025-04-25T05:42:29.0117055Z 2025-04-25T05:42:29.0117272Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:42:29.0117759Z echo "memory_overlapping_test" failed with exit code 0 2025-04-25T05:42:29.0118102Z goto fail 2025-04-25T05:42:29.0118340Z ) 2025-04-25T05:42:29.0118450Z 2025-04-25T05:42:29.0118615Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:42:29.0126083Z 2025-04-25T05:42:29.0126393Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:42:29.0127178Z call :libtorch_check "mobile_memory_cleanup" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\mobile_memory_cleanup.exe" 2025-04-25T05:42:29.0127867Z if errorlevel 1 goto fail 2025-04-25T05:42:29.0128290Z ) 2025-04-25T05:42:29.0137873Z 2025-04-25T05:42:29.0138501Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:42:29.0141743Z 2025-04-25T05:42:29.0142546Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:42:29.0144671Z 2025-04-25T05:42:29.0145158Z (base) C:\actions-runner\_work\pytorch\pytorch>if "mobile_memory_cleanup" == "verify_api_visibility" goto :eof 2025-04-25T05:42:29.0145800Z 2025-04-25T05:42:29.0146360Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\mobile_memory_cleanup.exe" 2025-04-25T05:42:29.0147368Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\mobile_memory_cleanup.exe" 2025-04-25T05:42:29.0147827Z 2025-04-25T05:42:29.0148164Z (base) C:\actions-runner\_work\pytorch\pytorch>if "mobile_memory_cleanup" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:42:29.0149073Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\mobile_memory_cleanup.exe" 2025-04-25T05:42:29.0149604Z goto :eof 2025-04-25T05:42:29.0149835Z ) 2025-04-25T05:42:29.0149946Z 2025-04-25T05:42:29.0150812Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/mobile_memory_cleanup" 2025-04-25T05:42:29.1791753Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:42:29.1792638Z import pkg_resources 2025-04-25T05:42:34.7486107Z Found test times from artifacts 2025-04-25T05:42:34.8476339Z Found test times from artifacts 2025-04-25T05:42:34.8511027Z Running 25% of tests based on TD 2025-04-25T05:42:34.8516096Z Running parallel tests on 3 processes 2025-04-25T05:42:34.8516465Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:42:34.8516793Z Serial tests (0): 2025-04-25T05:42:34.8517049Z Parallel tests (1): 2025-04-25T05:42:34.8517307Z cpp/mobile_memory_cleanup 1/1 2025-04-25T05:42:34.8517630Z Name: excluded (est. time: 0.0min) 2025-04-25T05:42:34.8517934Z Serial tests (0): 2025-04-25T05:42:34.8518169Z Parallel tests (0): 2025-04-25T05:42:34.8590188Z Running cpp/mobile_memory_cleanup 1/1 ... [2025-04-25 05:42:34.856010] 2025-04-25T05:42:34.8590953Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:42:34.8600403Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\mobile_memory_cleanup.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-93d33abd993c1404.xml', '-x', '--reruns=2'] ... [2025-04-25 05:42:34.856010] 2025-04-25T05:42:34.8602622Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:42:37.3505914Z 2025-04-25T05:42:37.3506848Z cpp/mobile_memory_cleanup 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.mobile_memory_cleanup_1.1_25371ea5e482180e_.log 2025-04-25T05:42:37.3507535Z 2025-04-25T05:42:39.1745005Z Running cpp/mobile_memory_cleanup 1/1 ... [2025-04-25 05:42:39.173746] 2025-04-25T05:42:39.1745515Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:42:39.1753688Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\mobile_memory_cleanup.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-8360589670efc887.xml', '-x', '--reruns=2'] ... [2025-04-25 05:42:39.173746] 2025-04-25T05:42:42.0894756Z 2025-04-25T05:42:42.0895817Z cpp/mobile_memory_cleanup 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.mobile_memory_cleanup_1.1_ae7ee6b1982880ec_.log 2025-04-25T05:42:42.0896767Z 2025-04-25T05:42:42.8526491Z Running test batch 'tests to run' cost 8.0 seconds 2025-04-25T05:42:43.4532311Z 2025-04-25T05:42:43.4533058Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:42:43.4533609Z echo "mobile_memory_cleanup" failed with exit code 0 2025-04-25T05:42:43.4533964Z goto fail 2025-04-25T05:42:43.4534193Z ) 2025-04-25T05:42:43.4534302Z 2025-04-25T05:42:43.4534510Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:42:43.4534996Z echo "mobile_memory_cleanup" failed with exit code 0 2025-04-25T05:42:43.4535347Z goto fail 2025-04-25T05:42:43.4535522Z ) 2025-04-25T05:42:43.4535619Z 2025-04-25T05:42:43.4536157Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:42:43.4543377Z 2025-04-25T05:42:43.4543766Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:42:43.4544478Z call :libtorch_check "NamedTensor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\NamedTensor_test.exe" 2025-04-25T05:42:43.4545287Z if errorlevel 1 goto fail 2025-04-25T05:42:43.4545516Z ) 2025-04-25T05:42:43.4554214Z 2025-04-25T05:42:43.4555202Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:42:43.4558059Z 2025-04-25T05:42:43.4558510Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:42:43.4560856Z 2025-04-25T05:42:43.4561256Z (base) C:\actions-runner\_work\pytorch\pytorch>if "NamedTensor_test" == "verify_api_visibility" goto :eof 2025-04-25T05:42:43.4562242Z 2025-04-25T05:42:43.4562851Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\NamedTensor_test.exe" 2025-04-25T05:42:43.4563788Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\NamedTensor_test.exe" 2025-04-25T05:42:43.4564675Z 2025-04-25T05:42:43.4565088Z (base) C:\actions-runner\_work\pytorch\pytorch>if "NamedTensor_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:42:43.4565807Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\NamedTensor_test.exe" 2025-04-25T05:42:43.4566305Z goto :eof 2025-04-25T05:42:43.4566479Z ) 2025-04-25T05:42:43.4566589Z 2025-04-25T05:42:43.4566950Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/NamedTensor_test" 2025-04-25T05:42:43.6222563Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:42:43.6223424Z import pkg_resources 2025-04-25T05:42:49.1856854Z Found test times from artifacts 2025-04-25T05:42:49.2857982Z Found test times from artifacts 2025-04-25T05:42:49.2893373Z Running 25% of tests based on TD 2025-04-25T05:42:49.2898542Z Running parallel tests on 3 processes 2025-04-25T05:42:49.2898991Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:42:49.2899279Z Serial tests (0): 2025-04-25T05:42:49.2899519Z Parallel tests (1): 2025-04-25T05:42:49.2899753Z cpp/NamedTensor_test 1/1 2025-04-25T05:42:49.2900022Z Name: excluded (est. time: 0.0min) 2025-04-25T05:42:49.2900275Z Serial tests (0): 2025-04-25T05:42:49.2900487Z Parallel tests (0): 2025-04-25T05:42:49.2982511Z Running cpp/NamedTensor_test 1/1 ... [2025-04-25 05:42:49.295576] 2025-04-25T05:42:49.2982963Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:42:49.2992171Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\NamedTensor_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-ba0235d42496cdd4.xml', '-x', '--reruns=2'] ... [2025-04-25 05:42:49.295576] 2025-04-25T05:42:49.2993949Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:42:51.9183599Z 2025-04-25T05:42:51.9184843Z cpp/NamedTensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.NamedTensor_test_1.1_5534aa44d253491d_.log 2025-04-25T05:42:51.9185513Z 2025-04-25T05:42:53.6789761Z Running cpp/NamedTensor_test 1/1 ... [2025-04-25 05:42:53.678690] 2025-04-25T05:42:53.6790220Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:42:53.6799110Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\NamedTensor_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-ee88ea438f604c03.xml', '-x', '--reruns=2'] ... [2025-04-25 05:42:53.679251] 2025-04-25T05:42:58.2144003Z 2025-04-25T05:42:58.2145077Z cpp/NamedTensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.NamedTensor_test_1.1_12ec85cb0c3cd510_.log 2025-04-25T05:42:58.2145925Z 2025-04-25T05:42:58.9467964Z Running test batch 'tests to run' cost 9.66 seconds 2025-04-25T05:42:59.5585457Z 2025-04-25T05:42:59.5586849Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:42:59.5587383Z echo "NamedTensor_test" failed with exit code 0 2025-04-25T05:42:59.5587704Z goto fail 2025-04-25T05:42:59.5587880Z ) 2025-04-25T05:42:59.5588006Z 2025-04-25T05:42:59.5588195Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:42:59.5588627Z echo "NamedTensor_test" failed with exit code 0 2025-04-25T05:42:59.5588926Z goto fail 2025-04-25T05:42:59.5589114Z ) 2025-04-25T05:42:59.5589211Z 2025-04-25T05:42:59.5589363Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:42:59.5595174Z 2025-04-25T05:42:59.5595572Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:42:59.5596288Z call :libtorch_check "native_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\native_test.exe" 2025-04-25T05:42:59.5596894Z if errorlevel 1 goto fail 2025-04-25T05:42:59.5597136Z ) 2025-04-25T05:42:59.5606399Z 2025-04-25T05:42:59.5606990Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:42:59.5610531Z 2025-04-25T05:42:59.5611061Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:42:59.5613301Z 2025-04-25T05:42:59.5613675Z (base) C:\actions-runner\_work\pytorch\pytorch>if "native_test" == "verify_api_visibility" goto :eof 2025-04-25T05:42:59.5614562Z 2025-04-25T05:42:59.5615087Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\native_test.exe" 2025-04-25T05:42:59.5615998Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\native_test.exe" 2025-04-25T05:42:59.5616927Z 2025-04-25T05:42:59.5617368Z (base) C:\actions-runner\_work\pytorch\pytorch>if "native_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:42:59.5618072Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\native_test.exe" 2025-04-25T05:42:59.5618552Z goto :eof 2025-04-25T05:42:59.5618733Z ) 2025-04-25T05:42:59.5618926Z 2025-04-25T05:42:59.5619336Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/native_test" 2025-04-25T05:42:59.7271694Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:42:59.7272577Z import pkg_resources 2025-04-25T05:43:05.2618652Z Found test times from artifacts 2025-04-25T05:43:05.3616119Z Found test times from artifacts 2025-04-25T05:43:05.3650419Z Running 25% of tests based on TD 2025-04-25T05:43:05.3655814Z Running parallel tests on 3 processes 2025-04-25T05:43:05.3656192Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:43:05.3656552Z Serial tests (0): 2025-04-25T05:43:05.3656786Z Parallel tests (1): 2025-04-25T05:43:05.3657035Z cpp/native_test 1/1 2025-04-25T05:43:05.3657274Z Name: excluded (est. time: 0.0min) 2025-04-25T05:43:05.3657592Z Serial tests (0): 2025-04-25T05:43:05.3657802Z Parallel tests (0): 2025-04-25T05:43:05.3730784Z Running cpp/native_test 1/1 ... [2025-04-25 05:43:05.372575] 2025-04-25T05:43:05.3731499Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:43:05.3740585Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\native_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-05cfac4d3ad4f83d.xml', '-x', '--reruns=2'] ... [2025-04-25 05:43:05.373733] 2025-04-25T05:43:05.3743468Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:43:07.8843710Z 2025-04-25T05:43:07.8845424Z cpp/native_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.native_test_1.1_dd6b0cca47f09080_.log 2025-04-25T05:43:07.8846059Z 2025-04-25T05:43:09.7637344Z Running cpp/native_test 1/1 ... [2025-04-25 05:43:09.763278] 2025-04-25T05:43:09.7637788Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:43:09.7646307Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\native_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-7bc24d96b49aa8c8.xml', '-x', '--reruns=2'] ... [2025-04-25 05:43:09.763865] 2025-04-25T05:43:12.8394411Z 2025-04-25T05:43:12.8395267Z cpp/native_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.native_test_1.1_f855f84262e1eb0b_.log 2025-04-25T05:43:12.8395884Z 2025-04-25T05:43:13.5720125Z Running test batch 'tests to run' cost 8.21 seconds 2025-04-25T05:43:14.2662645Z 2025-04-25T05:43:14.2663343Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:43:14.2663802Z echo "native_test" failed with exit code 0 2025-04-25T05:43:14.2664092Z goto fail 2025-04-25T05:43:14.2664294Z ) 2025-04-25T05:43:14.2664400Z 2025-04-25T05:43:14.2664599Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:43:14.2665023Z echo "native_test" failed with exit code 0 2025-04-25T05:43:14.2665325Z goto fail 2025-04-25T05:43:14.2665498Z ) 2025-04-25T05:43:14.2665894Z 2025-04-25T05:43:14.2666142Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:43:14.2672759Z 2025-04-25T05:43:14.2672992Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:43:14.2673696Z call :libtorch_check "operators_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operators_test.exe" 2025-04-25T05:43:14.2674328Z if errorlevel 1 goto fail 2025-04-25T05:43:14.2674558Z ) 2025-04-25T05:43:14.2684291Z 2025-04-25T05:43:14.2684632Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:43:14.2687843Z 2025-04-25T05:43:14.2688317Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:43:14.2690286Z 2025-04-25T05:43:14.2690679Z (base) C:\actions-runner\_work\pytorch\pytorch>if "operators_test" == "verify_api_visibility" goto :eof 2025-04-25T05:43:14.2691529Z 2025-04-25T05:43:14.2692067Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operators_test.exe" 2025-04-25T05:43:14.2692977Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operators_test.exe" 2025-04-25T05:43:14.2693670Z 2025-04-25T05:43:14.2694105Z (base) C:\actions-runner\_work\pytorch\pytorch>if "operators_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:43:14.2694828Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operators_test.exe" 2025-04-25T05:43:14.2695316Z goto :eof 2025-04-25T05:43:14.2695484Z ) 2025-04-25T05:43:14.2695581Z 2025-04-25T05:43:14.2695951Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/operators_test" 2025-04-25T05:43:14.4352399Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:43:14.4353257Z import pkg_resources 2025-04-25T05:43:20.0637110Z Found test times from artifacts 2025-04-25T05:43:20.1684834Z Found test times from artifacts 2025-04-25T05:43:20.1719536Z Running 25% of tests based on TD 2025-04-25T05:43:20.1725579Z Running parallel tests on 3 processes 2025-04-25T05:43:20.1725937Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:43:20.1726291Z Serial tests (0): 2025-04-25T05:43:20.1726547Z Parallel tests (1): 2025-04-25T05:43:20.1726924Z cpp/operators_test 1/1 2025-04-25T05:43:20.1727175Z Name: excluded (est. time: 0.0min) 2025-04-25T05:43:20.1727445Z Serial tests (0): 2025-04-25T05:43:20.1727649Z Parallel tests (0): 2025-04-25T05:43:20.1802165Z Running cpp/operators_test 1/1 ... [2025-04-25 05:43:20.179883] 2025-04-25T05:43:20.1802592Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:43:20.1832475Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\operators_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2b48fb89a95aa52a.xml', '-x', '--reruns=2'] ... [2025-04-25 05:43:20.182872] 2025-04-25T05:43:20.1834296Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:43:22.7402389Z 2025-04-25T05:43:22.7403285Z cpp/operators_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.operators_test_1.1_950e7edf1473e73a_.log 2025-04-25T05:43:22.7404056Z 2025-04-25T05:43:24.4619262Z Running cpp/operators_test 1/1 ... [2025-04-25 05:43:24.459987] 2025-04-25T05:43:24.4619685Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:43:24.4629219Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\operators_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-5f9f27f4e42d3eb2.xml', '-x', '--reruns=2'] ... [2025-04-25 05:43:24.459987] 2025-04-25T05:43:27.9514238Z 2025-04-25T05:43:27.9515361Z cpp/operators_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.operators_test_1.1_866e71dfeb8e5ec8_.log 2025-04-25T05:43:27.9516001Z 2025-04-25T05:43:28.7259820Z Running test batch 'tests to run' cost 8.56 seconds 2025-04-25T05:43:29.4221082Z 2025-04-25T05:43:29.4221804Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:43:29.4222299Z echo "operators_test" failed with exit code 0 2025-04-25T05:43:29.4222621Z goto fail 2025-04-25T05:43:29.4222811Z ) 2025-04-25T05:43:29.4222923Z 2025-04-25T05:43:29.4223110Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:43:29.4223538Z echo "operators_test" failed with exit code 0 2025-04-25T05:43:29.4223834Z goto fail 2025-04-25T05:43:29.4224018Z ) 2025-04-25T05:43:29.4224114Z 2025-04-25T05:43:29.4224266Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:43:29.4230556Z 2025-04-25T05:43:29.4230740Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:43:29.4231581Z call :libtorch_check "operator_name_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operator_name_test.exe" 2025-04-25T05:43:29.4232300Z if errorlevel 1 goto fail 2025-04-25T05:43:29.4232544Z ) 2025-04-25T05:43:29.4242098Z 2025-04-25T05:43:29.4242615Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:43:29.4245554Z 2025-04-25T05:43:29.4246055Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:43:29.4248198Z 2025-04-25T05:43:29.4248608Z (base) C:\actions-runner\_work\pytorch\pytorch>if "operator_name_test" == "verify_api_visibility" goto :eof 2025-04-25T05:43:29.4249852Z 2025-04-25T05:43:29.4250516Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operator_name_test.exe" 2025-04-25T05:43:29.4251614Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operator_name_test.exe" 2025-04-25T05:43:29.4252203Z 2025-04-25T05:43:29.4252840Z (base) C:\actions-runner\_work\pytorch\pytorch>if "operator_name_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:43:29.4253743Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operator_name_test.exe" 2025-04-25T05:43:29.4254246Z goto :eof 2025-04-25T05:43:29.4254436Z ) 2025-04-25T05:43:29.4254542Z 2025-04-25T05:43:29.4254911Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/operator_name_test" 2025-04-25T05:43:29.5908411Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:43:29.5909259Z import pkg_resources 2025-04-25T05:43:35.0210534Z Found test times from artifacts 2025-04-25T05:43:35.1210220Z Found test times from artifacts 2025-04-25T05:43:35.1245042Z Running 25% of tests based on TD 2025-04-25T05:43:35.1250508Z Running parallel tests on 3 processes 2025-04-25T05:43:35.1250964Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:43:35.1251383Z Serial tests (0): 2025-04-25T05:43:35.1251624Z Parallel tests (1): 2025-04-25T05:43:35.1251894Z cpp/operator_name_test 1/1 2025-04-25T05:43:35.1252177Z Name: excluded (est. time: 0.0min) 2025-04-25T05:43:35.1252474Z Serial tests (0): 2025-04-25T05:43:35.1252698Z Parallel tests (0): 2025-04-25T05:43:35.1323317Z Running cpp/operator_name_test 1/1 ... [2025-04-25 05:43:35.130953] 2025-04-25T05:43:35.1323798Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:43:35.1333293Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\operator_name_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-ae149e925c865570.xml', '-x', '--reruns=2'] ... [2025-04-25 05:43:35.130953] 2025-04-25T05:43:35.1335112Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:43:36.5508831Z 2025-04-25T05:43:36.5510045Z cpp/operator_name_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.operator_name_test_1.1_0712d6a48bf3d18c_.log 2025-04-25T05:43:36.5510702Z 2025-04-25T05:43:39.4001128Z Running cpp/operator_name_test 1/1 ... [2025-04-25 05:43:39.399155] 2025-04-25T05:43:39.4001600Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:43:39.4010464Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\operator_name_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-75483adab5c34276.xml', '-x', '--reruns=2'] ... [2025-04-25 05:43:39.399155] 2025-04-25T05:43:40.8072609Z 2025-04-25T05:43:40.8073692Z cpp/operator_name_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.operator_name_test_1.1_ccf430118e9142fe_.log 2025-04-25T05:43:40.8074402Z 2025-04-25T05:43:41.5875155Z Running test batch 'tests to run' cost 6.46 seconds 2025-04-25T05:43:42.2119674Z 2025-04-25T05:43:42.2120248Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:43:42.2120763Z echo "operator_name_test" failed with exit code 0 2025-04-25T05:43:42.2121106Z goto fail 2025-04-25T05:43:42.2121353Z ) 2025-04-25T05:43:42.2121469Z 2025-04-25T05:43:42.2121674Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:43:42.2122137Z echo "operator_name_test" failed with exit code 0 2025-04-25T05:43:42.2122464Z goto fail 2025-04-25T05:43:42.2122680Z ) 2025-04-25T05:43:42.2122788Z 2025-04-25T05:43:42.2123124Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:43:42.2130533Z 2025-04-25T05:43:42.2131032Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:43:42.2131958Z call :libtorch_check "op_allowlist_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_allowlist_test.exe" 2025-04-25T05:43:42.2132651Z if errorlevel 1 goto fail 2025-04-25T05:43:42.2132907Z ) 2025-04-25T05:43:42.2141274Z 2025-04-25T05:43:42.2141729Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:43:42.2144980Z 2025-04-25T05:43:42.2145432Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:43:42.2147413Z 2025-04-25T05:43:42.2147858Z (base) C:\actions-runner\_work\pytorch\pytorch>if "op_allowlist_test" == "verify_api_visibility" goto :eof 2025-04-25T05:43:42.2148707Z 2025-04-25T05:43:42.2149358Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_allowlist_test.exe" 2025-04-25T05:43:42.2150349Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_allowlist_test.exe" 2025-04-25T05:43:42.2150842Z 2025-04-25T05:43:42.2151290Z (base) C:\actions-runner\_work\pytorch\pytorch>if "op_allowlist_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:43:42.2152094Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_allowlist_test.exe" 2025-04-25T05:43:42.2152631Z goto :eof 2025-04-25T05:43:42.2152830Z ) 2025-04-25T05:43:42.2152940Z 2025-04-25T05:43:42.2153338Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/op_allowlist_test" 2025-04-25T05:43:42.3811157Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:43:42.3812082Z import pkg_resources 2025-04-25T05:43:47.9316920Z Found test times from artifacts 2025-04-25T05:43:48.0304707Z Found test times from artifacts 2025-04-25T05:43:48.0339615Z Running 25% of tests based on TD 2025-04-25T05:43:48.0345222Z Running parallel tests on 3 processes 2025-04-25T05:43:48.0345686Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:43:48.0345994Z Serial tests (0): 2025-04-25T05:43:48.0346247Z Parallel tests (1): 2025-04-25T05:43:48.0346499Z cpp/op_allowlist_test 1/1 2025-04-25T05:43:48.0346802Z Name: excluded (est. time: 0.0min) 2025-04-25T05:43:48.0347080Z Serial tests (0): 2025-04-25T05:43:48.0347399Z Parallel tests (0): 2025-04-25T05:43:48.0430342Z Running cpp/op_allowlist_test 1/1 ... [2025-04-25 05:43:48.042254] 2025-04-25T05:43:48.0430798Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:43:48.0441305Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\op_allowlist_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-399e178a31efd28e.xml', '-x', '--reruns=2'] ... [2025-04-25 05:43:48.043847] 2025-04-25T05:43:48.0444215Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:43:49.4774458Z 2025-04-25T05:43:49.4775460Z cpp/op_allowlist_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.op_allowlist_test_1.1_0752e3bbdb8dae69_.log 2025-04-25T05:43:49.4776138Z 2025-04-25T05:43:52.4539801Z Running cpp/op_allowlist_test 1/1 ... [2025-04-25 05:43:52.453615] 2025-04-25T05:43:52.4540259Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:43:52.4552383Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\op_allowlist_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-a5e2c4b9315a1f90.xml', '-x', '--reruns=2'] ... [2025-04-25 05:43:52.454814] 2025-04-25T05:43:53.8672710Z 2025-04-25T05:43:53.8674016Z cpp/op_allowlist_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.op_allowlist_test_1.1_9d9dc197e3ca6af1_.log 2025-04-25T05:43:53.8674666Z 2025-04-25T05:43:54.6061301Z Running test batch 'tests to run' cost 6.57 seconds 2025-04-25T05:43:55.2195848Z 2025-04-25T05:43:55.2196720Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:43:55.2197242Z echo "op_allowlist_test" failed with exit code 0 2025-04-25T05:43:55.2197584Z goto fail 2025-04-25T05:43:55.2197810Z ) 2025-04-25T05:43:55.2197922Z 2025-04-25T05:43:55.2198122Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:43:55.2198591Z echo "op_allowlist_test" failed with exit code 0 2025-04-25T05:43:55.2198925Z goto fail 2025-04-25T05:43:55.2199177Z ) 2025-04-25T05:43:55.2199287Z 2025-04-25T05:43:55.2199475Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:43:55.2205958Z 2025-04-25T05:43:55.2206460Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:43:55.2207263Z call :libtorch_check "op_registration_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_registration_test.exe" 2025-04-25T05:43:55.2207974Z if errorlevel 1 goto fail 2025-04-25T05:43:55.2208227Z ) 2025-04-25T05:43:55.2218741Z 2025-04-25T05:43:55.2219182Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:43:55.2222532Z 2025-04-25T05:43:55.2223068Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:43:55.2225123Z 2025-04-25T05:43:55.2225546Z (base) C:\actions-runner\_work\pytorch\pytorch>if "op_registration_test" == "verify_api_visibility" goto :eof 2025-04-25T05:43:55.2226967Z 2025-04-25T05:43:55.2227535Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_registration_test.exe" 2025-04-25T05:43:55.2228544Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_registration_test.exe" 2025-04-25T05:43:55.2228997Z 2025-04-25T05:43:55.2229330Z (base) C:\actions-runner\_work\pytorch\pytorch>if "op_registration_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:43:55.2230117Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_registration_test.exe" 2025-04-25T05:43:55.2230658Z goto :eof 2025-04-25T05:43:55.2230852Z ) 2025-04-25T05:43:55.2230964Z 2025-04-25T05:43:55.2231374Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/op_registration_test" 2025-04-25T05:43:55.4154173Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:43:55.4155224Z import pkg_resources 2025-04-25T05:44:00.9344169Z Found test times from artifacts 2025-04-25T05:44:01.0338028Z Found test times from artifacts 2025-04-25T05:44:01.0371928Z Running 25% of tests based on TD 2025-04-25T05:44:01.0377413Z Running parallel tests on 3 processes 2025-04-25T05:44:01.0377796Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:44:01.0378089Z Serial tests (0): 2025-04-25T05:44:01.0378360Z Parallel tests (1): 2025-04-25T05:44:01.0378635Z cpp/op_registration_test 1/1 2025-04-25T05:44:01.0378925Z Name: excluded (est. time: 0.0min) 2025-04-25T05:44:01.0379219Z Serial tests (0): 2025-04-25T05:44:01.0395474Z Parallel tests (0): 2025-04-25T05:44:01.0451924Z Running cpp/op_registration_test 1/1 ... [2025-04-25 05:44:01.044395] 2025-04-25T05:44:01.0452680Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:44:01.0462018Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\op_registration_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-cff3f61365a9b779.xml', '-x', '--reruns=2'] ... [2025-04-25 05:44:01.044395] 2025-04-25T05:44:01.0463809Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:44:03.8043276Z 2025-04-25T05:44:03.8044259Z cpp/op_registration_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.op_registration_test_1.1_67cd6fff814cf2a5_.log 2025-04-25T05:44:03.8045168Z 2025-04-25T05:44:05.3476227Z Running cpp/op_registration_test 1/1 ... [2025-04-25 05:44:05.347340] 2025-04-25T05:44:05.3476725Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:44:05.3497873Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\op_registration_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-ccf75cf66baaa107.xml', '-x', '--reruns=2'] ... [2025-04-25 05:44:05.349588] 2025-04-25T05:44:28.7789256Z 2025-04-25T05:44:28.7790388Z cpp/op_registration_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.op_registration_test_1.1_f8a0b139ba8b9478_.log 2025-04-25T05:44:28.7792274Z 2025-04-25T05:44:29.5364224Z Running test batch 'tests to run' cost 28.5 seconds 2025-04-25T05:44:30.1468857Z 2025-04-25T05:44:30.1469525Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:44:30.1470024Z echo "op_registration_test" failed with exit code 0 2025-04-25T05:44:30.1470398Z goto fail 2025-04-25T05:44:30.1470603Z ) 2025-04-25T05:44:30.1470745Z 2025-04-25T05:44:30.1470951Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:44:30.1471467Z echo "op_registration_test" failed with exit code 0 2025-04-25T05:44:30.1471802Z goto fail 2025-04-25T05:44:30.1472029Z ) 2025-04-25T05:44:30.1472143Z 2025-04-25T05:44:30.1472315Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:44:30.1478128Z 2025-04-25T05:44:30.1478724Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:44:30.1479551Z call :libtorch_check "packedtensoraccessor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\packedtensoraccessor_test.exe" 2025-04-25T05:44:30.1480329Z if errorlevel 1 goto fail 2025-04-25T05:44:30.1480587Z ) 2025-04-25T05:44:30.1489394Z 2025-04-25T05:44:30.1489784Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:44:30.1493190Z 2025-04-25T05:44:30.1493804Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:44:30.1496085Z 2025-04-25T05:44:30.1496542Z (base) C:\actions-runner\_work\pytorch\pytorch>if "packedtensoraccessor_test" == "verify_api_visibility" goto :eof 2025-04-25T05:44:30.1497491Z 2025-04-25T05:44:30.1498241Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\packedtensoraccessor_test.exe" 2025-04-25T05:44:30.1499292Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\packedtensoraccessor_test.exe" 2025-04-25T05:44:30.1499807Z 2025-04-25T05:44:30.1500171Z (base) C:\actions-runner\_work\pytorch\pytorch>if "packedtensoraccessor_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:44:30.1500988Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\packedtensoraccessor_test.exe" 2025-04-25T05:44:30.1501560Z goto :eof 2025-04-25T05:44:30.1501786Z ) 2025-04-25T05:44:30.1501900Z 2025-04-25T05:44:30.1502306Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/packedtensoraccessor_test" 2025-04-25T05:44:30.3256777Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:44:30.3257789Z import pkg_resources 2025-04-25T05:44:35.9193529Z Found test times from artifacts 2025-04-25T05:44:36.0188670Z Found test times from artifacts 2025-04-25T05:44:36.0222192Z Running 25% of tests based on TD 2025-04-25T05:44:36.0227809Z Running parallel tests on 3 processes 2025-04-25T05:44:36.0228256Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:44:36.0228555Z Serial tests (0): 2025-04-25T05:44:36.0228836Z Parallel tests (1): 2025-04-25T05:44:36.0229102Z cpp/packedtensoraccessor_test 1/1 2025-04-25T05:44:36.0229440Z Name: excluded (est. time: 0.0min) 2025-04-25T05:44:36.0229719Z Serial tests (0): 2025-04-25T05:44:36.0229990Z Parallel tests (0): 2025-04-25T05:44:36.0300939Z Running cpp/packedtensoraccessor_test 1/1 ... [2025-04-25 05:44:36.029766] 2025-04-25T05:44:36.0301436Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:44:36.0310667Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\packedtensoraccessor_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-376179e76fef9b4c.xml', '-x', '--reruns=2'] ... [2025-04-25 05:44:36.030351] 2025-04-25T05:44:36.0312490Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:44:38.5162198Z 2025-04-25T05:44:38.5163449Z cpp/packedtensoraccessor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.packedtensoraccessor_test_1.1_47a4910a0780c78d_.log 2025-04-25T05:44:38.5164188Z 2025-04-25T05:44:40.3400706Z Running cpp/packedtensoraccessor_test 1/1 ... [2025-04-25 05:44:40.337459] 2025-04-25T05:44:40.3401270Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:44:40.3409818Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\packedtensoraccessor_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-4bce30c3cf2d85c8.xml', '-x', '--reruns=2'] ... [2025-04-25 05:44:40.337459] 2025-04-25T05:44:43.2571932Z 2025-04-25T05:44:43.2573054Z cpp/packedtensoraccessor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.packedtensoraccessor_test_1.1_f5d7f9f801f4ad96_.log 2025-04-25T05:44:43.2573828Z 2025-04-25T05:44:44.0691059Z Running test batch 'tests to run' cost 8.05 seconds 2025-04-25T05:44:44.7396570Z 2025-04-25T05:44:44.7397271Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:44:44.7397871Z echo "packedtensoraccessor_test" failed with exit code 0 2025-04-25T05:44:44.7398478Z goto fail 2025-04-25T05:44:44.7398683Z ) 2025-04-25T05:44:44.7398827Z 2025-04-25T05:44:44.7399105Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:44:44.7399594Z echo "packedtensoraccessor_test" failed with exit code 0 2025-04-25T05:44:44.7399973Z goto fail 2025-04-25T05:44:44.7400199Z ) 2025-04-25T05:44:44.7400313Z 2025-04-25T05:44:44.7400484Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:44:44.7406191Z 2025-04-25T05:44:44.7406718Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:44:44.7407443Z call :libtorch_check "pow_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\pow_test.exe" 2025-04-25T05:44:44.7408043Z if errorlevel 1 goto fail 2025-04-25T05:44:44.7408335Z ) 2025-04-25T05:44:44.7417718Z 2025-04-25T05:44:44.7418122Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:44:44.7421904Z 2025-04-25T05:44:44.7422414Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:44:44.7424646Z 2025-04-25T05:44:44.7425190Z (base) C:\actions-runner\_work\pytorch\pytorch>if "pow_test" == "verify_api_visibility" goto :eof 2025-04-25T05:44:44.7426190Z 2025-04-25T05:44:44.7426861Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\pow_test.exe" 2025-04-25T05:44:44.7427755Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\pow_test.exe" 2025-04-25T05:44:44.7428576Z 2025-04-25T05:44:44.7428949Z (base) C:\actions-runner\_work\pytorch\pytorch>if "pow_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:44:44.7429675Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\pow_test.exe" 2025-04-25T05:44:44.7430171Z goto :eof 2025-04-25T05:44:44.7430396Z ) 2025-04-25T05:44:44.7430507Z 2025-04-25T05:44:44.7430858Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/pow_test" 2025-04-25T05:44:44.9092758Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:44:44.9093671Z import pkg_resources 2025-04-25T05:44:50.3539032Z Found test times from artifacts 2025-04-25T05:44:50.4536233Z Found test times from artifacts 2025-04-25T05:44:50.4569663Z Running 25% of tests based on TD 2025-04-25T05:44:50.4574963Z Running parallel tests on 3 processes 2025-04-25T05:44:50.4575388Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:44:50.4575701Z Serial tests (0): 2025-04-25T05:44:50.4575972Z Parallel tests (1): 2025-04-25T05:44:50.4576221Z cpp/pow_test 1/1 2025-04-25T05:44:50.4576511Z Name: excluded (est. time: 0.0min) 2025-04-25T05:44:50.4576826Z Serial tests (0): 2025-04-25T05:44:50.4577087Z Parallel tests (0): 2025-04-25T05:44:50.4647558Z Running cpp/pow_test 1/1 ... [2025-04-25 05:44:50.449199] 2025-04-25T05:44:50.4647989Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:44:50.4657206Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\pow_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e5976e2a34e83369.xml', '-x', '--reruns=2'] ... [2025-04-25 05:44:50.465511] 2025-04-25T05:44:50.4658930Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:44:53.0636396Z 2025-04-25T05:44:53.0637488Z cpp/pow_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.pow_test_1.1_9dbb3e43c891090b_.log 2025-04-25T05:44:53.0638118Z 2025-04-25T05:44:54.7709201Z Running cpp/pow_test 1/1 ... [2025-04-25 05:44:54.767024] 2025-04-25T05:44:54.7709657Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:44:54.7719252Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\pow_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-28e11558924872c3.xml', '-x', '--reruns=2'] ... [2025-04-25 05:44:54.767024] 2025-04-25T05:44:59.8091557Z 2025-04-25T05:44:59.8092531Z cpp/pow_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.pow_test_1.1_7ae1d47128e70adc_.log 2025-04-25T05:44:59.8093163Z 2025-04-25T05:45:00.6229304Z Running test batch 'tests to run' cost 10.16 seconds 2025-04-25T05:45:01.2538960Z 2025-04-25T05:45:01.2539602Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:45:01.2540101Z echo "pow_test" failed with exit code 0 2025-04-25T05:45:01.2540593Z goto fail 2025-04-25T05:45:01.2540819Z ) 2025-04-25T05:45:01.2540939Z 2025-04-25T05:45:01.2541149Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:45:01.2541621Z echo "pow_test" failed with exit code 0 2025-04-25T05:45:01.2542006Z goto fail 2025-04-25T05:45:01.2542227Z ) 2025-04-25T05:45:01.2542340Z 2025-04-25T05:45:01.2542534Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:45:01.2548226Z 2025-04-25T05:45:01.2548773Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:45:01.2549530Z call :libtorch_check "quantized_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\quantized_test.exe" 2025-04-25T05:45:01.2550195Z if errorlevel 1 goto fail 2025-04-25T05:45:01.2550456Z ) 2025-04-25T05:45:01.2558973Z 2025-04-25T05:45:01.2559349Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:45:01.2562882Z 2025-04-25T05:45:01.2563386Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:45:01.2565771Z 2025-04-25T05:45:01.2566177Z (base) C:\actions-runner\_work\pytorch\pytorch>if "quantized_test" == "verify_api_visibility" goto :eof 2025-04-25T05:45:01.2567124Z 2025-04-25T05:45:01.2567670Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\quantized_test.exe" 2025-04-25T05:45:01.2568630Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\quantized_test.exe" 2025-04-25T05:45:01.2569062Z 2025-04-25T05:45:01.2569673Z (base) C:\actions-runner\_work\pytorch\pytorch>if "quantized_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:45:01.2570468Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\quantized_test.exe" 2025-04-25T05:45:01.2570978Z goto :eof 2025-04-25T05:45:01.2571216Z ) 2025-04-25T05:45:01.2571335Z 2025-04-25T05:45:01.2571745Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/quantized_test" 2025-04-25T05:45:01.4209546Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:45:01.4210429Z import pkg_resources 2025-04-25T05:45:06.9735054Z Found test times from artifacts 2025-04-25T05:45:07.0731707Z Found test times from artifacts 2025-04-25T05:45:07.0765991Z Running 25% of tests based on TD 2025-04-25T05:45:07.0771087Z Running parallel tests on 3 processes 2025-04-25T05:45:07.0771474Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:45:07.0771816Z Serial tests (0): 2025-04-25T05:45:07.0772061Z Parallel tests (1): 2025-04-25T05:45:07.0772357Z cpp/quantized_test 1/1 2025-04-25T05:45:07.0772643Z Name: excluded (est. time: 0.0min) 2025-04-25T05:45:07.0772943Z Serial tests (0): 2025-04-25T05:45:07.0773344Z Parallel tests (0): 2025-04-25T05:45:07.0846497Z Running cpp/quantized_test 1/1 ... [2025-04-25 05:45:07.084377] 2025-04-25T05:45:07.0847335Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:45:07.0856865Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\quantized_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-ea595f91bb09ee3a.xml', '-x', '--reruns=2'] ... [2025-04-25 05:45:07.085494] 2025-04-25T05:45:07.0858658Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:45:09.6780187Z 2025-04-25T05:45:09.6781316Z cpp/quantized_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.quantized_test_1.1_1b10b30738346770_.log 2025-04-25T05:45:09.6782109Z 2025-04-25T05:45:11.3687408Z Running cpp/quantized_test 1/1 ... [2025-04-25 05:45:11.368360] 2025-04-25T05:45:11.3687891Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:45:11.3696984Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\quantized_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2d8ea5e7200959b5.xml', '-x', '--reruns=2'] ... [2025-04-25 05:45:11.369003] 2025-04-25T05:45:15.4058771Z 2025-04-25T05:45:15.4059744Z cpp/quantized_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.quantized_test_1.1_5a33af7645cda61e_.log 2025-04-25T05:45:15.4060434Z 2025-04-25T05:45:16.2164314Z Running test batch 'tests to run' cost 9.14 seconds 2025-04-25T05:45:16.8256207Z 2025-04-25T05:45:16.8256826Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:45:16.8257358Z echo "quantized_test" failed with exit code 0 2025-04-25T05:45:16.8257694Z goto fail 2025-04-25T05:45:16.8257976Z ) 2025-04-25T05:45:16.8258089Z 2025-04-25T05:45:16.8258347Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:45:16.8258818Z echo "quantized_test" failed with exit code 0 2025-04-25T05:45:16.8259131Z goto fail 2025-04-25T05:45:16.8259348Z ) 2025-04-25T05:45:16.8259579Z 2025-04-25T05:45:16.8259843Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:45:16.8266532Z 2025-04-25T05:45:16.8266791Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:45:16.8267499Z call :libtorch_check "reduce_ops_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reduce_ops_test.exe" 2025-04-25T05:45:16.8268198Z if errorlevel 1 goto fail 2025-04-25T05:45:16.8268485Z ) 2025-04-25T05:45:16.8278034Z 2025-04-25T05:45:16.8278411Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:45:16.8281959Z 2025-04-25T05:45:16.8282532Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:45:16.8284860Z 2025-04-25T05:45:16.8285263Z (base) C:\actions-runner\_work\pytorch\pytorch>if "reduce_ops_test" == "verify_api_visibility" goto :eof 2025-04-25T05:45:16.8286153Z 2025-04-25T05:45:16.8287163Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reduce_ops_test.exe" 2025-04-25T05:45:16.8288186Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reduce_ops_test.exe" 2025-04-25T05:45:16.8288678Z 2025-04-25T05:45:16.8289092Z (base) C:\actions-runner\_work\pytorch\pytorch>if "reduce_ops_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:45:16.8289842Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reduce_ops_test.exe" 2025-04-25T05:45:16.8290490Z goto :eof 2025-04-25T05:45:16.8290722Z ) 2025-04-25T05:45:16.8290839Z 2025-04-25T05:45:16.8291284Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/reduce_ops_test" 2025-04-25T05:45:16.9934745Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:45:16.9935632Z import pkg_resources 2025-04-25T05:45:22.5687814Z Found test times from artifacts 2025-04-25T05:45:22.6678870Z Found test times from artifacts 2025-04-25T05:45:22.6713119Z Running 25% of tests based on TD 2025-04-25T05:45:22.6718367Z Running parallel tests on 3 processes 2025-04-25T05:45:22.6718806Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:45:22.6719146Z Serial tests (0): 2025-04-25T05:45:22.6719406Z Parallel tests (1): 2025-04-25T05:45:22.6719696Z cpp/reduce_ops_test 1/1 2025-04-25T05:45:22.6720152Z Name: excluded (est. time: 0.0min) 2025-04-25T05:45:22.6720444Z Serial tests (0): 2025-04-25T05:45:22.6720689Z Parallel tests (0): 2025-04-25T05:45:22.6793305Z Running cpp/reduce_ops_test 1/1 ... [2025-04-25 05:45:22.678930] 2025-04-25T05:45:22.6793784Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:45:22.6804916Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\reduce_ops_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e1fff54f9810b3e8.xml', '-x', '--reruns=2'] ... [2025-04-25 05:45:22.680145] 2025-04-25T05:45:22.6806676Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:45:25.2554989Z 2025-04-25T05:45:25.2556143Z cpp/reduce_ops_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.reduce_ops_test_1.1_cad1819c4977d5b3_.log 2025-04-25T05:45:25.2556853Z 2025-04-25T05:45:27.0243861Z Running cpp/reduce_ops_test 1/1 ... [2025-04-25 05:45:27.018416] 2025-04-25T05:45:27.0244393Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:45:27.0253158Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\reduce_ops_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-6de0fa1312556bf8.xml', '-x', '--reruns=2'] ... [2025-04-25 05:45:27.018416] 2025-04-25T05:45:30.0200686Z 2025-04-25T05:45:30.0202709Z cpp/reduce_ops_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.reduce_ops_test_1.1_9b111c23d8502956_.log 2025-04-25T05:45:30.0203385Z 2025-04-25T05:45:30.8190816Z Running test batch 'tests to run' cost 8.15 seconds 2025-04-25T05:45:31.4423738Z 2025-04-25T05:45:31.4424554Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:45:31.4425065Z echo "reduce_ops_test" failed with exit code 0 2025-04-25T05:45:31.4425411Z goto fail 2025-04-25T05:45:31.4425648Z ) 2025-04-25T05:45:31.4425764Z 2025-04-25T05:45:31.4425971Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:45:31.4426455Z echo "reduce_ops_test" failed with exit code 0 2025-04-25T05:45:31.4426771Z goto fail 2025-04-25T05:45:31.4426999Z ) 2025-04-25T05:45:31.4427110Z 2025-04-25T05:45:31.4427277Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:45:31.4432924Z 2025-04-25T05:45:31.4433176Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:45:31.4433946Z call :libtorch_check "reportMemoryUsage_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reportMemoryUsage_test.exe" 2025-04-25T05:45:31.4434664Z if errorlevel 1 goto fail 2025-04-25T05:45:31.4434937Z ) 2025-04-25T05:45:31.4444696Z 2025-04-25T05:45:31.4445098Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:45:31.4448656Z 2025-04-25T05:45:31.4449236Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:45:31.4451507Z 2025-04-25T05:45:31.4451946Z (base) C:\actions-runner\_work\pytorch\pytorch>if "reportMemoryUsage_test" == "verify_api_visibility" goto :eof 2025-04-25T05:45:31.4452781Z 2025-04-25T05:45:31.4453388Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reportMemoryUsage_test.exe" 2025-04-25T05:45:31.4454382Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reportMemoryUsage_test.exe" 2025-04-25T05:45:31.4455281Z 2025-04-25T05:45:31.4455741Z (base) C:\actions-runner\_work\pytorch\pytorch>if "reportMemoryUsage_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:45:31.4457208Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reportMemoryUsage_test.exe" 2025-04-25T05:45:31.4457746Z goto :eof 2025-04-25T05:45:31.4457971Z ) 2025-04-25T05:45:31.4458085Z 2025-04-25T05:45:31.4458552Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/reportMemoryUsage_test" 2025-04-25T05:45:31.6094703Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:45:31.6095593Z import pkg_resources 2025-04-25T05:45:37.0783886Z Found test times from artifacts 2025-04-25T05:45:37.1783699Z Found test times from artifacts 2025-04-25T05:45:37.1817659Z Running 25% of tests based on TD 2025-04-25T05:45:37.1823213Z Running parallel tests on 3 processes 2025-04-25T05:45:37.1823557Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:45:37.1823891Z Serial tests (0): 2025-04-25T05:45:37.1824144Z Parallel tests (1): 2025-04-25T05:45:37.1824442Z cpp/reportMemoryUsage_test 1/1 2025-04-25T05:45:37.1824749Z Name: excluded (est. time: 0.0min) 2025-04-25T05:45:37.1825046Z Serial tests (0): 2025-04-25T05:45:37.1825302Z Parallel tests (0): 2025-04-25T05:45:37.1896810Z Running cpp/reportMemoryUsage_test 1/1 ... [2025-04-25 05:45:37.179614] 2025-04-25T05:45:37.1897321Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:45:37.1906510Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\reportMemoryUsage_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-c01ae64ab3172662.xml', '-x', '--reruns=2'] ... [2025-04-25 05:45:37.179614] 2025-04-25T05:45:37.1908401Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:45:39.8093357Z 2025-04-25T05:45:39.8094381Z cpp/reportMemoryUsage_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.reportMemoryUsage_test_1.1_a57eaf9dd89750f4_.log 2025-04-25T05:45:39.8096286Z 2025-04-25T05:45:41.5084665Z Running cpp/reportMemoryUsage_test 1/1 ... [2025-04-25 05:45:41.505898] 2025-04-25T05:45:41.5085204Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:45:41.5093790Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\reportMemoryUsage_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-ad41ab5cf0f3ab84.xml', '-x', '--reruns=2'] ... [2025-04-25 05:45:41.505898] 2025-04-25T05:45:44.6418847Z 2025-04-25T05:45:44.6420049Z cpp/reportMemoryUsage_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.reportMemoryUsage_test_1.1_39ee19126bb7d77f_.log 2025-04-25T05:45:44.6420792Z 2025-04-25T05:45:45.4379025Z Running test batch 'tests to run' cost 8.25 seconds 2025-04-25T05:45:46.0510989Z 2025-04-25T05:45:46.0511663Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:45:46.0512336Z echo "reportMemoryUsage_test" failed with exit code 0 2025-04-25T05:45:46.0512743Z goto fail 2025-04-25T05:45:46.0512988Z ) 2025-04-25T05:45:46.0513112Z 2025-04-25T05:45:46.0513382Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:45:46.0513888Z echo "reportMemoryUsage_test" failed with exit code 0 2025-04-25T05:45:46.0514239Z goto fail 2025-04-25T05:45:46.0514469Z ) 2025-04-25T05:45:46.0514582Z 2025-04-25T05:45:46.0514749Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:45:46.0523060Z 2025-04-25T05:45:46.0523344Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:45:46.0524084Z call :libtorch_check "scalar_tensor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_tensor_test.exe" 2025-04-25T05:45:46.0524944Z if errorlevel 1 goto fail 2025-04-25T05:45:46.0525225Z ) 2025-04-25T05:45:46.0534303Z 2025-04-25T05:45:46.0534689Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:45:46.0538170Z 2025-04-25T05:45:46.0538769Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:45:46.0540762Z 2025-04-25T05:45:46.0541186Z (base) C:\actions-runner\_work\pytorch\pytorch>if "scalar_tensor_test" == "verify_api_visibility" goto :eof 2025-04-25T05:45:46.0542037Z 2025-04-25T05:45:46.0542644Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_tensor_test.exe" 2025-04-25T05:45:46.0543597Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_tensor_test.exe" 2025-04-25T05:45:46.0544233Z 2025-04-25T05:45:46.0544645Z (base) C:\actions-runner\_work\pytorch\pytorch>if "scalar_tensor_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:45:46.0545428Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_tensor_test.exe" 2025-04-25T05:45:46.0545939Z goto :eof 2025-04-25T05:45:46.0546177Z ) 2025-04-25T05:45:46.0546290Z 2025-04-25T05:45:46.0546703Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/scalar_tensor_test" 2025-04-25T05:45:46.2208343Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:45:46.2209410Z import pkg_resources 2025-04-25T05:45:51.8064484Z Found test times from artifacts 2025-04-25T05:45:51.9066638Z Found test times from artifacts 2025-04-25T05:45:51.9100958Z Running 25% of tests based on TD 2025-04-25T05:45:51.9106819Z Running parallel tests on 3 processes 2025-04-25T05:45:51.9107214Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:45:51.9107546Z Serial tests (0): 2025-04-25T05:45:51.9107782Z Parallel tests (1): 2025-04-25T05:45:51.9108062Z cpp/scalar_tensor_test 1/1 2025-04-25T05:45:51.9108345Z Name: excluded (est. time: 0.0min) 2025-04-25T05:45:51.9108760Z Serial tests (0): 2025-04-25T05:45:51.9108995Z Parallel tests (0): 2025-04-25T05:45:51.9179847Z Running cpp/scalar_tensor_test 1/1 ... [2025-04-25 05:45:51.914372] 2025-04-25T05:45:51.9188971Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:45:51.9190224Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\scalar_tensor_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2725549375db69f0.xml', '-x', '--reruns=2'] ... [2025-04-25 05:45:51.914372] 2025-04-25T05:45:51.9191997Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:45:54.4730049Z 2025-04-25T05:45:54.4731194Z cpp/scalar_tensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.scalar_tensor_test_1.1_f2baa375cf31dd2e_.log 2025-04-25T05:45:54.4731852Z 2025-04-25T05:45:56.2436604Z Running cpp/scalar_tensor_test 1/1 ... [2025-04-25 05:45:56.240849] 2025-04-25T05:45:56.2437136Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:45:56.2445659Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\scalar_tensor_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-4087c9316c48ec7f.xml', '-x', '--reruns=2'] ... [2025-04-25 05:45:56.240849] 2025-04-25T05:45:59.2785932Z 2025-04-25T05:45:59.2787132Z cpp/scalar_tensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.scalar_tensor_test_1.1_4fee9ec1e65b3681_.log 2025-04-25T05:45:59.2787979Z 2025-04-25T05:46:00.0762386Z Running test batch 'tests to run' cost 8.16 seconds 2025-04-25T05:46:00.6765999Z 2025-04-25T05:46:00.6766816Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:46:00.6767321Z echo "scalar_tensor_test" failed with exit code 0 2025-04-25T05:46:00.6767642Z goto fail 2025-04-25T05:46:00.6767809Z ) 2025-04-25T05:46:00.6767901Z 2025-04-25T05:46:00.6768091Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:46:00.6768500Z echo "scalar_tensor_test" failed with exit code 0 2025-04-25T05:46:00.6768792Z goto fail 2025-04-25T05:46:00.6768952Z ) 2025-04-25T05:46:00.6769053Z 2025-04-25T05:46:00.6769199Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:46:00.6775745Z 2025-04-25T05:46:00.6775980Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:46:00.6776606Z call :libtorch_check "scalar_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_test.exe" 2025-04-25T05:46:00.6777198Z if errorlevel 1 goto fail 2025-04-25T05:46:00.6777419Z ) 2025-04-25T05:46:00.6787253Z 2025-04-25T05:46:00.6787602Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:46:00.6791093Z 2025-04-25T05:46:00.6791587Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:46:00.6793662Z 2025-04-25T05:46:00.6794007Z (base) C:\actions-runner\_work\pytorch\pytorch>if "scalar_test" == "verify_api_visibility" goto :eof 2025-04-25T05:46:00.6795388Z 2025-04-25T05:46:00.6795925Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_test.exe" 2025-04-25T05:46:00.6796801Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_test.exe" 2025-04-25T05:46:00.6797686Z 2025-04-25T05:46:00.6798061Z (base) C:\actions-runner\_work\pytorch\pytorch>if "scalar_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:46:00.6798737Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_test.exe" 2025-04-25T05:46:00.6799202Z goto :eof 2025-04-25T05:46:00.6799366Z ) 2025-04-25T05:46:00.6799610Z 2025-04-25T05:46:00.6800035Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/scalar_test" 2025-04-25T05:46:00.8455741Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:46:00.8456564Z import pkg_resources 2025-04-25T05:46:06.3851900Z Found test times from artifacts 2025-04-25T05:46:06.4848495Z Found test times from artifacts 2025-04-25T05:46:06.4883244Z Running 25% of tests based on TD 2025-04-25T05:46:06.4889063Z Running parallel tests on 3 processes 2025-04-25T05:46:06.4889405Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:46:06.4889673Z Serial tests (0): 2025-04-25T05:46:06.4890031Z Parallel tests (1): 2025-04-25T05:46:06.4890264Z cpp/scalar_test 1/1 2025-04-25T05:46:06.4890539Z Name: excluded (est. time: 0.0min) 2025-04-25T05:46:06.4890796Z Serial tests (0): 2025-04-25T05:46:06.4891033Z Parallel tests (0): 2025-04-25T05:46:06.4965791Z Running cpp/scalar_test 1/1 ... [2025-04-25 05:46:06.496476] 2025-04-25T05:46:06.4974809Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:46:06.4976019Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\scalar_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-6e1b99e4d1abb332.xml', '-x', '--reruns=2'] ... [2025-04-25 05:46:06.497081] 2025-04-25T05:46:06.4977860Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:46:09.1169170Z 2025-04-25T05:46:09.1170171Z cpp/scalar_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.scalar_test_1.1_85b3b511e624b501_.log 2025-04-25T05:46:09.1170901Z 2025-04-25T05:46:10.8925520Z Running cpp/scalar_test 1/1 ... [2025-04-25 05:46:10.886971] 2025-04-25T05:46:10.8925941Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:46:10.8934705Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\scalar_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-b82f6f585ff02779.xml', '-x', '--reruns=2'] ... [2025-04-25 05:46:10.886971] 2025-04-25T05:46:14.4563513Z 2025-04-25T05:46:14.4564454Z cpp/scalar_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.scalar_test_1.1_9197c36288aba257_.log 2025-04-25T05:46:14.4565214Z 2025-04-25T05:46:15.1877009Z Running test batch 'tests to run' cost 8.7 seconds 2025-04-25T05:46:15.8145197Z 2025-04-25T05:46:15.8145743Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:46:15.8146198Z echo "scalar_test" failed with exit code 0 2025-04-25T05:46:15.8146513Z goto fail 2025-04-25T05:46:15.8146687Z ) 2025-04-25T05:46:15.8146800Z 2025-04-25T05:46:15.8146993Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:46:15.8147398Z echo "scalar_test" failed with exit code 0 2025-04-25T05:46:15.8147693Z goto fail 2025-04-25T05:46:15.8147880Z ) 2025-04-25T05:46:15.8147974Z 2025-04-25T05:46:15.8148134Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:46:15.8155143Z 2025-04-25T05:46:15.8155373Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:46:15.8156105Z call :libtorch_check "StorageUtils_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\StorageUtils_test.exe" 2025-04-25T05:46:15.8156783Z if errorlevel 1 goto fail 2025-04-25T05:46:15.8157029Z ) 2025-04-25T05:46:15.8165523Z 2025-04-25T05:46:15.8166183Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:46:15.8168969Z 2025-04-25T05:46:15.8169477Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:46:15.8171407Z 2025-04-25T05:46:15.8171967Z (base) C:\actions-runner\_work\pytorch\pytorch>if "StorageUtils_test" == "verify_api_visibility" goto :eof 2025-04-25T05:46:15.8172610Z 2025-04-25T05:46:15.8173155Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\StorageUtils_test.exe" 2025-04-25T05:46:15.8174106Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\StorageUtils_test.exe" 2025-04-25T05:46:15.8174860Z 2025-04-25T05:46:15.8175355Z (base) C:\actions-runner\_work\pytorch\pytorch>if "StorageUtils_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:46:15.8176091Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\StorageUtils_test.exe" 2025-04-25T05:46:15.8176596Z goto :eof 2025-04-25T05:46:15.8176766Z ) 2025-04-25T05:46:15.8176864Z 2025-04-25T05:46:15.8177246Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/StorageUtils_test" 2025-04-25T05:46:15.9831635Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:46:15.9832520Z import pkg_resources 2025-04-25T05:46:21.5575853Z Found test times from artifacts 2025-04-25T05:46:21.6571552Z Found test times from artifacts 2025-04-25T05:46:21.6605805Z Running 25% of tests based on TD 2025-04-25T05:46:21.6611425Z Running parallel tests on 3 processes 2025-04-25T05:46:21.6611787Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:46:21.6612086Z Serial tests (0): 2025-04-25T05:46:21.6612306Z Parallel tests (1): 2025-04-25T05:46:21.6612650Z cpp/StorageUtils_test 1/1 2025-04-25T05:46:21.6612914Z Name: excluded (est. time: 0.0min) 2025-04-25T05:46:21.6613224Z Serial tests (0): 2025-04-25T05:46:21.6613430Z Parallel tests (0): 2025-04-25T05:46:21.6686041Z Running cpp/StorageUtils_test 1/1 ... [2025-04-25 05:46:21.668134] 2025-04-25T05:46:21.6686483Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:46:21.6695886Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\StorageUtils_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2165e22df4655ad7.xml', '-x', '--reruns=2'] ... [2025-04-25 05:46:21.669323] 2025-04-25T05:46:21.6697659Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:46:24.3209846Z 2025-04-25T05:46:24.3210819Z cpp/StorageUtils_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.StorageUtils_test_1.1_2b225379b2d62b08_.log 2025-04-25T05:46:24.3211636Z 2025-04-25T05:46:26.0721753Z Running cpp/StorageUtils_test 1/1 ... [2025-04-25 05:46:26.070918] 2025-04-25T05:46:26.0722211Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:46:26.0731109Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\StorageUtils_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-5fdaf106e3101a4b.xml', '-x', '--reruns=2'] ... [2025-04-25 05:46:26.072535] 2025-04-25T05:46:29.1171193Z 2025-04-25T05:46:29.1172208Z cpp/StorageUtils_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.StorageUtils_test_1.1_ad5742e6d4a6aafb_.log 2025-04-25T05:46:29.1172900Z 2025-04-25T05:46:29.8589681Z Running test batch 'tests to run' cost 8.19 seconds 2025-04-25T05:46:30.4740459Z 2025-04-25T05:46:30.4741143Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:46:30.4741615Z echo "StorageUtils_test" failed with exit code 0 2025-04-25T05:46:30.4741943Z goto fail 2025-04-25T05:46:30.4742119Z ) 2025-04-25T05:46:30.4742239Z 2025-04-25T05:46:30.4742429Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:46:30.4742853Z echo "StorageUtils_test" failed with exit code 0 2025-04-25T05:46:30.4743217Z goto fail 2025-04-25T05:46:30.4743444Z ) 2025-04-25T05:46:30.4743554Z 2025-04-25T05:46:30.4743724Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:46:30.4750475Z 2025-04-25T05:46:30.4750786Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:46:30.4751764Z call :libtorch_check "stride_properties_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\stride_properties_test.exe" 2025-04-25T05:46:30.4752498Z if errorlevel 1 goto fail 2025-04-25T05:46:30.4752780Z ) 2025-04-25T05:46:30.4761611Z 2025-04-25T05:46:30.4762005Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:46:30.4765360Z 2025-04-25T05:46:30.4766129Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:46:30.4767804Z 2025-04-25T05:46:30.4768220Z (base) C:\actions-runner\_work\pytorch\pytorch>if "stride_properties_test" == "verify_api_visibility" goto :eof 2025-04-25T05:46:30.4769604Z 2025-04-25T05:46:30.4770195Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\stride_properties_test.exe" 2025-04-25T05:46:30.4771349Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\stride_properties_test.exe" 2025-04-25T05:46:30.4771815Z 2025-04-25T05:46:30.4772236Z (base) C:\actions-runner\_work\pytorch\pytorch>if "stride_properties_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:46:30.4773039Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\stride_properties_test.exe" 2025-04-25T05:46:30.4773565Z goto :eof 2025-04-25T05:46:30.4773783Z ) 2025-04-25T05:46:30.4773894Z 2025-04-25T05:46:30.4774308Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/stride_properties_test" 2025-04-25T05:46:30.6425288Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:46:30.6426182Z import pkg_resources 2025-04-25T05:46:36.1944641Z Found test times from artifacts 2025-04-25T05:46:36.2944130Z Found test times from artifacts 2025-04-25T05:46:36.2978607Z Running 25% of tests based on TD 2025-04-25T05:46:36.2983745Z Running parallel tests on 3 processes 2025-04-25T05:46:36.2984460Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:46:36.2984824Z Serial tests (0): 2025-04-25T05:46:36.2985101Z Parallel tests (1): 2025-04-25T05:46:36.2985363Z cpp/stride_properties_test 1/1 2025-04-25T05:46:36.2985683Z Name: excluded (est. time: 0.0min) 2025-04-25T05:46:36.2985958Z Serial tests (0): 2025-04-25T05:46:36.2986203Z Parallel tests (0): 2025-04-25T05:46:36.3057599Z Running cpp/stride_properties_test 1/1 ... [2025-04-25 05:46:36.305316] 2025-04-25T05:46:36.3058317Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:46:36.3100845Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\stride_properties_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-def9d86fe23d19bc.xml', '-x', '--reruns=2'] ... [2025-04-25 05:46:36.309598] 2025-04-25T05:46:36.3102784Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:46:38.9531733Z 2025-04-25T05:46:38.9532963Z cpp/stride_properties_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.stride_properties_test_1.1_55f9db92223fcdba_.log 2025-04-25T05:46:38.9533689Z 2025-04-25T05:46:40.5714600Z Running cpp/stride_properties_test 1/1 ... [2025-04-25 05:46:40.566359] 2025-04-25T05:46:40.5715110Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:46:40.5723692Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\stride_properties_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e3dd722e328a93f6.xml', '-x', '--reruns=2'] ... [2025-04-25 05:46:40.566359] 2025-04-25T05:46:44.0583318Z 2025-04-25T05:46:44.0584574Z cpp/stride_properties_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.stride_properties_test_1.1_d8dbf1c776fed8f9_.log 2025-04-25T05:46:44.0585278Z 2025-04-25T05:46:44.8481885Z Running test batch 'tests to run' cost 8.55 seconds 2025-04-25T05:46:45.4581315Z 2025-04-25T05:46:45.4582117Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:46:45.4582651Z echo "stride_properties_test" failed with exit code 0 2025-04-25T05:46:45.4583002Z goto fail 2025-04-25T05:46:45.4583221Z ) 2025-04-25T05:46:45.4583332Z 2025-04-25T05:46:45.4583537Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:46:45.4584027Z echo "stride_properties_test" failed with exit code 0 2025-04-25T05:46:45.4584368Z goto fail 2025-04-25T05:46:45.4584754Z ) 2025-04-25T05:46:45.4584875Z 2025-04-25T05:46:45.4585042Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:46:45.4590586Z 2025-04-25T05:46:45.4591180Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:46:45.4592076Z call :libtorch_check "tensor_iterator_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\tensor_iterator_test.exe" 2025-04-25T05:46:45.4592788Z if errorlevel 1 goto fail 2025-04-25T05:46:45.4593038Z ) 2025-04-25T05:46:45.4601621Z 2025-04-25T05:46:45.4602083Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:46:45.4605964Z 2025-04-25T05:46:45.4606532Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:46:45.4608788Z 2025-04-25T05:46:45.4609219Z (base) C:\actions-runner\_work\pytorch\pytorch>if "tensor_iterator_test" == "verify_api_visibility" goto :eof 2025-04-25T05:46:45.4610088Z 2025-04-25T05:46:45.4610648Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\tensor_iterator_test.exe" 2025-04-25T05:46:45.4611642Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\tensor_iterator_test.exe" 2025-04-25T05:46:45.4612241Z 2025-04-25T05:46:45.4612672Z (base) C:\actions-runner\_work\pytorch\pytorch>if "tensor_iterator_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:46:45.4613481Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\tensor_iterator_test.exe" 2025-04-25T05:46:45.4614065Z goto :eof 2025-04-25T05:46:45.4614262Z ) 2025-04-25T05:46:45.4614393Z 2025-04-25T05:46:45.4614776Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/tensor_iterator_test" 2025-04-25T05:46:45.6368307Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:46:45.6369234Z import pkg_resources 2025-04-25T05:46:51.2426201Z Found test times from artifacts 2025-04-25T05:46:51.3426350Z Found test times from artifacts 2025-04-25T05:46:51.3461041Z Running 25% of tests based on TD 2025-04-25T05:46:51.3466009Z Running parallel tests on 3 processes 2025-04-25T05:46:51.3466418Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:46:51.3466744Z Serial tests (0): 2025-04-25T05:46:51.3466995Z Parallel tests (1): 2025-04-25T05:46:51.3467274Z cpp/tensor_iterator_test 1/1 2025-04-25T05:46:51.3467565Z Name: excluded (est. time: 0.0min) 2025-04-25T05:46:51.3467900Z Serial tests (0): 2025-04-25T05:46:51.3468123Z Parallel tests (0): 2025-04-25T05:46:51.3540563Z Running cpp/tensor_iterator_test 1/1 ... [2025-04-25 05:46:51.353588] 2025-04-25T05:46:51.3541055Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:46:51.3552975Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\tensor_iterator_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-3b70385da197ad92.xml', '-x', '--reruns=2'] ... [2025-04-25 05:46:51.354761] 2025-04-25T05:46:51.3554942Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:46:53.9021040Z 2025-04-25T05:46:53.9022003Z cpp/tensor_iterator_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.tensor_iterator_test_1.1_c36b6fb3e8d448e4_.log 2025-04-25T05:46:53.9022672Z 2025-04-25T05:46:55.6216045Z Running cpp/tensor_iterator_test 1/1 ... [2025-04-25 05:46:55.621097] 2025-04-25T05:46:55.6216527Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:46:55.6224939Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\tensor_iterator_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-88617876aab86cad.xml', '-x', '--reruns=2'] ... [2025-04-25 05:46:55.621097] 2025-04-25T05:47:10.3561284Z 2025-04-25T05:47:10.3562457Z cpp/tensor_iterator_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.tensor_iterator_test_1.1_110afcc649cbdefc_.log 2025-04-25T05:47:10.3565043Z 2025-04-25T05:47:11.1709889Z Running test batch 'tests to run' cost 19.82 seconds 2025-04-25T05:47:11.7769619Z 2025-04-25T05:47:11.7770245Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:47:11.7770754Z echo "tensor_iterator_test" failed with exit code 0 2025-04-25T05:47:11.7771123Z goto fail 2025-04-25T05:47:11.7771334Z ) 2025-04-25T05:47:11.7771485Z 2025-04-25T05:47:11.7771701Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:47:11.7772221Z echo "tensor_iterator_test" failed with exit code 0 2025-04-25T05:47:11.7772563Z goto fail 2025-04-25T05:47:11.7772792Z ) 2025-04-25T05:47:11.7772928Z 2025-04-25T05:47:11.7773656Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:47:11.7779552Z 2025-04-25T05:47:11.7779807Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:47:11.7780547Z call :libtorch_check "test_parallel" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\test_parallel.exe" 2025-04-25T05:47:11.7781229Z if errorlevel 1 goto fail 2025-04-25T05:47:11.7781484Z ) 2025-04-25T05:47:11.7793396Z 2025-04-25T05:47:11.7793773Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:47:11.7797396Z 2025-04-25T05:47:11.7797995Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:47:11.7800221Z 2025-04-25T05:47:11.7800777Z (base) C:\actions-runner\_work\pytorch\pytorch>if "test_parallel" == "verify_api_visibility" goto :eof 2025-04-25T05:47:11.7801630Z 2025-04-25T05:47:11.7802243Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\test_parallel.exe" 2025-04-25T05:47:11.7803269Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\test_parallel.exe" 2025-04-25T05:47:11.7803867Z 2025-04-25T05:47:11.7804394Z (base) C:\actions-runner\_work\pytorch\pytorch>if "test_parallel" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:47:11.7805142Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\test_parallel.exe" 2025-04-25T05:47:11.7805666Z goto :eof 2025-04-25T05:47:11.7805881Z ) 2025-04-25T05:47:11.7805991Z 2025-04-25T05:47:11.7806356Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/test_parallel" 2025-04-25T05:47:11.9472127Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:47:11.9473155Z import pkg_resources 2025-04-25T05:47:17.5321588Z Found test times from artifacts 2025-04-25T05:47:17.6325944Z Found test times from artifacts 2025-04-25T05:47:17.6360362Z Running 25% of tests based on TD 2025-04-25T05:47:17.6365704Z Running parallel tests on 3 processes 2025-04-25T05:47:17.6366129Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:47:17.6366430Z Serial tests (0): 2025-04-25T05:47:17.6366693Z Parallel tests (1): 2025-04-25T05:47:17.6366941Z cpp/test_parallel 1/1 2025-04-25T05:47:17.6367231Z Name: excluded (est. time: 0.0min) 2025-04-25T05:47:17.6367498Z Serial tests (0): 2025-04-25T05:47:17.6367746Z Parallel tests (0): 2025-04-25T05:47:17.6440440Z Running cpp/test_parallel 1/1 ... [2025-04-25 05:47:17.643760] 2025-04-25T05:47:17.6441267Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:47:17.6450517Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\test_parallel.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-0c974d83d4f2ac99.xml', '-x', '--reruns=2'] ... [2025-04-25 05:47:17.644344] 2025-04-25T05:47:17.6452261Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:47:20.2101637Z 2025-04-25T05:47:20.2102560Z cpp/test_parallel 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.test_parallel_1.1_b6722038857590e2_.log 2025-04-25T05:47:20.2103238Z 2025-04-25T05:47:21.8756300Z Running cpp/test_parallel 1/1 ... [2025-04-25 05:47:21.870368] 2025-04-25T05:47:21.8756754Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:47:21.8765369Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\test_parallel.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-d19ba5c4e6270637.xml', '-x', '--reruns=2'] ... [2025-04-25 05:47:21.870368] 2025-04-25T05:47:25.5920144Z 2025-04-25T05:47:25.5921319Z cpp/test_parallel 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.test_parallel_1.1_3f6ca5cc671e0f6e_.log 2025-04-25T05:47:25.5921943Z 2025-04-25T05:47:26.4064556Z Running test batch 'tests to run' cost 8.77 seconds 2025-04-25T05:47:27.0327796Z 2025-04-25T05:47:27.0328514Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:47:27.0329043Z echo "test_parallel" failed with exit code 0 2025-04-25T05:47:27.0329397Z goto fail 2025-04-25T05:47:27.0329605Z ) 2025-04-25T05:47:27.0329730Z 2025-04-25T05:47:27.0329956Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:47:27.0330416Z echo "test_parallel" failed with exit code 0 2025-04-25T05:47:27.0330751Z goto fail 2025-04-25T05:47:27.0330951Z ) 2025-04-25T05:47:27.0331100Z 2025-04-25T05:47:27.0331297Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:47:27.0337724Z 2025-04-25T05:47:27.0338183Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:47:27.0338919Z call :libtorch_check "thread_init_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\thread_init_test.exe" 2025-04-25T05:47:27.0339600Z if errorlevel 1 goto fail 2025-04-25T05:47:27.0339858Z ) 2025-04-25T05:47:27.0348480Z 2025-04-25T05:47:27.0349127Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:47:27.0352326Z 2025-04-25T05:47:27.0352856Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:47:27.0355187Z 2025-04-25T05:47:27.0355589Z (base) C:\actions-runner\_work\pytorch\pytorch>if "thread_init_test" == "verify_api_visibility" goto :eof 2025-04-25T05:47:27.0356435Z 2025-04-25T05:47:27.0357434Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\thread_init_test.exe" 2025-04-25T05:47:27.0358416Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\thread_init_test.exe" 2025-04-25T05:47:27.0358856Z 2025-04-25T05:47:27.0359174Z (base) C:\actions-runner\_work\pytorch\pytorch>if "thread_init_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:47:27.0359934Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\thread_init_test.exe" 2025-04-25T05:47:27.0360474Z goto :eof 2025-04-25T05:47:27.0360670Z ) 2025-04-25T05:47:27.0360784Z 2025-04-25T05:47:27.0361181Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/thread_init_test" 2025-04-25T05:47:27.2017955Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:47:27.2018810Z import pkg_resources 2025-04-25T05:47:32.6797157Z Found test times from artifacts 2025-04-25T05:47:32.7795363Z Found test times from artifacts 2025-04-25T05:47:32.7830198Z Running 25% of tests based on TD 2025-04-25T05:47:32.7835327Z Running parallel tests on 3 processes 2025-04-25T05:47:32.7835678Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:47:32.7835991Z Serial tests (0): 2025-04-25T05:47:32.7836228Z Parallel tests (1): 2025-04-25T05:47:32.7836519Z cpp/thread_init_test 1/1 2025-04-25T05:47:32.7836820Z Name: excluded (est. time: 0.0min) 2025-04-25T05:47:32.7837097Z Serial tests (0): 2025-04-25T05:47:32.7837342Z Parallel tests (0): 2025-04-25T05:47:32.7909638Z Running cpp/thread_init_test 1/1 ... [2025-04-25 05:47:32.786270] 2025-04-25T05:47:32.7910209Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:47:32.7919119Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\thread_init_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-9ce285be12bf4f80.xml', '-x', '--reruns=2'] ... [2025-04-25 05:47:32.786270] 2025-04-25T05:47:32.7920903Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:47:36.8021167Z 2025-04-25T05:47:36.8022332Z cpp/thread_init_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.thread_init_test_1.1_93bc1204aba0eaea_.log 2025-04-25T05:47:36.8022973Z 2025-04-25T05:47:37.3602608Z Running cpp/thread_init_test 1/1 ... [2025-04-25 05:47:37.358097] 2025-04-25T05:47:37.3603098Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:47:37.3611542Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\thread_init_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-f43b5b18ee4ab970.xml', '-x', '--reruns=2'] ... [2025-04-25 05:47:37.358097] 2025-04-25T05:47:41.0427643Z 2025-04-25T05:47:41.0428515Z cpp/thread_init_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.thread_init_test_1.1_3112c291aa415d5b_.log 2025-04-25T05:47:41.0429416Z 2025-04-25T05:47:41.7982968Z Running test batch 'tests to run' cost 9.01 seconds 2025-04-25T05:47:42.4817831Z 2025-04-25T05:47:42.4818666Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:47:42.4819189Z echo "thread_init_test" failed with exit code 0 2025-04-25T05:47:42.4819519Z goto fail 2025-04-25T05:47:42.4819773Z ) 2025-04-25T05:47:42.4819885Z 2025-04-25T05:47:42.4820242Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:47:42.4820719Z echo "thread_init_test" failed with exit code 0 2025-04-25T05:47:42.4821124Z goto fail 2025-04-25T05:47:42.4821355Z ) 2025-04-25T05:47:42.4821469Z 2025-04-25T05:47:42.4821661Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:47:42.4826994Z 2025-04-25T05:47:42.4827482Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:47:42.4828225Z call :libtorch_check "type_ptr_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_ptr_test.exe" 2025-04-25T05:47:42.4828943Z if errorlevel 1 goto fail 2025-04-25T05:47:42.4829222Z ) 2025-04-25T05:47:42.4837620Z 2025-04-25T05:47:42.4838041Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:47:42.4841813Z 2025-04-25T05:47:42.4842531Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:47:42.4844803Z 2025-04-25T05:47:42.4845219Z (base) C:\actions-runner\_work\pytorch\pytorch>if "type_ptr_test" == "verify_api_visibility" goto :eof 2025-04-25T05:47:42.4845986Z 2025-04-25T05:47:42.4846667Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_ptr_test.exe" 2025-04-25T05:47:42.4847595Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_ptr_test.exe" 2025-04-25T05:47:42.4848400Z 2025-04-25T05:47:42.4848844Z (base) C:\actions-runner\_work\pytorch\pytorch>if "type_ptr_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:47:42.4849586Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_ptr_test.exe" 2025-04-25T05:47:42.4850087Z goto :eof 2025-04-25T05:47:42.4850309Z ) 2025-04-25T05:47:42.4850420Z 2025-04-25T05:47:42.4850813Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/type_ptr_test" 2025-04-25T05:47:42.6502020Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:47:42.6502908Z import pkg_resources 2025-04-25T05:47:48.1647324Z Found test times from artifacts 2025-04-25T05:47:48.2647948Z Found test times from artifacts 2025-04-25T05:47:48.2681458Z Running 25% of tests based on TD 2025-04-25T05:47:48.2686857Z Running parallel tests on 3 processes 2025-04-25T05:47:48.2687191Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:47:48.2687527Z Serial tests (0): 2025-04-25T05:47:48.2687756Z Parallel tests (1): 2025-04-25T05:47:48.2688025Z cpp/type_ptr_test 1/1 2025-04-25T05:47:48.2688290Z Name: excluded (est. time: 0.0min) 2025-04-25T05:47:48.2688588Z Serial tests (0): 2025-04-25T05:47:48.2688811Z Parallel tests (0): 2025-04-25T05:47:48.2760822Z Running cpp/type_ptr_test 1/1 ... [2025-04-25 05:47:48.271140] 2025-04-25T05:47:48.2761600Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:47:48.2771573Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\type_ptr_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-a419a6b4fa73e543.xml', '-x', '--reruns=2'] ... [2025-04-25 05:47:48.271140] 2025-04-25T05:47:48.2773349Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:47:50.7405825Z 2025-04-25T05:47:50.7406799Z cpp/type_ptr_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.type_ptr_test_1.1_0afc2ef6cbdacd09_.log 2025-04-25T05:47:50.7407421Z 2025-04-25T05:47:52.5489623Z Running cpp/type_ptr_test 1/1 ... [2025-04-25 05:47:52.546554] 2025-04-25T05:47:52.5490277Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:47:52.5498747Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\type_ptr_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-bad015945fd59ac9.xml', '-x', '--reruns=2'] ... [2025-04-25 05:47:52.549614] 2025-04-25T05:47:56.0254094Z 2025-04-25T05:47:56.0255218Z cpp/type_ptr_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.type_ptr_test_1.1_809f979755e30c9b_.log 2025-04-25T05:47:56.0256614Z 2025-04-25T05:47:56.8064464Z Running test batch 'tests to run' cost 8.55 seconds 2025-04-25T05:47:57.4128219Z 2025-04-25T05:47:57.4128867Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:47:57.4129335Z echo "type_ptr_test" failed with exit code 0 2025-04-25T05:47:57.4129682Z goto fail 2025-04-25T05:47:57.4130060Z ) 2025-04-25T05:47:57.4130220Z 2025-04-25T05:47:57.4130421Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:47:57.4130859Z echo "type_ptr_test" failed with exit code 0 2025-04-25T05:47:57.4131193Z goto fail 2025-04-25T05:47:57.4131407Z ) 2025-04-25T05:47:57.4131586Z 2025-04-25T05:47:57.4131757Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:47:57.4138735Z 2025-04-25T05:47:57.4138972Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:47:57.4139635Z call :libtorch_check "type_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_test.exe" 2025-04-25T05:47:57.4140263Z if errorlevel 1 goto fail 2025-04-25T05:47:57.4140530Z ) 2025-04-25T05:47:57.4150479Z 2025-04-25T05:47:57.4151132Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:47:57.4154404Z 2025-04-25T05:47:57.4154931Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:47:57.4157303Z 2025-04-25T05:47:57.4157690Z (base) C:\actions-runner\_work\pytorch\pytorch>if "type_test" == "verify_api_visibility" goto :eof 2025-04-25T05:47:57.4158574Z 2025-04-25T05:47:57.4159204Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_test.exe" 2025-04-25T05:47:57.4160133Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_test.exe" 2025-04-25T05:47:57.4161901Z 2025-04-25T05:47:57.4162691Z (base) C:\actions-runner\_work\pytorch\pytorch>if "type_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:47:57.4163384Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_test.exe" 2025-04-25T05:47:57.4163896Z goto :eof 2025-04-25T05:47:57.4164098Z ) 2025-04-25T05:47:57.4164246Z 2025-04-25T05:47:57.4164680Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/type_test" 2025-04-25T05:47:57.5823993Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:47:57.5824858Z import pkg_resources 2025-04-25T05:48:03.2611495Z Found test times from artifacts 2025-04-25T05:48:03.3604089Z Found test times from artifacts 2025-04-25T05:48:03.3638390Z Running 25% of tests based on TD 2025-04-25T05:48:03.3643516Z Running parallel tests on 3 processes 2025-04-25T05:48:03.3643912Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:48:03.3644241Z Serial tests (0): 2025-04-25T05:48:03.3644484Z Parallel tests (1): 2025-04-25T05:48:03.3644742Z cpp/type_test 1/1 2025-04-25T05:48:03.3644990Z Name: excluded (est. time: 0.0min) 2025-04-25T05:48:03.3645289Z Serial tests (0): 2025-04-25T05:48:03.3645517Z Parallel tests (0): 2025-04-25T05:48:03.3716778Z Running cpp/type_test 1/1 ... [2025-04-25 05:48:03.368477] 2025-04-25T05:48:03.3717380Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:48:03.3726090Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\type_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-dbf05e7f210a709b.xml', '-x', '--reruns=2'] ... [2025-04-25 05:48:03.368477] 2025-04-25T05:48:03.3728218Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:48:05.8996280Z 2025-04-25T05:48:05.8997269Z cpp/type_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.type_test_1.1_b3a7bc950cf97b5a_.log 2025-04-25T05:48:05.8997952Z 2025-04-25T05:48:07.7039993Z Running cpp/type_test 1/1 ... [2025-04-25 05:48:07.702371] 2025-04-25T05:48:07.7040598Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:48:07.7049123Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\type_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-76db9b267a60b64b.xml', '-x', '--reruns=2'] ... [2025-04-25 05:48:07.702371] 2025-04-25T05:48:11.7470749Z 2025-04-25T05:48:11.7471904Z cpp/type_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.type_test_1.1_0410eac8653477e6_.log 2025-04-25T05:48:11.7473502Z 2025-04-25T05:48:12.4849258Z Running test batch 'tests to run' cost 9.12 seconds 2025-04-25T05:48:13.1041352Z 2025-04-25T05:48:13.1042190Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:48:13.1042671Z echo "type_test" failed with exit code 0 2025-04-25T05:48:13.1043007Z goto fail 2025-04-25T05:48:13.1043239Z ) 2025-04-25T05:48:13.1043373Z 2025-04-25T05:48:13.1043589Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:48:13.1044087Z echo "type_test" failed with exit code 0 2025-04-25T05:48:13.1044423Z goto fail 2025-04-25T05:48:13.1044658Z ) 2025-04-25T05:48:13.1044764Z 2025-04-25T05:48:13.1044936Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:48:13.1051845Z 2025-04-25T05:48:13.1052072Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:48:13.1052909Z call :libtorch_check "undefined_tensor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\undefined_tensor_test.exe" 2025-04-25T05:48:13.1053603Z if errorlevel 1 goto fail 2025-04-25T05:48:13.1053883Z ) 2025-04-25T05:48:13.1062763Z 2025-04-25T05:48:13.1063148Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:48:13.1066746Z 2025-04-25T05:48:13.1067316Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:48:13.1069316Z 2025-04-25T05:48:13.1069739Z (base) C:\actions-runner\_work\pytorch\pytorch>if "undefined_tensor_test" == "verify_api_visibility" goto :eof 2025-04-25T05:48:13.1070536Z 2025-04-25T05:48:13.1071355Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\undefined_tensor_test.exe" 2025-04-25T05:48:13.1072434Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\undefined_tensor_test.exe" 2025-04-25T05:48:13.1072941Z 2025-04-25T05:48:13.1073285Z (base) C:\actions-runner\_work\pytorch\pytorch>if "undefined_tensor_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:48:13.1074078Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\undefined_tensor_test.exe" 2025-04-25T05:48:13.1074621Z goto :eof 2025-04-25T05:48:13.1074821Z ) 2025-04-25T05:48:13.1074934Z 2025-04-25T05:48:13.1075345Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/undefined_tensor_test" 2025-04-25T05:48:13.2734530Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:48:13.2735495Z import pkg_resources 2025-04-25T05:48:18.8904926Z Found test times from artifacts 2025-04-25T05:48:18.9953362Z Found test times from artifacts 2025-04-25T05:48:18.9990135Z Running 25% of tests based on TD 2025-04-25T05:48:18.9995965Z Running parallel tests on 3 processes 2025-04-25T05:48:18.9996434Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:48:18.9996727Z Serial tests (0): 2025-04-25T05:48:18.9996996Z Parallel tests (1): 2025-04-25T05:48:18.9997251Z cpp/undefined_tensor_test 1/1 2025-04-25T05:48:18.9997566Z Name: excluded (est. time: 0.0min) 2025-04-25T05:48:18.9997839Z Serial tests (0): 2025-04-25T05:48:18.9998272Z Parallel tests (0): 2025-04-25T05:48:19.0076439Z Running cpp/undefined_tensor_test 1/1 ... [2025-04-25 05:48:19.006664] 2025-04-25T05:48:19.0076936Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:48:19.0086181Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\undefined_tensor_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-77b6f08bdcd4a3cf.xml', '-x', '--reruns=2'] ... [2025-04-25 05:48:19.007779] 2025-04-25T05:48:19.0088016Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:48:21.5985669Z 2025-04-25T05:48:21.5986801Z cpp/undefined_tensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.undefined_tensor_test_1.1_2fccbe5287dc1776_.log 2025-04-25T05:48:21.5987553Z 2025-04-25T05:48:23.3628656Z Running cpp/undefined_tensor_test 1/1 ... [2025-04-25 05:48:23.355387] 2025-04-25T05:48:23.3629185Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:48:23.3638386Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\undefined_tensor_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-aa61dd45e2cf5686.xml', '-x', '--reruns=2'] ... [2025-04-25 05:48:23.355387] 2025-04-25T05:48:26.3383396Z 2025-04-25T05:48:26.3384363Z cpp/undefined_tensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.undefined_tensor_test_1.1_322f997038059111_.log 2025-04-25T05:48:26.3400945Z 2025-04-25T05:48:27.0628661Z Running test batch 'tests to run' cost 8.06 seconds 2025-04-25T05:48:27.7553714Z 2025-04-25T05:48:27.7554530Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:48:27.7555091Z echo "undefined_tensor_test" failed with exit code 0 2025-04-25T05:48:27.7555425Z goto fail 2025-04-25T05:48:27.7555621Z ) 2025-04-25T05:48:27.7555722Z 2025-04-25T05:48:27.7555930Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:48:27.7556387Z echo "undefined_tensor_test" failed with exit code 0 2025-04-25T05:48:27.7556711Z goto fail 2025-04-25T05:48:27.7556908Z ) 2025-04-25T05:48:27.7557010Z 2025-04-25T05:48:27.7557180Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:48:27.7563281Z 2025-04-25T05:48:27.7563503Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:48:27.7564236Z call :libtorch_check "verify_api_visibility" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\verify_api_visibility.exe" 2025-04-25T05:48:27.7564935Z if errorlevel 1 goto fail 2025-04-25T05:48:27.7565166Z ) 2025-04-25T05:48:27.7574584Z 2025-04-25T05:48:27.7574962Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:48:27.7579624Z 2025-04-25T05:48:27.7580226Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:48:27.7582339Z 2025-04-25T05:48:27.7582837Z (base) C:\actions-runner\_work\pytorch\pytorch>if "verify_api_visibility" == "verify_api_visibility" goto :eof 2025-04-25T05:48:27.7604385Z 2025-04-25T05:48:27.7604820Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:48:27.7605554Z call :libtorch_check "weakref_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\weakref_test.exe" 2025-04-25T05:48:27.7606172Z if errorlevel 1 goto fail 2025-04-25T05:48:27.7606406Z ) 2025-04-25T05:48:27.7614143Z 2025-04-25T05:48:27.7614516Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:48:27.7618018Z 2025-04-25T05:48:27.7618510Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:48:27.7620866Z 2025-04-25T05:48:27.7621222Z (base) C:\actions-runner\_work\pytorch\pytorch>if "weakref_test" == "verify_api_visibility" goto :eof 2025-04-25T05:48:27.7622280Z 2025-04-25T05:48:27.7622978Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\weakref_test.exe" 2025-04-25T05:48:27.7623887Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\weakref_test.exe" 2025-04-25T05:48:27.7624411Z 2025-04-25T05:48:27.7624771Z (base) C:\actions-runner\_work\pytorch\pytorch>if "weakref_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:48:27.7625481Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\weakref_test.exe" 2025-04-25T05:48:27.7625962Z goto :eof 2025-04-25T05:48:27.7626152Z ) 2025-04-25T05:48:27.7626253Z 2025-04-25T05:48:27.7626619Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/weakref_test" 2025-04-25T05:48:27.9273806Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:48:27.9274653Z import pkg_resources 2025-04-25T05:48:33.4111991Z Found test times from artifacts 2025-04-25T05:48:33.5121394Z Found test times from artifacts 2025-04-25T05:48:33.5156291Z Running 25% of tests based on TD 2025-04-25T05:48:33.5161260Z Running parallel tests on 3 processes 2025-04-25T05:48:33.5161721Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:48:33.5161997Z Serial tests (0): 2025-04-25T05:48:33.5162278Z Parallel tests (1): 2025-04-25T05:48:33.5162500Z cpp/weakref_test 1/1 2025-04-25T05:48:33.5162754Z Name: excluded (est. time: 0.0min) 2025-04-25T05:48:33.5163017Z Serial tests (0): 2025-04-25T05:48:33.5163234Z Parallel tests (0): 2025-04-25T05:48:33.5237498Z Running cpp/weakref_test 1/1 ... [2025-04-25 05:48:33.523606] 2025-04-25T05:48:33.5237925Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:48:33.5247301Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\weakref_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-9f55b6c4e4bd6fa1.xml', '-x', '--reruns=2'] ... [2025-04-25 05:48:33.524189] 2025-04-25T05:48:33.5249111Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:48:36.1126707Z 2025-04-25T05:48:36.1128269Z cpp/weakref_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.weakref_test_1.1_44149aa5f77c6e2c_.log 2025-04-25T05:48:36.1129384Z 2025-04-25T05:48:37.8849329Z Running cpp/weakref_test 1/1 ... [2025-04-25 05:48:37.884168] 2025-04-25T05:48:37.8849973Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:48:37.8859784Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\weakref_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-a91a544e99930ac8.xml', '-x', '--reruns=2'] ... [2025-04-25 05:48:37.885762] 2025-04-25T05:48:40.8856834Z 2025-04-25T05:48:40.8857807Z cpp/weakref_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.weakref_test_1.1_05e218a0bca4b3d5_.log 2025-04-25T05:48:40.8858409Z 2025-04-25T05:48:41.6493078Z Running test batch 'tests to run' cost 8.13 seconds 2025-04-25T05:48:42.2536462Z 2025-04-25T05:48:42.2537055Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:48:42.2537567Z echo "weakref_test" failed with exit code 0 2025-04-25T05:48:42.2537911Z goto fail 2025-04-25T05:48:42.2538344Z ) 2025-04-25T05:48:42.2538462Z 2025-04-25T05:48:42.2538657Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:48:42.2539084Z echo "weakref_test" failed with exit code 0 2025-04-25T05:48:42.2539374Z goto fail 2025-04-25T05:48:42.2539560Z ) 2025-04-25T05:48:42.2539731Z 2025-04-25T05:48:42.2539908Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:48:42.2548451Z 2025-04-25T05:48:42.2548745Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:48:42.2549472Z call :libtorch_check "wrapdim_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\wrapdim_test.exe" 2025-04-25T05:48:42.2550092Z if errorlevel 1 goto fail 2025-04-25T05:48:42.2550323Z ) 2025-04-25T05:48:42.2559587Z 2025-04-25T05:48:42.2560072Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:48:42.2563198Z 2025-04-25T05:48:42.2563704Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:48:42.2566138Z 2025-04-25T05:48:42.2566537Z (base) C:\actions-runner\_work\pytorch\pytorch>if "wrapdim_test" == "verify_api_visibility" goto :eof 2025-04-25T05:48:42.2567398Z 2025-04-25T05:48:42.2567919Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\wrapdim_test.exe" 2025-04-25T05:48:42.2568827Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\wrapdim_test.exe" 2025-04-25T05:48:42.2569639Z 2025-04-25T05:48:42.2570074Z (base) C:\actions-runner\_work\pytorch\pytorch>if "wrapdim_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:48:42.2570765Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\wrapdim_test.exe" 2025-04-25T05:48:42.2571257Z goto :eof 2025-04-25T05:48:42.2571446Z ) 2025-04-25T05:48:42.2571569Z 2025-04-25T05:48:42.2571921Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/wrapdim_test" 2025-04-25T05:48:42.4238478Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:48:42.4239322Z import pkg_resources 2025-04-25T05:48:48.0819939Z Found test times from artifacts 2025-04-25T05:48:48.1848243Z Found test times from artifacts 2025-04-25T05:48:48.1881979Z Running 25% of tests based on TD 2025-04-25T05:48:48.1886986Z Running parallel tests on 3 processes 2025-04-25T05:48:48.1887391Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:48:48.1887669Z Serial tests (0): 2025-04-25T05:48:48.1887903Z Parallel tests (1): 2025-04-25T05:48:48.1888132Z cpp/wrapdim_test 1/1 2025-04-25T05:48:48.1888387Z Name: excluded (est. time: 0.0min) 2025-04-25T05:48:48.1888644Z Serial tests (0): 2025-04-25T05:48:48.1888861Z Parallel tests (0): 2025-04-25T05:48:48.1959875Z Running cpp/wrapdim_test 1/1 ... [2025-04-25 05:48:48.195561] 2025-04-25T05:48:48.1960573Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:48:48.1985297Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\wrapdim_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-b66e08f675ef407e.xml', '-x', '--reruns=2'] ... [2025-04-25 05:48:48.198103] 2025-04-25T05:48:48.1987189Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:48:50.7230745Z 2025-04-25T05:48:50.7231536Z cpp/wrapdim_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.wrapdim_test_1.1_7416570f2b580936_.log 2025-04-25T05:48:50.7232227Z 2025-04-25T05:48:52.4619886Z Running cpp/wrapdim_test 1/1 ... [2025-04-25 05:48:52.461446] 2025-04-25T05:48:52.4621183Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:48:52.4630116Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\wrapdim_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-409b7cc3debb6c88.xml', '-x', '--reruns=2'] ... [2025-04-25 05:48:52.462650] 2025-04-25T05:48:55.4910007Z 2025-04-25T05:48:55.4910935Z cpp/wrapdim_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.wrapdim_test_1.1_472f53e25fb0ddbc_.log 2025-04-25T05:48:55.4911575Z 2025-04-25T05:48:56.2292793Z Running test batch 'tests to run' cost 8.05 seconds 2025-04-25T05:48:56.8415764Z 2025-04-25T05:48:56.8416417Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:48:56.8416859Z echo "wrapdim_test" failed with exit code 0 2025-04-25T05:48:56.8417201Z goto fail 2025-04-25T05:48:56.8417416Z ) 2025-04-25T05:48:56.8417585Z 2025-04-25T05:48:56.8417818Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:48:56.8418253Z echo "wrapdim_test" failed with exit code 0 2025-04-25T05:48:56.8418555Z goto fail 2025-04-25T05:48:56.8418725Z ) 2025-04-25T05:48:56.8419356Z 2025-04-25T05:48:56.8419795Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:48:56.8426424Z 2025-04-25T05:48:56.8426769Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-04-25T05:48:56.8427452Z call :libtorch_check "xla_tensor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\xla_tensor_test.exe" 2025-04-25T05:48:56.8428069Z if errorlevel 1 goto fail 2025-04-25T05:48:56.8428322Z ) 2025-04-25T05:48:56.8437908Z 2025-04-25T05:48:56.8438346Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:48:56.8441606Z 2025-04-25T05:48:56.8442224Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-04-25T05:48:56.8444084Z 2025-04-25T05:48:56.8444568Z (base) C:\actions-runner\_work\pytorch\pytorch>if "xla_tensor_test" == "verify_api_visibility" goto :eof 2025-04-25T05:48:56.8445320Z 2025-04-25T05:48:56.8445857Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\xla_tensor_test.exe" 2025-04-25T05:48:56.8446785Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\xla_tensor_test.exe" 2025-04-25T05:48:56.8447519Z 2025-04-25T05:48:56.8447939Z (base) C:\actions-runner\_work\pytorch\pytorch>if "xla_tensor_test" == "c10_intrusive_ptr_benchmark" ( 2025-04-25T05:48:56.8448667Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\xla_tensor_test.exe" 2025-04-25T05:48:56.8449148Z goto :eof 2025-04-25T05:48:56.8449345Z ) 2025-04-25T05:48:56.8449448Z 2025-04-25T05:48:56.8449963Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/xla_tensor_test" 2025-04-25T05:48:57.0100736Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-04-25T05:48:57.0101696Z import pkg_resources 2025-04-25T05:49:02.4609044Z Found test times from artifacts 2025-04-25T05:49:02.5610333Z Found test times from artifacts 2025-04-25T05:49:02.5645377Z Running 25% of tests based on TD 2025-04-25T05:49:02.5651481Z Running parallel tests on 3 processes 2025-04-25T05:49:02.5652083Z Name: tests to run (est. time: 0.0min) 2025-04-25T05:49:02.5652374Z Serial tests (0): 2025-04-25T05:49:02.5652611Z Parallel tests (1): 2025-04-25T05:49:02.5652841Z cpp/xla_tensor_test 1/1 2025-04-25T05:49:02.5653103Z Name: excluded (est. time: 0.0min) 2025-04-25T05:49:02.5653353Z Serial tests (0): 2025-04-25T05:49:02.5653756Z Parallel tests (0): 2025-04-25T05:49:02.5725847Z Running cpp/xla_tensor_test 1/1 ... [2025-04-25 05:49:02.571945] 2025-04-25T05:49:02.5726286Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:49:02.5735656Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\xla_tensor_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-6745c2681f081f85.xml', '-x', '--reruns=2'] ... [2025-04-25 05:49:02.571945] 2025-04-25T05:49:02.5737413Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-04-25T05:49:05.1574695Z 2025-04-25T05:49:05.1575788Z cpp/xla_tensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.xla_tensor_test_1.1_d0ed13a5741b9b45_.log 2025-04-25T05:49:05.1576433Z 2025-04-25T05:49:06.8675394Z Running cpp/xla_tensor_test 1/1 ... [2025-04-25 05:49:06.863116] 2025-04-25T05:49:06.8675869Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-04-25T05:49:06.8684129Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\xla_tensor_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-13dfc9b89b7db1af.xml', '-x', '--reruns=2'] ... [2025-04-25 05:49:06.863116] 2025-04-25T05:49:09.9055024Z 2025-04-25T05:49:09.9056184Z cpp/xla_tensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.xla_tensor_test_1.1_083e0b58d2f45a35_.log 2025-04-25T05:49:09.9056799Z 2025-04-25T05:49:10.6486897Z Running test batch 'tests to run' cost 8.07 seconds 2025-04-25T05:49:11.2549981Z 2025-04-25T05:49:11.2550799Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-04-25T05:49:11.2551273Z echo "xla_tensor_test" failed with exit code 0 2025-04-25T05:49:11.2551611Z goto fail 2025-04-25T05:49:11.2551790Z ) 2025-04-25T05:49:11.2551903Z 2025-04-25T05:49:11.2552440Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-04-25T05:49:11.2552943Z echo "xla_tensor_test" failed with exit code 0 2025-04-25T05:49:11.2553268Z goto fail 2025-04-25T05:49:11.2553448Z ) 2025-04-25T05:49:11.2553568Z 2025-04-25T05:49:11.2553728Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-04-25T05:49:11.2569342Z 2025-04-25T05:49:11.2569804Z (base) C:\actions-runner\_work\pytorch\pytorch>goto :eof 2025-04-25T05:49:11.2595069Z + [[ 0 == \1 ]] 2025-04-25T05:49:11.2596196Z + assert_git_not_dirty 2025-04-25T05:49:11.2596479Z + [[ win-vs2022-cpu-py3 != *rocm* ]] 2025-04-25T05:49:11.2596767Z + [[ win-vs2022-cpu-py3 != *xla* ]] 2025-04-25T05:49:11.2717494Z ++ git status --porcelain 2025-04-25T05:49:11.2773064Z ++ grep -v '?? third_party' 2025-04-25T05:49:14.3383165Z ++ true 2025-04-25T05:49:14.3387493Z + git_status= 2025-04-25T05:49:14.3387886Z + [[ -n '' ]] 2025-04-25T05:49:14.3388099Z + echo 'TEST PASSED' 2025-04-25T05:49:14.3388318Z TEST PASSED 2025-04-25T05:49:14.3524580Z ##[group]Run cat test/**/*_toprint.log || true 2025-04-25T05:49:14.3524977Z cat test/**/*_toprint.log || true 2025-04-25T05:49:14.3543687Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-04-25T05:49:14.3544140Z env: 2025-04-25T05:49:14.3544335Z GIT_DEFAULT_BRANCH: main 2025-04-25T05:49:14.3544724Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T05:49:14.3545243Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T05:49:14.3545731Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T05:49:14.3546238Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T05:49:14.3546532Z ##[endgroup] 2025-04-25T05:49:14.4226615Z cat: 'test/**/*_toprint.log': No such file or directory 2025-04-25T05:49:14.4422102Z Prepare all required actions 2025-04-25T05:49:14.4422566Z Getting action download info 2025-04-25T05:49:14.5702471Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-04-25T05:49:15.0153456Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-04-25T05:49:15.6329741Z ##[group]Run ./.github/actions/upload-test-artifacts 2025-04-25T05:49:15.6330068Z with: 2025-04-25T05:49:15.6330457Z file-suffix: test-default-1-3-ephemeral.windows.4xlarge.nonephemeral_41133890953 2025-04-25T05:49:15.6330939Z s3-bucket: gha-artifacts 2025-04-25T05:49:15.6331159Z env: 2025-04-25T05:49:15.6331344Z GIT_DEFAULT_BRANCH: main 2025-04-25T05:49:15.6331857Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T05:49:15.6332380Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T05:49:15.6332895Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T05:49:15.6334168Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T05:49:15.6334461Z ##[endgroup] 2025-04-25T05:49:15.6590512Z ##[group]Run # -ir => recursive include all files in pattern 2025-04-25T05:49:15.6591038Z # -ir => recursive include all files in pattern 2025-04-25T05:49:15.6591618Z 7z a "test-jsons-$Env:FILE_SUFFIX.zip" -ir'!test\test-reports\*.json' 2025-04-25T05:49:15.6611196Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-04-25T05:49:15.6611643Z env: 2025-04-25T05:49:15.6611856Z GIT_DEFAULT_BRANCH: main 2025-04-25T05:49:15.6612281Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T05:49:15.6612783Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T05:49:15.6613253Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T05:49:15.6613657Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T05:49:15.6614178Z FILE_SUFFIX: test-default-1-3-ephemeral.windows.4xlarge.nonephemeral_41133890953 2025-04-25T05:49:15.6614671Z ##[endgroup] 2025-04-25T05:49:16.0146833Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-04-25T05:49:16.0214438Z Finished 2025-04-25T05:49:16.1280452Z 2025-04-25T05:49:16.1280989Z 7-Zip 24.09 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-11-29 2025-04-25T05:49:16.1281292Z 2025-04-25T05:49:16.1281400Z Scanning the drive: 2025-04-25T05:49:16.1281611Z 105 files, 26804 bytes (27 KiB) 2025-04-25T05:49:16.1281789Z 2025-04-25T05:49:16.1282161Z Creating archive: test-jsons-test-default-1-3-ephemeral.windows.4xlarge.nonephemeral_41133890953.zip 2025-04-25T05:49:16.1282646Z 2025-04-25T05:49:16.1282791Z Add new data to archive: 105 files, 26804 bytes (27 KiB) 2025-04-25T05:49:16.1283031Z 2025-04-25T05:49:16.1283035Z 2025-04-25T05:49:16.1283123Z Files read from disk: 105 2025-04-25T05:49:16.1283397Z Archive size: 34308 bytes (34 KiB) 2025-04-25T05:49:16.1283805Z Everything is Ok 2025-04-25T05:49:16.1580418Z ##[group]Run # -ir => recursive include all files in pattern 2025-04-25T05:49:16.1580861Z # -ir => recursive include all files in pattern 2025-04-25T05:49:16.1581416Z 7z a "test-reports-$Env:FILE_SUFFIX.zip" -ir'!test\test-reports\*.xml' -ir'!test\test-reports\*.csv' 2025-04-25T05:49:16.1597240Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-04-25T05:49:16.1597700Z env: 2025-04-25T05:49:16.1597909Z GIT_DEFAULT_BRANCH: main 2025-04-25T05:49:16.1598300Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T05:49:16.1598816Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T05:49:16.1599301Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T05:49:16.1599697Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T05:49:16.1601599Z FILE_SUFFIX: test-default-1-3-ephemeral.windows.4xlarge.nonephemeral_41133890953 2025-04-25T05:49:16.1602095Z ##[endgroup] 2025-04-25T05:49:16.5025363Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-04-25T05:49:16.5091688Z Finished 2025-04-25T05:49:16.5939671Z 2025-04-25T05:49:16.5940159Z 7-Zip 24.09 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-11-29 2025-04-25T05:49:16.5940468Z 2025-04-25T05:49:16.5940553Z Scanning the drive: 2025-04-25T05:49:16.5940795Z 224 files, 1074694 bytes (1050 KiB) 2025-04-25T05:49:16.5941011Z 2025-04-25T05:49:16.5941419Z Creating archive: test-reports-test-default-1-3-ephemeral.windows.4xlarge.nonephemeral_41133890953.zip 2025-04-25T05:49:16.5941917Z 2025-04-25T05:49:16.5942067Z Add new data to archive: 224 files, 1074694 bytes (1050 KiB) 2025-04-25T05:49:16.5942338Z 2025-04-25T05:49:16.5942342Z 2025-04-25T05:49:16.5942473Z Files read from disk: 224 2025-04-25T05:49:16.5942745Z Archive size: 183922 bytes (180 KiB) 2025-04-25T05:49:16.5943080Z Everything is Ok 2025-04-25T05:49:16.6212487Z ##[group]Run # -ir => recursive include all files in pattern 2025-04-25T05:49:16.6212905Z # -ir => recursive include all files in pattern 2025-04-25T05:49:16.6213367Z 7z a "logs-$Env:FILE_SUFFIX.zip" 'usage_log.txt' -ir'!test\test-reports\*.log' 2025-04-25T05:49:16.6228689Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-04-25T05:49:16.6229128Z env: 2025-04-25T05:49:16.6229323Z GIT_DEFAULT_BRANCH: main 2025-04-25T05:49:16.6229688Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T05:49:16.6230188Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T05:49:16.6230656Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T05:49:16.6231044Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T05:49:16.6231536Z FILE_SUFFIX: test-default-1-3-ephemeral.windows.4xlarge.nonephemeral_41133890953 2025-04-25T05:49:16.6231995Z ##[endgroup] 2025-04-25T05:49:16.9884204Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-04-25T05:49:16.9937837Z Finished 2025-04-25T05:49:17.0309501Z 2025-04-25T05:49:17.0310009Z 7-Zip 24.09 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-11-29 2025-04-25T05:49:17.0310317Z 2025-04-25T05:49:17.0310403Z Scanning the drive: 2025-04-25T05:49:17.0310545Z 2025-04-25T05:49:17.0310684Z WARNING: The system cannot find the file specified. 2025-04-25T05:49:17.0310988Z usage_log.txt 2025-04-25T05:49:17.0311113Z 2025-04-25T05:49:17.0942349Z 293 files, 1788225 bytes (1747 KiB) 2025-04-25T05:49:17.0943424Z 2025-04-25T05:49:17.0943788Z Creating archive: logs-test-default-1-3-ephemeral.windows.4xlarge.nonephemeral_41133890953.zip 2025-04-25T05:49:17.0944240Z 2025-04-25T05:49:17.0944390Z Add new data to archive: 293 files, 1788225 bytes (1747 KiB) 2025-04-25T05:49:17.0944640Z 2025-04-25T05:49:17.0944693Z 2025-04-25T05:49:17.0944923Z Files read from disk: 293 2025-04-25T05:49:17.0945160Z Archive size: 333187 bytes (326 KiB) 2025-04-25T05:49:17.0945347Z 2025-04-25T05:49:17.0945442Z Scan WARNINGS for files and folders: 2025-04-25T05:49:17.0945619Z 2025-04-25T05:49:17.0945777Z usage_log.txt : The system cannot find the file specified. 2025-04-25T05:49:17.0946171Z ---------------- 2025-04-25T05:49:17.0946381Z Scan WARNINGS: 1 2025-04-25T05:49:17.1157055Z ##[error]Process completed with exit code 1. 2025-04-25T05:49:17.1248375Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-04-25T05:49:17.1248680Z with: 2025-04-25T05:49:17.1248880Z s3-bucket: gha-artifacts 2025-04-25T05:49:17.1249160Z s3-prefix: pytorch/pytorch/14656749847/1/artifact 2025-04-25T05:49:17.1249475Z retention-days: 14 2025-04-25T05:49:17.1249703Z if-no-files-found: warn 2025-04-25T05:49:17.1249935Z path: test-jsons-*.zip 2025-04-25T05:49:17.1250157Z name: artifact 2025-04-25T05:49:17.1251069Z region: us-east-1 2025-04-25T05:49:17.1251285Z env: 2025-04-25T05:49:17.1251470Z GIT_DEFAULT_BRANCH: main 2025-04-25T05:49:17.1251843Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T05:49:17.1252353Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T05:49:17.1252837Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T05:49:17.1253226Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T05:49:17.1253510Z ##[endgroup] 2025-04-25T05:49:17.5061368Z NOTE: s3-prefix specified, ignoring name parameter 2025-04-25T05:49:17.5061813Z With the provided path, there will be 1 file uploaded 2025-04-25T05:49:17.5062219Z Uploading to s3 prefix: pytorch/pytorch/14656749847/1/artifact 2025-04-25T05:49:17.5075730Z Starting upload of test-jsons-test-default-1-3-ephemeral.windows.4xlarge.nonephemeral_41133890953.zip 2025-04-25T05:49:17.6498488Z Finished upload of test-jsons-test-default-1-3-ephemeral.windows.4xlarge.nonephemeral_41133890953.zip 2025-04-25T05:49:17.6743219Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-04-25T05:49:17.6743537Z with: 2025-04-25T05:49:17.6743730Z s3-bucket: gha-artifacts 2025-04-25T05:49:17.6744008Z s3-prefix: pytorch/pytorch/14656749847/1/artifact 2025-04-25T05:49:17.6744316Z retention-days: 14 2025-04-25T05:49:17.6744532Z if-no-files-found: error 2025-04-25T05:49:17.6744770Z path: test-reports-*.zip 2025-04-25T05:49:17.6744984Z name: artifact 2025-04-25T05:49:17.6745179Z region: us-east-1 2025-04-25T05:49:17.6745365Z env: 2025-04-25T05:49:17.6745540Z GIT_DEFAULT_BRANCH: main 2025-04-25T05:49:17.6745985Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T05:49:17.6746514Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T05:49:17.6746989Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T05:49:17.6747389Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T05:49:17.6747690Z ##[endgroup] 2025-04-25T05:49:18.0567151Z NOTE: s3-prefix specified, ignoring name parameter 2025-04-25T05:49:18.0567630Z With the provided path, there will be 1 file uploaded 2025-04-25T05:49:18.0568029Z Uploading to s3 prefix: pytorch/pytorch/14656749847/1/artifact 2025-04-25T05:49:18.0581590Z Starting upload of test-reports-test-default-1-3-ephemeral.windows.4xlarge.nonephemeral_41133890953.zip 2025-04-25T05:49:18.2115453Z Finished upload of test-reports-test-default-1-3-ephemeral.windows.4xlarge.nonephemeral_41133890953.zip 2025-04-25T05:49:18.2375831Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-04-25T05:49:18.2376142Z with: 2025-04-25T05:49:18.2376323Z s3-bucket: gha-artifacts 2025-04-25T05:49:18.2376603Z s3-prefix: pytorch/pytorch/14656749847/1/artifact 2025-04-25T05:49:18.2376904Z retention-days: 14 2025-04-25T05:49:18.2377127Z if-no-files-found: ignore 2025-04-25T05:49:18.2377349Z path: logs-*.zip 2025-04-25T05:49:18.2377559Z name: artifact 2025-04-25T05:49:18.2377760Z region: us-east-1 2025-04-25T05:49:18.2378035Z env: 2025-04-25T05:49:18.2378215Z GIT_DEFAULT_BRANCH: main 2025-04-25T05:49:18.2378575Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T05:49:18.2379101Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T05:49:18.2379560Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T05:49:18.2379949Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T05:49:18.2380228Z ##[endgroup] 2025-04-25T05:49:18.6185897Z NOTE: s3-prefix specified, ignoring name parameter 2025-04-25T05:49:18.6186386Z With the provided path, there will be 1 file uploaded 2025-04-25T05:49:18.6186877Z Uploading to s3 prefix: pytorch/pytorch/14656749847/1/artifact 2025-04-25T05:49:18.6200781Z Starting upload of logs-test-default-1-3-ephemeral.windows.4xlarge.nonephemeral_41133890953.zip 2025-04-25T05:49:18.8395755Z Finished upload of logs-test-default-1-3-ephemeral.windows.4xlarge.nonephemeral_41133890953.zip 2025-04-25T05:49:18.8642138Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-04-25T05:49:18.8642441Z with: 2025-04-25T05:49:18.8642627Z s3-bucket: gha-artifacts 2025-04-25T05:49:18.8660542Z s3-prefix: pytorch/pytorch/14656749847/1/artifact 2025-04-25T05:49:18.8660873Z retention-days: 14 2025-04-25T05:49:18.8661107Z if-no-files-found: ignore 2025-04-25T05:49:18.8661342Z path: debug-*.zip 2025-04-25T05:49:18.8661542Z name: artifact 2025-04-25T05:49:18.8661734Z region: us-east-1 2025-04-25T05:49:18.8661918Z env: 2025-04-25T05:49:18.8662098Z GIT_DEFAULT_BRANCH: main 2025-04-25T05:49:18.8662459Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T05:49:18.8662973Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T05:49:18.8663433Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T05:49:18.8663887Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T05:49:18.8664226Z ##[endgroup] 2025-04-25T05:49:19.2387876Z No files were found with the provided path: debug-*.zip. No artifacts will be uploaded. 2025-04-25T05:49:19.2631281Z ##[group]Run python3 .github/scripts/parse_ref.py 2025-04-25T05:49:19.2631693Z python3 .github/scripts/parse_ref.py 2025-04-25T05:49:19.2650175Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-04-25T05:49:19.2650602Z env: 2025-04-25T05:49:19.2650784Z GIT_DEFAULT_BRANCH: main 2025-04-25T05:49:19.2651155Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T05:49:19.2651658Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T05:49:19.2652185Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T05:49:19.2652614Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T05:49:19.2652902Z ##[endgroup] 2025-04-25T05:49:19.3417829Z ##[group]Run # This step removes PyTorch installed by the test to give a clean slate 2025-04-25T05:49:19.3418470Z # This step removes PyTorch installed by the test to give a clean slate 2025-04-25T05:49:19.3418883Z # to the next job 2025-04-25T05:49:19.3419161Z python3 -mpip uninstall -y torch 2025-04-25T05:49:19.3438100Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-04-25T05:49:19.3438528Z env: 2025-04-25T05:49:19.3438708Z GIT_DEFAULT_BRANCH: main 2025-04-25T05:49:19.3439145Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T05:49:19.3439696Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T05:49:19.3440167Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T05:49:19.3440568Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T05:49:19.3440845Z ##[endgroup] 2025-04-25T05:49:19.8635748Z Found existing installation: torch 2.8.0a0+gitb68c0ef 2025-04-25T05:49:20.8801691Z Uninstalling torch-2.8.0a0+gitb68c0ef: 2025-04-25T05:49:21.1232390Z Successfully uninstalled torch-2.8.0a0+gitb68c0ef 2025-04-25T05:49:23.0111446Z Prepare all required actions 2025-04-25T05:49:23.0111827Z Getting action download info 2025-04-25T05:49:23.1461738Z ##[group]Run ./.github/actions/teardown-win 2025-04-25T05:49:23.1462033Z with: 2025-04-25T05:49:23.1462201Z env: 2025-04-25T05:49:23.1462372Z GIT_DEFAULT_BRANCH: main 2025-04-25T05:49:23.1462737Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T05:49:23.1463244Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T05:49:23.1463784Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T05:49:23.1464204Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T05:49:23.1464485Z ##[endgroup] 2025-04-25T05:49:23.1538847Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2025-04-25T05:49:23.1539236Z .github\scripts\wait_for_ssh_to_drain.ps1 2025-04-25T05:49:23.1554626Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-04-25T05:49:23.1555066Z env: 2025-04-25T05:49:23.1555252Z GIT_DEFAULT_BRANCH: main 2025-04-25T05:49:23.1555619Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T05:49:23.1556135Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T05:49:23.1556611Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T05:49:23.1556991Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T05:49:23.1557282Z ##[endgroup] 2025-04-25T05:49:23.5051283Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-04-25T05:49:23.5119380Z Finished 2025-04-25T05:49:23.6459219Z Holding runner until all ssh sessions have logged out 2025-04-25T05:49:23.6720344Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2025-04-25T05:49:23.6720773Z .github\scripts\kill_active_ssh_sessions.ps1 2025-04-25T05:49:23.6736658Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-04-25T05:49:23.6737113Z env: 2025-04-25T05:49:23.6737292Z GIT_DEFAULT_BRANCH: main 2025-04-25T05:49:23.6737661Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T05:49:23.6738164Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T05:49:23.6738629Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T05:49:23.6739023Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T05:49:23.6739303Z ##[endgroup] 2025-04-25T05:49:24.0182184Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-04-25T05:49:24.0224296Z Finished 2025-04-25T05:49:24.0581990Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2025-04-25T05:49:24.0582375Z env: 2025-04-25T05:49:24.0582557Z GIT_DEFAULT_BRANCH: main 2025-04-25T05:49:24.0582949Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T05:49:24.0583471Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T05:49:24.0583940Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T05:49:24.0584328Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T05:49:24.0584681Z ##[endgroup] 2025-04-25T05:49:24.0652078Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-04-25T05:49:24.0652810Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-04-25T05:49:24.0653467Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2025-04-25T05:49:24.0653926Z # handle tool 2025-04-25T05:49:24.0654264Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2025-04-25T05:49:24.0654680Z Foreach ($process In $processes) { 2025-04-25T05:49:24.0655022Z  Try { 2025-04-25T05:49:24.0657096Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2025-04-25T05:49:24.0657834Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2025-04-25T05:49:24.0658238Z  } 2025-04-25T05:49:24.0658418Z  Catch { 2025-04-25T05:49:24.0658717Z  Write-Output "No leftover $process process, continuing" 2025-04-25T05:49:24.0659086Z  Write-Output $_ 2025-04-25T05:49:24.0659308Z  } 2025-04-25T05:49:24.0659487Z } 2025-04-25T05:49:24.0659651Z  2025-04-25T05:49:24.0660111Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2025-04-25T05:49:24.0660642Z # for hung processes 2025-04-25T05:49:24.0660908Z Foreach ($process In $processes) { 2025-04-25T05:49:24.0661273Z  Try { 2025-04-25T05:49:24.0661664Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2025-04-25T05:49:24.0662113Z  } 2025-04-25T05:49:24.0662292Z  Catch { 2025-04-25T05:49:24.0662514Z  Write-Output $_ 2025-04-25T05:49:24.0662737Z  } 2025-04-25T05:49:24.0662907Z } 2025-04-25T05:49:24.0663067Z  2025-04-25T05:49:24.0663232Z Try { 2025-04-25T05:49:24.0663454Z  # Print all the processes for debugging 2025-04-25T05:49:24.0663912Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2025-04-25T05:49:24.0664322Z } 2025-04-25T05:49:24.0664493Z Catch { 2025-04-25T05:49:24.0664878Z  # Better to write out whatever exception thrown to help debugging any potential issue 2025-04-25T05:49:24.0665329Z  Write-Output $_ 2025-04-25T05:49:24.0665547Z } 2025-04-25T05:49:24.0680814Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-04-25T05:49:24.0681282Z env: 2025-04-25T05:49:24.0681461Z GIT_DEFAULT_BRANCH: main 2025-04-25T05:49:24.0681835Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T05:49:24.0682339Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T05:49:24.0682802Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T05:49:24.0683191Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T05:49:24.0683463Z ##[endgroup] 2025-04-25T05:49:24.4098843Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-04-25T05:49:24.4141464Z Finished 2025-04-25T05:49:24.4272990Z No leftover python process, continuing 2025-04-25T05:49:24.4721595Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2025-04-25T05:49:24.4722337Z At C:\actions-runner\_work\_temp\b7d64d8b-b555-4e02-8797-b7d9b01ea652.ps1:9 char:5 2025-04-25T05:49:24.4722920Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-04-25T05:49:24.4723336Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-04-25T05:49:24.4723877Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2025-04-25T05:49:24.4724671Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-04-25T05:49:24.4725265Z 2025-04-25T05:49:24.4736855Z No leftover ninja process, continuing 2025-04-25T05:49:24.4747304Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2025-04-25T05:49:24.4747978Z At C:\actions-runner\_work\_temp\b7d64d8b-b555-4e02-8797-b7d9b01ea652.ps1:9 char:5 2025-04-25T05:49:24.4748524Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-04-25T05:49:24.4748943Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-04-25T05:49:24.4750310Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2025-04-25T05:49:24.4751133Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-04-25T05:49:24.4751733Z 2025-04-25T05:49:24.4761938Z No leftover cl process, continuing 2025-04-25T05:49:24.4771461Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2025-04-25T05:49:24.4772102Z At C:\actions-runner\_work\_temp\b7d64d8b-b555-4e02-8797-b7d9b01ea652.ps1:9 char:5 2025-04-25T05:49:24.4772667Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-04-25T05:49:24.4773073Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-04-25T05:49:24.4773531Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2025-04-25T05:49:24.4774369Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-04-25T05:49:24.4775051Z 2025-04-25T05:49:24.4785171Z No leftover nvcc process, continuing 2025-04-25T05:49:24.4794610Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2025-04-25T05:49:24.4795290Z At C:\actions-runner\_work\_temp\b7d64d8b-b555-4e02-8797-b7d9b01ea652.ps1:9 char:5 2025-04-25T05:49:24.4795854Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-04-25T05:49:24.4796258Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-04-25T05:49:24.4796750Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2025-04-25T05:49:24.4797573Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-04-25T05:49:24.4798173Z 2025-04-25T05:49:24.4806753Z No leftover cmd process, continuing 2025-04-25T05:49:24.4816177Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2025-04-25T05:49:24.4816846Z At C:\actions-runner\_work\_temp\b7d64d8b-b555-4e02-8797-b7d9b01ea652.ps1:9 char:5 2025-04-25T05:49:24.4817387Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-04-25T05:49:24.4817789Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-04-25T05:49:24.4818248Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2025-04-25T05:49:24.4819073Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-04-25T05:49:24.4819662Z 2025-04-25T05:49:24.4828094Z No leftover sccache process, continuing 2025-04-25T05:49:24.4837578Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2025-04-25T05:49:24.4838263Z At C:\actions-runner\_work\_temp\b7d64d8b-b555-4e02-8797-b7d9b01ea652.ps1:9 char:5 2025-04-25T05:49:24.4838805Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-04-25T05:49:24.4839210Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-04-25T05:49:24.4839689Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2025-04-25T05:49:24.4840530Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-04-25T05:49:24.4841114Z 2025-04-25T05:49:24.4848943Z No leftover git process, continuing 2025-04-25T05:49:24.4858227Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2025-04-25T05:49:24.4858866Z At C:\actions-runner\_work\_temp\b7d64d8b-b555-4e02-8797-b7d9b01ea652.ps1:9 char:5 2025-04-25T05:49:24.4859419Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-04-25T05:49:24.4859831Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-04-25T05:49:24.4860302Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2025-04-25T05:49:24.4861694Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-04-25T05:49:24.4862279Z 2025-04-25T05:49:24.5265907Z You cannot call a method on a null-valued expression. 2025-04-25T05:49:24.5266418Z At C:\actions-runner\_work\_temp\b7d64d8b-b555-4e02-8797-b7d9b01ea652.ps1:21 char:5 2025-04-25T05:49:24.5266970Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-04-25T05:49:24.5267400Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-04-25T05:49:24.5267795Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-04-25T05:49:24.5268207Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-04-25T05:49:24.5268483Z 2025-04-25T05:49:24.5418710Z You cannot call a method on a null-valued expression. 2025-04-25T05:49:24.5419280Z At C:\actions-runner\_work\_temp\b7d64d8b-b555-4e02-8797-b7d9b01ea652.ps1:21 char:5 2025-04-25T05:49:24.5420014Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-04-25T05:49:24.5420460Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-04-25T05:49:24.5420855Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-04-25T05:49:24.5421255Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-04-25T05:49:24.5421539Z 2025-04-25T05:49:24.5573424Z You cannot call a method on a null-valued expression. 2025-04-25T05:49:24.5573948Z At C:\actions-runner\_work\_temp\b7d64d8b-b555-4e02-8797-b7d9b01ea652.ps1:21 char:5 2025-04-25T05:49:24.5574504Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-04-25T05:49:24.5574933Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-04-25T05:49:24.5575381Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-04-25T05:49:24.5575879Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-04-25T05:49:24.5576168Z 2025-04-25T05:49:24.5737844Z You cannot call a method on a null-valued expression. 2025-04-25T05:49:24.5738484Z At C:\actions-runner\_work\_temp\b7d64d8b-b555-4e02-8797-b7d9b01ea652.ps1:21 char:5 2025-04-25T05:49:24.5739064Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-04-25T05:49:24.5739505Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-04-25T05:49:24.5739905Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-04-25T05:49:24.5740315Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-04-25T05:49:24.5740600Z 2025-04-25T05:49:24.5867142Z You cannot call a method on a null-valued expression. 2025-04-25T05:49:24.5867683Z At C:\actions-runner\_work\_temp\b7d64d8b-b555-4e02-8797-b7d9b01ea652.ps1:21 char:5 2025-04-25T05:49:24.5868243Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-04-25T05:49:24.5868698Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-04-25T05:49:24.5869113Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-04-25T05:49:24.5869534Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-04-25T05:49:24.5869836Z 2025-04-25T05:49:24.6013974Z You cannot call a method on a null-valued expression. 2025-04-25T05:49:24.6014507Z At C:\actions-runner\_work\_temp\b7d64d8b-b555-4e02-8797-b7d9b01ea652.ps1:21 char:5 2025-04-25T05:49:24.6015063Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-04-25T05:49:24.6015500Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-04-25T05:49:24.6015912Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-04-25T05:49:24.6016310Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-04-25T05:49:24.6016605Z 2025-04-25T05:49:24.6166386Z You cannot call a method on a null-valued expression. 2025-04-25T05:49:24.6166928Z At C:\actions-runner\_work\_temp\b7d64d8b-b555-4e02-8797-b7d9b01ea652.ps1:21 char:5 2025-04-25T05:49:24.6179734Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-04-25T05:49:24.6180188Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-04-25T05:49:24.6180614Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-04-25T05:49:24.6181014Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-04-25T05:49:24.6181302Z 2025-04-25T05:49:24.6813670Z Caption CommandLine ProcessId 2025-04-25T05:49:24.6814328Z 2025-04-25T05:49:24.6814675Z System Idle Process 0 2025-04-25T05:49:24.6815098Z 2025-04-25T05:49:24.6815444Z System 4 2025-04-25T05:49:24.6815958Z 2025-04-25T05:49:24.6816966Z Registry 168 2025-04-25T05:49:24.6817395Z 2025-04-25T05:49:24.6818331Z smss.exe 412 2025-04-25T05:49:24.6818714Z 2025-04-25T05:49:24.6819004Z csrss.exe 528 2025-04-25T05:49:24.6819374Z 2025-04-25T05:49:24.6820110Z csrss.exe 604 2025-04-25T05:49:24.6820628Z 2025-04-25T05:49:24.6821896Z wininit.exe 628 2025-04-25T05:49:24.6822300Z 2025-04-25T05:49:24.6822645Z winlogon.exe winlogon.exe 692 2025-04-25T05:49:24.6823141Z 2025-04-25T05:49:24.6823438Z services.exe 748 2025-04-25T05:49:24.6823821Z 2025-04-25T05:49:24.6824700Z lsass.exe C:\Windows\system32\lsass.exe 772 2025-04-25T05:49:24.6825171Z 2025-04-25T05:49:24.6825831Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 896 2025-04-25T05:49:24.6826405Z 2025-04-25T05:49:24.6826974Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 920 2025-04-25T05:49:24.6827505Z 2025-04-25T05:49:24.6827949Z fontdrvhost.exe "fontdrvhost.exe" 944 2025-04-25T05:49:24.6828400Z 2025-04-25T05:49:24.6829260Z fontdrvhost.exe "fontdrvhost.exe" 952 2025-04-25T05:49:24.6829766Z 2025-04-25T05:49:24.6830264Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 128 2025-04-25T05:49:24.6830775Z 2025-04-25T05:49:24.6831511Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 464 2025-04-25T05:49:24.6832107Z 2025-04-25T05:49:24.6832403Z dwm.exe "dwm.exe" 916 2025-04-25T05:49:24.6832778Z 2025-04-25T05:49:24.6833758Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 1036 2025-04-25T05:49:24.6834334Z 2025-04-25T05:49:24.6834907Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1128 2025-04-25T05:49:24.6835580Z 2025-04-25T05:49:24.6836150Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1248 2025-04-25T05:49:24.6836828Z 2025-04-25T05:49:24.6837289Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1344 2025-04-25T05:49:24.6837855Z 2025-04-25T05:49:24.6838481Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1376 2025-04-25T05:49:24.6839176Z 2025-04-25T05:49:24.6839625Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1400 2025-04-25T05:49:24.6840181Z 2025-04-25T05:49:24.6840674Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1448 2025-04-25T05:49:24.6841312Z 2025-04-25T05:49:24.6841772Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1480 2025-04-25T05:49:24.6842345Z 2025-04-25T05:49:24.6844598Z NVDisplay.Container.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\NVDisplay.Container.exe -s NVDisplay.ContainerLocalSystem -f C:\ProgramData\NVIDIA\NVDisplay.ContainerLocalSystem.log -l 3 -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\plugins\LocalSystem -r -p 30000 -cfg NVDisplay.ContainerLocalSystem\LocalSystem /ert 1504 2025-04-25T05:49:24.6846492Z 2025-04-25T05:49:24.6846979Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1568 2025-04-25T05:49:24.6847578Z 2025-04-25T05:49:24.6848261Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1656 2025-04-25T05:49:24.6848988Z 2025-04-25T05:49:24.6849455Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1748 2025-04-25T05:49:24.6850014Z 2025-04-25T05:49:24.6850628Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1756 2025-04-25T05:49:24.6851184Z 2025-04-25T05:49:24.6851684Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1764 2025-04-25T05:49:24.6852328Z 2025-04-25T05:49:24.6852919Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 1852 2025-04-25T05:49:24.6853590Z 2025-04-25T05:49:24.6854069Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2020 2025-04-25T05:49:24.6854634Z 2025-04-25T05:49:24.6855119Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 1200 2025-04-25T05:49:24.6855686Z 2025-04-25T05:49:24.6856227Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2056 2025-04-25T05:49:24.6856855Z 2025-04-25T05:49:24.6857303Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 2084 2025-04-25T05:49:24.6857839Z 2025-04-25T05:49:24.6858329Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 2116 2025-04-25T05:49:24.6859504Z 2025-04-25T05:49:24.6860050Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 2124 2025-04-25T05:49:24.6860684Z 2025-04-25T05:49:24.6861189Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2172 2025-04-25T05:49:24.6861833Z 2025-04-25T05:49:24.6862317Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2212 2025-04-25T05:49:24.6862905Z 2025-04-25T05:49:24.6863438Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2260 2025-04-25T05:49:24.6864074Z 2025-04-25T05:49:24.6864537Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2276 2025-04-25T05:49:24.6865106Z 2025-04-25T05:49:24.6865832Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2388 2025-04-25T05:49:24.6866556Z 2025-04-25T05:49:24.6866942Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2672 2025-04-25T05:49:24.6867418Z 2025-04-25T05:49:24.6867949Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2756 2025-04-25T05:49:24.6868530Z 2025-04-25T05:49:24.6869092Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2764 2025-04-25T05:49:24.6869744Z 2025-04-25T05:49:24.6870249Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2772 2025-04-25T05:49:24.6871214Z 2025-04-25T05:49:24.6871722Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2780 2025-04-25T05:49:24.6872304Z 2025-04-25T05:49:24.6872788Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2796 2025-04-25T05:49:24.6873355Z 2025-04-25T05:49:24.6873906Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2812 2025-04-25T05:49:24.6874560Z 2025-04-25T05:49:24.6875041Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2820 2025-04-25T05:49:24.6875620Z 2025-04-25T05:49:24.6876095Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2828 2025-04-25T05:49:24.6876678Z 2025-04-25T05:49:24.6877134Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3060 2025-04-25T05:49:24.6877663Z 2025-04-25T05:49:24.6878136Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 2548 2025-04-25T05:49:24.6878707Z 2025-04-25T05:49:24.6879631Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 2972 2025-04-25T05:49:24.6880366Z 2025-04-25T05:49:24.6881004Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe 3112 2025-04-25T05:49:24.6881746Z 2025-04-25T05:49:24.6882212Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3128 2025-04-25T05:49:24.6882770Z 2025-04-25T05:49:24.6883385Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3532 2025-04-25T05:49:24.6884074Z 2025-04-25T05:49:24.6884644Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 2960 2025-04-25T05:49:24.6885304Z 2025-04-25T05:49:24.6885795Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a71855 /state1:0x41c64e6d 4264 2025-04-25T05:49:24.6886409Z 2025-04-25T05:49:24.6888148Z NVDisplay.Container.exe "C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\NVDisplay.Container.exe" -f %ProgramData%\NVIDIA\DisplaySessionContainer%d.log -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\plugins\Session -r -l 3 -p 30000 -cfg NVDisplay.ContainerLocalSystem\Session /ert -c 4504 2025-04-25T05:49:24.6889890Z 2025-04-25T05:49:24.6890597Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe -spawnprovider 4640 2025-04-25T05:49:24.6891677Z 2025-04-25T05:49:24.6892029Z vds.exe C:\Windows\System32\vds.exe 4432 2025-04-25T05:49:24.6892482Z 2025-04-25T05:49:24.6893038Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 2916 2025-04-25T05:49:24.6893798Z 2025-04-25T05:49:24.6894359Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 4788 2025-04-25T05:49:24.6894962Z 2025-04-25T05:49:24.6895329Z msdtc.exe C:\Windows\System32\msdtc.exe 4176 2025-04-25T05:49:24.6895796Z 2025-04-25T05:49:24.6896358Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 3880 2025-04-25T05:49:24.6897011Z 2025-04-25T05:49:24.6897783Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 1316 2025-04-25T05:49:24.6898607Z 2025-04-25T05:49:24.6900240Z amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\amazon-cloudwatch-agent.exe" -config C:\ProgramData\Amazon\AmazonCloudWatchAgent\amazon-cloudwatch-agent.toml -envconfig C:\ProgramData\Amazon\AmazonCloudWatchAgent\env-config.json -otelconfig C:\ProgramData\Amazon\AmazonCloudWatchAgent\amazon-cloudwatch-agent.yaml 5052 2025-04-25T05:49:24.6901870Z 2025-04-25T05:49:24.6902269Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 5044 2025-04-25T05:49:24.6903067Z 2025-04-25T05:49:24.6903532Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 4852 2025-04-25T05:49:24.6904075Z 2025-04-25T05:49:24.6904642Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 608 2025-04-25T05:49:24.6905354Z 2025-04-25T05:49:24.6905968Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 596 2025-04-25T05:49:24.6906535Z 2025-04-25T05:49:24.6906935Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4388 2025-04-25T05:49:24.6907433Z 2025-04-25T05:49:24.6907911Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 1784 2025-04-25T05:49:24.6908490Z 2025-04-25T05:49:24.6909064Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 2940 2025-04-25T05:49:24.6909717Z 2025-04-25T05:49:24.6910191Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 4920 2025-04-25T05:49:24.6910814Z 2025-04-25T05:49:24.6911338Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 1360 2025-04-25T05:49:24.6912225Z 2025-04-25T05:49:24.6912618Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 5072 2025-04-25T05:49:24.6913109Z 2025-04-25T05:49:24.6913701Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 3444 2025-04-25T05:49:24.6914390Z 2025-04-25T05:49:24.6914939Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 2196 2025-04-25T05:49:24.6915584Z 2025-04-25T05:49:24.6916109Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2320 2332 2808 2025-04-25T05:49:24.6916871Z 2025-04-25T05:49:24.6917278Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 5108 2025-04-25T05:49:24.6917762Z 2025-04-25T05:49:24.6918253Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 2848 2025-04-25T05:49:24.6918785Z 2025-04-25T05:49:24.6919571Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\b7d64d8b-b555-4e02-8797-b7d9b01ea652.ps1'" 4424 2025-04-25T05:49:24.6920746Z 2025-04-25T05:49:24.6921326Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 3924 2025-04-25T05:49:24.6922054Z 2025-04-25T05:49:24.6922058Z 2025-04-25T05:49:24.6922062Z 2025-04-25T05:49:24.7188449Z ##[group]Run nick-fields/retry@v3.0.0 2025-04-25T05:49:24.7188717Z with: 2025-04-25T05:49:24.7188889Z shell: bash 2025-04-25T05:49:24.7189082Z timeout_minutes: 5 2025-04-25T05:49:24.7189289Z max_attempts: 3 2025-04-25T05:49:24.7189480Z retry_wait_seconds: 90 2025-04-25T05:49:24.7190481Z command: set +e set -x if [ -n "${EXTRA_DELETE_DIR}" ]; then # It's ok to fail to clean up the extra directory on Windows as it only contains # the build artifacts and doesn't take up much space, i.e. /c/5053411580/build-results rm -rf "${EXTRA_DELETE_DIR}" || true fi rm -rf ./* 2025-04-25T05:49:24.7191520Z polling_interval_seconds: 1 2025-04-25T05:49:24.7191766Z warning_on_retry: true 2025-04-25T05:49:24.7192004Z continue_on_error: false 2025-04-25T05:49:24.7192219Z env: 2025-04-25T05:49:24.7192406Z GIT_DEFAULT_BRANCH: main 2025-04-25T05:49:24.7192775Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T05:49:24.7193282Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T05:49:24.7193752Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T05:49:24.7194143Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T05:49:24.7194440Z EXTRA_DELETE_DIR: 2025-04-25T05:49:24.7194642Z ##[endgroup] 2025-04-25T05:49:24.8341455Z + '[' -n '' ']' 2025-04-25T05:49:24.8346634Z + rm -rf ./BUCK.oss ./BUILD.bazel ./CITATION.cff ./CMakeLists.txt ./CODEOWNERS ./CODE_OF_CONDUCT.md ./CONTRIBUTING.md ./Dockerfile ./GLOSSARY.md ./LICENSE ./MANIFEST.in ./Makefile ./NOTICE ./README.md ./RELEASE.md ./SECURITY.md ./WORKSPACE ./android ./aten ./aten.bzl ./benchmarks ./binaries ./buckbuild.bzl ./build ./build.bzl ./build_variables.bzl ./c10 ./caffe2 ./cmake ./defs.bzl ./docker.Makefile ./docs ./functorch ./logs-test-default-1-3-ephemeral.windows.4xlarge.nonephemeral_41133890953.zip ./mypy-strict.ini ./mypy.ini ./mypy_plugins ./pt_ops.bzl ./pt_template_srcs.bzl ./pyproject.toml ./pytest.ini ./requirements.txt ./scripts ./setup.py ./test ./test-jsons-test-default-1-3-ephemeral.windows.4xlarge.nonephemeral_41133890953.zip ./test-reports ./test-reports-test-default-1-3-ephemeral.windows.4xlarge.nonephemeral_41133890953.zip ./third_party ./tools ./torch ./torchgen ./ubsan.supp ./ufunc_defs.bzl ./version.txt 2025-04-25T05:49:45.8826624Z Command completed after 1 attempt(s). 2025-04-25T05:49:45.8998680Z ##[group]Run handle C:\actions-runner\_work\ 2025-04-25T05:49:45.8999123Z handle C:\actions-runner\_work\ 2025-04-25T05:49:45.9014601Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-04-25T05:49:45.9015064Z env: 2025-04-25T05:49:45.9015251Z GIT_DEFAULT_BRANCH: main 2025-04-25T05:49:45.9015626Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-04-25T05:49:45.9016130Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-04-25T05:49:45.9016599Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-04-25T05:49:45.9017001Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-04-25T05:49:45.9017283Z ##[endgroup] 2025-04-25T05:49:46.2509081Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-04-25T05:49:46.2575206Z Finished 2025-04-25T05:49:46.3075050Z 2025-04-25T05:49:46.3075436Z Nthandle v5.0 - Handle viewer 2025-04-25T05:49:46.3076458Z Copyright (C) 1997-2022 Mark Russinovich 2025-04-25T05:49:46.3076816Z Sysinternals - www.sysinternals.com 2025-04-25T05:49:46.3077014Z 2025-04-25T05:49:46.3344247Z powershell.exe pid: 5644 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:49:46.3344991Z handle.exe pid: 6000 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:49:46.3345542Z handle.exe pid: 6032 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:49:46.3346105Z handle64.exe pid: 5272 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:49:46.3699339Z Post job cleanup. 2025-04-25T05:49:46.3797523Z Post job cleanup. 2025-04-25T05:49:46.5207067Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-04-25T05:49:46.5413401Z git version 2.47.1.windows.2 2025-04-25T05:49:46.5471666Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\8a1d81a1-b855-423f-8dbb-5261cb55cc3a\.gitconfig' 2025-04-25T05:49:46.5488455Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\8a1d81a1-b855-423f-8dbb-5261cb55cc3a' before making global git config changes 2025-04-25T05:49:46.5489296Z Adding repository directory to the temporary git global config as a safe directory 2025-04-25T05:49:46.5498510Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2025-04-25T05:49:46.5735962Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-04-25T05:49:46.5977457Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" 2025-04-25T05:49:46.9319006Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-04-25T05:49:46.9508667Z http.https://github.com/.extraheader 2025-04-25T05:49:46.9552239Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2025-04-25T05:49:46.9809764Z [command]"C:\Program Files\Git\cmd\git.exe" 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-04-25T05:49:47.3265969Z A job completed hook has been configured by the self-hosted runner administrator 2025-04-25T05:49:47.3298205Z ##[group]Run 'C:\actions-runner\jobcompleted.ps1' 2025-04-25T05:49:47.3313053Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-04-25T05:49:47.3313525Z ##[endgroup] 2025-04-25T05:49:47.7022099Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-04-25T05:49:47.7087396Z Finished 2025-04-25T05:49:49.2098650Z Cleaning up orphan processes